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
explosion/spaCy
machine-learning
13,652
No compatible packages found for v3.8.2 of spaCy
It seems like the recently pushed` 3.8.2` version has some issues downloading models. ``` python -m spacy download en_core_web_md ✘ No compatible package found for 'en-core-web-md' (spaCy v3.8.2) ``` Here's my system info. ``` C:\Users\victim\AppData\Local\Programs\Python\Python312\Lib\site-packages\spacy\util...
closed
2024-10-04T09:35:19Z
2024-11-04T00:03:06Z
https://github.com/explosion/spaCy/issues/13652
[]
HydraDragonAntivirus
1
matplotlib/matplotlib
matplotlib
28,907
[Bug]: completely freezes
### Bug summary "When using PyCharm (regardless of the version) in debug mode or starting matplotlib.pyplot.plot in the Python console, the process completely freezes, and I can only force it to end." ### Code for reproduction ```Python import matplotlib matplotlib.use('tkagg') import matplotlib.pyplot as plt imp...
closed
2024-09-29T14:50:21Z
2024-10-30T01:16:24Z
https://github.com/matplotlib/matplotlib/issues/28907
[ "status: needs clarification" ]
name-used
17
dmlc/gluon-nlp
numpy
1,020
HybridBeamSearch broken
## Description HybridBeamSearch tests break after https://github.com/apache/incubator-mxnet/pull/16836. Prior to the change in MXNet, the tests wouldn't fail because MXNet wouldn't give a chance to the operator to verify that types are correct. ### Error Message ``` tests/unittest/test_sequence_sampler.py <class...
open
2019-11-25T05:58:34Z
2019-11-25T08:50:48Z
https://github.com/dmlc/gluon-nlp/issues/1020
[ "bug" ]
leezu
1
Lightning-AI/pytorch-lightning
data-science
19,972
Increase MlflowLogger parameter value length limit
### Description & Motivation Currently, MlflowLogger parameter value length is limited to 250 (#5893) which is too low for class names, data augmentations or others. Recent MLflow support up to 6000 (mlflow/mlflow#9709). ### Pitch MLflow use `mlflow.utils.validation.MAX_PARAM_VAL_LENGTH` to validate parameter valu...
open
2024-06-13T01:36:39Z
2024-06-13T01:37:00Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19972
[ "feature", "needs triage" ]
jhjo432
0
jazzband/django-oauth-toolkit
django
777
access token detail page in admin very slow
We upgrade django-oauth-toolkit recently, and can't open access token detail page in admin now, because source_refresh_token is not in raw_id_fields, and can be a very large list.
closed
2020-01-19T07:48:17Z
2020-02-07T05:24:59Z
https://github.com/jazzband/django-oauth-toolkit/issues/777
[]
Yiling-J
0
joke2k/django-environ
django
314
Add elasticsearch7 to search scheme
closed
2021-09-01T07:30:07Z
2021-09-06T08:31:11Z
https://github.com/joke2k/django-environ/issues/314
[ "enhancement" ]
sergeyklay
1
ets-labs/python-dependency-injector
asyncio
105
Rename AbstractCatalog to DeclarativeCatalog (with backward compatibility)
closed
2015-11-09T22:04:08Z
2015-11-10T08:42:55Z
https://github.com/ets-labs/python-dependency-injector/issues/105
[ "feature", "refactoring" ]
rmk135
0
django-import-export/django-import-export
django
1,270
ManyToMany fields are not checked for changes in skip_row
**Describe the bug** If a ManyToMany field of the resource contains changes and `skip_unchanged = True`, those changes are not checked and the rows are therefore ignored. **To Reproduce** Steps to reproduce the behavior: 1. Set `skip_unchanged = True` in your ModelResource 2. ModelResource should contain a Djang...
closed
2021-04-16T12:54:39Z
2023-04-12T13:41:10Z
https://github.com/django-import-export/django-import-export/issues/1270
[ "bug" ]
manelclos
4
plotly/dash-core-components
dash
229
add localstorage/sessionstorage support
It would be better that dash core components has localstorage or sessionstorage support, The code is simple however useful. And it is a better way to share state than hidden div from my view. here is a quick experiment code: https://github.com/Benjamin-Shengming/local_storage
closed
2018-07-07T06:11:11Z
2018-10-03T15:06:47Z
https://github.com/plotly/dash-core-components/issues/229
[]
Benjamin-Shengming
1
django-oscar/django-oscar
django
3,994
Supported version 3.x
Hi all, according to the main page there is currently no supported 3.x version. Is this correct? Is there a roadmap for future versions? Also, DataCash does not seem to be alive any more. https://docs.oscarcommerce.com/en/latest/index.html Many thanks
closed
2022-10-18T15:11:20Z
2023-06-16T10:13:30Z
https://github.com/django-oscar/django-oscar/issues/3994
[]
Chrescht
1
aimhubio/aim
data-visualization
3,233
corrupted index db . Deleting the index db to avoid errors ..
## ❓Question Hi, I am following the instructions in a fresh python environment from the page [https://aimstack.readthedocs.io/en/latest/using/remote_tracking.html#server-side-setup](https://aimstack.readthedocs.io/en/latest/using/remote_tracking.html#server-side-setup) .However, when I click on the ui link, a strange...
open
2024-10-03T03:27:47Z
2024-11-07T16:20:01Z
https://github.com/aimhubio/aim/issues/3233
[ "type / question" ]
merryHunter
5
CorentinJ/Real-Time-Voice-Cloning
pytorch
946
Getting stuck on "Loading the encoder" bit (not responding)
Hey, I just installed everything. I'm having trouble where whenever I try to input anything it loads up successfully and then gets caught on "Loading the encoder" and then says it's not responding. I have an RTX 3080. I've tried redownloading and using different pretrained.pt files for the encoder thing it's trying to ...
open
2021-12-10T10:32:13Z
2022-01-10T12:11:13Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/946
[]
HirabayashiCallie
2
keras-team/keras
tensorflow
20,648
tf.keras.models.Sequential
hi dear. i have problem: model = tf.keras.models.Sequential([ mobile_net, ### ann layer tf.keras.layers.Dense(1, activation='sigmoid') #[0, 1] or [1, 0] ]) in new versions of tensorflow and keras it has problme : ValueError: Only instances of keras.Layer can be added to a Sequential model. Received: <tens...
closed
2024-12-15T20:25:59Z
2024-12-18T06:55:16Z
https://github.com/keras-team/keras/issues/20648
[ "type:support" ]
moeinnm-99
9
ckan/ckan
api
7,712
[Guidance] Resource access authorization
## CKAN version: 2.10 We have a requirement to enforce users to log-in to preview and download resources whilst keeping the datasets public i.e. Datasets must be publicly searchable and browsable but when a user goes to preview/download resources (of public or private Datasets), they should be redirected to the logi...
closed
2023-07-25T05:08:02Z
2023-07-25T13:17:51Z
https://github.com/ckan/ckan/issues/7712
[]
IndikaUdagedara
1
streamlit/streamlit
python
10,101
Support Multi-Tenant Folder Structure for Built-In Pages Navigation
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary Currently, Streamlit automatically generates a sidebar navigation based on the scripts in a pages/ folder. I’...
open
2025-01-03T14:37:11Z
2025-01-03T18:25:21Z
https://github.com/streamlit/streamlit/issues/10101
[ "type:enhancement", "feature:multipage-apps" ]
marwanelmo
2
httpie/cli
api
838
Allow specifying default hostnames (instead of localhost)
This seems to be related to #215 and #180, but is not a pure duplicate: I would like to be able to create an alias or shell function for accessing a certain rest API requiring authentication. I started with function girder { https --session=~/.girder_session.json girder.host.local.lan/api/v1/$1 ${@:2} ...
open
2020-01-18T10:02:31Z
2023-12-12T12:33:04Z
https://github.com/httpie/cli/issues/838
[ "needs product design" ]
hmeine
4
xlwings/xlwings
automation
1,904
Returning a dataframe as an excel table from a UDF
#### OS (e.g. Windows 10 or macOS Sierra) #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) #### Describe your issue (incl. Traceback!) Researched this extensively and could not find a way. Straightforward to return a dynamic array, but is it possible to return an excel table? Can ...
closed
2022-04-28T08:58:21Z
2022-05-21T17:46:45Z
https://github.com/xlwings/xlwings/issues/1904
[]
vasilopoulos
3
Miserlou/Zappa
flask
1,380
Django App Times Out on Lambda (Runs Successfully Locally)
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 --> The app runs fi...
closed
2018-02-06T22:21:16Z
2021-09-22T14:31:34Z
https://github.com/Miserlou/Zappa/issues/1380
[ "aws" ]
hammadzz
4
seleniumbase/SeleniumBase
pytest
2,635
UC Mode not working on window server 2022
Last week, my code worked fine but after updating my code couldn't bypass the cloudflare bot. For information, I use Windows Server 2022. This is my code: ``` def you_message(text: str, out_type: str = 'json', timeout: int = 20): """Function to send a message and get results from YouChat.com Args: ...
closed
2024-03-24T17:45:54Z
2024-03-24T18:14:44Z
https://github.com/seleniumbase/SeleniumBase/issues/2635
[ "invalid usage", "UC Mode / CDP Mode" ]
zing75blog
1
cupy/cupy
numpy
8,375
cupyx.scipy.map_coordinates recompiled when coordinates array shape changes
### Description The kernel used in [cupyx.scipy.map_coordinates](https://github.com/cupy/cupy/blob/cd1c7367b6666597fda0b62960781479c6e26b41/cupyx/scipy/ndimage/_interpolation.py#L252) is recompile each time the shape of the argument `coordinates` changes. The shape of the input `coordinates` is provided to the ...
closed
2024-06-12T16:33:45Z
2024-06-19T08:39:26Z
https://github.com/cupy/cupy/issues/8375
[ "cat:enhancement", "contribution welcome" ]
martinResearch
0
vitalik/django-ninja
rest-api
329
patch release with pydantic 1.9?
Hi, any chance we could do a patch release with the fix to allow pydantic 1.9?
closed
2022-01-18T12:13:49Z
2022-01-20T15:28:49Z
https://github.com/vitalik/django-ninja/issues/329
[]
davidszotten
2
facebookresearch/fairseq
pytorch
4,714
What are the utilities of kaldi_initializer.py and kaldi_decoder.py scripts present inside the fairseq/examples/speech_recognition/kaldi folder?
## ❓ Questions and Help What are the utilities of kaldi_initializer.py and kaldi_decoder.py scripts present inside the fairseq/examples/speech_recognition/kaldi folder?
open
2022-09-11T11:17:26Z
2022-09-11T11:17:26Z
https://github.com/facebookresearch/fairseq/issues/4714
[ "question", "needs triage" ]
mukherjeesougata
0
wger-project/wger
django
1,723
Multi Value Measurements
## Use case Some measurements e.g. Blood Pressure consist of multiple values. While this could be entered into wger via 2 custom measurement this feels wrong. Especially as the the date picker in web / app only allows to set a date not a time (not sure if i should open a second request on that) so the measurements...
open
2024-07-10T08:51:04Z
2024-07-10T08:51:04Z
https://github.com/wger-project/wger/issues/1723
[]
derpeter
0
lorien/grab
web-scraping
395
Wrong Thread method for Python 3.9.0+
``` /lib/python3.10/site-packages/grab/spider/base_service.py", line 64, in is_alive return self.thread.isAlive() AttributeError: 'Thread' object has no attribute 'isAlive'. Did you mean: 'is_alive'? ``` Python 3.10, but I saw same problem in 3.9
closed
2022-06-16T08:14:05Z
2022-12-08T03:22:53Z
https://github.com/lorien/grab/issues/395
[]
notzeldon
1
mongkok/fastapi-debug-toolbar
graphql
39
IP restrictions via ALLOWED_IPS not working
I tried to get ALLOWED_IPS to work and found that the test ```python remote_addr in settings.ALLOWED_IPS ``` in https://github.com/mongkok/fastapi-debug-toolbar/blob/main/debug_toolbar/middleware.py#L25 always returns `False` because `remote_addr` is of type `str` and `ALLOWED_IPS` is a list of type `IPv4Addres...
closed
2024-01-23T12:27:28Z
2024-02-13T08:40:22Z
https://github.com/mongkok/fastapi-debug-toolbar/issues/39
[]
MartinSchmidt123
1
encode/apistar
api
652
CLI arguments are not validated correctly.
This is related to #650 (which is about `--path`). CLI arguments aren't enforced, or given sensible defaults. The one I hit is `--format`. If you don't provide this there is no error until you get to the final "Valid schema" message. At that point you get a totally mysterious `KeyError`: ``` (apistar) ~/De...
closed
2019-03-25T15:04:59Z
2020-06-04T17:09:29Z
https://github.com/encode/apistar/issues/652
[]
carltongibson
0
ansible/awx
automation
15,104
awx workflow_job_templates launch --wait command fails with ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-04-11T21:44:37Z
2024-04-26T15:14:11Z
https://github.com/ansible/awx/issues/15104
[ "type:bug", "needs_triage", "community" ]
akshat87
4
napari/napari
numpy
7,380
Investigate hard threading failure on a qt_dims_slider test run
### 🐛 Bug Report threading failure when executing qt_dim test on 1 CI run Lines that concern me in the run: ```sh File "/home/runner/work/napari/napari/napari/_qt/widgets/qt_dims_slider.py", line 603 in work File "/home/runner/work/napari/napari/napari/_qt/widgets/qt_dims_slider.py", line 553 in run...
open
2024-11-16T18:11:55Z
2024-11-16T18:16:45Z
https://github.com/napari/napari/issues/7380
[ "bug", "tests", "ci" ]
willingc
0
laurentS/slowapi
fastapi
176
Add as package in arch user repository
Would somebody be so kind and ad this to the AUR?
open
2023-11-25T14:55:51Z
2023-11-25T14:55:51Z
https://github.com/laurentS/slowapi/issues/176
[]
RottenSchnitzel
0
jofpin/trape
flask
181
ngrok error
When executing the command python2 trape.py --url https://goodfon.com --port 8080 the error "Process Process-1: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap self.run() File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run ...
open
2019-09-21T19:03:12Z
2022-10-09T15:27:05Z
https://github.com/jofpin/trape/issues/181
[]
JoKerJAYS
6
darrenburns/pytest-clarity
pytest
19
pprintpp might be better for complex/nested cases
https://github.com/wolever/pprintpp#why-is-it-prettier
closed
2021-03-12T08:13:43Z
2021-06-11T19:06:00Z
https://github.com/darrenburns/pytest-clarity/issues/19
[]
dz0
0
stitchfix/hamilton
numpy
6
Requirements to open source hamilton
- [x] examples to run/use hamilton - [x] onboarding documentation - [x] contributor documentation - [x] contributor guidelines - [x] scrub documentation - [x] scrub commit history - [x] Determine license - [x] Legal sign off -- yes changed BSD-3 Clause Clear License - [] push to pypi - [] make repo public - [...
closed
2021-05-02T18:54:39Z
2021-09-02T18:28:01Z
https://github.com/stitchfix/hamilton/issues/6
[]
skrawcz
1
dynaconf/dynaconf
fastapi
720
[bug] LOAD_DOTENV_FOR_DYNACONF environment variable does not work
**Describe the bug** When setting `LOAD_DOTENV_FOR_DYNACONF` prior to load settings, variables from `.env` file are ignored unless I specify `load_dotenv=True` in class constructor. **To Reproduce** Steps to reproduce the behavior: 1. Having the following folder structure <details> <summary> Project structu...
closed
2022-02-22T07:46:05Z
2022-06-02T19:21:51Z
https://github.com/dynaconf/dynaconf/issues/720
[ "bug" ]
tokr94
1
matterport/Mask_RCNN
tensorflow
2,993
No module 'keras.engine'
trying to run the demo file to get started. Running into this error in the mrcnn/model.py file. Has anyone seen this before? I cant seem to find keras.engine to install. 21 import keras.backend as K 22 import keras.layers as KL ---> 23 import keras.engine as KE 24 import keras.models as KM 26...
closed
2023-09-28T15:23:33Z
2025-02-25T23:08:50Z
https://github.com/matterport/Mask_RCNN/issues/2993
[]
lrpalmer27
14
jupyter-incubator/sparkmagic
jupyter
809
[BUG] Default Docker container got broken
**Describe the bug** I believe there was a new push of the image by datamechanics (5 days ago ?) and now sparkmagic docker image does not work anymore. If you log to the spark-1 container, and try ../bin/pyspark I get this error: Caused by: java.lang.IllegalArgumentException: Unrecognized Hadoop major version nu...
open
2023-03-13T17:34:48Z
2023-04-05T15:28:01Z
https://github.com/jupyter-incubator/sparkmagic/issues/809
[]
ltregan
4
ultralytics/yolov5
machine-learning
13,462
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 233: illegal multibyte sequence
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug D:\0_yyyzt\AIM\yolo\yolov5> python train.py --weights yolov5s.pt --epochs 300 --batch-size 16 --workers 8 --data D:\0_yyyzt...
open
2024-12-16T17:13:08Z
2024-12-17T06:52:36Z
https://github.com/ultralytics/yolov5/issues/13462
[ "bug", "devops" ]
zhangsiying2001
2
matplotlib/mplfinance
matplotlib
126
Bug Report: min/max return NaN if nan in data, can use np.nanmin/np.nanmax instead.
**[From @char101](https://github.com/matplotlib/mplfinance/issues/116#issuecomment-623977064)** > I have found one problem due to the usage of `min` and `max` on `ndarray` (https://github.com/matplotlib/mplfinance/blob/master/src/mplfinance/plotting.py#L424). If the array contains `nan` then both `min` and `max` wil...
closed
2020-05-05T10:51:07Z
2020-06-07T23:45:01Z
https://github.com/matplotlib/mplfinance/issues/126
[ "bug", "released" ]
DanielGoldfarb
10
Gozargah/Marzban
api
1,637
Invalid Request User ID Error (proxy/vless/inbound)
سلام، من در حال استفاده از پنل مرزبان (نسخه v0.8.4) به همراه xray (نسخه 1.8.24) هستم. تنظیمات اینت‌باند به صورت VLESS TCP Header می‌باشند و هنگام برقراری ارتباط با سرور با خطاهایی مواجه می‌شوم که به نظر می‌رسد ناشی از درخواست نامعتبر (invalid request user id) باشد. خطاهای مشاهده شده در لاگ‌های سرور مسترم (مرزبان): ``...
open
2025-02-09T10:14:59Z
2025-03-17T02:33:07Z
https://github.com/Gozargah/Marzban/issues/1637
[]
neilgleichner
3
erdewit/ib_insync
asyncio
615
Dividends Payment Schedule
I am looking to pull IB's dividend projections for a stock/ETF. I can see this information when I hover over the "Dividend Yield %" column for the ticker in my TWS watchlist/monitor, but don't know how to pull this information through ib_insync . For example (today's date = 13-Jul-2023): ![IB Dividend Projection](...
closed
2023-07-13T18:46:08Z
2023-07-23T09:04:35Z
https://github.com/erdewit/ib_insync/issues/615
[]
atamkapoor
1
biolab/orange3
data-visualization
6,466
Plots in Reports and exporting get wrong x/y axis
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
closed
2023-06-07T08:14:12Z
2023-09-15T11:54:37Z
https://github.com/biolab/orange3/issues/6466
[ "bug report" ]
WolframRinke
4
yihong0618/running_page
data-visualization
163
[TODO] fix all alert
closed
2021-08-17T08:54:20Z
2022-01-07T05:19:48Z
https://github.com/yihong0618/running_page/issues/163
[]
yihong0618
0
deepspeedai/DeepSpeed
deep-learning
7,012
nv-ds-chat CI test failure
The Nightly CI for https://github.com/deepspeedai/DeepSpeed/actions/runs/13230975186 failed.
closed
2025-02-07T00:26:40Z
2025-02-10T22:30:14Z
https://github.com/deepspeedai/DeepSpeed/issues/7012
[ "ci-failure" ]
github-actions[bot]
0
lmcgartland/graphene-file-upload
graphql
29
No UI example found
We are trying to use this in our project not able to create a ui not even properly test.we need an documentation/ examples including ui
open
2019-03-01T20:39:22Z
2022-12-14T00:57:49Z
https://github.com/lmcgartland/graphene-file-upload/issues/29
[]
amal-chandran
8
keras-team/keras
pytorch
21,078
How Do I Track a List of Objects for Export?
I define an `EnsembleModel` class that is constructed from a list of other Keras models. ``` class EnsembleModel(keras.Model): def __init__( self, models: Iterable[keras.Model], reduce_fn: Callable = keras.ops.mean, **kwargs): super(EnsembleModel, self).__init__(**kwargs) self.model...
open
2025-03-21T02:25:34Z
2025-03-24T05:45:11Z
https://github.com/keras-team/keras/issues/21078
[ "type:support" ]
rlcauvin
1
BayesWitnesses/m2cgen
scikit-learn
212
Can support native xgboost.core.Booster model?
closed
2020-05-09T02:22:44Z
2020-05-20T01:44:38Z
https://github.com/BayesWitnesses/m2cgen/issues/212
[]
yuanjie-ai
2
Farama-Foundation/PettingZoo
api
896
TypeError: aec_to_parallel_wrapper.render() got an unexpected keyword argument 'mode'
### Question I am learning Maddpg algorithm recently. After my algorithm is completed in the MPE environment training in Pettingzoo, I encountered the following problems when evaluating the algorithm: `Traceback (most recent call last): File "D:\PyCharm 2021.2.2\code\maddpg-pettingzoo-pytorch-master\evaluate.py", ...
closed
2023-03-08T08:37:14Z
2023-03-15T06:42:55Z
https://github.com/Farama-Foundation/PettingZoo/issues/896
[ "question" ]
wagh311
2
d2l-ai/d2l-en
deep-learning
2,522
Apple M2 processor GPU in pytorch
This is a feature request, please correct me if I am wrong, but it seems like we don't have any support for Apple's GPU. I noticed that there is a pull request that hasn't been merged addressing the same issue https://github.com/d2l-ai/d2l-en/pull/2453#issue-1616863143 I would like to volunteer to implant it for App...
open
2023-06-30T08:04:20Z
2023-08-28T09:03:23Z
https://github.com/d2l-ai/d2l-en/issues/2522
[]
cx-olquinjica
1
katanaml/sparrow
computer-vision
9
extraction Invalid sparrow key error
I already installed the application through the docker method and the normal streamlit run method and I don't know what I'm doing wrong but when I try to execute the extraction for a given document it gives me this error: { "error":"Invalid Sparrow key." } Also I can't delete or create any labels or groups in t...
closed
2023-06-06T03:47:24Z
2024-03-20T12:00:37Z
https://github.com/katanaml/sparrow/issues/9
[]
dani-lu
8
PaddlePaddle/PaddleHub
nlp
2,212
wav2lip输出报错,
执行代码为 import paddlehub as hub module = hub.Module(name="wav2lip") face_input_path = "1.MP4" audio_input_path = "1.wav" module.wav2lip_transfer(face=face_input_path, audio=audio_input_path, output_dir='./transfer_result/', use_gpu=False) 包版本为 paddlepaddle版本:2.4.1 paddlehub:2.3.1 Python:3.7.4(更换过3.9.16无效) 系...
open
2023-02-26T12:02:37Z
2024-02-26T05:00:07Z
https://github.com/PaddlePaddle/PaddleHub/issues/2212
[]
zjjzff123
2
docarray/docarray
fastapi
1,152
Dynamic class creation
**Is your feature request related to a problem? Please describe.** In some scenarios users might want to dynamically create a class. For example, in the search apps, data might be given through different sources, it might have a folder structure, and we are then responsible for converting it to a suitable docarray fo...
closed
2023-02-20T13:44:25Z
2023-02-28T14:19:51Z
https://github.com/docarray/docarray/issues/1152
[]
jupyterjazz
0
slackapi/bolt-python
fastapi
557
How to know the user id of the receiving user?
My goal is to create an automated "voice mail" for users when they are not available. Say there are three users - A, B, C. Arrow pointing outward means a user is sending a message to another user. ``` User A -> User B User A -> User C ``` Assume that user B and user C have installed my Slack app but user A h...
closed
2021-12-28T12:31:19Z
2022-02-18T05:17:06Z
https://github.com/slackapi/bolt-python/issues/557
[ "question", "auto-triage-stale" ]
SamarpanRai-TomTom
7
CorentinJ/Real-Time-Voice-Cloning
python
576
able to do Speech-To-Speech Synthesis
Can it perform Speech to speech synthesis, instead of text to speech
closed
2020-10-26T23:27:04Z
2021-04-28T19:41:00Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/576
[]
ruah1984
1
FactoryBoy/factory_boy
sqlalchemy
143
factory.DjangoModelFactory class Meta: not working
Documentation guides to define factories like this: ``` class UserFactory(factory.Factory): class Meta: model = models.User ``` , I get `*** TypeError: 'Meta' is an invalid keyword argument for this function` when calling `UserFactory()`. Instead I found that removing `class Meta:` definition and using: ...
closed
2014-05-21T10:35:45Z
2014-08-04T11:07:28Z
https://github.com/FactoryBoy/factory_boy/issues/143
[]
JsseL
8
jmcnamara/XlsxWriter
pandas
652
create check box
Does XlsxWriter can create check box in excel? I just find Buttons in documents
closed
2019-08-27T15:17:38Z
2019-08-27T17:08:41Z
https://github.com/jmcnamara/XlsxWriter/issues/652
[ "question" ]
shahmohamadi
1
ivy-llc/ivy
numpy
28,510
Fix Frontend Failing Test: jax - math.paddle.conj
To do List: https://github.com/unifyai/ivy/issues/27496
closed
2024-03-08T11:05:58Z
2024-03-14T21:30:32Z
https://github.com/ivy-llc/ivy/issues/28510
[ "Sub Task" ]
ZJay07
0
google-research/bert
tensorflow
1,182
Appropriate training steps for fine-tuning on language model
I want to fine-tune BERT-base-uncased for the language model, according to my custom dataset. It consists of around 80M tweets. I'm a bit puzzled about how many training steps I should set so it is trained optimally (not under-/over-fit). The README says that it should practically be more than/around 10k steps, but wha...
open
2020-12-06T10:58:10Z
2021-02-05T16:06:35Z
https://github.com/google-research/bert/issues/1182
[]
sajastu
1
dsdanielpark/Bard-API
api
84
KeyError: 'images' when using ChatBard
This is the code snippet I run: ''' from bardapi import ChatBard chat = ChatBard(token=token, language='en') chat.start() ''' Sometimes it pops up the keyerror, even if I modify the code in chat.py, is that a problem related to network? Note that I'm using a virtual network. Thanks guys. <img width="92...
closed
2023-06-29T14:03:15Z
2023-06-30T06:43:35Z
https://github.com/dsdanielpark/Bard-API/issues/84
[]
Xiansssss
2
automl/auto-sklearn
scikit-learn
1,543
[Question] Do you cant import auto-sklearn also? How can I import it successfully?
Hello, I cant import auto-sklearn anymore. I use Google Colab, so I always need to install auto-sklearn when opening a notebook, which works fine. Importing auto-sklearn I get following error: IncorrectPackageVersionError: found 'dask' version 2.12.0 but requires dask version >=2021.12 When updating dask, it doe...
closed
2022-07-20T12:27:26Z
2022-07-23T13:59:21Z
https://github.com/automl/auto-sklearn/issues/1543
[ "question" ]
kobabulbul
4
littlecodersh/ItChat
api
288
不能获取国家地区信息?
get_friends后,联系人没有国家和地区相关的字段。但是网页版微信确实有这个信息的显示
closed
2017-03-18T12:45:05Z
2017-03-22T07:49:56Z
https://github.com/littlecodersh/ItChat/issues/288
[ "question" ]
finalion
1
harry0703/MoneyPrinterTurbo
automation
438
获取脚本失败是什么原因
2024-07-05 12:21:52.174 | INFO | __main__:<module>:654 - 开始生成视频 2024-07-05 12:21:52.175 | INFO | __main__:<module>:655 - { "video_subject": "为什么要跑步", "video_script": "", "video_terms": "", "video_aspect": "9:16", "video_concat_mode": "random", "video_clip_duration": 3, "vid...
closed
2024-07-05T04:26:54Z
2024-07-05T07:01:52Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/438
[]
yzh000000
1
marshmallow-code/apispec
rest-api
60
Schema Refs
Today, to add a ref to a Schema from a Schema's nested field, we must add a `ref` parameter, as such: ``` cat_with_ref = fields.Nested(CategorySchema, ref='Category', description="A category") ``` To me, it looks like we're repeating `Category` (which is gettable by removing `Schema` from the `CategorySchema` name). ...
closed
2016-03-16T09:25:55Z
2016-03-25T02:06:08Z
https://github.com/marshmallow-code/apispec/issues/60
[]
martinlatrille
1
pytorch/pytorch
python
149,497
symbolic_trace failed on deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
### 🐛 Describe the bug ```python import torch from transformers import AutoModelForCausalLM, AutoTokenizer from torch_mlir import fx model_name = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name) prompt = "What ...
open
2025-03-19T10:06:25Z
2025-03-20T19:22:01Z
https://github.com/pytorch/pytorch/issues/149497
[ "module: fx", "oncall: fx" ]
FlintWangacc
1
jina-ai/clip-as-service
pytorch
219
Can request don't use bert-as-service client
I want to use you server structure into my project, I have a question , Can I request bert-as-service server don't use bert-as-service client, just use python request? because in your code, I see that you use zmq to request the bert-as-service server.
closed
2019-01-25T06:44:00Z
2019-01-29T01:04:38Z
https://github.com/jina-ai/clip-as-service/issues/219
[]
xiongma
2
Significant-Gravitas/AutoGPT
python
9,603
Switch from Selenium to mouse clicks on (x,y) via Vision API
Hello, when will you switch from Selenium and Puppeteer to mouse clicks on (x,y) via Vision API? OpenAI - https://platform.openai.com/docs/guides/vision Anthropic - https://docs.anthropic.com/en/docs/build-with-claude/vision Qwen2.5-VL - https://github.com/QwenLM/Qwen2.5-VL You can see the implementation here https:/...
open
2025-03-07T15:01:58Z
2025-03-07T15:08:52Z
https://github.com/Significant-Gravitas/AutoGPT/issues/9603
[]
eiko4
0
graphql-python/gql
graphql
452
Unable to print schema with gql and error is an SSL error
**Describe the bug** gql-cli is not using SSL even when the endpoint URL clearly requests this. **To Reproduce** Steps to reproduce the behavior. Below, the API-Key header is redacted: ``` gql-cli --print-schema -d -H 'API-Key: NRAK-1TTZZQEJWB1QV1FJVD8ZRK4ZKHD' 'Accept: application/json' -- https://api.newrel...
closed
2023-12-01T01:14:56Z
2023-12-01T13:50:42Z
https://github.com/graphql-python/gql/issues/452
[ "type: invalid" ]
danizen
1
noirbizarre/flask-restplus
flask
403
swagger docs: Available authorizations not populated correctly
Please let me know if I have an error in my code. But I tried to replicate the [example code](http://flask-restplus.readthedocs.io/en/stable/swagger.html#documenting-authorizations) as closely as possible. I am trying to specify authorization for my resource ``` authorizations = { "apikey": { "type...
open
2018-03-05T22:17:00Z
2018-03-06T00:08:26Z
https://github.com/noirbizarre/flask-restplus/issues/403
[]
boompig
3
PaddlePaddle/PaddleHub
nlp
1,871
hub install ***出错
hub version: 2.2.0 system: windows 10 tools: pycharm 2021.2.2 错误现象:我在pycharm中的terminal中使用hub install ABC,会出现:FileNotFoundError: [Errno 2] No such file or directory: 'ABC\\module.py' 但是:但是我在系统中的cmd,使用hub install ABC,却是正确的 错误原因: 经过我的仔细排查,我发现如果你的pycharm下存在你要安装的包名相同文件夹,就会发生此Bug,比如我要安装ABC, hub install ABC, 我的pycharm项目...
open
2022-05-17T07:58:12Z
2024-02-26T05:02:09Z
https://github.com/PaddlePaddle/PaddleHub/issues/1871
[]
AndACat
1
pytest-dev/pytest-qt
pytest
475
How to automatically select documents from QFileDialog?
I want to test my Graphical User Interface with the qtbot from pytest-qt. I am new to testing in general and i could need some guidance on how to start writing these tests. I want the bot to click on the file icon, then a QFileDialog opens, as in the picture below and the bot needs to select a pdf. I already l...
closed
2023-02-01T12:32:03Z
2023-02-03T03:35:05Z
https://github.com/pytest-dev/pytest-qt/issues/475
[ "question :question:" ]
ningwana
4
python-visualization/folium
data-visualization
1,598
FastMarkerCluster with Rectangles
**Is your feature request related to a problem? Please describe.** I am trying to make a map with lots of rectangles. For scalability I want to use `FastMarkerCluster`. **Describe the solution you'd like** An example how to achieve this with the custom `callback` argument of `FastMarkerCluster`. **Describe alte...
closed
2022-05-25T13:15:39Z
2022-05-25T17:31:40Z
https://github.com/python-visualization/folium/issues/1598
[]
vitusbenson
0
AirtestProject/Airtest
automation
256
GUI工具安装后,连接上设备后,进行操作时脚本编辑窗没有任何变化
(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。) **(重要!问题分类)** * 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues * 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues * 图像识别、设备控制相关问题 -> 按下面的步骤 **描述问题bug** GUI工具安装后,连接上设备后,进行操作时脚本编辑窗没有任何变化 **相关截图** ![image](https://u...
open
2019-01-22T09:22:45Z
2019-05-14T12:04:51Z
https://github.com/AirtestProject/Airtest/issues/256
[]
hellapple
9
ultralytics/ultralytics
python
19,830
For human detection task, do I need to train again COCO dataset with human label only ?
### 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 Hi there, I want to improve YOLO11n for the human detection task. I have a q...
open
2025-03-23T10:03:52Z
2025-03-23T12:20:57Z
https://github.com/ultralytics/ultralytics/issues/19830
[ "question", "detect" ]
ElectricGoal
3
Anjok07/ultimatevocalremovergui
pytorch
758
One day i started having a problem.... I don't know what to do and asking for help.
Last Error Received: Process: MDX-Net If this error persists, please contact the developers with the error details. Raw Error Details: Fail: "[ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running FusedConv node. Name:'Conv_0' Status Message: CUDNN error executing cudnnFindConvolutionFo...
open
2023-08-22T19:07:49Z
2023-08-22T19:07:49Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/758
[]
dimadt
0
giotto-ai/giotto-tda
scikit-learn
582
Question/References about calculations of Pairwise distance metrics
Hello! I have been using the pairwise distance functions to create distance matrices for manifold learning (UMAP). Up to this point, I have been calculating full distance matrices as input to the algorithm. Now however, I am in a situation where I am calculating the distances between 10s of thousands of persiste...
closed
2021-06-17T17:36:00Z
2021-06-18T07:04:15Z
https://github.com/giotto-ai/giotto-tda/issues/582
[]
mir-cat
0
tflearn/tflearn
data-science
422
feed_dict_builder does work with traditional feed dict
in https://github.com/tflearn/tflearn/blob/master/tflearn/utils.py:feed_dict_builder if the input feed dict contains a mapping of tf.tensor to data, this is not added to the resulting feed dict. Line 294 and line 331, continue the iteration through the input feed_dict but never update the output feed dict. As a resu...
open
2016-10-29T20:32:15Z
2016-10-30T19:37:04Z
https://github.com/tflearn/tflearn/issues/422
[]
blake-varden
3
johnthagen/python-blueprint
pytest
85
Pass -Werror to pytest rather than python
From `pytest --help`: ``` pytest-warnings: -W PYTHONWARNINGS, --pythonwarnings=PYTHONWARNINGS set which warnings to report, see -W option of python itself. ``` Passing `-Werror` to `pytest` directly is recommended from the `help`, and works better for `pytest-xdist`.
closed
2022-03-08T14:58:27Z
2022-05-15T23:18:10Z
https://github.com/johnthagen/python-blueprint/issues/85
[]
johnthagen
0
keras-team/keras
tensorflow
20,420
keras.src vs keras.api design question
This is more of a question for me to better understand the codebase. Working on #20399 , I realised since there's a distinction between `keras.src` and `keras.api` (which is exposed as `keras` in the end), makes it impossible to do certain things. For instance, if you want to typehint an input as `keras.Model`, t...
closed
2024-10-28T09:17:36Z
2025-03-13T03:10:09Z
https://github.com/keras-team/keras/issues/20420
[ "type:support" ]
adrinjalali
7
dask/dask
scikit-learn
11,336
An inconsistency between the documentation of `dask.array.percentile` and code implementation
**Describe the issue**: As mentioned in the parameter `method ` in the documentation of [`dask.array.percentile`](https://docs.dask.org/en/stable/generated/dask.array.percentile.html?highlight=percentile): > **method{‘linear’, ‘lower’, ‘higher’, ‘midpoint’, ‘nearest’}, optional** The interpolation method to use ...
open
2024-08-21T07:07:55Z
2024-08-21T11:50:32Z
https://github.com/dask/dask/issues/11336
[ "array", "documentation" ]
ParsifalXu
2
coqui-ai/TTS
pytorch
3,563
[Feature request]
i am trying to clone voice with mp3 but i am getting an error is it a bug, i neeed to adjust some settings or its not avalible yet? Thanks
closed
2024-02-04T19:02:08Z
2025-01-03T09:48:05Z
https://github.com/coqui-ai/TTS/issues/3563
[ "wontfix", "feature request" ]
m00nsp3ll
1
xlwings/xlwings
automation
1,951
How to get/set different colours of the same range from an Excel file using xlwings in python?
It is possible to get/set the colour of a range using `xlwings` like this: import xlwings as xw # Define RGB codes green = (226, 239, 218) red = (252, 228, 214) grey = (242, 242, 242) # Connect to the Excel file wb = xw.Book(EXCEL_FILENAME) sht = wb.sheets[EXCEL_SHEETNAME] ...
open
2022-07-05T16:26:57Z
2022-09-28T13:52:12Z
https://github.com/xlwings/xlwings/issues/1951
[]
Rom2BE
4
flasgger/flasgger
rest-api
242
Conflicting files due to installation of examples
There is a file conflict between flasgger and micawber, because both install files into the too generic path name examples. For reference, please see [this Arch Linux bug](https://bugs.archlinux.org/task/60006) and this [bug with micawber](https://github.com/coleifer/micawber/issues/83). As a solution, micawber and...
closed
2018-09-15T06:30:08Z
2018-09-18T00:56:36Z
https://github.com/flasgger/flasgger/issues/242
[ "bug" ]
dvzrv
2
open-mmlab/mmdetection
pytorch
11,292
Training xdecoder error
**Problem** I want to train the xdecoder model, but there is an error. ```none Traceback (most recent call last): File "./tools/train.py", line 121, in <module> main() File "./tools/train.py", line 110, in main runner = Runner.from_cfg(cfg) File "/opt/conda/envs/mmdet/lib/python3.8/site-packages/m...
closed
2023-12-18T05:42:01Z
2023-12-26T10:18:58Z
https://github.com/open-mmlab/mmdetection/issues/11292
[]
JunDaLee
1
JaidedAI/EasyOCR
pytorch
875
trainingDataset
Hi everyone, I need the dataset for starting the training process using train.py
open
2022-10-17T05:17:17Z
2022-10-17T05:17:17Z
https://github.com/JaidedAI/EasyOCR/issues/875
[]
dewMohamed
0
plotly/dash
data-visualization
2,912
'orthographic' mode do not save the graph aspect (uirevision - camera point of view)
while using 'orthographic' mode(fig['layout']['scene']['camera']['projection']['type']), uirevision set to 'foo' in order to keep the last figure camera settings, does not work. meaning that while orthographic is set, you cannot retain figure user camera changes. ``` dash 2.17.0 dash-core-com...
open
2024-07-04T12:28:52Z
2024-08-13T19:54:14Z
https://github.com/plotly/dash/issues/2912
[ "bug", "P3" ]
AlmogHadad
0
prkumar/uplink
rest-api
189
Expose a request hook: i.e., @response_handler for requests
**Is your feature request related to a problem? Please describe.** Creating this issue as a follow up of a question asked on [gitter](https://gitter.im/python-uplink/Lobby?at=5e2213bb3ea53f0f663f700a): > is there any way to log all the executed requests? Currently, this is not easily doable. Listening for reques...
open
2020-01-19T22:35:24Z
2023-05-19T16:51:26Z
https://github.com/prkumar/uplink/issues/189
[]
prkumar
5
vitalik/django-ninja
rest-api
385
Cursor pagination
**Is your feature request related to a problem? Please describe.** The current way to implement pagination is based on limit offset. I prefer the cursor style pagination. **Describe the solution you'd like** Standard way to implement cursor style pagination, similar to DRF one: https://www.django-rest-framework.o...
open
2022-03-08T10:04:00Z
2024-06-07T15:52:10Z
https://github.com/vitalik/django-ninja/issues/385
[]
asaff1
2
plotly/dash-bio
dash
290
App QA 2: Molecule viewer
- [x] Some more cool proteins to visualize in sample datasets: http://pdb101.rcsb.org/motm/231 http://pdb101.rcsb.org/motm/121 http://pdb101.rcsb.org/browse/nucleic-acids The P53 - https://www.rcsb.org/structure/1uol - [x] Which DNA and Protein are these ![image](https://user-images.githubusercontent.com/1865834/...
closed
2019-03-31T04:55:13Z
2019-04-29T19:11:09Z
https://github.com/plotly/dash-bio/issues/290
[ "App QA" ]
jackparmer
1
thp/urlwatch
automation
701
How to use environment variables in URLs?
I have a question on using environment variables in side a job. ```yaml name: "my job" url: https://mysite.org?api_key=${env variable} filter: - some filter... ``` Is this possible today?
open
2022-04-11T16:38:17Z
2022-04-11T22:01:09Z
https://github.com/thp/urlwatch/issues/701
[]
throwaway29345
1
geex-arts/django-jet
django
171
Error when trying to add item with pk not of Integer type
#I have a table that has pk of string and when I try to add an item to this table django-jet crashes with the error: ``` ValueError: invalid literal for int() with base 10: '' ``` All the other tables with numeric PKs work fine. django-jet version 1.0.4 HEre is the complete stack trace ``` Internal Serv...
closed
2017-01-30T21:05:13Z
2018-08-27T18:25:15Z
https://github.com/geex-arts/django-jet/issues/171
[]
jangeador
5
errbotio/errbot
automation
1,388
Errbot --init shouldn't crash if plugins/ exists
### I am... * [ ] Reporting a bug * [X] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version: 6.1.1 * OS version: Ubuntu 18.04 LTS * Python version: 3.7.3 * Using a virtual environmen...
closed
2019-09-30T17:43:42Z
2020-01-19T01:21:57Z
https://github.com/errbotio/errbot/issues/1388
[ "type: bug", "#configuration" ]
torgeirl
2
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,066
Having problem in loading trained model stage
Hi! Yesterday I trained my model with my own data for 300 epochs. However, when I want to reuse the model on test set, it came up with some error information `Traceback (most recent call last): File "pix2pix/test.py", line 39, in <module> model.setup(opt) # regular setup: load and print networ...
closed
2020-06-11T01:47:56Z
2020-06-11T05:34:37Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1066
[]
Orange199609
1
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
947
Runing this repository in Windows?
@andyli @heaversm @junyanz I am training it in the Windows platform. it is OK in training except a little change! I changed the num_thread=0. When the num_thread=0, then it is training without error in Windows, otherwise it gives the following error: > ForkingPickler(file, protocol).dump(obj) > BrokenPipeError:...
open
2020-03-05T03:09:01Z
2020-03-08T21:14:38Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/947
[]
K-M-Ibrahim-Khalilullah
1
comfyanonymous/ComfyUI
pytorch
7,301
LoadImage returns a 64x64 mask even when there's no mask painted
### Expected Behavior LoadImage should return "None" for Mask, when no mask is painted ### Actual Behavior LoadImage returns a 64x64 mask even when there's no mask painted ### Steps to Reproduce LoadImage -> MaskToImage -> PreviewImage ### Debug Logs ```powershell n/a ``` ### Other this affects "mask optional"...
open
2025-03-18T15:20:50Z
2025-03-19T17:43:16Z
https://github.com/comfyanonymous/ComfyUI/issues/7301
[ "Potential Bug" ]
ghostsquad
12
dynaconf/dynaconf
django
824
[RFC] Support multidoc yaml files
**Is your feature request related to a problem? Please describe.** Sometimes it can be difficult or impossible to pass multiple files with config fragments. yaml support multiple documents in one file and `safe_load_all` from pyaml api loads that accordingly. It is standard yaml feature, it would be nice to support it...
closed
2022-10-30T08:14:30Z
2023-07-18T20:24:08Z
https://github.com/dynaconf/dynaconf/issues/824
[ "Not a Bug", "RFC" ]
mangan
0
FactoryBoy/factory_boy
django
407
Change default faker locale in factory_boy
How can I set the default locale in Python's factory_boy for all of my Factories? In docs says that one should set it with factory.Faker.override_default_locale but that does nothing to my fakers... ```python import factory from app.models import Example from custom_fakers import CustomFakers # I use custom...
open
2017-08-21T13:38:15Z
2021-01-16T15:44:35Z
https://github.com/FactoryBoy/factory_boy/issues/407
[ "Feature", "Doc" ]
3ynm
10
dynaconf/dynaconf
fastapi
559
Add an example with Django and Celery
Add celery to Django example and dicumentarion to django.md related to:https://stackoverflow.com/questions/66016398/how-to-use-dynaconf-to-configure-celery/66769693#66769693
open
2021-03-23T19:06:02Z
2022-06-29T13:57:06Z
https://github.com/dynaconf/dynaconf/issues/559
[ "wontfix", "Docs", "django" ]
rochacbruno
1
plotly/dash-table
plotly
804
Bootstrap.min.css breaks Dropdown
I was using this in the dash external stylesheets: * https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css I ended up removing that stylesheet and functionality returned to the dropdown within the datatable. I'm not sure if you can fix the problem (or find the problem within that stylesheet, bu...
open
2020-07-15T11:52:07Z
2021-07-19T12:36:15Z
https://github.com/plotly/dash-table/issues/804
[]
rbrasga
3
ets-labs/python-dependency-injector
flask
4
Callable provider
Need to create `Callable` provider. Current `Function` provider is a _static_ provider of an function object. Idea of `Callable` is to provide an callable function with some predefined dependencies.
closed
2015-01-27T21:42:22Z
2015-01-27T22:51:12Z
https://github.com/ets-labs/python-dependency-injector/issues/4
[ "enhancement" ]
rmk135
0
lanpa/tensorboardX
numpy
606
GCS Connection Error
**Describe the bug** Got `ConnectionError` while training after looking at the traceback it seems when `event_file_writer` do `flush()` and if there's a connection error it hangs that thread as well as training. **Expected behavior** Training to complete without any errors. **Traceback** ``` Exception in thre...
open
2020-10-12T22:11:31Z
2020-10-13T17:32:44Z
https://github.com/lanpa/tensorboardX/issues/606
[]
Saurav-D
0
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
717
[FEATURE]: Make Cover Letter file name not use UNIX time
### Feature summary Cover Letter File Name with Job ### Feature description Instead of having the the cover letter file name generated with the unix time, I propose making the job name and then just appending `(1)` if there are conflicts. Employers can potentially see this and it looks like a bot. ### Motivation ...
closed
2024-11-03T03:02:17Z
2024-11-19T23:45:41Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/717
[ "enhancement" ]
FrancescoVassalli
3
hankcs/HanLP
nlp
1,255
【建议】是否作者分派任务,多人贡献,作者审核
首先非常感觉提供HanLP这么棒的开源项目,据我所知,现在HanLP还是您一个人维护的, 是否可以由您,或者您组建一个大牛团队,比如HanLP委员会QQ群来把关,然后将HanLP的任务分解为容易实现的明细项,然后由热心网友领取任务开发,然后提交汇总。 这样,作者就可以专注核心部分,不用干那么多体力活了。 当然,这只是一个建议,不一定可行,真正落地还需要考虑很多方面的细则
closed
2019-07-31T08:16:21Z
2020-01-01T10:48:57Z
https://github.com/hankcs/HanLP/issues/1255
[ "ignored" ]
xiyuan27
2