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
dask/dask
scikit-learn
11,570
Dask support for ``streamz`` is broken
Streamz support is broken on `main` (but works in `2024.11.2`). I assume the failures are task-spec related. ```python from streamz.dask import DaskStream from streamz.dataframe import DataFrame from distributed import Client import pandas as pd df = pd.DataFrame({"x": list(range(10)), "y": [1] * 10}) cl...
closed
2024-12-02T15:50:16Z
2024-12-02T16:10:13Z
https://github.com/dask/dask/issues/11570
[ "bug" ]
rjzamora
2
microsoft/nni
machine-learning
4,991
EmptyLayerError() or UnBalancedGroupError() during pruning depthwise separable convolution
**Describe the issue**: Errors when pruning depthwise separable convolution when 'total_sparsity' has different value , it may encounter error as follows: 1. EmptyLayerError ``` raise EmptyLayerError() nni.compression.pytorch.speedup.error_code.EmptyLayerError: Pruning a Layer to empty is not legal ``` ...
open
2022-07-08T06:02:36Z
2022-11-18T05:00:18Z
https://github.com/microsoft/nni/issues/4991
[ "v3.0" ]
HiddenMarkovModel
15
koaning/scikit-lego
scikit-learn
36
missing documentation: RandomAdder
Please add basic information for the documentation.
closed
2019-03-20T06:00:49Z
2019-10-18T14:06:01Z
https://github.com/koaning/scikit-lego/issues/36
[ "good first issue" ]
koaning
0
opengeos/streamlit-geospatial
streamlit
95
Down website
I'm not able to use the application by opening the link
closed
2022-11-14T09:58:52Z
2022-11-18T04:03:55Z
https://github.com/opengeos/streamlit-geospatial/issues/95
[]
hayashi666
0
nonebot/nonebot2
fastapi
3,042
Plugin: Gotify
### PyPI 项目名 nonebot-plugin-gotify ### 插件 import 包名 nonebot_plugin_gotify ### 标签 [{"label":"gotify","color":"#6eddff"},{"label":"通知推送","color":"#6eddff"}] ### 插件配置项 ```dotenv GOTIFY_TOKEN=empty GOTIFY_URL='https://gotify.liteyuki.icu' ```
closed
2024-10-20T02:38:05Z
2024-10-20T05:58:50Z
https://github.com/nonebot/nonebot2/issues/3042
[ "Plugin" ]
snowykami
2
kizniche/Mycodo
automation
828
Unable to add camera to dashboard widget
### Describe the problem/bug After configuring USB camera with fswebcam module the camera is not available for selection in the camera widget on the dashboard. ### Versions: - Mycodo Version: 8.7.2 / 8.7.1 - Raspberry Pi Version: 3B - Raspbian OS Version: Raspberry Pi OS (32-bit) Lite Minimal image bas...
closed
2020-08-26T20:13:15Z
2020-09-09T13:57:40Z
https://github.com/kizniche/Mycodo/issues/828
[]
stardawg
0
open-mmlab/mmdetection
pytorch
11,248
I have found a problem why I am using DUO dataset with IOU=0.50 with AP equal to 0.
Thanks for your excellent work, I have found a problem why I am using DUO data with IOU=0.50 with AP equal to 0. As shown below. ``` `Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=1000 ] = -1.000` ` Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=1000 ] = -1.000` Why is -1????
open
2023-12-04T09:11:31Z
2023-12-04T09:12:03Z
https://github.com/open-mmlab/mmdetection/issues/11248
[]
xlnn
0
plotly/dash
data-visualization
2,225
Dropdown maxHeight being overridden by something in DataTable [BUG]
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip l...
closed
2022-09-12T17:34:32Z
2024-06-21T15:04:58Z
https://github.com/plotly/dash/issues/2225
[ "dash-data-table" ]
lukeallpress
3
BeanieODM/beanie
asyncio
764
[BUG] Indecipherable error during first query and no registered doc
Hey Roman. :) **Describe the bug** If you have a large project and forget to include a model in the connection / registration, the error message is super weird. **To Reproduce** Try to do a query **without** passing a document to the models value in the connection, for example: ```python await Background...
open
2023-10-31T20:27:07Z
2023-11-06T01:02:34Z
https://github.com/BeanieODM/beanie/issues/764
[ "bug" ]
mikeckennedy
2
huggingface/datasets
pytorch
7,469
Custom split name with the web interface
### Describe the bug According the doc here: https://huggingface.co/docs/hub/datasets-file-names-and-splits#custom-split-name it should infer the split name from the subdir of data or the beg of the name of the files in data. When doing this manually through web upload it does not work. it uses "train" as a unique spl...
closed
2025-03-20T20:45:59Z
2025-03-21T07:20:37Z
https://github.com/huggingface/datasets/issues/7469
[]
vince62s
0
CorentinJ/Real-Time-Voice-Cloning
python
1,038
learning rate and steps to train synthesizer in new data
Hi I found following parameters in training synthesizer. First question is that this parameters are for which data? ``` tts_schedule = [(2, 1e-3, 20_000, 12), # Progressive training schedule (2, 5e-4, 40_000, 12), # (r, lr, step, batch_size) (2, 2e-4, 80_000, 12), # ...
open
2022-03-13T00:31:36Z
2022-03-13T00:31:36Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1038
[]
Adibian
0
pytest-dev/pytest-randomly
pytest
172
v2.1.0 dropped the test module from the sdist
In the recent re-organisation of the tests, the new module isnt being included into the sdist.
closed
2019-03-26T10:22:47Z
2019-03-26T17:03:14Z
https://github.com/pytest-dev/pytest-randomly/issues/172
[]
jayvdb
3
mirumee/ariadne-codegen
graphql
341
Support for server side
It would be great to generate a server from a schema file and just override the necessary methods
open
2025-01-18T08:46:57Z
2025-01-18T22:07:03Z
https://github.com/mirumee/ariadne-codegen/issues/341
[]
listepo
4
zappa/Zappa
django
508
[Migrated] Py3 async
Originally from: https://github.com/Miserlou/Zappa/issues/1331 by [michelorengo](https://github.com/michelorengo) ## Description Removed the encoding of the json message for SNS notification when sys.version is Python 3. ## GitHub Issues Fix for issue #1330 1330
closed
2021-02-20T09:43:40Z
2024-04-13T16:36:44Z
https://github.com/zappa/Zappa/issues/508
[ "needs-user-testing", "no-activity", "auto-closed" ]
jneves
2
ultralytics/ultralytics
python
19,791
label-smoothing and dataset
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hello, I have two questions to ask. The first one is how to set up label-smo...
open
2025-03-20T06:31:33Z
2025-03-24T19:06:22Z
https://github.com/ultralytics/ultralytics/issues/19791
[ "question", "detect" ]
shining-love
6
sktime/pytorch-forecasting
pandas
922
GPU not being utilised
- PyTorch-Forecasting version: 0.9.2 - PyTorch version: 1.10.0 - Python version: 3.9.7 - Operating System: Ubuntu ### Expected behavior I tried to use the N-beats tutorial to do some forecasting. I used Paperspace to do the training on a GPU ### Actual behavior However, When I try to train the model the ...
open
2022-03-29T07:50:14Z
2022-03-29T07:50:14Z
https://github.com/sktime/pytorch-forecasting/issues/922
[]
timmermansjoy
0
biolab/orange3
data-visualization
6,068
Order by relevance to subgroups in Box Plot should consider the value of the statistics as well
**What's wrong?** Box Plot can sort features according to the relevance to subgroups. The score for ordering is the p-value of corresponding statistics, this either being t-test, ANOVA, or chi-square. The problem emerges if the (rounded?) p-value for a set of features is 0. Than, it may happen, for instance, tha...
open
2022-07-21T08:11:45Z
2024-01-08T13:52:56Z
https://github.com/biolab/orange3/issues/6068
[ "wish", "snack" ]
BlazZupan
3
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
519
Is it possible to use database column comments as descriptions?
I have an API that uses flask_smoest, flask_sqlalchemy and flask_marshmallow to render the API docs. MY database us created using SQL files and documentation for the columns is stored in `COMMENT ON COLUMN...` SQL statements. I believe that SQLAlchemy has access to this comment property, and I was wondering if it was p...
closed
2023-06-16T12:39:37Z
2025-01-12T03:49:17Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/519
[]
Anti-Distinctlyminty
1
deepfakes/faceswap
deep-learning
1,117
No GPU detected. Switching to CPU mode
An unhandled exception occured loading pynvml. Original error: Uninitialized No GPU detected. Switching to CPU mode 1. Double click FaceSwap icon 2. The Python console displays the error GPU should be detected - OS: Windows 10 1909 18363.1256 - Python Version: 3.7.9 - Conda: Version 4.9.2 - Commit ID:...
closed
2021-01-10T01:08:38Z
2021-01-10T01:10:35Z
https://github.com/deepfakes/faceswap/issues/1117
[]
ESikich
1
automl/auto-sklearn
scikit-learn
921
Getting 'DataPreprocessor' object has no attribute 'column_transformer' error
Hi I am encountering the error of > 'DataPreprocessor' object has no attribute 'column_transformer' and can't figure out how to solve it. I tried to go through the regression.py and comment the DataPreprocessor in the pipeline but it seems like I didn't fully understand the whole pipeline of auto-sklearn. Here i...
closed
2020-08-07T09:43:28Z
2020-08-27T10:13:02Z
https://github.com/automl/auto-sklearn/issues/921
[]
Sherry40931
8
aio-libs/aiohttp
asyncio
10,149
Infinite loop when used with async_solipsism
### Describe the bug async_solipsism is an event loop that uses fake time - good for unit tests. The keepalive logic in aiohttp assumes that loop.call_at will always call the handler strictly later than the requested time, but that doesn't hold for the idealised time source in async_solipsism. The net result is that t...
closed
2024-12-09T14:53:57Z
2024-12-17T18:16:32Z
https://github.com/aio-libs/aiohttp/issues/10149
[ "bug" ]
bmerry
2
Yorko/mlcourse.ai
numpy
773
Proofread topic 9
- Fix issues - Fix typos - Correct the translation where needed - Add images where necessary
open
2024-08-25T07:53:55Z
2024-08-25T08:11:36Z
https://github.com/Yorko/mlcourse.ai/issues/773
[ "enhancement", "articles" ]
Yorko
0
geex-arts/django-jet
django
485
"admin_static" is not a registered tag library in case insertion "jet.dashboard" in INSTALLED_APPS
I have an error: ``` 'admin_static' is not a registered tag library. Must be one of: ``` when I follow the following instruction from here https://jet.readthedocs.io/en/latest/install_dashboard.html: > Add ‘jet.dashboard’ application to the INSTALLED_APPS setting of your Django project settings.py file (note it...
open
2021-06-22T16:06:41Z
2021-06-26T18:00:36Z
https://github.com/geex-arts/django-jet/issues/485
[]
Sanshain
1
OFA-Sys/Chinese-CLIP
nlp
64
导入CLIP模型Finetune,clip_model.encode_text()输出Nan
您好,我通过以下代码导入模型后想要微调CLIP模型,我先冻结了CLIP的参数,添加了全连接层在我的任务上训练, 之后再解冻CLIP部分参数,但是CLIP模型输出为Nan,请问我应该如何微调CLIP模型呢? ``` model, preprocess = load_from_name("ViT-B-16", device=device, download_root='./') ```
closed
2023-02-25T01:31:10Z
2024-05-11T11:37:41Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/64
[]
Qiaojiao-225
9
healthchecks/healthchecks
django
594
Docker build failing because of requests package version conflict
I was trying out a self-hosted version of healthchecks. I am not able to build the Docker Image. I get the following error: ``` ERROR: Cannot install requests 2.26.0 (from /wheels/requests-2.26.0-py2.py3-none-any.whl) and requests 2.27.0 (from /wheels/requests-2.27.0-py2.py3-none-any.whl) because these package ve...
closed
2022-01-05T15:43:58Z
2022-01-05T19:39:47Z
https://github.com/healthchecks/healthchecks/issues/594
[]
renesas-brandon-hussey
1
jackmpcollins/magentic
pydantic
400
Forcing specific tool use
Hi @jackmpcollins, happy new year! I had a look through the documentation, but couldn't find if there's a way to force the use of a specific tool, eg. using the `tool_choice` param like [here](https://platform.openai.com/docs/guides/function-calling#advanced-usage) for OpenAI and [here](https://docs.anthropic.com/en...
open
2025-01-10T08:03:17Z
2025-01-10T18:09:38Z
https://github.com/jackmpcollins/magentic/issues/400
[]
mnicstruwig
1
chiphuyen/stanford-tensorflow-tutorials
nlp
139
could not get it to work, here's my errors:
Traceback (most recent call last): File "chatbot.py", line 254, in <module> main() File "chatbot.py", line 249, in main train() File "chatbot.py", line 127, in train test_buckets, data_buckets, train_buckets_scale = _get_buckets() File "chatbot.py", line 85, in _get_buckets test_buckets ...
open
2018-12-07T03:46:32Z
2019-05-20T00:25:33Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/139
[]
bobstheman
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
4,199
new backup feature
### Proposal I have several subdomains and would like to be able to backup selected subdomains and also selectively restore from the copies ### Motivation and context we can easily imagine the need to restore data (after errors, crashes, conscious action) only for a specific subdomain, because from the restoration...
closed
2024-09-25T12:41:01Z
2024-10-08T10:27:59Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4199
[]
dawnog
3
JaidedAI/EasyOCR
deep-learning
345
About text detection data generation for korean language
could you please provide the information about the text detection data generation process?
closed
2021-01-06T07:55:28Z
2022-03-02T09:24:28Z
https://github.com/JaidedAI/EasyOCR/issues/345
[]
bharatsubedi
0
gunthercox/ChatterBot
machine-learning
2,214
i need a step to step to be guided on chatterbot cause of errors
closed
2021-11-03T10:24:53Z
2025-02-27T02:42:47Z
https://github.com/gunthercox/ChatterBot/issues/2214
[]
halsmur
1
davidsandberg/facenet
computer-vision
977
when i run train_tripletloss.py the error is :
E:\Python\anaconda\envs\tensorflow\python.exe F:/simgple_facenet/train_tripletloss.py --logs_base_dir ./logs/facenet --models_base_dir ./model --data_dir ./data/lfw-160 --pretrained_model ./20180402-114759 Model directory: ./model\20190218-215146 Log directory: ./logs/facenet\20190218-215146 Pre-trained model: ./20...
open
2019-02-18T13:58:08Z
2019-02-18T13:58:08Z
https://github.com/davidsandberg/facenet/issues/977
[]
qq1065507891
0
httpie/cli
rest-api
851
yum install httpie - not working?
Help? `# yum install httpie CentOS-8 - AppStream 718 kB/s | 6.4 MB 00:09 CentOS-8 - Base 1.4 MB/s ...
closed
2020-02-12T14:04:09Z
2021-09-22T15:13:54Z
https://github.com/httpie/cli/issues/851
[ "packaging" ]
milapop
9
CorentinJ/Real-Time-Voice-Cloning
tensorflow
300
why setting parameter mu_law=True in vocoder hparams?
I'm confused with the parameter mu_law=True in vocoder/hparams.py, since the trained label files(wav) which are generated in step2(synthesizer) are not encoded using mu_law. So I think this parameter may need to be False. I also notice that the test target audio generated during vocoder training has poor quality, whic...
closed
2020-03-12T08:27:23Z
2020-03-12T09:28:30Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/300
[]
tzhang001
0
lukas-blecher/LaTeX-OCR
pytorch
278
The latexocr compile error!
The latexocr is good! ![image](https://github.com/lukas-blecher/LaTeX-OCR/assets/44085182/98d781c3-2e2c-4aee-bcaa-1dec3f84101e) But it can't simply be copied to another machine to use it, otherwise it will run error. So, I thought I would recompile it. After following the instructions at https://github.com/katie-...
open
2023-05-25T02:18:01Z
2023-05-25T08:41:43Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/278
[]
yhxiong
1
PokemonGoF/PokemonGo-Bot
automation
6,023
Optimizer is not transferring , when bag is full. Sometimes.
This is what happens: ``` [2017-04-20 17:39:41] [PokemonOptimizer] [INFO] Buddy Snorlax walking: 1.85 / 5.00 km [2017-04-20 17:39:41] [PokemonOptimizer] [INFO] Pokemon Bag: 498 / 500 [2017-04-20 17:39:41] [PokemonOptimizer] [INFO] Skipping evolution step. Not enough Pokemon to evolve with lucky egg: 69/80 [2017-04...
open
2017-04-20T15:44:43Z
2017-04-25T03:30:26Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/6023
[ "Bug" ]
pogarek
6
lepture/authlib
flask
104
Remove token mixin dependency
I have two applications: an OAuth 2.0 server and an user application, both are microservice oriented, are in different repositories and have it's own databases. This architecture implies that to check if a token is it valid, I need to duplicate code in the user application, once the the decorator `@require_auth()` is r...
closed
2019-02-04T16:18:28Z
2019-03-02T22:30:16Z
https://github.com/lepture/authlib/issues/104
[]
ghost
2
xlwings/xlwings
automation
2,513
sht1.range(1, 3).value = header
#### OS macOS 14.5 #### 0.32.2 Version 16.88 (24081116) #### Describe your issue (incl. Traceback!) ```python # Your traceback here Exception has occurred: ValueError Invalid parameters File "/Users/dustinrogne/Downloads/Schwab-API-Python-main/examples/api_demo.py", line 34, in main sht1.range(1, 3).v...
closed
2024-09-10T11:49:53Z
2024-09-10T13:44:52Z
https://github.com/xlwings/xlwings/issues/2513
[]
fargoengineering
2
apache/airflow
machine-learning
47,496
AIP-38 | Connections Add
### Body Alongside with #43703 a form needs to be available allowing to add a new connection. Similar to the old / legacy UI depending on the connection type some `extra` fields need to be displayed. For this the "FlexibleForm" from the trigger UI should be re-used as a component. ### Committer - [x] I acknowledge ...
closed
2025-03-07T14:33:30Z
2025-03-20T17:30:48Z
https://github.com/apache/airflow/issues/47496
[ "kind:meta", "area:UI" ]
jscheffl
2
xinntao/Real-ESRGAN
pytorch
160
deform_conv.so: cannot open shared object file: No such file or directory
python3.9 cuda 11.3 torch 1.10.0 ----------------------- when I run `python3.9 inference_gfpgan.py --model_path experiments/pretrained_models/RealESRGAN_x4plus.pth --input inputs --face_enhance` error like ImportError: /XXX/py39_cu113/deform_conv/deform_conv.so: cannot open shared object file: No such file...
open
2021-11-22T08:24:34Z
2021-11-22T08:24:34Z
https://github.com/xinntao/Real-ESRGAN/issues/160
[]
davaram
0
geopandas/geopandas
pandas
2,548
ENH: better user experience when fiona is not installed
As discussed in https://github.com/pyodide/pyodide/issues/1569#issuecomment-1242680806 it's possible to install geopandas in Pyodide, though fiona is for now not available there. As @jorisvandenbossche mentioned in https://github.com/pyodide/pyodide/issues/1569#issuecomment-1242680271 loading GeoJSON > The onl...
open
2022-09-10T09:46:57Z
2022-09-10T10:53:01Z
https://github.com/geopandas/geopandas/issues/2548
[ "enhancement" ]
rth
1
huggingface/datasets
pytorch
7,187
shard_data_sources() got an unexpected keyword argument 'worker_id'
### Describe the bug ``` [rank0]: File "/home/qinghao/miniconda3/envs/doremi/lib/python3.10/site-packages/datasets/iterable_dataset.py", line 238, in __iter__ [rank0]: for key_example in islice(self.generate_examples_fn(**gen_kwags), shard_example_idx_start, None): [rank0]: File "/home/qinghao/miniconda3/en...
open
2024-10-02T01:26:35Z
2024-10-02T01:26:35Z
https://github.com/huggingface/datasets/issues/7187
[]
Qinghao-Hu
0
ymcui/Chinese-BERT-wwm
tensorflow
38
NER-MSRA的结果无法复现
你好,请问可以提供更多关于NER-MSRA的细节吗 我现在复现的结果要低0.5-0.8个百分点
closed
2019-09-07T02:21:57Z
2019-10-21T11:01:10Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/38
[]
shizhediao
0
matterport/Mask_RCNN
tensorflow
2,862
edit conv1 layer weights in order to work with grayscale images
hey! :) I have updated my code to work with grayscale images using the coco pre-trained weights, and it works fine when I exclude the conv1 layer, but it leads to very bad results. I read that a good way to use this layer is to sum the weights of all 3 channels into 1 channel, but I have no idea how to do it (have tri...
open
2022-08-13T03:02:12Z
2022-08-13T03:02:12Z
https://github.com/matterport/Mask_RCNN/issues/2862
[]
avnerst1
0
numba/numba
numpy
9,328
How to define list of tuples return type?
Not sure if this is a bug. I have a function with this signature: ```python def f(l: list[str], a: float, b: float) -> list[tuple[str, int]]: ``` If I just add `@jit(nopython=True)` I get: ``` Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'l' of fu...
closed
2023-12-03T15:12:57Z
2023-12-03T16:19:13Z
https://github.com/numba/numba/issues/9328
[]
mRcSchwering
0
microsoft/nni
tensorflow
4,999
When I click the button "Hyper-parameter", jump to a blank page.
**Describe the issue**: When I click the button "Hyper-parameter", <img width="525" alt="1658173229464" src="https://user-images.githubusercontent.com/55190599/179603888-b444ca07-37b0-4170-b77b-ee6be37b9911.png"> jump to a blank page. <img width="460" alt="1658173365696" src="https://user-images.githubuserco...
closed
2022-07-18T19:58:46Z
2022-07-20T01:50:45Z
https://github.com/microsoft/nni/issues/4999
[ "user raised", "WebUI" ]
nnnnnzy
3
JaidedAI/EasyOCR
pytorch
581
Pypy support?
Has anyone tried using PyPy with this project? My attempts so far on windows with anaconda have been failures, wondering if I'm wasting time
closed
2021-11-01T07:23:29Z
2022-08-07T05:00:33Z
https://github.com/JaidedAI/EasyOCR/issues/581
[]
ckcollab
0
coqui-ai/TTS
deep-learning
3,200
[Feature request] Music Support?
Hello,can we use this project for Music AI develop?
closed
2023-11-12T06:37:17Z
2023-11-12T12:14:14Z
https://github.com/coqui-ai/TTS/issues/3200
[ "feature request" ]
sujianfu1992
1
0b01001001/spectree
pydantic
312
bug: annotations NameError issue caused by python bug
### Describe the bug Hey :) This isn't strictly a bug in Spectree but I wanted to raise it nonetheless (see below as to why). The combination of Spectree, annotations mode and Flask's ResponseReturnValue does not work: ``` File "/path/to/viewfuncs.py", line 28, in <module> @api.validate( ^^^^^^^...
open
2023-05-22T11:51:59Z
2023-05-23T07:39:55Z
https://github.com/0b01001001/spectree/issues/312
[ "bug" ]
divad
1
netbox-community/netbox
django
18,628
Config Context render issue in dark mode
### Deployment Type NetBox Enterprise ### NetBox Version v4.1.7 ### Python Version 3.12 ### Steps to Reproduce 1. Go to the /dcim/devices/xxx/config-context webpage 2. Enable dark mode ### Expected Behavior buttons should be visible ### Observed Behavior One of the JSON or YAML buttons is not visible. ![Imag...
closed
2025-02-12T00:21:11Z
2025-02-12T13:33:49Z
https://github.com/netbox-community/netbox/issues/18628
[ "type: bug" ]
llamafilm
1
graphql-python/graphene-mongo
graphql
238
MongoEngineConversionError: DynamicField
Can't really find out what is the problem. I get the error when running django+graphql+mongo project: **Don't know how to convert the MongoEngine field <mongoengine.fields.DynamicField object at 0x000001B86AC92690> (<class 'mongoengine.fields.DynamicField'>)** ` class TableRowCellType(MongoengineObjectType): ...
open
2024-06-27T12:52:43Z
2024-06-27T12:55:58Z
https://github.com/graphql-python/graphene-mongo/issues/238
[]
8m0
0
InstaPy/InstaPy
automation
6,416
--> Image not liked: b'Unavailable Page' Raspberry PI 4 Ubuntu 21.10
Hello, I have some issues when i run quickstart.py on my raspberry pi4 running ubuntu 21.10 After lot of installation issues i finally run my quickstart.py file I use Firfefox-esr 78.10 and arm version of geckodriver. When i launch the script, some errors appear : `WARNING [2021-12-02 21:38:35] [myaccoun...
open
2021-12-02T20:53:29Z
2022-02-28T06:48:11Z
https://github.com/InstaPy/InstaPy/issues/6416
[ "Raspberry Pi" ]
r4spberry13
27
robinhood/faust
asyncio
567
Faust on windows 10: ModuleNotFoundError: No module named 'faust.agents.agent'
Hello, I have an issue with Faust for windows. I am trying to run a simple code: app.py: ```python import faust app = faust.App('test-example') class Order(faust.Record, serializer='json'): account_id: str product_id: str amount: int price: float orders_topic = app.topic('orders'...
closed
2020-03-31T11:05:47Z
2020-03-31T12:14:31Z
https://github.com/robinhood/faust/issues/567
[]
thomas-chauvet
1
collerek/ormar
pydantic
569
release 0.10.25 to fix bug and support queryset_class
Hey bro, release please. The document had been updated, but the version is old.
closed
2022-02-17T09:53:43Z
2022-02-25T11:19:59Z
https://github.com/collerek/ormar/issues/569
[ "enhancement" ]
ponytailer
1
robotframework/robotframework
automation
4,572
Timer In Timeout was killed while waiting for raised timeout
Recently, I am running a project with pabot, and I found that sometimes the app stocked. And I attach and see the stack, found that the timer was killed before it work out. So that the robot app cannot stop. Specfically, the code is here. ![image](https://user-images.githubusercontent.com/29817738/209047003-10833e3d-a...
closed
2022-12-22T03:09:49Z
2023-10-20T23:11:50Z
https://github.com/robotframework/robotframework/issues/4572
[]
Zoupers
2
microsoft/qlib
deep-learning
1,600
fit time and train time, why should we have both?
Hello, in yaml config file, e.g., workflow_config_lightgbm_Alpha158.yaml, We have: data_handler_config: &data_handler_config start_time: 2000-01-05 end_time: 2023-06-01 fit_start_time: 2000-01-05 fit_end_time: 2018-12-31 segments: train: [2000-01-05, 2018-12-31] ...
closed
2023-07-16T23:56:42Z
2023-10-24T03:02:02Z
https://github.com/microsoft/qlib/issues/1600
[ "question", "stale" ]
quant2008
2
piskvorky/gensim
machine-learning
3,560
Upgrade to NumPy 2.1
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/g/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that do not includ...
open
2024-09-09T09:50:47Z
2025-03-18T08:14:29Z
https://github.com/piskvorky/gensim/issues/3560
[]
MaximilianHess
8
docarray/docarray
pydantic
1,822
index.find() tries to reshape and fails
### Initial Checks - [X] I have read and followed [the docs](https://docs.docarray.org/) and still think this is a bug ### Description Apologies the title of this is not the best. I have a very odd case and can't seem to understand what is causing it. I have also failed at recreating the issue in a simpler exa...
open
2023-10-12T05:28:01Z
2023-10-19T03:33:43Z
https://github.com/docarray/docarray/issues/1822
[]
nikhilmakan02
10
long2ice/fastapi-cache
fastapi
1
how to check if the data in cache is empty and then load data into the indicated cache?
for example, how to check if there is None data in the cache "test" of the following function section_data? and how to load new data into it if it is empty. def my_key_builder( func, namespace: Optional[str] = "", request: Request = None, response: Response = None, *args, **kwargs,): prefix = Fas...
closed
2020-11-12T04:40:16Z
2020-11-12T05:55:58Z
https://github.com/long2ice/fastapi-cache/issues/1
[]
marcusau
6
pydata/pandas-datareader
pandas
242
ticker for index
Hi all, I can not get the any index via datareader. the following URL request has returns in Chrome. https://www.google.com/finance/historical?q=.inx but call DataReader with ( ".INX", ...) has the following error: .INX Failed to get data Unable to read URL: http://www.google.com/finance/historical Hope you can ...
closed
2016-09-23T19:15:33Z
2018-09-12T08:04:39Z
https://github.com/pydata/pandas-datareader/issues/242
[]
ben388
2
ultralytics/yolov5
machine-learning
13,375
tflite
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests. ### Description how can i export yolov5s into tflite ### Use case _No response_ ### Additional _No response_ ### Are you willing to submit a PR? - [ ] Yes I'd...
open
2024-10-23T08:39:48Z
2024-11-09T12:04:28Z
https://github.com/ultralytics/yolov5/issues/13375
[ "enhancement", "question" ]
motesz
2
mlfoundations/open_clip
computer-vision
541
Similarity Calculation Question
In the following code from README. Why multiply by `100` before calculating the softmax function? Instead of using `model.logit_scale`? ```python import torch from PIL import Image import open_clip model, _, preprocess = open_clip.create_model_and_transforms('ViT-B-32', pretrained='laion2b_s34b_b79k') token...
closed
2023-05-29T17:21:07Z
2023-05-30T06:55:31Z
https://github.com/mlfoundations/open_clip/issues/541
[]
huang-xx
2
neuml/txtai
nlp
555
request are starved during concurrent searches
I conducted load testing with JMeter at a rate of 100 queries per second (QPS) with a 10-minute hold time. During this test, I noticed that some requests experienced delays and were only served towards the end of the hold time. This delay was consistent for both text and SQL search queries. For reference, I have attach...
closed
2023-09-13T12:32:23Z
2025-02-18T16:46:03Z
https://github.com/neuml/txtai/issues/555
[]
a-bawane
2
pyg-team/pytorch_geometric
pytorch
9,253
Trying to install pyg through conda and took three days but can't make it work.
### 😵 Describe the installation problem Anyone help me I want to install pytoch2* with any version of pyg. But it always conflct when try conda install pyg -c pyg. I tried torch 2.3, 2.2, 2.1, 2.0 and all of them didn't work ------ Error: conda instal pyg -c pyg Collecting package metadata (current_repodata....
open
2024-04-29T03:45:08Z
2024-05-05T14:31:03Z
https://github.com/pyg-team/pytorch_geometric/issues/9253
[ "installation" ]
TueVNguyen
2
NullArray/AutoSploit
automation
1,245
Unhandled Exception (3bad8b6f2)
Autosploit version: `2.2.3` OS information: `Linux-4.4.208-KronicKernel-armv8l-with-libc` Running context: `/data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/autosploit.py` Error meesage: `stat() argument 1 must be encoded string without null bytes, not str` Error traceback: ``` Traceback (most recent call):...
closed
2020-02-11T04:21:07Z
2020-03-21T21:10:09Z
https://github.com/NullArray/AutoSploit/issues/1245
[]
AutosploitReporter
0
shaikhsajid1111/twitter-scraper-selenium
web-scraping
73
not enough values to. unpack
![image](https://github.com/shaikhsajid1111/twitter-scraper-selenium/assets/22786323/04f18000-bb52-45cd-bf27-065876ed2a2b) hi,guys.I pulled the code again from GitHub and reinstalled it, but why am I still getting the following error?
open
2023-06-30T02:20:25Z
2023-07-01T13:12:00Z
https://github.com/shaikhsajid1111/twitter-scraper-selenium/issues/73
[]
mylysddp
1
lexiforest/curl_cffi
web-scraping
221
How do I impersonate and add a custom header for a new browser version?
Hello, I opened an issue in your other repository because I want to impersonate the edge 120 browser. You closed it due to saying that just the user agent needs to match the new browser version as everything else stays the same. I wanted to have an impersonate="edge120" option for this project so that it would b...
closed
2024-01-20T12:26:36Z
2024-01-26T01:04:01Z
https://github.com/lexiforest/curl_cffi/issues/221
[]
chris6611
7
dgtlmoon/changedetection.io
web-scraping
2,060
TypeError sometimes during scrape
**Describe the bug** TypeError: Cannot read properties of undefined (reading 'length') at eval (eval at evaluate (:226:30), <anonymous>:68:118) at Array.filter (<anonymous>) at isItemInStock (eval at evaluate (:226:30), <anonymous>:68:83) at eval (eval at evaluate (:226:30), <anonymous>:118:8) at UtilityScript.evaluat...
closed
2023-12-27T22:49:11Z
2023-12-27T22:55:03Z
https://github.com/dgtlmoon/changedetection.io/issues/2060
[ "triage" ]
ericstromsodt
0
pallets/flask
flask
4,893
flask.url_for no longer supporting values parameter
In Flask 2.2.2, `flask.url_for` is no longer using the `values` parameter as a proxy for the keyword arguments list, and is instead turning that into a URL parameter. For example, in previous versions of Flask, I was able to do something like: ``` @app.route('/one') def some_endpoint(): return flask.redire...
closed
2022-12-02T23:09:02Z
2023-01-10T00:05:53Z
https://github.com/pallets/flask/issues/4893
[]
fluffy-critter
6
harry0703/MoneyPrinterTurbo
automation
143
Uncaught app exception Traceback
2024-04-01 22:40:14 | INFO | "./app\services\video.py:179": generate_video - using font: C:/Users/hourp/Downloads/MoneyPrinterTurbo-V1/resource/fonts/STHeitiLight.ttc 2024-04-01 22:40:14.482 Uncaught app exception Traceback (most recent call last): File "C:\Users\hourp\anaconda3\envs\MoneyPrinterTurbo\lib\site-pac...
closed
2024-04-01T15:52:22Z
2024-04-04T01:50:10Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/143
[]
pupheng
1
inventree/InvenTree
django
8,594
[FR] Distribute front-end libraries for plugins
Distribute our frontend component library for use in custom plugins (via npm).
open
2024-11-29T10:57:48Z
2025-03-17T10:44:14Z
https://github.com/inventree/InvenTree/issues/8594
[ "enhancement", "plugin", "User Interface" ]
SchrodingersGat
9
gevent/gevent
asyncio
1,179
Multi-processing gotchas with PyWSGI
* gevent version: 1.2.2 * Python version: Python 3.6.4 (default, Dec 19 2017, 14:48:12) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)] on linux * Python version: Python 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin * Operating System: CentOS Linux release 7.4.170...
closed
2018-04-18T00:24:26Z
2018-04-18T22:26:50Z
https://github.com/gevent/gevent/issues/1179
[]
RichardFoo
8
pytest-dev/pytest-django
pytest
1,145
Suggestion: module-level fixtures for populating a database
I had a lot of trouble figuring out how to set up my tests given that various tests needed different things in the database, and some tests used live_server which removes all data from the database at the end of the particular test (this prevented me from using a session level fixture, since the live_server test would ...
open
2024-09-13T01:10:37Z
2024-09-13T01:11:10Z
https://github.com/pytest-dev/pytest-django/issues/1145
[]
nbelakovski-mssm
0
PrefectHQ/prefect
data-science
16,938
Mypy issue with task_runner argument of flow
### Bug summary Mypy does not pass on an example from the prefect website ``` from prefect import flow, task from prefect.futures import wait from prefect.task_runners import ThreadPoolTaskRunner import time @task def stop_at_floor(floor): print(f"elevator moving to floor {floor}") time.sleep(floor) pri...
open
2025-02-03T11:08:36Z
2025-02-26T14:41:15Z
https://github.com/PrefectHQ/prefect/issues/16938
[ "bug" ]
david-gang
2
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
959
creating ground truth and mask
can we create the ground truth and mask image of output , for further processing?
open
2020-03-19T20:08:11Z
2020-03-20T21:48:45Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/959
[]
manvirvirk
1
Urinx/WeixinBot
api
168
如果没有把群加入通讯录就获取不到群,看网页版webwxbatchgetcontact接口是不用添加也可以获取的
open
2017-03-17T04:21:36Z
2018-05-04T08:08:32Z
https://github.com/Urinx/WeixinBot/issues/168
[]
linyueb
1
vanna-ai/vanna
data-visualization
536
GoogleGeminiChat does not respect model_name when authenticating without api-key
**Describe the bug** `GoogleGeminiChat` does not use `model_name` configuration provided by user when authentication is without api-key. **Additional context** I've created a PR to fix this: https://github.com/vanna-ai/vanna/pull/535
closed
2024-07-03T08:47:25Z
2024-07-23T05:40:56Z
https://github.com/vanna-ai/vanna/issues/536
[ "bug" ]
everdark
0
ydataai/ydata-profiling
data-science
1,355
ValueError: Only supported for TrueType fontsBug Report
### Current Behaviour I just run the Example "[NASA Meteorites](comprehensive set of meteorite landing - object properties and locations)" in Colab ValueError Traceback (most recent call last) [/usr/local/lib/python3.10/dist-packages/IPython/core/formatters.py](https://localhost:80...
open
2023-06-04T13:47:32Z
2024-06-27T21:39:13Z
https://github.com/ydataai/ydata-profiling/issues/1355
[ "needs-triage" ]
BnBear123
6
0b01001001/spectree
pydantic
148
How to specify mimetype for request body
I have a POST endpoint that needs to be `multipart/form-data`. I've got the endpoint working as expected, but I can't figure out how to tell spectree to expect `Content-type: multipart/form-data` instead of `application/json` for the purposes of generating the OpenAPI doc. Is there any way of doing this? I did try c...
closed
2021-06-15T16:57:59Z
2023-03-22T19:15:01Z
https://github.com/0b01001001/spectree/issues/148
[]
ropeladder
2
ultralytics/ultralytics
machine-learning
19,460
I noticed that YOLOv5 can achieve a better model by adding background images. Can YOLOv11 also be operated in the same way
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I noticed that YOLOv5 can achieve a better model by adding background images...
open
2025-02-27T09:47:38Z
2025-03-13T05:39:52Z
https://github.com/ultralytics/ultralytics/issues/19460
[ "question" ]
tiandishenxian
5
iMerica/dj-rest-auth
rest-api
365
Authenticate on a backend server with Google account
Hello, I already have dj-rest-auth in my app. How can I authenticate user on a backend server with Google account - https://developers.google.com/identity/sign-in/android/backend-auth I dont want to reinvent the wheel, maybe you could point me out how to do this with dj-rest-auth Thanks in advance!
closed
2022-01-23T19:29:15Z
2022-07-17T23:20:33Z
https://github.com/iMerica/dj-rest-auth/issues/365
[ "support-request" ]
bene25
11
tqdm/tqdm
jupyter
908
The inner loop of nested bar start on a new line instead of the same level as previous loop
- [ ] I have marked all applicable categories: + [ ] exception-raising bug + [x] visual output bug + [x] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate) + [ ] new feature request - [x]...
closed
2020-03-05T21:33:59Z
2020-03-31T18:36:58Z
https://github.com/tqdm/tqdm/issues/908
[ "duplicate 🗐", "invalid ⛔", "p2-bug-warning ⚠", "submodule-notebook 📓" ]
bbbbear
2
aio-libs/aiopg
sqlalchemy
679
UniqueConstraint not working with SQLAlchemy
Hi folks, I seem to be having issues with `UniqueConstraint`s. In models I have: ```py class SubjectCategory(Base): __tablename__ = 'subject_categories' id = Column(Integer, primary_key=True, nullable=False) name = Column(String(63)) region = Column(Integer, ForeignKey('regions.id'), nul...
closed
2020-05-07T12:56:02Z
2020-05-07T13:01:05Z
https://github.com/aio-libs/aiopg/issues/679
[]
tomhamiltonstubber
1
sinaptik-ai/pandas-ai
pandas
1,054
Unfortunately, I was not able to get your answers, because of the following error:\n\n'NoneType' object has no attribute 'type'\n
### System Info windows 10, python 3.9.5 ### 🐛 Describe the bug I run this default code, but get error "Unfortunately, I was not able to get your answers, because of the following error:\n\n'NoneType' object has no attribute 'type'\n" I did something wrong? what should I do? thanks ``` import os im...
closed
2024-03-20T04:25:32Z
2024-03-28T16:04:02Z
https://github.com/sinaptik-ai/pandas-ai/issues/1054
[]
nothk
26
rthalley/dnspython
asyncio
835
DNS-over-QUIC (RFC 9250)
**Motivation** It appears that DoQ might overtake DoT for authoritative servers in the future. Some auth servers are already offering it on an experimental basis. It would be good to be able to probe for and interact with those servers **Describe the solution you'd like.** Something that looks just like `dns.query...
closed
2022-09-01T19:19:49Z
2022-11-24T14:56:21Z
https://github.com/rthalley/dnspython/issues/835
[ "Enhancement Request" ]
paulehoffman
11
tensorly/tensorly
numpy
62
confusing variable names in doc
If I understand correctly, the variable names `core` and `factors` for the results returned by `tucker` and `non_negative_tucker` functions should be swapped here: https://github.com/tensorly/tensorly/blob/master/doc/user_guide/quickstart.rst#tensor-decomposition
closed
2018-07-10T15:51:44Z
2018-07-11T15:39:30Z
https://github.com/tensorly/tensorly/issues/62
[]
shuo-zhou
3
FactoryBoy/factory_boy
django
857
DjangoOptions has no attribute `model`
#### Description DjangoOptions class of a DjangoModelFactory is missing attributes post `__init_subclass__` #### To Reproduce Run the code below, blows up without actually creating the PollFactory type. ##### Model / Factory code ```python from app.models import Poll class BaseDjangoModelFactory(factory.d...
open
2021-05-22T09:04:16Z
2022-01-08T22:42:19Z
https://github.com/FactoryBoy/factory_boy/issues/857
[ "Q&A" ]
isik-kaplan
6
matplotlib/matplotlib
data-science
28,973
[Error]: Unable to change offset to regular counting method
### Bug summary I got some datas need to show in a figure using matplotlib, and the range of the Y axis is 169.61 to 169.63. For a better understanding, I want the Y axis ticks show a number from 0.01 to 0.03 with a offset text show +169.6. But I got offset text in Scientific notation which is +1.696e2, even though I ...
open
2024-10-12T07:10:07Z
2024-10-15T14:33:45Z
https://github.com/matplotlib/matplotlib/issues/28973
[ "topic: ticks axis labels" ]
xiyubudaifeng
1
svc-develop-team/so-vits-svc
deep-learning
109
[Help]: acconda创建的虚拟环境,在执行训练时报错
### 请勾选下方的确认框。 - [X] 我已仔细阅读[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README_zh_CN.md)和[wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)。 - [X] 我已通过各种搜索引擎排查问题,我要提出的问题并不常见。 - [X] 我未在使用由第三方用户提供的一键包/环境包。 ### 系统平台版本号 win11 22H2 ### GPU 型号 NVIDIA GeFor...
closed
2023-03-31T11:30:31Z
2023-03-31T15:39:59Z
https://github.com/svc-develop-team/so-vits-svc/issues/109
[ "help wanted" ]
fatinghenji
3
twopirllc/pandas-ta
pandas
308
what historical data acceptable?
is only daily historical data acceptable? can we use hourly (30 min, 5 min, etc.) historical data? I want to draw the (sma rsi etc) chart based on hourly data.
closed
2021-06-10T20:51:31Z
2021-06-10T21:34:37Z
https://github.com/twopirllc/pandas-ta/issues/308
[]
wenny0501
1
StratoDem/sd-material-ui
dash
487
Infinite loop
<!--- Provide a general summary of your changes in the Title above --> <!--- MANDATORY --> <!--- Always fill out a description, even if you are reporting a simple issue. If it is something truly trivial or simple, it is okay to keep it short and sweet. --> ## Description <!--- A clear and concise description of wha...
open
2020-09-28T19:05:15Z
2020-09-28T19:05:15Z
https://github.com/StratoDem/sd-material-ui/issues/487
[]
coralvanda
0
plotly/plotly.py
plotly
4,387
`px.scatter(df, ..., render_mode="webgl")` fails when color column contains all `NaN`
Code to reproduce the issue: ```python import pandas as pd import numpy as np import plotly.express as px df = pd.DataFrame({"x": [0, 1], "y": [0, 1], "c": [np.nan, np.nan]}) px.scatter(df, x="x", y="y", color="c", render_mode="webgl") ``` Error: ![image](https://github.com/plotly/plotly.py/assets/35905338/1...
open
2023-10-18T22:40:15Z
2024-08-12T21:08:03Z
https://github.com/plotly/plotly.py/issues/4387
[ "bug", "P3" ]
ChiQiao
0
aimhubio/aim
tensorflow
2,324
Increase legibility of scatterplots with colour grouping
## 🚀 Feature I propose increasing the legibility of scatterplots with colour grouping using a different colour palette or the ability to enlarge the points on the plot. ### Motivation Grouping by colour is a very convenient feature in the scatterplot tab. However, it is not always easy to differentiate betwee...
open
2022-11-04T15:21:32Z
2022-11-04T17:42:39Z
https://github.com/aimhubio/aim/issues/2324
[ "type / enhancement", "area / Web-UI" ]
sulan
1
ivy-llc/ivy
pytorch
28,382
Fix Ivy Failing Test: torch - shape.shape__ge__
closed
2024-02-22T03:51:01Z
2024-02-22T07:32:30Z
https://github.com/ivy-llc/ivy/issues/28382
[ "Sub Task" ]
fnhirwa
0
liangliangyy/DjangoBlog
django
715
- [ 对接github的ouath,回调地址如何填写,想要大佬给出github的设置和本地的设置] 请求技术支持
<!-- 如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。 提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way --> **我确定我已经查看了** (标注`[ ]`为`[x]`) - [x] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md) - [x] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin...
closed
2024-05-30T06:56:53Z
2025-03-24T09:46:13Z
https://github.com/liangliangyy/DjangoBlog/issues/715
[]
WangXinis
2
jupyterhub/zero-to-jupyterhub-k8s
jupyter
2,996
Scope problems on upgrade
<!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> Since upgrading to the 2.0.0 chart (and k8s-hub 2.0.0) in https://github.com/toolforge/paws/pull/236 we've been having some issues, the initial loading page doesn't comp...
closed
2023-01-13T15:59:52Z
2023-01-13T16:03:20Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2996
[ "support" ]
vivian-rook
3
widgetti/solara
fastapi
174
feat: Switch component
Would be nice to wrap https://v2.vuetifyjs.com/en/components/switches/ using ipyvuetify, similar to checkbox https://github.com/widgetti/solara/blob/9cac7202072ab3fb3b316292501a1b880cc828de/solara/components/checkbox.py#L10 See https://github.com/widgetti/solara/commit/8480176b66f43c31b3c384d48ec9f35287f31ffc for t...
closed
2023-06-24T10:25:27Z
2023-07-20T19:06:09Z
https://github.com/widgetti/solara/issues/174
[ "enhancement", "good first issue" ]
maartenbreddels
1
pyeve/eve
flask
1,250
max_results=1 should be honored on aggregation endpoint
### Expected Behavior When I configure an endpoint with aggregation, I would expect that the response from a get request contains 1 item if I pass `max_results=1` . ### Actual Behavior Actually the aggregation endpoints return all items (I have only 38 items in the collection) if `max_results` is set to 1. ...
closed
2019-04-03T09:13:27Z
2019-04-05T07:08:49Z
https://github.com/pyeve/eve/issues/1250
[]
antomor
0
scikit-learn/scikit-learn
data-science
30,810
Windows free-threaded CPython 3.13 ValueError: concurrent send_bytes() calls are not supported
Noticed in [build log](https://github.com/scikit-learn/scikit-learn/actions/runs/13233133978/job/36933421850#step:5:2813). An automated issue was opened in https://github.com/scikit-learn/scikit-learn/issues/30801 and closed the next day. This needs some investigation to figure out whether this can be reproduced local...
open
2025-02-11T14:44:27Z
2025-02-11T14:47:02Z
https://github.com/scikit-learn/scikit-learn/issues/30810
[ "Bug", "Needs Investigation", "free-threading", "OS:Windows" ]
lesteve
0
Urinx/WeixinBot
api
104
有微信发朋友API吗
有微信发朋友API吗
open
2016-10-14T09:41:25Z
2017-02-10T11:21:01Z
https://github.com/Urinx/WeixinBot/issues/104
[]
c1erc1er
2
google-research/bert
nlp
715
BERT fine-tuned with SQUAD 2.0 takes long time to generate perdictions.json file in CPU?
Is there any solutions rather than using TPU or GPU to quicken the response time? I am using the following command, python run_squad.py \ --vocab_file=$BERT_LARGE_DIR/vocab.txt \ --bert_config_file=$BERT_LARGE_DIR/bert_config.json \ --init_checkpoint=$BERT_LARGE_DIR/bert_model.ckpt \ --do_train=False \ ...
open
2019-06-24T12:37:17Z
2019-08-20T19:08:09Z
https://github.com/google-research/bert/issues/715
[]
Raj-kishore
1