repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
mwaskom/seaborn | data-science | 2,788 | [Feature] Multiple rugplots on same plot | Hi there,
Is there a way to add multiple rugplots to the same figure? This would be useful when having unique values on one axis and multiple grouping variables to color by. I understand this is achievable with shapes/colors for groups of low cardinality but I believe can quickly get confusing. Currently, when call... | closed | 2022-05-02T10:20:48Z | 2022-05-02T13:18:32Z | https://github.com/mwaskom/seaborn/issues/2788 | [] | jeskowagner | 8 |
vllm-project/vllm | pytorch | 14,789 | [Bug]: Clarification on LoRA Support for Gemma3ForConditionalGeneration | ### Your current environment
<img width="886" alt="Image" src="https://github.com/user-attachments/assets/056cca27-67e9-4399-9411-cffa94760c04" />
### 🐛 Describe the bug
Hey vLLM Team,
I’d like to clarify the LoRA support for `Gemma3ForConditionalGeneration`. The [supported models documentation](https://docs.vllm.... | closed | 2025-03-14T01:37:07Z | 2025-03-15T01:21:18Z | https://github.com/vllm-project/vllm/issues/14789 | [
"bug"
] | angkywilliam | 2 |
holoviz/panel | plotly | 6,822 | Panel ChatInterface examples should not use TextAreaInput | I think the pn.chat.ChatAreaInput should be mentioned here https://panel.holoviz.org/reference/chat/ChatInterface.html | closed | 2024-05-10T17:22:00Z | 2024-05-13T19:24:15Z | https://github.com/holoviz/panel/issues/6822 | [
"type: docs"
] | ahuang11 | 0 |
plotly/dash | dash | 2,221 | [BUG] Background callbacks with different outputs not working | **Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip list | grep dash` below
```
dash 2.6.1
dash-bootstrap-components 1.2.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table ... | closed | 2022-09-08T08:05:57Z | 2023-06-25T22:28:46Z | https://github.com/plotly/dash/issues/2221 | [] | daviddavo | 5 |
koxudaxi/datamodel-code-generator | pydantic | 1,541 | Issue with generating model from JSON Compound Schema | **Describe the bug**
Trying to generate a pydantic model from a compound JSON schema fails and returns following error (just the end of the otherwise very long message) :
`yaml.scanner.ScannerError: mapping values are not allowed in this context
in "<unicode string>", line 11, column 25`
**To Reproduce**
... | closed | 2023-09-11T01:16:23Z | 2023-11-19T17:05:54Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1541 | [
"enhancement"
] | clementboutaric2 | 2 |
erdewit/ib_insync | asyncio | 250 | How to get the pre-market-price? | I would like to get the pre-market-price -> the price between 8 -9.30.
By the way, I don't know how to get the price.
Would you please inform me?
I really appreciate your help
I will wait for your favorable reply.
Thanks. | closed | 2020-05-04T15:21:24Z | 2020-05-07T10:28:40Z | https://github.com/erdewit/ib_insync/issues/250 | [] | lovetrading10 | 1 |
onnx/onnx | pytorch | 6,579 | Undefined Symbol when importing onnx | # Bug Report
### Is the issue related to model conversion?
No.
### Describe the bug
I am trying to build onnx on ppc64le arch with external protobuf and with shared libraries. When I install the onnx wheel, and try importing it, I see issues of undefined symbol.
```
>>> import onnx
Traceback (most recent cal... | open | 2024-12-09T13:01:23Z | 2024-12-09T13:01:23Z | https://github.com/onnx/onnx/issues/6579 | [
"bug"
] | Aman-Surkar | 0 |
miguelgrinberg/microblog | flask | 68 | SearchableMixin limited to Post objects | Hi,
At this moment SearchableMixin is limited only to Post class. Could it be possible to change it to be more universal with the following change?
```
db.case(when, value=cls.id)), total
```
And then reuse the same mixin with User class
```
class User(SearchableMixin, UserMixin, db.Model):
__searchable... | closed | 2018-01-11T13:24:29Z | 2018-03-06T01:32:58Z | https://github.com/miguelgrinberg/microblog/issues/68 | [
"bug"
] | avoidik | 1 |
healthchecks/healthchecks | django | 1,132 | Additional blank checks are created through API? | Hi, I'm having this odd issue and I could use a bit of a sanity check.
I create checks like this:
```bash
curl --silent "$HC_CHECK_URL/api/v3/checks/" \
--header "X-Api-Key: $HC_API_KEY" \
--data @- | jq <<-EOF
{
"name": "${image_local}",
"slug": "${image_slug}",
"timeout": 5184000,
"grace": 36... | closed | 2025-03-05T23:15:04Z | 2025-03-05T23:54:03Z | https://github.com/healthchecks/healthchecks/issues/1132 | [] | rwjack | 2 |
danimtb/dasshio | dash | 109 | support for 'dash wand'? | hello there,
i've been using the dash buttons in my brand new HA setup for a few weeks now.
then i've learned about the dash wand, bought one on ebay but had no success with the provided config URL, youve posted here:
`http://192.168.0.1/?amzn_ssid=<SSID>&amzn_pw=<PASSWORD>`
google also has no clue.
could an... | closed | 2022-03-12T01:24:39Z | 2023-06-12T07:20:02Z | https://github.com/danimtb/dasshio/issues/109 | [] | sebaschn | 1 |
kubeflow/katib | scikit-learn | 2,132 | After updating to version 0.15.0, the name argument in KatibClient().get_success_trial_details() has disappeared. | /kind bug
**What steps did you take and what happened:**
The code below, which worked well in version 0.14.0, fails because of the name parameter in version 0.15.0.
```
trial_details_log = kclient.get_success_trial_details(
name=experiment, namespace=namespace
)
```
**What did you expect to happen:**
... | closed | 2023-03-24T00:50:49Z | 2023-03-27T00:51:45Z | https://github.com/kubeflow/katib/issues/2132 | [
"kind/bug"
] | moey920 | 3 |
pydantic/pydantic-ai | pydantic | 1,028 | Create llms.txt and llms-full.txt | Right now we have only `llms.txt`, but that shows the full docs. We should follow the spec properly, and add them to the hub: https://llmstxthub.com/ | open | 2025-03-02T10:06:59Z | 2025-03-20T12:22:43Z | https://github.com/pydantic/pydantic-ai/issues/1028 | [] | Kludex | 10 |
desec-io/desec-stack | rest-api | 528 | GUI: allow declaring API tokens read-only during creation | It would be useful to have a capability for read-only API tokens.
The use case I have is that we'd like to check if all values are up to date via `terraform plan -detailed-exitcode || fail` as part of a CI job. At the moment that could only be done by giving that CI job a token with read/write access.
This is a "... | open | 2021-04-14T13:18:03Z | 2024-10-07T17:11:35Z | https://github.com/desec-io/desec-stack/issues/528 | [
"enhancement",
"help wanted",
"gui"
] | Valodim | 6 |
ipython/ipython | data-science | 14,113 | error with jupyter_notebook_config.json file | **Hi, I face this error with my jupyter_notebook_config.json file, when I use "jupyter notebook"**
Exception while loading config file /data/Wu_Feizhen/wfz05/.jupyter/jupyter_notebook_config.json
Traceback (most recent call last):
File "/data/Wu_Feizhen/wfz05/anaconda3/envs/jupyter_R/lib/python3.11/site... | closed | 2023-07-11T13:44:47Z | 2023-07-13T12:06:43Z | https://github.com/ipython/ipython/issues/14113 | [] | BioVictory | 1 |
AntonOsika/gpt-engineer | python | 113 | Add deployment instructions to output | Let me preface this by saying I am not a developer, but I have a decent level of technical understanding and understand how code works.
In my instructions for the code I was generating, I said that I wanted step by step instructions for deploying the application on a server. In my case, this is a Telegram bot. It a... | closed | 2023-06-17T16:51:48Z | 2023-06-18T19:20:20Z | https://github.com/AntonOsika/gpt-engineer/issues/113 | [
"enhancement",
"help wanted",
"good first issue"
] | clickbrain | 3 |
CorentinJ/Real-Time-Voice-Cloning | python | 468 | SyntaxError: invalid syntax when running python demo_cli.py | ```
$: python demo_cli.py
Traceback (most recent call last):
File "demo_cli.py", line 2, in <module>
from utils.argutils import print_args
File "Real-Time-Voice-Cloning-master/utils/argutils.py", line 22
def print_args(args: argparse.Namespace, parser=None):
^
SyntaxError: inv... | closed | 2020-08-04T15:48:21Z | 2020-08-04T15:56:43Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/468 | [] | biplab1 | 3 |
clovaai/donut | nlp | 220 | Training one common model on two different type of images | I have been trying to train a common model that can extract data from two different type of images. I am getting all other details but it is not extracting the ID numbers of these two type of images. Can anyone suggest something to improve the results. | open | 2023-07-01T04:16:28Z | 2023-07-01T04:56:23Z | https://github.com/clovaai/donut/issues/220 | [] | NavneetSingh20 | 0 |
flairNLP/flair | pytorch | 2,699 | NER on custom data fails to start training and gets stuck before 1st epoch | I'm trying to train a custom NER with falir using my data (BIO format).
from flair.data import Corpus
from flair.datasets import ColumnCorpus
columns = {0 : 'text', 1 : 'ner'}
data_folder = 'Data_french/'
corpus: Corpus = ColumnCorpus(data_folder, columns,
t... | closed | 2022-04-01T13:56:19Z | 2022-06-22T12:40:37Z | https://github.com/flairNLP/flair/issues/2699 | [] | elazzouzi1080 | 1 |
huggingface/transformers | tensorflow | 36,541 | Wrong dependency: `"tensorflow-text<2.16"` | ### System Info
- `transformers` version: 4.50.0.dev0
- Platform: Windows-10-10.0.26100-SP0
- Python version: 3.10.11
- Huggingface_hub version: 0.29.1
- Safetensors version: 0.5.3
- Accelerate version: not installed
- Accelerate config: not found
- DeepSpeed version: not installed
- PyTorch version (GPU?): not instal... | open | 2025-03-04T15:23:19Z | 2025-03-07T00:14:03Z | https://github.com/huggingface/transformers/issues/36541 | [
"bug"
] | d-kleine | 6 |
strawberry-graphql/strawberry | fastapi | 3,501 | `UnallowedReturnTypeForUnion` Error thrown when having a response of Union Type and using Generics since 0.229.0 release | ## Describe the Bug
`UnallowedReturnTypeForUnion` Error thrown when having a response of Union Type and using Generics(with interface) since 0.229.0 release.
Sharing the playground [link](https://play.strawberry.rocks/?gist=a3c87c1b7816a2a3251cdf442b4569e1) showing the error for ease of replication.
This was a fea... | closed | 2024-05-15T13:19:10Z | 2025-03-20T15:56:43Z | https://github.com/strawberry-graphql/strawberry/issues/3501 | [
"bug"
] | jibujacobamboss | 2 |
wkentaro/labelme | computer-vision | 658 | Backward compatibility Issues | I have old json files created with an older version of labelme just a few months old.
But a new version packed with Ubuntu Focal Fossa 20.04 failed to open the json file, and saying that lineColor is missing.
```json
{
"shapes": [
{
"shape_type": "polygon",
"points": [
[
95... | closed | 2020-05-17T21:30:07Z | 2020-06-23T18:20:04Z | https://github.com/wkentaro/labelme/issues/658 | [] | juniorkibirige | 7 |
microsoft/MMdnn | tensorflow | 891 | AttributeError: 'NoneType' object has no attribute 'name' | tensorflow convert caffe:
from ._conv import register_converters as _register_converters
Parse file [model.ckpt-61236.meta] with binary format successfully.
Tensorflow model file [model.ckpt-61236.meta] loaded successfully.
Tensorflow checkpoint file [model.ckpt-61236] loaded successfully. [435] variables loade... | open | 2020-08-21T02:09:29Z | 2020-08-21T02:10:58Z | https://github.com/microsoft/MMdnn/issues/891 | [] | lsplsplsp1111 | 1 |
amdegroot/ssd.pytorch | computer-vision | 292 | this line is wrong, tensor used as index while the dim do not same | ayers/modules/multibox_loss.py
# Hard Negative Mining
loss_c[pos] = 0 # filter out pos boxes for now
loss_c = loss_c.view(num, -1)
should be as
loss_c = loss_c.view(num, -1)
loss_c[pos] = 0 # filter out pos boxes for now | open | 2019-02-21T03:44:28Z | 2019-03-17T05:34:44Z | https://github.com/amdegroot/ssd.pytorch/issues/292 | [] | caijch | 3 |
replicate/cog | tensorflow | 1,244 | Rethink/redesign validation of prediction responses | We recently ran into an issue in the Replicate production environment where a model with an output type of `cog.File` returned a string rather than a file-like object. This highlighted multiple issues relating to output handling and validation of responses from the model, namely:
1. Cog's synchronous prediction API ... | open | 2023-08-02T11:08:13Z | 2024-01-31T11:45:02Z | https://github.com/replicate/cog/issues/1244 | [] | nickstenning | 4 |
adamerose/PandasGUI | pandas | 48 | PandasGUI (Not Responding) | Hi,
Trying to use PandasGUI on Windows 10.
Installed via pip in Python 3.8.6
Tried in both Jupyter Notebook and VS Code in .ipynb file.
Added `from pandasgui import show`
As soon as I use `show(df)` it opens and hangs on the below.
, when body object is formatted it has one of the query parameters "client=....", which in fact sho... | closed | 2017-12-05T17:29:49Z | 2017-12-07T03:22:44Z | https://github.com/lepture/authlib/issues/5 | [
"bug"
] | anikolaienko | 5 |
deezer/spleeter | tensorflow | 601 | [Bug] ModuleNotFoundError: No module named 'tensorflow.contrib' | 

How to fix it up? | closed | 2021-03-30T17:29:54Z | 2021-04-02T13:34:10Z | https://github.com/deezer/spleeter/issues/601 | [
"bug",
"invalid"
] | cfuncode | 1 |
dpgaspar/Flask-AppBuilder | rest-api | 1,949 | Select2 3.5.2 XSS vulnerability | Selec2 3.5.2 is affected XSS vulnerability.
https://security.snyk.io/package/npm/select2/3.5.2-browserify
https://security.snyk.io/package/npm/select2
I try to update select2.js and select2.css to last stable release (4.0.13) in Superset application and it works. | closed | 2022-11-07T09:07:38Z | 2022-12-22T08:24:09Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1949 | [] | n1k9 | 1 |
holoviz/panel | matplotlib | 7,416 | Opening notebook from url with panelite, fromURL parameter? | #### Is your feature request related to a problem? Please describe.
A way to open notebooks from urls with panelite
such as https://github.com/YoraiLevi/interactive_matplotlib/blob/b09c7720069ad41337d8acf2540cda223c50a9dc/examples/draggable_line_matplotlib_widgets.ipynb#L7
#### Describe the solution you'd like
th... | open | 2024-10-17T20:57:28Z | 2024-10-17T20:57:28Z | https://github.com/holoviz/panel/issues/7416 | [] | YoraiLevi | 0 |
bmoscon/cryptofeed | asyncio | 1,014 | BITMEX: Failed to parse symbol information: 'expiry' | **Describe the bug**
2024-03-01 14:27:05,508 : ERROR : BITMEX: Failed to parse symbol information: 'expiry'
Traceback (most recent call last):
File "/home/ec2-user/.cache/pypoetry/virtualenvs/feed-CdS8cHT0-py3.9/lib64/python3.9/site-packages/cryptofeed/exchange.py", line 105, in symbol_mapping
syms, info = cl... | closed | 2024-03-01T17:16:39Z | 2024-03-01T19:01:58Z | https://github.com/bmoscon/cryptofeed/issues/1014 | [
"bug"
] | gawaboga | 0 |
ijl/orjson | numpy | 406 | Tests fail with pydebug | Hello!
In our environment we use Python builds with enabled pydebug. Tests provided with `orjson` fail with Segmentation fault.
Probably related to https://github.com/ijl/orjson/issues/277
```pytest test
=========================================================================================== test session star... | closed | 2023-07-10T17:13:19Z | 2023-07-12T19:36:16Z | https://github.com/ijl/orjson/issues/406 | [] | serjflint | 1 |
zappa/Zappa | django | 636 | [Migrated] Organize Zappa community governance structure? | Originally from: https://github.com/Miserlou/Zappa/issues/1610 by [brylie](https://github.com/brylie)
As an open source project matures, and in order to promote the longevity of the project, it is oftentimes useful to define a community governance structure.
Currently, Zappa has a single primary maintainer/contribu... | closed | 2021-02-20T12:26:58Z | 2022-07-16T06:49:02Z | https://github.com/zappa/Zappa/issues/636 | [] | jneves | 1 |
piskvorky/gensim | nlp | 3,341 | Clean up aarch64 wheel builds | in .travis.yml:
- [ ] Build Python 3.10 wheels
- [ ] Perform the wheel builds regularly, so we know when something breaks
- [ ] Document the separate travis.yml file in the wiki (e.g. "we use Travis for aarch64 because github actions don't support aarch64 builds yet") | open | 2022-05-02T12:35:12Z | 2022-05-02T12:35:12Z | https://github.com/piskvorky/gensim/issues/3341 | [
"help wanted",
"housekeeping"
] | mpenkov | 0 |
fastapi-admin/fastapi-admin | fastapi | 40 | demo id password incorrect | I can't login with id and password you provided | closed | 2021-03-19T16:06:19Z | 2023-04-19T02:29:50Z | https://github.com/fastapi-admin/fastapi-admin/issues/40 | [] | tbop02k | 5 |
Avaiga/taipy | automation | 1,895 | Systematically batch front-end updates | ### Description
The current implementation of `State` as a context manager is beneficial because it enables batching of front-end updates. This can lead to significant performance improvements, particularly when handling numerous variables.
However, I believe this should be the default behavior for all callback i... | open | 2024-10-03T11:11:49Z | 2025-02-07T13:47:31Z | https://github.com/Avaiga/taipy/issues/1895 | [
"📈 Improvement",
"🟨 Priority: Medium",
"🔒 Staff only",
"Gui: Back-End",
"💬 Discussion"
] | FabienLelaquais | 4 |
taverntesting/tavern | pytest | 699 | Use parametrize for HTTP method | As a tester, I want to assure that certain verbs like POST,PUT,DELETE,PATCH are causing a fixed behavior for a set of urls.
I can parametrize the url, but using this approach for the method is not possible yet.
```yaml
marks:
- parametrize:
key: verb
vals:
- POST
- PUT
-... | closed | 2021-06-16T11:50:00Z | 2021-10-31T15:40:31Z | https://github.com/taverntesting/tavern/issues/699 | [] | GitifyMe | 2 |
manbearwiz/youtube-dl-server | rest-api | 34 | Python 2 ChainMap and pathlib | In Python 2, there is no ChainMap inside the collections. So I would suggest changing the code from `from collections import ChainMap` to:
```
try:
from collections import ChainMap
except ImportError:
from chainmap import ChainMap
```
Meanwhile, add pathlib and ChainMap to requirements.txt.
| closed | 2019-04-21T23:01:32Z | 2020-12-04T21:43:29Z | https://github.com/manbearwiz/youtube-dl-server/issues/34 | [] | jeffli678 | 1 |
lensacom/sparkit-learn | scikit-learn | 83 | ImportError: cannot import name _check_numpy_unicode_bug | I got the error when importing the SparkitLabelEncoder module with scikit-learn version 0.19.1.
```
>>> from splearn.preprocessing import SparkLabelEncoder
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/splearn/preprocessing/__init__.py", line 1,... | open | 2018-02-05T02:18:00Z | 2018-02-05T02:18:00Z | https://github.com/lensacom/sparkit-learn/issues/83 | [] | dankiho | 0 |
scikit-learn/scikit-learn | data-science | 30,037 | Implement the two-parameter Box-Cox transform variant | ### Describe the workflow you want to enable
Currently, ony the single-parameter box-cox is implemented in sklearn.preprocessing.power_transform
The two parameter variant is defined as

where both the paramete... | open | 2024-10-09T12:35:03Z | 2024-10-09T14:59:44Z | https://github.com/scikit-learn/scikit-learn/issues/30037 | [
"New Feature"
] | jachymb | 1 |
deepinsight/insightface | pytorch | 2,739 | Issue with Installing the python packages. | Hi there, I clone this repo and try to install `setup.py` in `python-package` folder. I faced this error below
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[1], [line 1](vscode-notebook-cell:?execution_cou... | open | 2025-03-21T06:36:39Z | 2025-03-21T06:39:34Z | https://github.com/deepinsight/insightface/issues/2739 | [] | Mohankrish08 | 0 |
dolevf/graphw00f | graphql | 44 | Headers are set empty before using them | In main.py, line 90, only the parameters passed to the script for headers value are considered
https://github.com/dolevf/graphw00f/blob/701e4c16262481f9a7094a4b142f435a961497f5/main.py#L90
This leads the script to ignore the values passed in file `conf.py` in `HEADERS` variable. | closed | 2024-09-13T19:41:55Z | 2024-10-01T22:07:00Z | https://github.com/dolevf/graphw00f/issues/44 | [] | azuax | 2 |
Evil0ctal/Douyin_TikTok_Download_API | api | 30 | 抖音图集 解析失败 | 函数名 | 原因 | 输入值
Scraper.douyin() | local variable 'album_music' referenced before assignment | https://v.douyin.com/XXXXXX/
| closed | 2022-05-21T18:20:10Z | 2022-05-22T09:38:46Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/30 | [] | mrzhaoer | 3 |
mitmproxy/mitmproxy | python | 6,303 | Source Distributions for mitmproxy_rs | #### Problem Description
On Windows, mitmproxy_rs currently bundles [windows-redirector.exe](https://github.com/mitmproxy/mitmproxy_rs/tree/main/windows-redirector) for OS proxy mode. This executable is built as part of CI, and then copied over into the Python package in build.rs. @emanuele-em is in the process of i... | closed | 2023-08-07T14:04:26Z | 2023-08-23T09:43:31Z | https://github.com/mitmproxy/mitmproxy/issues/6303 | [
"area/infra",
"RFC",
"area/rust"
] | mhils | 6 |
xlwings/xlwings | automation | 1,772 | Hi I cannot open a saved file with xlwings, it looks like it's not responding and creating error. | Hi I cannot open a saved file with xlwings, it looks like it's not responding and creating error.
I also used r at the beginning of the code line
I am working with Windows.
Please see below
line 1
"C:\\\Users\\\finance\\\Desktop\\\Test1p.xlsx"
File "<ipython-input-71-817a3f5000db>", line 1
SyntaxEr... | closed | 2021-11-23T20:55:36Z | 2022-05-21T18:00:03Z | https://github.com/xlwings/xlwings/issues/1772 | [] | ivonkal | 1 |
OFA-Sys/Chinese-CLIP | nlp | 124 | 脚本运行错误 | 您好,我按照指示在相应文件夹下放置了数据集,配置好参数后运行shell脚本,但是出错了。麻烦您看一下是什么原因呢?
bash run_scripts/muge_finetune_vit-b-16_rbt-base.sh datadata
/opt/conda/lib/python3.8/site-packages/torch/distributed/launch.py:178: FutureWarning: The module torch.distributed.launch is deprecated
and will be removed in future. Use torchrun.
Note that --use... | closed | 2023-05-29T00:08:36Z | 2023-05-31T02:48:25Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/124 | [] | huhuhuqia | 4 |
Yorko/mlcourse.ai | data-science | 608 | Potentially incorrect statement about .map vs .replace in topic1_pandas_data_analysis.ipynb | In **Applying Functions to Cells, Columns and Rows** section of topic1_pandas_data_analysis.ipynb exercise when explaining how to replace values in column it is stated that `.replace` does the same thing as `.map` that, I think, is just partially correct.
While `.map` is applied to the dataframe produces NaN values fo... | closed | 2019-09-04T19:06:22Z | 2019-09-08T13:59:36Z | https://github.com/Yorko/mlcourse.ai/issues/608 | [] | andrei-khveras | 1 |
assafelovic/gpt-researcher | automation | 909 | SearXNG: Exception: Tavily API key not found. Please set the TAVILY_API_KEY environment variable. | **Describe the bug**
This is the log:
```log
INFO: [11:03:05]
🔍 Running research for ...
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/home/admin/Github/gpt-researcher/gpt_researcher/retrievers/tavily/tavily_search.py", line 39, in get_api_key
api_key = os.environ... | closed | 2024-10-14T09:17:41Z | 2024-11-09T20:21:08Z | https://github.com/assafelovic/gpt-researcher/issues/909 | [] | PieBru | 5 |
nltk/nltk | nlp | 3,324 | Unable to use word_tokenize function | This is my first time working on an NLP project, I'm unable to use the word_tokenize function which throws an error.
after trying this code to solve the error
import nltk
nltk.download('punkt')
nltk.download('stopwords')
The code above also throws an error. How do I solve this, an... | closed | 2024-09-13T14:34:31Z | 2024-09-25T06:38:12Z | https://github.com/nltk/nltk/issues/3324 | [] | beingEniola | 4 |
gunthercox/ChatterBot | machine-learning | 1,534 | chatterbot1.0.0a3 , example django_app how to train | closed | 2018-12-17T06:35:34Z | 2019-10-13T09:45:44Z | https://github.com/gunthercox/ChatterBot/issues/1534 | [] | ayershub | 1 | |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 230 | [BUG] i don't understand coding | I don't understand coding, so I use the douyin.wtf web app, when I click "video download no watermark" but that result comes out, how can I download the video? actually we can if we click "video url no watermark" but the video title uses a random title, what if I want the video title to match the title on douyin, becau... | closed | 2023-07-30T09:53:58Z | 2023-08-04T09:31:08Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/230 | [
"help wanted"
] | radenhendriawan | 1 |
python-restx/flask-restx | api | 401 | Error handlers registered to a namespace are not confined to that namespace | https://github.com/python-restx/flask-restx/blob/88497ced96674916403fa7829de693eaa3485a08/flask_restx/api.py#L589
api.py harvests all error handlers from all namespaces, and creates a dictionary from exception to handler. However, the dictionary does not keep track of namespaces --> therefore, the namespace error ha... | open | 2021-12-29T19:09:37Z | 2021-12-29T19:10:02Z | https://github.com/python-restx/flask-restx/issues/401 | [] | singular-value | 0 |
waditu/tushare | pandas | 1,584 | 600519.SH 前复权数据错误? | 600519.SH在20150708的前复权数据:
df = ts.pro_bar(ts_code="600519.SH", start_date='20000101', end_date='', adj='qfq')
1512,600519.SH,**20150708,187.6672,200.7712,180.095,194.1086,200.1074**,-5.998800000000017,-2.9978,289140.54,6738026.659
OHLC都对不上其他平台,只有成交量可以。
东方财富 没复权
 working with Panel similarly to [Solara-Leafmap](https://github.com/opengeos/solara-geospatial/blob/main/pages/01_leafmap.py).
A lot of features work. But when I click the tool icon nothing visible happens. But in the console the error below is logged.... | closed | 2024-06-12T15:11:50Z | 2024-07-21T02:08:53Z | https://github.com/opengeos/leafmap/issues/752 | [
"bug"
] | MarcSkovMadsen | 3 |
iMerica/dj-rest-auth | rest-api | 65 | Add new endpoint to verify password reset confirm token | Hello,
For web clients it's essential to have an endpoint to verify password reset confirm token, so it can easily and securely routed to the password reset confirm form page and render it for a user to interact with. | open | 2020-05-11T08:11:47Z | 2020-05-19T07:40:56Z | https://github.com/iMerica/dj-rest-auth/issues/65 | [
"enhancement",
"question"
] | mohmyo | 5 |
keras-team/keras | python | 20,946 | validation_split | Hi, if validation_split (of model.fit) is assigned a percentage, does keras shuffle the entire training data _before_ splitting it? Sorry if this is a repeated question since i saw some discussion from years ago saying that it does not shuffle and the keras' doc pages does not explicitly mention shuffling in validation... | closed | 2025-02-23T08:49:35Z | 2025-02-24T15:19:21Z | https://github.com/keras-team/keras/issues/20946 | [
"type:support"
] | cuneyt76 | 6 |
apify/crawlee-python | web-scraping | 695 | encoding errors when using the BeautifulSoupCrawlingContext | When running a crawler using the BeautifulSoupCrawlingContext, I am getting unfixable encoding errors.
They are thrown even before the handler function is called.
"encoding error : input conversion failed due to input error, bytes 0xEB 0x85 0x84 0x20"
```
async def main() -> None:
# async with Actor:
... | closed | 2024-11-13T23:20:22Z | 2024-11-25T20:06:12Z | https://github.com/apify/crawlee-python/issues/695 | [
"t-tooling"
] | Rigos0 | 10 |
lonePatient/awesome-pretrained-chinese-nlp-models | nlp | 22 | 大家认为现在表现最好的开源中文大语言模型是什么? | open | 2023-10-19T13:17:29Z | 2023-10-30T03:11:12Z | https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models/issues/22 | [] | zhawenxuan | 1 | |
JaidedAI/EasyOCR | deep-learning | 766 | UserWarning from torchvision | I am running the demo in the readme, but I got several warnings.
```
import easyocr
reader = easyocr.Reader(['en'])
result = reader.readtext(imgpath + 'sample.png', detail = 0)
print(result)
```
And I got the following warnings:
```C:\Users\22612\AppData\Local\Programs\Python\Python39\lib\site-packages\torchvis... | open | 2022-06-29T16:04:11Z | 2023-06-22T14:14:24Z | https://github.com/JaidedAI/EasyOCR/issues/766 | [
"PR WELCOME"
] | majunze2001 | 5 |
Neoteroi/BlackSheep | asyncio | 185 | GoogleDoc style to describe parameters doesn't work properly. | **Describe the bug**
GoogleDoc style to describe parameters doesn't work properly.
Consider the following example:
```python
@app.router.get("/api/orders")
async def get_orders(
page: FromQuery[int] = FromQuery(1),
page_size: FromQuery[int] = FromQuery(30),
search: FromQuery[str] = FromQuery("... | open | 2021-07-16T18:00:55Z | 2021-07-16T18:01:10Z | https://github.com/Neoteroi/BlackSheep/issues/185 | [
"low priority"
] | RobertoPrevato | 0 |
FactoryBoy/factory_boy | sqlalchemy | 224 | UserFactory example / performance tips | Hi, we're using factory_boy to generate test data during development and were running into unusual performance issues when it came to generating users. After some profiling, the culprit turned out to be a post generation hook on `set_password()`. To generate 1000 users, it was taking ~134 seconds. Since we don't care a... | closed | 2015-08-12T03:11:20Z | 2015-08-12T19:54:27Z | https://github.com/FactoryBoy/factory_boy/issues/224 | [] | rpkilby | 2 |
JaidedAI/EasyOCR | pytorch | 493 | easyocr crash On CPU while using high resolution images | program killed automatically , for high resolution images easyocr consume all ram and after some time it stuck and kill the process. | closed | 2021-07-20T03:47:40Z | 2021-07-21T07:21:59Z | https://github.com/JaidedAI/EasyOCR/issues/493 | [] | Rushi07555 | 1 |
BlinkDL/RWKV-LM | pytorch | 32 | Question about the training compute | Great work! I am working on a survey and would be interested to know the total training compute (FLOPs) of RWKV-14B model? What was the training time (GPU-hours) on how many A100s? Also any idea about the GPU utilization rate? | closed | 2023-02-17T09:04:27Z | 2023-02-17T10:02:35Z | https://github.com/BlinkDL/RWKV-LM/issues/32 | [] | ogencoglu | 1 |
frappe/frappe | rest-api | 29,851 | Backport python3.13 | Backport python3.13 support to version-15 | open | 2025-01-19T18:34:52Z | 2025-01-19T18:34:52Z | https://github.com/frappe/frappe/issues/29851 | [
"feature-request"
] | mahsem | 0 |
litestar-org/litestar | asyncio | 3,492 | Docs: Migrating to Litestar from Django | ### Summary
Would be great to have some summary for Django users about what's possible with Litestar already w.r.t. functionality used in a typical Django project in the [docs](https://docs.litestar.dev/latest/migration/index.html). | open | 2024-05-14T11:59:24Z | 2025-03-20T15:54:42Z | https://github.com/litestar-org/litestar/issues/3492 | [
"Documentation :books:"
] | fkromer | 1 |
pydata/pandas-datareader | pandas | 854 | Timezone not taken into consideration | https://github.com/pydata/pandas-datareader/blob/90f155ac6dcfa53a81441d8886d306c3790049bb/pandas_datareader/yahoo/daily.py#L128
_get_params() of YahooDailyReader doesn't consider local timezone of the request (nor the timezone of the requested data), it just does a hard shift by 4 hours. | open | 2021-02-26T21:54:18Z | 2021-02-26T22:10:39Z | https://github.com/pydata/pandas-datareader/issues/854 | [] | mickbo32 | 0 |
dgtlmoon/changedetection.io | web-scraping | 2,450 | [feature] Extend "Visual filter selector" with a way to deselect elements (add to 'ignore elements') | As mentioned in [this GitHub FR](https://github.com/dgtlmoon/changedetection.io/issues/550) and specifically in [this comment](https://github.com/dgtlmoon/changedetection.io/issues/550#issuecomment-1109410438), the current Visual Filter Selector lacks a feature to deselect elements, unlike Distill.
At present, users... | closed | 2024-06-30T12:56:49Z | 2024-07-10T11:29:05Z | https://github.com/dgtlmoon/changedetection.io/issues/2450 | [
"enhancement"
] | Shasoosh | 2 |
voila-dashboards/voila | jupyter | 866 | Request: Attach a template call to the Voila button in a Jupyter Notebook | # Goal
I want to create a single workflow between developers and non-programmer dashboard users.
For this to work, starting the dashboard should involve no terminal.
This has to run all local.
# Idea
1. Setup [nbopen](https://github.com/takluyver/nbopen) to allow a user to double click to open a .ipynb (made by ... | open | 2021-04-07T13:08:10Z | 2021-04-22T04:10:49Z | https://github.com/voila-dashboards/voila/issues/866 | [] | NumesSanguis | 1 |
uriyyo/fastapi-pagination | fastapi | 1,028 | AssertionError: missing pagination params | Hi, love the lib!!
I'm upgrading the dependencies versions in my repo to use python 3.12 and getting this error:
```
/Users/.../Library/Caches/pypoetry/virtualenvs/sample-service-n-Or4Wts-py3.12/bin/python -m uvicorn sample_service.main:app --reload --host=0.0.0.0 --port=10020
INFO: Will watch for changes in th... | closed | 2024-02-14T14:52:39Z | 2024-02-15T06:44:18Z | https://github.com/uriyyo/fastapi-pagination/issues/1028 | [] | dor1202 | 2 |
man-group/notebooker | jupyter | 176 | How do you guys keep up with the deprecated npm packages.? | I was spinning up the docker compose to test out notebooker and it seems some npm packges are deprecated, how do you guys do the check and update them in the installation.?
Just curious new to this stuff. | open | 2024-04-09T22:33:24Z | 2024-04-09T22:33:24Z | https://github.com/man-group/notebooker/issues/176 | [] | bojrick | 0 |
QuivrHQ/quivr | api | 3,460 | File Parsing through MegaParse SDK | closed | 2024-11-07T08:29:42Z | 2024-11-08T14:07:32Z | https://github.com/QuivrHQ/quivr/issues/3460 | [] | chloedia | 1 | |
samuelcolvin/dirty-equals | pytest | 59 | `IsFloat` should have an `exact` argument | allowing you to check something is a float, and check the value. | closed | 2023-04-10T08:58:06Z | 2023-04-27T18:32:56Z | https://github.com/samuelcolvin/dirty-equals/issues/59 | [] | samuelcolvin | 0 |
tortoise/tortoise-orm | asyncio | 1,432 | Incorrect filtering using expressions:Q | **Description**
I am experiencing an issue with Tortoise ORM while trying to filter users (User) based on related Performer and Project objects. The code is not working correctly and is not returning the expected results.
**To Reproduce**
```python3
from tortoise import Tortoise, fields
from tortoise.models impo... | open | 2023-07-20T19:10:27Z | 2023-07-20T19:11:00Z | https://github.com/tortoise/tortoise-orm/issues/1432 | [] | rilshok | 0 |
nicodv/kmodes | scikit-learn | 137 | No module named 'kmodes.Kprototypes' | ## Expected Behavior
from kmodes.Kprototypes import KPrototypes
## Actual Behavior
Traceback (most recent call last):
File "<pyshell#15>", line 1, in <module>
from kmodes.Kprototypes import KPrototypes
ModuleNotFoundError: No module named 'kmodes.Kprototypes'
## Steps to Reproduce the Problem
1.im... | closed | 2019-10-28T13:55:25Z | 2020-06-13T16:12:50Z | https://github.com/nicodv/kmodes/issues/137 | [
"bug"
] | Jane419 | 2 |
xonsh/xonsh | data-science | 4,935 | Captured subprocess stderr is not readable | <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
#... | closed | 2022-09-09T06:24:06Z | 2024-06-23T01:28:07Z | https://github.com/xonsh/xonsh/issues/4935 | [
"docs",
"windows"
] | drunkpig | 4 |
deezer/spleeter | deep-learning | 298 | [Bug] NoBaseEnvironmentError: This conda installation has no default base environment. | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Description
<!-- Give us a clear and concise description of the bu... | closed | 2020-03-21T15:16:29Z | 2020-04-05T12:24:28Z | https://github.com/deezer/spleeter/issues/298 | [
"documentation",
"conda"
] | ghost | 1 |
allenai/allennlp | pytorch | 4,839 | Superfluous warning when extending the vocab in the `Embedding` | <!--
Please fill this template entirely and do not erase any of it.
We reserve the right to close without a response bug reports which are incomplete.
If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here.
--... | closed | 2020-12-04T16:17:48Z | 2020-12-16T02:09:45Z | https://github.com/allenai/allennlp/issues/4839 | [
"bug",
"Contributions welcome"
] | dcfidalgo | 1 |
noirbizarre/flask-restplus | api | 547 | Could any help me to figure out how to list all of the api and url? | Hello,
I just want to list all of the url of api, just as we can see the swagger webpage on browser, I tried to find out the method and got this: http://flask.pocoo.org/snippets/117/ and https://stackoverflow.com/questions/13317536/get-a-list-of-all-routes-defined-in-the-app, and save all of them into a dict.
Co... | closed | 2018-11-01T02:32:50Z | 2018-12-18T08:30:11Z | https://github.com/noirbizarre/flask-restplus/issues/547 | [] | hanleilei | 2 |
plotly/dash-table | plotly | 776 | Takes several seconds for fixed headers to resize to column widths after mouse up | Discovered while investigating https://github.com/plotly/dash-table/issues/775
The columns aren't aligned when resizing the window. That's fine, however it takes about 5-10 seconds for them to resize appropriately after mouse-up
, The channel is 3 (RGB). How to evaluate the quality of the predicted segmentation masks? | open | 2020-02-17T09:15:10Z | 2020-02-20T09:50:37Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/920 | [] | houzeyu2683 | 4 |
microsoft/nni | tensorflow | 5,394 | proxyless example can't train because the grad is none | **Describe the issue**:
proxyless example can't train because the grad is none
name: module.blocks.1.mobile_inverted_conv.ops.0.inverted_bottleneck.conv.weight -->grad_requirs: True --weight tensor(0.0037, device='cuda:0') -->grad_value: None
-->name: module.blocks.1.mobile_inverted_conv.ops.0.inverted_bottleneck... | closed | 2023-02-22T06:28:56Z | 2023-02-27T02:39:20Z | https://github.com/microsoft/nni/issues/5394 | [] | miaott1234 | 6 |
dynaconf/dynaconf | django | 613 | [RFC] provide a way to add extra globals/context vars to the jinja formatter | **Is your feature request related to a problem? Please describe.**
i want to to use own helper objects for the jinja rendering
to make them available i need to hack around way too much
**Describe the solution you'd like**
```
settings.DYNACONF_JINJA_FORMATTER_GLOBALS["myhelper"] = MyHelper()
```
**De... | closed | 2021-07-12T19:07:54Z | 2024-01-08T11:00:04Z | https://github.com/dynaconf/dynaconf/issues/613 | [
"wontfix",
"Not a Bug",
"RFC"
] | RonnyPfannschmidt | 1 |
aleju/imgaug | machine-learning | 675 | Shifted augumented segmentation mask | I am getting shifted segmentation mask. It keeps proportions, which is good but is shifted....
Why such weird behavior ? | closed | 2020-05-22T10:12:09Z | 2020-05-25T10:04:45Z | https://github.com/aleju/imgaug/issues/675 | [] | Adblu | 2 |
geopandas/geopandas | pandas | 2,463 | Reuse existing transaction in `to_postgis` if present | When calling `to_postgis()`, a new transaction is attempted to be started every time (see [here](https://github.com/geopandas/geopandas/blob/main/geopandas/io/sql.py#L32-L39)). However, you might instead want to reuse an already ongoing transaction. Consider this example:
```python
with conn.begin():
df.to_postg... | open | 2022-06-13T20:24:58Z | 2024-08-05T17:55:01Z | https://github.com/geopandas/geopandas/issues/2463 | [
"enhancement",
"postgis"
] | muety | 3 |
pandas-dev/pandas | python | 60,816 | BUG: Union of two DateTimeIndexes is incorrectly calculated | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | open | 2025-01-29T15:45:23Z | 2025-02-02T14:27:14Z | https://github.com/pandas-dev/pandas/issues/60816 | [
"Bug",
"Regression",
"Needs Discussion",
"Non-Nano"
] | filmor | 5 |
wkentaro/labelme | deep-learning | 936 | [BUG] with Conda and Python 3.6 | Hi,
When I created a new Conda enviorment with Python=3.6 on Ubuntu 20.04 and install labelme via pip this error shows:
```
Traceback (most recent call last):
File "/home/ben/anaconda3/envs/labelme/bin/labelme", line 5, in <module>
from labelme.__main__ import main
File "/home/ben/anaconda3/envs/label... | closed | 2021-10-19T08:28:18Z | 2021-10-21T19:40:02Z | https://github.com/wkentaro/labelme/issues/936 | [] | BenSpex | 3 |
netbox-community/netbox | django | 18,942 | Comments do not word-wrap in view page for Circuits, Devices, etc. | ### NetBox version
NetBox Community v4.2.5 (2025-03-06)
### Feature type
Change to existing functionality
### Proposed functionality
Comments are only properly viewable from the Edit page of Devices, Circuits etc. because the text seems to have all line breaks removed in the View page, which makes no sense, as it'... | open | 2025-03-18T16:54:27Z | 2025-03-20T17:55:43Z | https://github.com/netbox-community/netbox/issues/18942 | [
"type: feature",
"status: revisions needed"
] | Hestichan | 1 |
twopirllc/pandas-ta | pandas | 195 | Possible to use pandas-ta with backtrader | Please share an example - how to use pandas-ta with [backtrader](https://github.com/mementum/backtrader) | closed | 2021-01-22T09:43:40Z | 2021-11-19T21:55:41Z | https://github.com/twopirllc/pandas-ta/issues/195 | [
"enhancement",
"help wanted",
"info"
] | vijay-r | 3 |
pydantic/FastUI | pydantic | 338 | Abnormal running of demo project | This is my first time using this project, but I can't run the demo project normally.
The following is my operation part, which is operated on the Windows 10 system
```shell
git clone project source code
npm install
npm dev
```
I followed the README.md in the demo directory, but when I accessed the address su... | closed | 2024-07-08T14:51:48Z | 2024-07-09T15:25:25Z | https://github.com/pydantic/FastUI/issues/338 | [] | MoncozGC | 1 |
ddbourgin/numpy-ml | machine-learning | 57 | Using numpy.tensordot for Conv2D | From this link:
https://stackoverflow.com/questions/56085669/convolutional-layer-in-python-using-numpy
and
https://numpy.org/doc/stable/reference/generated/numpy.tensordot.html
`Z = np.tensordot(X_pad, weights, axes=3) + self.bias`
Does this function is more relevant that using im2col? | open | 2020-08-02T17:34:00Z | 2020-08-20T15:51:09Z | https://github.com/ddbourgin/numpy-ml/issues/57 | [] | tetrahydra | 1 |
uriyyo/fastapi-pagination | fastapi | 691 | How to use joinedload options when using sqlalchemy | Hello!
I am trying to use joinedload with sqlalchemy but it seems overwriting original query because of passing by reference.
https://github.com/uriyyo/fastapi-pagination/blob/0ce8f30e321caece96a2ba6c0261f9a230d78ec2/fastapi_pagination/ext/sqlalchemy.py#L55
Are there any way to use options when using sqlalchemy?
| closed | 2023-05-31T13:44:25Z | 2023-06-28T09:53:06Z | https://github.com/uriyyo/fastapi-pagination/issues/691 | [
"question"
] | fshmng09 | 9 |
huggingface/diffusers | pytorch | 11,006 | Broken video output with Wan 2.1 I2V pipeline + quantized transformer | ### Describe the bug
Since there is no proper documentation yet, I'm not sure if there is a difference to other video pipelines that I'm unaware of – but with the code below, the video results are reproducibly broken.
There is a warning:
`Expected types for image_encoder: (<class 'transformers.models.clip.modeling_cl... | open | 2025-03-07T17:25:50Z | 2025-03-23T17:37:13Z | https://github.com/huggingface/diffusers/issues/11006 | [
"bug"
] | rolux | 6 |
nikitastupin/clairvoyance | graphql | 90 | [CD] Make 'tests.yml' workflow more DRY | Currently the following lines are repetitive. It would be nice to make them follow the Do-Not-repeat-Yourself principle by separating them in another action/workflow.
```yaml
- uses: actions/checkout@v4
- name: Install and configure poetry
run: |
pipx install poetry
poetry config vir... | closed | 2024-04-30T11:11:04Z | 2024-08-10T15:30:39Z | https://github.com/nikitastupin/clairvoyance/issues/90 | [] | Privat33r-dev | 0 |
mwouts/itables | jupyter | 4 | Fix itables on nteract | Opening the README.ipynb in nteract yields a JS error: _TypeError: require.config is not a function_. | closed | 2019-04-24T20:09:29Z | 2022-01-06T21:05:19Z | https://github.com/mwouts/itables/issues/4 | [] | mwouts | 1 |
scikit-image/scikit-image | computer-vision | 7,221 | ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | ### Description:
Hi, I am getting the following error:
```
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
```
Wonder why this is happening, because I have skimage `0.21.0` installed together with numpy `1.21.5` and [that should be ... | closed | 2023-10-24T16:19:32Z | 2023-11-17T08:35:27Z | https://github.com/scikit-image/scikit-image/issues/7221 | [
":bug: Bug"
] | JohannesWiesner | 8 |
sammchardy/python-binance | api | 1,018 | future_create_order() ------ how to run faster? | In my test environment, I ran the following code :
`order = client.futures_create_order(symbol='ETHUSDT',side='SELL',type='MARKET',quantity=20)`
I found that the runtime was over 0.5 seconds! How to make the runtime faster? Preferably within a few milliseconds.
| open | 2021-09-12T02:48:11Z | 2021-09-12T08:27:50Z | https://github.com/sammchardy/python-binance/issues/1018 | [] | bmw7 | 4 |
wagtail/wagtail | django | 12,779 | Add Thumbnail to ViewSet | ### This proposal is related to a problem
Currently it is **not possible to add an image column** to the listing views of the `ModelViewSet` and `SnippetViewSet`.
### The solution I'd like
Only the `PageListingViewSet` allows a list of **customizable columns**. I would love to see this for `ModelViewSet` and `Snipp... | open | 2025-01-15T18:08:57Z | 2025-01-17T20:14:47Z | https://github.com/wagtail/wagtail/issues/12779 | [
"type:Enhancement"
] | andre-fuchs | 5 |
smarie/python-pytest-cases | pytest | 258 | [Question] Pre-filter cases | Hi @smarie,
I was looking through the documentation and couldn't find any way to pre-filter cases into some kind of iterable that can then be passed to `parametrize_with_cases("x", cases=...)`. My use case is generally to have cases in a `cases.py` file that is shared throughout the test module.
```
# x/y/z folder... | closed | 2022-02-19T20:33:13Z | 2022-03-21T15:20:19Z | https://github.com/smarie/python-pytest-cases/issues/258 | [] | eddiebergman | 4 |
ydataai/ydata-profiling | jupyter | 1,130 | Feature Request: pre-commit hook workflow to mimic github PR actions | ### Missing functionality
At the moment, there is no easy way to check that a PR will pass basics actions such as the linter, commit message format, etc.
Therefore, when someone open a PR, it most likely fail, then the contributor has to either add more commits just to solve these issues or worse, reword/amend/reba... | closed | 2022-10-27T08:13:25Z | 2022-11-15T16:20:46Z | https://github.com/ydataai/ydata-profiling/issues/1130 | [
"code quality 📈"
] | aquemy | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.