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
horovod/horovod
machine-learning
3,417
test_spark_keras.py::SparkKerasTests fails in PySpark 2.4.8 and TF 2.7 in CI
**Bug report:** From CI history https://github.com/horovod/horovod/runs/5298539738 Two spark Keras tests fail when using PySpark 2.4.8: test_fit_model (test.integration.test_spark_keras.SparkKerasTests) test_fit_model_multiclass (test.integration.test_spark_keras.SparkKerasTests)
closed
2022-02-23T06:44:45Z
2022-02-27T21:15:18Z
https://github.com/horovod/horovod/issues/3417
[ "bug" ]
chongxiaoc
1
plotly/dash
plotly
3,099
Dash no update/ Prevent Update blocks running Arguements
This might be more of a question - if a callback returns `PreventUpdate` or `dash.no_update` - is the intention is to block all components described under the output argument and running argument? Is it by any chance possible to keep the running argument not do the `no_update` or `Prevent Updated`?
closed
2024-12-05T16:10:26Z
2024-12-06T19:50:11Z
https://github.com/plotly/dash/issues/3099
[]
sssaha
1
voxel51/fiftyone
data-science
4,831
[BUG] Maximum depth exceeded (Minified react issue #185)
### Describe the problem Hello, thanks for this awesome project ! I've been using fiftyone for a moment, and I have an issue that happens on all of my datasets. Note that all datasets are created with multiple DynamicEmbeddedDocuments, which contain a lot of information. When I click on an image to open the d...
open
2024-09-23T17:11:26Z
2024-09-23T17:11:26Z
https://github.com/voxel51/fiftyone/issues/4831
[ "bug" ]
Youyoun
0
huggingface/datasets
pandas
6,765
Compatibility issue between s3fs, fsspec, and datasets
### Describe the bug Here is the full error stack when installing: ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. datasets 2.18.0 requires fsspec[http]<=2024.2.0,>=2023.1.0, but you ...
closed
2024-03-29T19:57:24Z
2024-11-12T14:50:48Z
https://github.com/huggingface/datasets/issues/6765
[]
njbrake
4
ipython/ipython
data-science
13,993
Proposal: Use `AutoSuggestFromHistory` by default
(Sorry this ended up being a bit of an essay :). There are a number of related issues and I wanted to be clear exactly what this one is about.) This is a proposal to make the default configuration for up/down completion be as given by this configuration: ```python %config TerminalInteractiveShell.autosuggestions_p...
closed
2023-03-26T15:29:20Z
2023-07-07T09:25:50Z
https://github.com/ipython/ipython/issues/13993
[ "needs-decision", "autosuggestions" ]
oscarbenjamin
7
OFA-Sys/Chinese-CLIP
computer-vision
153
่ฎญ็ปƒ่„šๆœฌๅกๅœจwarning
ๆ‚จๅฅฝ๏ผŒๆˆ‘ๅฐ่ฏ•ๅœจlinux็ณป็ปŸไธŠ่ฟ›่กŒ่ฎญ็ปƒ๏ผŒไฝ†ๆ˜ฏๆฏๅˆฐๅผ€ๅคด็š„warningๅฐฑไผšๅกไฝ๏ผš > /home/shuangyitan/.conda/envs/py38/lib/python3.8/site-packages/torch/distributed/launch.py:178: FutureWarning: The module torch.distributed.launch is deprecated and will be removed in future. Use torchrun. Note that --use_env is set by default in torchrun. If your script e...
closed
2023-06-30T12:25:19Z
2023-07-04T13:19:20Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/153
[]
Zoe-TAN
3
ultralytics/ultralytics
python
19,476
YOLOv10 or YOLO11 Pruning, Masking and Fine-Tuning
### 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 a question. After pruning, I wanna fine-tuning with the traine...
open
2025-02-28T08:23:13Z
2025-03-03T02:00:36Z
https://github.com/ultralytics/ultralytics/issues/19476
[ "enhancement", "question" ]
Thaising-Taing
6
deepfakes/faceswap
deep-learning
536
Restrict the number of CPU cores used for training?
I don't have a GPU, I'm using CPU only. I know that means it'll be slower; that's fine. However, is there a way to restrict the number of CPU cores used for the training? By default it seems to hog all of them and reduce the responsivity of other applications. I'd like to tell it via some flag to only use, say, half...
closed
2018-11-14T06:30:00Z
2019-01-03T09:17:11Z
https://github.com/deepfakes/faceswap/issues/536
[ "feature" ]
HighCommander4
9
Textualize/rich
python
3,146
[BUG] Highlighting of HTTP request methods occurs even when attempting to suppress highlighting
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** ...
closed
2023-10-08T15:01:13Z
2023-10-09T14:01:37Z
https://github.com/Textualize/rich/issues/3146
[ "Needs triage" ]
not-sekiun
5
pytest-dev/pytest-selenium
pytest
294
Dependency conflict with pytest and selenium
``` pytest-selenium 3.0.0 requires pytest<7.0.0,>=6.0.0, but you have pytest 7.1.1 which is incompatible. pytest-selenium 3.0.0 requires selenium<4.0.0,>=3.0.0, but you have selenium 4.1.2 which is incompatible ``` since release 3.0.0 works with 2.0.1
open
2022-03-29T05:46:24Z
2022-09-25T08:29:39Z
https://github.com/pytest-dev/pytest-selenium/issues/294
[]
PhilippSelenium
9
pytest-dev/pytest-xdist
pytest
756
Hard-to-diagnose failures in sktime CI/CD
First of all, really great package! Excellent to speed up testing and/or distribute it. I wanted to report some hard-to-diagnose issues on `sktime` (AI for time series package) https://github.com/alan-turing-institute/sktime that ultimately made us remove it from the CI/CD. Summary here: https://github.com/alan-...
closed
2022-02-07T08:58:44Z
2022-08-16T07:52:32Z
https://github.com/pytest-dev/pytest-xdist/issues/756
[]
fkiraly
1
yzhao062/pyod
data-science
619
Is there a way to find out models which are unsupervised, semi-supervised and supervised?
Same as title. Thanks for great work:) Looking forward to contribute soon.
closed
2025-01-03T15:11:44Z
2025-01-06T10:07:53Z
https://github.com/yzhao062/pyod/issues/619
[]
haskarb
2
Johnserf-Seed/TikTokDownload
api
568
ๅธŒๆœ›่ƒฝๆ—ฉ็‚น้€‚้…tiktok
ๅธŒๆœ›่ƒฝๆ—ฉ็‚น้€‚้…tiktok
open
2023-10-04T20:00:17Z
2023-12-26T11:51:01Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/568
[ "ๅทฒ็กฎ่ฎค(confirmed)" ]
yancaopaomo
0
iperov/DeepFaceLab
machine-learning
5,637
Why docker doesn't use all the VRAM on EC2 instance?
I launched an [`g4dn.4xlarge`][1] (with Ubuntu) instance on AWS hoping to use [DeepFaceLab][2] on it. | Instance Size | GPU | vCPUs | Memory (GiB) | GPU memory (GiB) | |---------------|-----|-------|--------------|------------------| | g4dn.4xlarge | 1 | 16 | 64 | 16 | I successful...
closed
2023-03-09T21:49:08Z
2023-03-11T22:48:49Z
https://github.com/iperov/DeepFaceLab/issues/5637
[]
Lenny4
0
PaddlePaddle/models
computer-vision
5,366
videotagๆ›ดๆ”นlabelๆ•ฐ้‡
้ป˜่ฎค็ป™็š„3396็š„label๏ผŒๆˆ‘็›ดๆŽฅๆŒ‡ๅฎšๆ–ฐ็š„ๅŒ…ๅซ10ไธช็ฑปๅˆซ็š„label_file่ฎญ็ปƒไผšๆŠฅ้”™๏ผŒๆ˜พ็คบๅ’Œ3396ไธๅŒน้…๏ผŒ่ฏท้—ฎๆˆ‘่ฏฅๆˆ่‡ชๅทฑ็š„label_fileๅฏนๅบ”่ฟ˜้œ€่ฆๆ”นๅ“ชไบ›ๅœฐๆ–นๅ•Š
open
2021-11-04T06:49:02Z
2024-02-26T05:08:30Z
https://github.com/PaddlePaddle/models/issues/5366
[]
Skye2099
0
ansible/awx
automation
15,439
OIDC: sso/complete view does use wrong redirection
### 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...
closed
2024-08-12T10:37:45Z
2024-08-22T07:28:51Z
https://github.com/ansible/awx/issues/15439
[ "type:bug", "component:ui", "needs_triage", "community", "component:ui_next" ]
bpedersen2
2
comfyanonymous/ComfyUI
pytorch
7,285
Disabling Selection Toolbox cause freezes in Load Image node
### Expected Behavior ### ComfyUI Version: v0.3.26-35-ge8e990d6 | Released on '2025-03-16' Move: Settings > Lite Graph > Show selection toolbox > OFF ### Actual Behavior If you disable this new popup toolbox -- nodes like "Load Image" starting got some FR-E-E-E-SES (long refresh after adding new image). Turning ON ...
closed
2025-03-17T20:10:38Z
2025-03-18T10:45:37Z
https://github.com/comfyanonymous/ComfyUI/issues/7285
[ "Potential Bug" ]
Buumcode
4
huggingface/diffusers
pytorch
10,757
Improper variable name in convert_original_stable_diffusion_to_diffusers.py: rename variable
### Describe the bug The function signature for download_from_original_stable_diffusion_ckpt shows that it accepts the argument checkpoint_path_or_dict, as shown in the function definition: ```py def download_from_original_stable_diffusion_ckpt( checkpoint_path_or_dict: str | Dict[str, Tensor], original_config...
open
2025-02-10T07:49:16Z
2025-03-12T15:03:09Z
https://github.com/huggingface/diffusers/issues/10757
[ "bug", "stale" ]
ramenspazz
2
great-expectations/great_expectations
data-science
11,006
ExpectColumnValuesToBeOfType argument missing attribute 'type'
When we tried to run the expectation for the column type, we got an error indicating that an attribute was missing. When we debugged, we found that the dictionary argument only had the name (column names) attribute and didn't include the type attribute. Python script: import great_expectations as gx from great_expect...
closed
2025-03-07T05:31:21Z
2025-03-19T16:28:41Z
https://github.com/great-expectations/great_expectations/issues/11006
[ "non-fluent-datasource" ]
MithunMi97
1
pywinauto/pywinauto
automation
1,431
i want to enter text in text editor using pywinaut,
if i print control identifier, it is not finding texteditor, please help me to get this
open
2025-02-21T03:18:54Z
2025-03-08T22:57:42Z
https://github.com/pywinauto/pywinauto/issues/1431
[]
Chai547
1
scikit-learn/scikit-learn
machine-learning
30,058
DOC broken image link in user guide due to removal of example
### Describe the issue linked to the documentation The image at the bottom of Section 3.5.1 on https://scikit-learn.org/dev/modules/learning_curve.html is broken, which I believe is due to the removal of some example in #29936. We may want to rework or remove the last part. ### Suggest a potential alternative/fix...
closed
2024-10-13T18:14:57Z
2024-10-13T21:09:22Z
https://github.com/scikit-learn/scikit-learn/issues/30058
[ "Documentation" ]
Charlie-XIAO
2
hankcs/HanLP
nlp
705
lucene-core-7.0.1ไธŽhanlp1.52 hanlp-indexๅญ˜ๅœจๅˆ†่ฏๅ…ผๅฎน้—ฎ้ข˜
<!-- ๆณจๆ„ไบ‹้กนๅ’Œ็‰ˆๆœฌๅทๅฟ…ๅกซ๏ผŒๅฆๅˆ™ไธๅ›žๅคใ€‚่‹ฅๅธŒๆœ›ๅฐฝๅฟซๅพ—ๅˆฐๅ›žๅค๏ผŒ่ฏทๆŒ‰ๆจกๆฟ่ฎค็œŸๅกซๅ†™๏ผŒ่ฐข่ฐขๅˆไฝœใ€‚ --> ## ๆณจๆ„ไบ‹้กน ่ฏท็กฎ่ฎคไธ‹ๅˆ—ๆณจๆ„ไบ‹้กน๏ผš * ๆˆ‘ๅทฒไป”็ป†้˜…่ฏปไธ‹ๅˆ—ๆ–‡ๆกฃ๏ผŒ้ƒฝๆฒกๆœ‰ๆ‰พๅˆฐ็ญ”ๆกˆ๏ผš - [้ฆ–้กตๆ–‡ๆกฃ](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [ๅธธ่ง้—ฎ้ข˜](https://github.com/hankcs/HanLP/wiki/FAQ) * ๆˆ‘ๅทฒ็ป้€š่ฟ‡[Google](https://www.google.com/#newwindow=1&q=HanLP)ๅ’Œ[issueๅŒบๆฃ€...
closed
2017-12-05T14:55:17Z
2020-01-01T10:51:32Z
https://github.com/hankcs/HanLP/issues/705
[ "ignored" ]
xchechi123x
4
sinaptik-ai/pandas-ai
data-visualization
646
Raising `LLMResponseHTTPError` when a remote provider responded with an error code
### ๐Ÿš€ The feature I've accidentally set wrong HF token when i was using `Starcoder` model. Then, i couldn't realize what the problem was that since [`query()` methods expects only a proper reponse](https://github.com/gventuri/pandas-ai/blob/f9facf383b6aff8e92065720a4719c5de11dc696/pandasai/llm/base.py#L335), sure, it...
closed
2023-10-14T20:52:16Z
2023-10-17T12:38:44Z
https://github.com/sinaptik-ai/pandas-ai/issues/646
[]
nautics889
0
paperless-ngx/paperless-ngx
machine-learning
9,174
[BUG] Sporadically cannot edit documents
### Description Sometimes I cannot update existing documents in my paperless-ngx instance. That is as well from the web GUI as from the mobile app on Android. Most of the times I saw this happening was when I wanted to add a tag to one document from the mobile app. After pressing "Save", nothing happens. The fragment...
closed
2025-02-20T09:10:56Z
2025-03-23T03:17:25Z
https://github.com/paperless-ngx/paperless-ngx/issues/9174
[ "not a bug" ]
the-voidl
5
litestar-org/litestar
asyncio
3,272
Enhancement: Resource representation response based on `Accept` header
### Summary In one of 3.0 wishlist points `@rob` suggested to support multiple resource representation in response based on `Accept` header https://discord.com/channels/919193495116337154/1182745702942646313/1217489384669184064 I've decided to write few words about current situation, problems, possible interface fo...
open
2024-03-27T17:34:42Z
2025-03-20T15:54:31Z
https://github.com/litestar-org/litestar/issues/3272
[ "Enhancement" ]
kedod
10
ansible/awx
automation
15,552
Private Instance Group
### 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-09-26T15:48:15Z
2024-09-26T15:48:32Z
https://github.com/ansible/awx/issues/15552
[ "type:enhancement", "component:api", "component:ui", "component:docs", "component:awx_collection", "needs_triage", "community" ]
jangel97
0
psf/requests
python
6,886
requests.Session is not properly applying SSL Verification default
The [requests documentation](https://requests.readthedocs.io/en/latest/api/#requests.Session.verify) states that the `value` property of `request.Session` is "SSL verification default". I believe that this default, when set in code, should have a higher precedence than the value set through the `REQUESTS_CA_BUNDLE` env...
closed
2025-02-04T22:06:47Z
2025-02-05T00:47:46Z
https://github.com/psf/requests/issues/6886
[]
rbsamoht
1
dask/dask
numpy
11,333
order: Run ordering test on distributed cluster and compare against local ordering
We've recently found a bug in how the distributed scheduler calls the ordering algorithm that caused us to use a bad ordering for common xarray map reduce patterns. See https://github.com/dask/distributed/pull/8818 for the fix We should check the order on the scheduler and compare it to a local ordering call to e...
open
2024-08-20T10:39:30Z
2024-08-20T10:39:31Z
https://github.com/dask/dask/issues/11333
[ "dask-order" ]
phofl
0
hpcaitech/ColossalAI
deep-learning
5,841
[FEATURE]: Support T5ForTokenClassification
### Describe the feature Transformers new version 4.39.3 add support for T5ForTokenClassification. Add support for the new model in Shardformer
closed
2024-06-20T05:04:25Z
2024-06-27T08:40:39Z
https://github.com/hpcaitech/ColossalAI/issues/5841
[ "enhancement", "shardformer" ]
GuangyaoZhang
0
PrefectHQ/prefect
automation
17,317
subprocess.CalledProcessError: Command '['git', 'clone', <repo>, '--depth', '1', '/home/pipelines']' returned non-zero exit status 128.
### Bug summary after upgrade to 3.2.8 prefect start getting error for cloning git in worker subprocess.CalledProcessError: Command '['git', 'clone', 'https://git.mygit', '--depth', '1', '/home/pipelines']' returned non-zero exit status 128. File "/home/prefect/.virtualenvs/prefect/lib/python3.12/site-packages/prefe...
closed
2025-02-28T05:52:49Z
2025-03-04T22:46:59Z
https://github.com/PrefectHQ/prefect/issues/17317
[ "bug" ]
ramelito
4
ultralytics/ultralytics
computer-vision
19,721
Incorrect Python Version Comparison Forces NumPy Downgrade on Jetson Devices
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug On Jetson devices, Ultralytics incorrectly detects Python versions greater than 3.8.0 as [โ‰ค"3.8.0"](...
closed
2025-03-16T07:53:08Z
2025-03-16T16:43:54Z
https://github.com/ultralytics/ultralytics/issues/19721
[ "bug", "dependencies", "fixed", "embedded" ]
Auc7us
3
statsmodels/statsmodels
data-science
9,051
Panel Vector Autoregression
Hi, I saw statsmodel currently has VAR https://www.statsmodels.org/dev/generated/statsmodels.tsa.vector_ar.var_model.VAR.html But, I didn't find VAR for panel dataset. Could you please consider add the panel var? Thank you.
open
2023-11-02T16:48:28Z
2023-11-10T17:47:56Z
https://github.com/statsmodels/statsmodels/issues/9051
[ "comp-tsa" ]
wenxie18
1
mljar/mercury
data-visualization
444
Clear old docs
Please renovw all docs for v1 beacuse people still get confused
closed
2024-05-02T05:19:36Z
2024-05-06T09:27:44Z
https://github.com/mljar/mercury/issues/444
[]
pplonski
1
ultralytics/yolov5
machine-learning
12,794
Exception thrown: Input rank is required for Unsqueeze
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello. I'm working on creating an onnx using yolov5 and want to use it with barra...
closed
2024-03-07T03:10:10Z
2024-10-20T19:40:53Z
https://github.com/ultralytics/yolov5/issues/12794
[ "question", "Stale" ]
z0rimo
5
JaidedAI/EasyOCR
pytorch
947
complete custom easy ocr recognition model training tutorial
complete custom easy ocr recognition model training tutorial https://www.youtube.com/watch?v=-j3TbyceShY _Originally posted by @Manishsinghrajput98 in https://github.com/JaidedAI/EasyOCR/issues/495#issuecomment-915772984_
open
2023-02-08T08:51:07Z
2023-02-08T08:52:17Z
https://github.com/JaidedAI/EasyOCR/issues/947
[]
muhammadanas060
1
jupyterlab/jupyter-ai
jupyter
867
Add frontend plugin to allow for a custom React component to be rendered under each message
### Problem Some developers configuring Jupyter AI with their own custom extension would like to be able to render a custom React component under each message in the UI. This allows for a wide range of capabilities, such as rendering a feedback button under each AI message. ### Proposed Solution - Export a n...
closed
2024-06-30T14:10:42Z
2024-08-12T20:53:30Z
https://github.com/jupyterlab/jupyter-ai/issues/867
[ "enhancement", "priority" ]
dlqqq
1
autokey/autokey
automation
528
Map Super+1, Super+2 on Ubuntu doesn't work
## Classification: Bug ## Reproducibility: Always ## Version ##AutoKey version: 0.95.10 ##Used GUI (Gtk, Qt, or both): Gtk I guess, standard install on Ubuntu Installed via: (PPA, pip3, โ€ฆ). apt Linux Distribution: Ubuntu 20.04 ## Summary Trying to remap Super+1, Super+2 etc. It seems that ...
closed
2021-04-07T12:35:54Z
2021-05-07T06:18:05Z
https://github.com/autokey/autokey/issues/528
[ "scripting", "autokey triggers", "invalid" ]
cjh9
5
TencentARC/GFPGAN
pytorch
104
have trouble export "GFPGANCleanv1-NoCE-C2.pth" to ONNX
Dear Wang, Great work! I am having trouble export GFPGANCleanv1-NoCE-C2.pth to onnx. Could you please share GFPGANCleanv1-NoCE-C2.onnx for us? Many thanks!
open
2021-12-01T14:19:49Z
2024-03-18T09:05:08Z
https://github.com/TencentARC/GFPGAN/issues/104
[]
Nise-2-meet-U
18
stanfordnlp/stanza
nlp
664
PT verb lemmatization return words that do not exist in Portuguese
**To Reproduce** Steps to reproduce the behavior: ``` import stanza stanza.download('pt') stnz = stanza.Pipeline('pt', use_gpu=False) text = stnz("convido-os a levantarem-se para um minuto de silรชncio .") print(*[f'word: {word.text+" "}\tlemma: {word.lemma}\tupos: {word.upos}' for sent in text.sentences for word...
open
2021-04-04T05:41:22Z
2021-04-06T00:33:17Z
https://github.com/stanfordnlp/stanza/issues/664
[ "bug" ]
eduamf
3
supabase/supabase-py
fastapi
316
Feature Request: upload files to Supabase Buckets
Looks like JS counterpart [offers automated upload](https://dev.to/aaronksaunders/how-to-upload-to-storage-buckets-and-write-data-with-remix-and-supabase-3l7c) to Supabase Storage buckets. I could not find such a feature in the Python API. Do we have plans to implement it?
closed
2022-12-04T08:05:59Z
2023-01-24T14:20:20Z
https://github.com/supabase/supabase-py/issues/316
[ "enhancement" ]
yuchdev
7
matterport/Mask_RCNN
tensorflow
2,758
Extract Detected Masked Region
Hi, I am currently trying to apply mrcnn twice in my model, the second one on top of the first detected region. However, I am not sure how can I extract the first detected (masked) region. I have tried setting everywhere else besides the contour region to zero but that doesn't work as the image has a different ...
open
2022-01-11T03:12:28Z
2022-01-11T03:12:28Z
https://github.com/matterport/Mask_RCNN/issues/2758
[]
mlsy123
0
graphistry/pygraphistry
jupyter
435
[BUG] plot missing edge column `color`
**Describe the bug** plot data/histogram does not match nodes and edges dataframe **To Reproduce** ```python import pandas as pd import graphistry #graphistry.register(api=3, username='...', password='...') # example taken from https://igraph.org/python/versions/0.10.1/tutorials/minimum_spanning_trees/mi...
open
2023-02-04T21:00:23Z
2023-02-04T21:00:23Z
https://github.com/graphistry/pygraphistry/issues/435
[ "bug" ]
silkspace
0
huggingface/datasets
pandas
6,580
dataset cache only stores one config of the dataset in parquet dir, and uses that for all other configs resulting in showing same data in all configs.
### Describe the bug ds = load_dataset("ai2_arc", "ARC-Easy"), i have tried to force redownload, delete cache and changing the cache dir. ### Steps to reproduce the bug dataset = [] dataset_name = "ai2_arc" possible_configs = [ 'ARC-Challenge', 'ARC-Easy' ] for config in possible_configs: data...
closed
2024-01-11T03:14:18Z
2024-01-20T12:46:16Z
https://github.com/huggingface/datasets/issues/6580
[]
kartikgupta321
0
pydantic/pydantic-ai
pydantic
847
Returning pydantic result of tool as final_result
Hi. There is a simple agent code that i suppose to return result of my_func (list[ProductsResponse]) as final result but it fails to execute this task (the model is probably powerful enough). Is there any mechanism for fixing this issue? sth like set some tools as a `final tools` that their result returns as response ...
open
2025-02-04T11:37:30Z
2025-03-04T08:03:03Z
https://github.com/pydantic/pydantic-ai/issues/847
[]
bbkgh
7
mljar/mercury
data-visualization
190
popups in notebook?
what do you think about adding popups from notebook?
closed
2022-12-20T08:30:27Z
2023-02-16T16:36:43Z
https://github.com/mljar/mercury/issues/190
[ "enhancement", "help wanted" ]
pplonski
1
httpie/cli
python
734
Ability to modify redirect's type (--post301 etc.)
I'm using httpie to execute a POST request against my api at `myapi.mydomain.com/endpoint`: ``` http POST http://myapi.mydomain.com/endpoint HTTP/1.1 301 Moved Permanently Content-Length: 17 Content-Type: text/plain; charset=utf-8 Date: Thu, 29 Nov 2018 21:17:20 GMT Location: https://myapi.mydomain.co...
open
2018-11-29T21:23:16Z
2021-12-28T12:38:50Z
https://github.com/httpie/cli/issues/734
[ "enhancement" ]
deviantony
3
biolab/orange3
pandas
6,707
Is there any way to import the trained model as a load model widget and fine-tuning?
closed
2024-01-17T07:53:34Z
2024-01-19T12:30:34Z
https://github.com/biolab/orange3/issues/6707
[]
cislove98
2
snarfed/granary
rest-api
169
convert mf2 length and size properties to RSS duration and length
...except we have no clear mf2 standard yet for either one. discussion: https://chat.indieweb.org/dev/2019-08-08#t1565286782453800 https://indieweb.org/podcast shows two examples in the wild with `length`: aaronpk's is integer seconds, @gRegorLove's is `PT1H7M59S`. (what even is that?) ...and two examples with `s...
closed
2019-08-08T18:04:28Z
2019-10-31T15:44:15Z
https://github.com/snarfed/granary/issues/169
[]
snarfed
9
miguelgrinberg/flasky
flask
109
problem found on "app/auth/views.py"
line 104, function "password_reset_request()" @auth.route('/reset', methods=['GET', 'POST']) def password_reset_request(): ....if not current_user.is_anonymous: ........return redirect(url_for('main.index')) ....form = PasswordResetRequestForm() ....if form.validate_on_submit(): ........user = User.query.filter_by(emai...
closed
2016-01-23T08:01:52Z
2016-06-01T16:24:22Z
https://github.com/miguelgrinberg/flasky/issues/109
[ "invalid" ]
xpleaf
2
aleju/imgaug
deep-learning
89
Question regarding the AdditiveGaussianNoise
First and foremost, thank you for the awesome library. It is really fun to play with it. I have questions regarding the `AdditiveGaussianNoise`. It is said that >Adds white/gaussian noise pixelwise to an image. The noise comes from the normal distribution N(L,S). If PCH is true, then the sampled values may be dif...
open
2017-12-30T02:15:30Z
2017-12-30T19:00:26Z
https://github.com/aleju/imgaug/issues/89
[]
hilmandayo
1
sgl-project/sglang
pytorch
4,004
[Feature] i can not use function call of deepseek-v3ใ€R1 with sglang==0.4.3.post2.
### Checklist - [ ] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed. - [ ] 2. Please use English, otherwise it will be closed. ### Motivation current with lastest version๏ผŒi can not use f...
open
2025-03-03T02:10:46Z
2025-03-09T01:53:18Z
https://github.com/sgl-project/sglang/issues/4004
[]
hwaking
4
microsoft/JARVIS
pytorch
97
cannot import name 'export_to_video' from 'diffusers.utils'
![image](https://user-images.githubusercontent.com/44899079/230701822-56e6f580-0ad3-4ffd-a639-8d383d9f6b7c.png) I have downloaded the requirements. txt file again, and the diffusers package has been successfully installed, but there is still an error reported. ![image](https://user-images.githubusercontent.com/448990...
closed
2023-04-08T03:48:28Z
2023-04-08T03:53:31Z
https://github.com/microsoft/JARVIS/issues/97
[]
liujie316316
0
apache/airflow
data-science
47,502
AIP-38 | Serialize connection types to database
### Body As pre-requisite of #47501 the providers manager must serialize all connectiont ypes into a database table (inlcuding the extra json form field structure) in order to be served by API server to clients. This is a preparation to un-bundle the providers-manager from API server. ### Committer - [x] I acknowle...
open
2025-03-07T14:56:11Z
2025-03-21T22:25:07Z
https://github.com/apache/airflow/issues/47502
[ "area:providers", "area:serialization", "area:API", "kind:meta" ]
jscheffl
1
yinkaisheng/Python-UIAutomation-for-Windows
automation
223
forๅพช็Žฏไธญไฝฟ็”จSwitchToThisWindowๅˆ‡ๆขๅˆฐๅŒไธ€ไธช็ช—ๅฃ๏ผŒๆ— ๆณ•ๅˆ‡ๆข
forๅพช็Žฏ็š„็ฌฌไธ€ๆฌก๏ผŒๅฏไปฅๅˆ‡ๆข็ช—ๅฃๆˆๅŠŸ๏ผŒ็ฌฌไบŒๆฌกๅพช็Žฏ็š„ๆ—ถๅ€™ๅฐฑๆ— ๆณ•ๅˆ‡ๆขไบ†
open
2022-09-27T08:24:19Z
2022-09-27T08:24:19Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/223
[]
xjwgitaccount
0
smarie/python-pytest-cases
pytest
6
Add support for test case data caching
See https://stackoverflow.com/questions/46913043/pytest-parametrised-fixture-with-different-cases As of v0.3.0, using `@lru_cache` on case functions raises an exception.
closed
2018-07-05T19:53:57Z
2018-07-05T19:56:44Z
https://github.com/smarie/python-pytest-cases/issues/6
[ "enhancement" ]
smarie
0
pydata/pandas-datareader
pandas
744
df = web.DataReader(symbol, 'google', day_start, day_end)
open
2020-01-14T15:28:24Z
2020-03-19T23:45:29Z
https://github.com/pydata/pandas-datareader/issues/744
[]
kuenliang
1
xonsh/xonsh
data-science
4,849
Git can't use Editor Commands with Arguments in xonsh
Git commands that open an editor fail in xonsh if the configured editor command has arguments. ## xonfig <details> ``` +------------------+------------------------------------+ | xonsh | 0.12.5 | | Python | 3.10.5 | | PLY ...
closed
2022-06-23T00:09:37Z
2022-06-23T11:39:58Z
https://github.com/xonsh/xonsh/issues/4849
[ "arguments" ]
Eisfunke
3
coqui-ai/TTS
python
2,782
[Bug] Tortoise example not working
### Describe the bug Tortoise TTS example is broken on ubuntu 20.04. It is unable to load the keys_to_ignore list. This line seems to be broken. `keys_to_ignore = self.autoregressive.gpt._keys_to_ignore_on_load_missing # pylint: disable=protected-access` Traceback (most recent call last): File "/home/dat...
closed
2023-07-19T10:21:34Z
2023-07-30T16:17:34Z
https://github.com/coqui-ai/TTS/issues/2782
[ "bug" ]
ooferdoodles1337
3
encode/databases
asyncio
69
Support for connection params in `Database` in addition to the database url
There's a small proposal/question about the details for contenting the DB. There might be a situation where the host might have a complex address, particularly GCP has something like: `/<cloudsql>/<project>:<region>:<db_instance>` Generally, it was solved being passed as a query param `unix_socket=<host>/.s.PGSQL.5...
closed
2019-03-15T14:55:46Z
2020-12-10T11:39:49Z
https://github.com/encode/databases/issues/69
[ "feature" ]
gvbgduh
9
plotly/jupyterlab-dash
dash
37
"jupyterlab-dash@0.1.0-alpha.3" is not compatible with the current JupyterLab
1. install ``` pip install "jupyterlab>=1.0" jupyterlab-dash==0.1.0a3 jupyter labextension install jupyterlab-dash@0.1.0-alpha.3 ``` error log ``` An error occured. ValueError: "jupyterlab-dash@0.1.0-alpha.3" is not compatible with the current JupyterLab Conflicting Dependencies: JupyterLab Ext...
open
2020-03-04T02:41:50Z
2020-05-14T11:48:00Z
https://github.com/plotly/jupyterlab-dash/issues/37
[]
wangchong666
4
keras-team/keras
machine-learning
20,708
BackendUtilsTest fails for Torch backend under MPS (MacOS)
I've copied over the stdout below, but my understanding of the issue is that since NumPy defaults to 64-bit floats and Torch now supports [MPS as a backend](https://pytorch.org/docs/stable/notes/mps.html) and MPS (at least on my 2022 M2 macbook pro) doesn't support float64, the conversion of the numpy array to a torch ...
closed
2025-01-01T21:55:36Z
2025-01-02T02:34:04Z
https://github.com/keras-team/keras/issues/20708
[]
kas2020-commits
0
pyppeteer/pyppeteer
automation
134
setContent does not have options parameter
The [original function](https://github.com/puppeteer/puppeteer/blob/master/docs/api.md#pagesetcontenthtml-options) has an `options` parameter to which I can pass the `waitUntil` parameter that I need. As a workaround I have to save the HTML code to a temporary location and point the `.goto()` method there, which has...
open
2020-06-10T21:14:02Z
2022-05-26T15:39:22Z
https://github.com/pyppeteer/pyppeteer/issues/134
[ "enhancement", "fixed-in-2.1.1" ]
Jerther
4
StackStorm/st2
automation
6,281
Errors while configuring proxy for ST2 interaction with JIRA
Hi Team, We have a scenario where in our environment JIRA could not be directly accessible from ST2 but has to first go through proxy. But when we configure the proxy settings as per below , it does not help and gives error. <img width="715" alt="image" src="https://github.com/user-attachments/assets/9ab955d4-...
closed
2024-11-18T11:50:19Z
2024-11-18T15:52:05Z
https://github.com/StackStorm/st2/issues/6281
[]
zsmanjot
7
ultralytics/yolov5
machine-learning
13,037
where is yolov5 v7.0 --trian in export.py?
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question In yolov5 6.2 has --train to set train mode, but v7.0 is disappear๏ผŸ ### Additional hel...
closed
2024-05-21T12:37:49Z
2024-10-20T19:46:34Z
https://github.com/ultralytics/yolov5/issues/13037
[ "question", "Stale" ]
vtfate
3
davidsandberg/facenet
tensorflow
844
Having ResourceExhaustedError when using train_softmax.py
Hi all, When I want to train my own data out with train_softmax.py with the following parameters: `python3 src/train_softmax.py \ --logs_base_dir ~/facenet/logs/ \ --models_base_dir ~/facenet/models/ \ --data_dir ./dataset/done/ \ --image_size 480 \ --model_def models.inception_resnet_v1 \ --lfw_dir ~facene...
closed
2018-08-10T03:48:52Z
2018-08-23T02:13:58Z
https://github.com/davidsandberg/facenet/issues/844
[]
qjqjqjj
2
gevent/gevent
asyncio
1,987
python3.11 + gevent -> returned NULL without setting an exception
* gevent version: 22.10.2๏ผŒinstalled it from PyPI * greenlet version: 2.0.2, installed it from PyPI * Python version: cPython 3.11.3 * Operating System: Debian Linux 10.0 ### Description: When I use Python3.11 running in Docker, it will be hit this SystemError in random time, and then the program exit abnormall...
closed
2023-08-24T08:31:48Z
2023-08-30T21:45:25Z
https://github.com/gevent/gevent/issues/1987
[]
SmallPineApp1e
6
CorentinJ/Real-Time-Voice-Cloning
python
1,040
Text 2 Speech
closed
2022-03-17T17:24:32Z
2022-03-17T17:24:43Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1040
[]
domoskanonos
0
gee-community/geemap
streamlit
1,585
DLL load failed while importing _imaging
### Description I just installed geemap in a Conda environment using ``` conda install geemap -c conda-forge ``` Now when I import geemap in a Jupyter Notebook I get the error: DLL load failed while importing _imaging: The specified module could not be found. Full output: ![image](https://github.com/...
closed
2023-06-27T11:27:14Z
2023-07-05T14:45:15Z
https://github.com/gee-community/geemap/issues/1585
[ "bug" ]
drdebivre
5
falconry/falcon
api
2,349
Add content_type to Result objects returned by testing client
closed
2024-09-30T21:02:40Z
2024-10-01T05:19:22Z
https://github.com/falconry/falcon/issues/2349
[ "enhancement" ]
CaselIT
0
django-import-export/django-import-export
django
1,216
JSON field do not survive import & export.
**Describe the bug** JSON fields do not survive import/export. **To Reproduce** Steps to reproduce the behavior: 1. Have a model with a JSON field containing some JSON e.g. `{"a":"b"}` 2. Export using format CSV, JSON or TSV. 3. Open up new environment. 4. Import previous file 5. the json field contains the J...
closed
2020-12-02T16:52:28Z
2021-11-02T20:06:18Z
https://github.com/django-import-export/django-import-export/issues/1216
[ "bug" ]
BSVogler
7
pydantic/pydantic-ai
pydantic
801
[Feature] Provide a hook to customize the user prompt similar to how we do it for dynamic system prompts
## Problem - The `Agent` class seems to be a leaky abstraction when it comes to user instructions. - The system prompt may not always be the best place to provide context, instructions and rulesets, especially for smaller open weight models. Examples of things I would want to put in the user prompt: - Context (like...
open
2025-01-29T02:00:02Z
2025-02-04T07:07:23Z
https://github.com/pydantic/pydantic-ai/issues/801
[]
YourTechBud
6
dask/dask
pandas
10,905
Tokenization meta-issue
As the ongoing changes in tokenization are getting more complicated, I'm writing a meta-issue that maps them down. # High level goals - Ensure that `tokenize()` is idempotent (call it twice on the same object, get the same token) - Ensure that `tokenize()` is deterministic (call it twice on identical objects, or o...
closed
2024-02-06T19:42:36Z
2024-02-19T17:18:27Z
https://github.com/dask/dask/issues/10905
[]
crusaderky
3
serengil/deepface
machine-learning
989
add expand facial area argument for extracting face
Similar to RetinaFace implementation: https://github.com/serengil/retinaface/blob/master/retinaface/RetinaFace.py#L255
closed
2024-01-31T17:17:11Z
2024-01-31T23:45:15Z
https://github.com/serengil/deepface/issues/989
[ "enhancement" ]
serengil
1
statsmodels/statsmodels
data-science
9,537
ENH: panel data hybrid within-between models, Mundlack
(I need to find the references again, recent Wooldridge for the theory) I had never looked at this before. I ran into this looking at cluster randomized trials and at two-way fixed effect linear models and anova, cluster robust. It uses a hybrid of fixed effect and random effect estimator that estimates FE within eff...
open
2025-03-17T15:33:17Z
2025-03-18T16:47:16Z
https://github.com/statsmodels/statsmodels/issues/9537
[ "type-enh", "comp-regression", "comp-panel" ]
josef-pkt
0
flasgger/flasgger
flask
258
Paths not ordered when generating json from template
When generating the specifications JSON from a YAML/JSON template, the paths are not ordered as they appear on the template (i.e top down), but they are rather parsed in a random order. Is there a option I have missed?
open
2018-11-08T11:49:00Z
2018-11-14T14:28:21Z
https://github.com/flasgger/flasgger/issues/258
[]
aalises
1
datapane/datapane
data-visualization
54
Nested dp.Select not working
**Describe the bug** In the docs concerning Select, there is a note: > Select expects a list of Blocks, e.g. a Plot or Table, but also including Select or Groups themselves, but if a Python object is passed, e.g. a Dataframe, Datapane will attempt to convert it automatically. However, I am not able to ge...
closed
2021-01-03T14:18:20Z
2021-01-06T14:08:03Z
https://github.com/datapane/datapane/issues/54
[ "bug" ]
enra64
5
plotly/dash
dash
2,983
exception handling mechanism for using keyword parameters to orchestrate callbacks reported an error
Hi, there. I encountered a bug while using the exception handling feature in version 2.18. Dash related information is as follows ``` dash 2.18.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` The test code is as follows ...
closed
2024-09-05T08:56:58Z
2024-09-06T17:45:01Z
https://github.com/plotly/dash/issues/2983
[ "bug", "P2" ]
insistence
0
lanpa/tensorboardX
numpy
413
ModuleNotFoundError: No module named 'tensorboardX'
**Describe the bug** When I successfully installed tensorboardX from pip, I tried to import tensorboardX in terminal, but I got a error, ModuleNotFoundError: No module named 'tensorboardX'. **Minimal runnable code to reproduce the behavior** ``` from tensorboardX import SummaryWriter ``` **Expected behavior...
open
2019-04-22T09:31:34Z
2020-07-10T18:32:49Z
https://github.com/lanpa/tensorboardX/issues/413
[ "wait for response" ]
LW-Ricarido
2
healthchecks/healthchecks
django
239
CSRF Error with email system
Hello healthcheck team, I'm getting a error when clicking on the "Email me a link" button ``` Forbidden (403) CSRF verification failed. Request aborted. ``` Healthcheck is running in a docker container and is mapped to port "3003" so url is "localhost:3003"
closed
2019-04-02T22:14:33Z
2020-10-23T14:39:24Z
https://github.com/healthchecks/healthchecks/issues/239
[]
eirannejad
8
SciTools/cartopy
matplotlib
1,610
Curves Disappear When Zoomed in and/or Panning
### Description <!-- Please provide a general introduction to the issue/proposal. --> When plotting curves on a map, I am unable to get some of them to show up. I can get them to show up if I zoom out. I can also get them to show up by zooming out a little bit and then panning so that the map is in the upper right ha...
closed
2020-07-20T12:31:09Z
2020-07-21T01:04:59Z
https://github.com/SciTools/cartopy/issues/1610
[]
magicbycalvin
6
huggingface/peft
pytorch
1,672
Using PEFT causes model to not predict EOS
### System Info > peft version: 0.9.0 > accelerate version: 0.27.2 > transformers version: 4.37.0 > trl version: 0.7.12.dev0 > base model: openai-community/gpt2 > hardware: 2xA100 I'm doing a LORA peft of GPT2 through [trl](https://github.com/huggingface/trl) and have noticed that my trained model assigns very...
closed
2024-04-23T18:23:50Z
2024-08-06T10:00:29Z
https://github.com/huggingface/peft/issues/1672
[]
Km3888
15
geex-arts/django-jet
django
228
How Make Inlines In One Page
How can I make Admin form Inline Stacked or tabular in same form page? Thanks! Normally It's appear in other page I need all my inlines in same general page :/ How can I make it?
open
2017-06-13T21:29:44Z
2020-11-21T07:52:47Z
https://github.com/geex-arts/django-jet/issues/228
[]
ramses132
3
litestar-org/litestar
pydantic
3,723
Bug: Request has no attribute 'htmx'
### Description I'm trying out litestar with htmx and I encountered this problem while following the documentation `AttributeError: 'Request' object has no attribute 'htmx' ### URL to code causing the issue _No response_ ### MCVE ```python from pathlib import Path from litestar import get, Litestar ...
closed
2024-09-08T15:47:21Z
2025-03-20T15:54:54Z
https://github.com/litestar-org/litestar/issues/3723
[ "Bug :bug:" ]
yujinyuz
1
ranaroussi/yfinance
pandas
1,811
Why can't get data via proxy?
The port 2080 can be used to proxy request for yahoo finance server. ``` url="https://query1.finance.yahoo.com/v7/finance/download/MSFT?period1=1672397200&period2=1703933200&interval=1d&events=history&includeAdjustedClose=true" curl --socks5-hostname 127.0.0.1:2080 $url -o msft.txt ``` Now i want to get the data...
open
2024-01-01T00:24:06Z
2024-04-25T19:31:14Z
https://github.com/ranaroussi/yfinance/issues/1811
[]
hwypengsir
3
axnsan12/drf-yasg
rest-api
779
Adding a required field for query parameters on multiple views without having to add them in to serializer
is it possible to add a custom field that will be included in query parameter for each request or some request similar to global filter with out having to add them in serializer
open
2022-02-23T19:10:57Z
2025-03-07T12:11:21Z
https://github.com/axnsan12/drf-yasg/issues/779
[ "triage" ]
keinagae
0
piccolo-orm/piccolo
fastapi
249
Suppressed error stack when the command code fails
When Piccolo runs a command and the code raises an error, it's hard to figure out what's wrong because the output displays only a simple message. It would be a great help to add a full error stack to the output.
closed
2021-09-18T23:09:12Z
2021-09-19T14:02:39Z
https://github.com/piccolo-orm/piccolo/issues/249
[]
hipertracker
2
SALib/SALib
numpy
98
Use saltelli.sample method with boolean or discrete input parameters?
I would like to use the Sobol method to run a sensitivity analysis on a complex model in python. This model includes continuous, discrete, as well as boolean input parameters. Is it possible to use the SALib python package to perform this analysis? Specifically, can I use the saltelli.sample method (or somehow modify i...
closed
2016-04-14T17:23:31Z
2018-04-11T15:34:14Z
https://github.com/SALib/SALib/issues/98
[]
LindsayLBE
6
remsky/Kokoro-FastAPI
fastapi
56
docker compose up --build fail!
run command fail `root@feixin:/data/deploy/Kokoro-FastAPI/docker/gpu# docker compose up --build root@feixin:/data/deploy/Kokoro-FastAPI/docker/gpu# docker compose up --build [+] Running 2/0 โœ” Container kokoro-tts-gradio-ui-1 Running ...
closed
2025-01-15T04:36:59Z
2025-01-15T09:45:40Z
https://github.com/remsky/Kokoro-FastAPI/issues/56
[]
Jonathan-Wei
1
unit8co/darts
data-science
2,259
Add a `model.supports_sampled_predictions` attribute
**Is your feature request related to a current problem? Please describe.** It would be great to get the properties listed in [the nice table in the README](https://github.com/unit8co/darts?tab=readme-ov-file#forecasting-models) also from code. This helps with automated evaluation of multiple models. Additionally/Alter...
closed
2024-03-01T09:28:45Z
2024-07-05T08:04:41Z
https://github.com/unit8co/darts/issues/2259
[ "improvement" ]
felixdivo
4
marimo-team/marimo
data-science
4,102
"Could not find function given request" error occasionally occurs
### Describe the bug I sometimes experience that my UI throws the error shown below ![Image](https://github.com/user-attachments/assets/3ee32276-84ce-42b1-9916-be8cb7923fc6) I've not been able to find a way to recreate it, but as I don't understand the error message, it is also very difficult for me to start debuggi...
open
2025-03-14T09:03:06Z
2025-03-18T08:45:47Z
https://github.com/marimo-team/marimo/issues/4102
[ "bug" ]
mrdobalina2k
2
encode/databases
sqlalchemy
182
Async execute doesn't get triggered
I know this is probably because of the async lock: - https://github.com/encode/databases/issues/81 - https://github.com/encode/databases/issues/93 - https://github.com/encode/databases/issues/176 But because this seems to be a fairly big (common) issue I really think it should have complete examples or more docum...
closed
2020-03-29T17:56:42Z
2020-03-30T10:00:44Z
https://github.com/encode/databases/issues/182
[]
deepio
2
aio-libs-abandoned/aioredis-py
asyncio
738
[0.15.22] asyncpg error: Column "X" must appear in group by clause or be used in an aggregate function
Hi, Recently encountered an issue with newer versions of tortoise-orm with the following query: ```py Account.filter(wallet=wallet).annotate(max_index=Max("account_index")).order_by('-account_index').first() ``` The schema is as follows: Account.py ```py class Account(Model): wallet = fields.For...
closed
2020-04-20T12:32:49Z
2020-04-20T16:01:39Z
https://github.com/aio-libs-abandoned/aioredis-py/issues/738
[]
bbedward
1
httpie/cli
api
1,132
Reader View for HTML websites
**Checklist** - [x] I've searched for similar feature requests. --- **What enhancement would you like to see?** I would like to have a representation of the HTML similar to "reader view" in many browsers. **What problem does it solve?** I am frustrated to scroll through pages of HTML on the CLI when the...
closed
2021-08-26T14:50:56Z
2021-10-14T15:11:14Z
https://github.com/httpie/cli/issues/1132
[ "invalid" ]
brasilikum
3
xlwings/xlwings
automation
1,697
to_pdf: allow to choose the quality
this is currently hardcoded to PrintQuality.
closed
2021-08-05T14:03:51Z
2022-02-04T19:51:34Z
https://github.com/xlwings/xlwings/issues/1697
[ "enhancement" ]
fzumstein
5
lepture/authlib
django
311
Make bearer token expiry optional
**Is your feature request related to a problem? Please describe.** Just like e.g. in the GitHub API I would like to be able to return tokens that do not expire. Depending on the app this is a perfectly valid case and as long as tokens can be revoked and TLS is used, the extra hassle of using refresh tokens is not ne...
closed
2021-01-17T19:37:01Z
2021-01-24T04:18:16Z
https://github.com/lepture/authlib/issues/311
[]
ThiefMaster
2
aiortc/aiortc
asyncio
747
H264 video stream is not playing in Chrome browser without decoding, although VP8 stream is playing.
Steps to reproduce: 1. python webcam.py --play-from Big_Buck_Bunny_720_10s_30MB.mp4 --play-without-decoding --video-codec video/H264 2. connect to http://0.0.0.0:8080/ from Chrome browser. 3. video is not playing, although webrtc statistics (chrome://webrtc-internals) show that videostream is being transmitted. ...
closed
2022-07-02T16:10:11Z
2022-07-04T14:39:16Z
https://github.com/aiortc/aiortc/issues/747
[]
olegin15
4
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,306
python demo_toolbox.py error
Hello! I am not a programmer but tried to install the requirements mentioned in the documents. I am getting the following errors when i run (python demo_toolbox.py). I have installed all requirements to the latest versions. If anyone knows how to solve these issue please do let me know. Thanks and Regards Below is ...
open
2024-07-22T21:00:26Z
2024-07-22T21:00:26Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1306
[]
dreamdesignersin
0
huggingface/peft
pytorch
1,702
The FSDP example fails to run with "ValueError: Must flatten tensors with uniform requires_grad when use_orig_params=False"
### System Info pytorch version: 2.2.2 peft version: 0.10.0 GPUs: 8 A100-40G ### Who can help? _No response_ ### Information - [X] The official example scripts - [ ] My own modified scripts ### Tasks - [X] An officially supported task in the `examples` folder - [ ] My own task or dataset (give ...
closed
2024-05-01T18:02:00Z
2024-05-02T00:32:48Z
https://github.com/huggingface/peft/issues/1702
[]
xiangxu-google
2
miguelgrinberg/flasky
flask
86
Redirect ignored in resend_confirmation()
In resend_confirmation(): we have return redirect(url_for('main.index')) https://github.com/miguelgrinberg/flasky/blob/579ecd9435b392df114110985f514ad173a315f2/app/auth/views.py#L85 I think this redirect will be ignored since we have this before_app_request and we are authenticated. ``` @auth.before_app_request def ...
closed
2015-10-22T22:02:29Z
2017-12-10T20:03:14Z
https://github.com/miguelgrinberg/flasky/issues/86
[]
ar-anvd
4
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
594
ๅ…ณไบŽUnet ไธญ Dice ็š„่ฎก็ฎ—
ๅœจ่ฎญ็ปƒ่ฟ‡็จ‹ไธญ๏ผŒๅ‰ๆ™ฏๅ’Œ่ƒŒๆ™ฏ็š„Diceๅ‡่ฎก็ฎ—ไบ†๏ผŒๆ˜ฏๅฆ้œ€่ฆๅƒcross_entropyไธ€ๆ ทไฝฟ็”จๅŠ ๆƒ็ณปๆ•ฐ๏ผŸ
closed
2022-07-08T12:47:28Z
2022-07-13T12:52:59Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/594
[]
HappySleeep
1