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
3b1b/manim
python
1,813
Inconsistant text kerning when using Text Class
### Describe the bug It seems like reducing font size can affect the text kerning space. **Seems not good**: ``` class Textfontcheck(Scene): def construct(self): obj = VGroup() font_group = ["Consolas","Noto Sans","Times New Roman", "Cambria","MS Gothic","Sans Medium Not-Rotated ...
closed
2022-05-17T05:59:48Z
2024-01-07T07:56:20Z
https://github.com/3b1b/manim/issues/1813
[ "bug" ]
Yupjun
2
explosion/spaCy
nlp
12,926
Dependency Matcher ignore OP for negation
I wrote a Dependency Matcher pattern, when I demand **not** to have a Negation Arc from the root. For some reason, the matcher ignores my request and matched it anyway. If OP is not supported I would expect to get an Exception not to fail and match. ``` ## How to reproduce the behavior negative_effect_pattern...
closed
2023-08-21T09:27:14Z
2023-09-21T00:02:15Z
https://github.com/explosion/spaCy/issues/12926
[ "enhancement", "feat / matcher" ]
shaked571
4
apragacz/django-rest-registration
rest-api
37
Research how to support for human check (e.g. captcha)
open
2019-03-19T10:41:49Z
2019-08-27T11:35:02Z
https://github.com/apragacz/django-rest-registration/issues/37
[ "type:feature-request", "state:research" ]
apragacz
0
feature-engine/feature_engine
scikit-learn
655
PSI feature selection for categorical features
Currently, PSI feature selection as implemented in selection/drop_psi_features.py can only be applied to numerical features: it first converts these numerical features to categoricals via bucketing, then calculates PSI for the discretised numerical features. It would be useful to also be able to use DropHighPSIFeat...
closed
2023-04-11T13:16:21Z
2023-05-04T10:57:11Z
https://github.com/feature-engine/feature_engine/issues/655
[]
dlaprins
11
JaidedAI/EasyOCR
deep-learning
702
module 'cv2' has no attribute 'imdecode'
I can't useing easyocr to read text in image , img = cv2.imdecode(nparr, cv2.IMREAD_COLOR) AttributeError: module 'cv2' has no attribute 'imdecode'
open
2022-04-07T12:56:38Z
2022-05-14T03:27:04Z
https://github.com/JaidedAI/EasyOCR/issues/702
[]
yourstar9
4
litestar-org/litestar
pydantic
3,594
Bug: type annotation needs local import to work with websocket_listener
### Description I have a bit of a weird issue right now. If I use type annotation of a class without importing the class locally the app will not start, although the forward ref is passed specifically for websocket_listener, regular HTTP handler work. Currently not a critical issue, but worth checking out I think. ...
open
2024-06-24T14:45:09Z
2025-03-20T15:54:46Z
https://github.com/litestar-org/litestar/issues/3594
[ "Bug :bug:" ]
TheZwieback
0
graphql-python/graphene-django
django
1,494
Support Django 5 GeneratedField
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **What is the current behavior?** I used Django 5's GenerativeField to define one of my fields ``` quantity = models.PositiveIntegerField() unit_price = models.DecimalFi...
open
2024-01-26T16:55:36Z
2024-08-30T14:49:12Z
https://github.com/graphql-python/graphene-django/issues/1494
[ "✨enhancement" ]
KianChavoshiNejad
2
onnx/onnx
scikit-learn
5,792
test_qlinearmatmul_3D_int8_float16 failed with MacRelease
# Bug Report https://github.com/onnx/onnx/actions/runs/7080240890/job/19271566562 ### Is the issue related to model conversion? No ### Describe the bug Test failed with test_qlinearmatmul_3D_int8_float16, etc. See link to the release ci ### System information <!-- - OS Platform and Distribution (*e.g. Lin...
closed
2023-12-04T05:23:42Z
2024-02-26T19:31:04Z
https://github.com/onnx/onnx/issues/5792
[ "bug", "module: CI pipelines", "module: reference implementation", "contributions welcome" ]
liqunfu
2
cvat-ai/cvat
computer-vision
8,433
am using public domain to host my own cvat , i didnt use treafik to host it , the issue that all api store my internal private domain for cvat
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Is your feature request related to a problem? Please describe. "jobs": { "count": 1, "completed"...
closed
2024-09-11T16:31:08Z
2024-09-11T16:49:09Z
https://github.com/cvat-ai/cvat/issues/8433
[ "enhancement", "invalid" ]
MohamedKHALILRouissi
0
thunlp/OpenPrompt
nlp
158
Anyone installed OpenPrompt on Apple M1's chip?
Even after creating conda environment with Python version of 3.8+ and Torch 1.8 +, I still have problems using `pip install openprompt`. Any help?
closed
2022-06-13T11:41:02Z
2022-06-29T13:24:47Z
https://github.com/thunlp/OpenPrompt/issues/158
[]
IkeKobby
1
mage-ai/mage-ai
data-science
5,026
[BUG] Multi-Project Platform - Major UI / Navigation issue. Shows incorrect Project / switches project / can't run jobs.
### Mage version 9.70 ### Describe the bug **Video Link Replicating Issue:** https://1drv.ms/v/s!AlYu3S2PXVu9mcximMZPCamEj6LVfw?e=FqHfvG - The project it shows you are in and the content displayed on the page sometimes is mismatched. - This can happen in any menu / logs / pipelines / edit pipeline - Somti...
open
2024-05-03T21:29:17Z
2024-05-13T18:58:24Z
https://github.com/mage-ai/mage-ai/issues/5026
[ "bug" ]
Arthidon
5
scrapy/scrapy
python
6,105
Remove support for feed storage backends without feed_options
Deprecated in 2.4.0.
closed
2023-10-17T19:08:26Z
2023-10-18T10:52:30Z
https://github.com/scrapy/scrapy/issues/6105
[ "good first issue", "cleanup" ]
wRAR
0
trevorstephens/gplearn
scikit-learn
41
Add max_time_mins, which overrides generations and acts like stopping_criteria
It would be helpful if the code had a walltime, aka max_time_mins, that it enforced just like the stopping_criteria.
closed
2017-07-28T18:50:15Z
2017-11-11T03:16:34Z
https://github.com/trevorstephens/gplearn/issues/41
[ "wontfix" ]
sohrabtowfighi
1
gradio-app/gradio
data-science
10,722
Antivirus Flagging frpc_darwin_arm64_v0.3 as Infostealer Breaks Gradio Share Functionality
Hello, Our corporate security solution (e.g., SentinelOne Cloud) is flagging the file located at: ``` /opt/homebrew/anaconda3/envs/llms/lib/python3.11/site-packages/gradio/frpc_darwin_arm64_v0.3 ``` as an "Infostealer." This file is a critical component used by Gradio's share functionality to create a tunnel for exp...
closed
2025-03-04T01:23:58Z
2025-03-19T19:56:41Z
https://github.com/gradio-app/gradio/issues/10722
[ "bug", "pending clarification" ]
Twodragon0
5
gradio-app/gradio
data-visualization
10,142
Gradio 5.8.0 - Can't load Hugging Face model repos
### Describe the bug After the 5.8.0 update I can no longer load a Hugging Face model within a function that is passed to the Gradio interface function. The model loads fine in the same script at the top level, outside the Gradio interface ### Have you searched existing issues? 🔎 - [X] I have searched and found...
closed
2024-12-06T03:53:29Z
2024-12-06T05:44:18Z
https://github.com/gradio-app/gradio/issues/10142
[ "bug" ]
shorecodeorg
4
eralchemy/eralchemy
sqlalchemy
3
Python 3 compatibility
It would be great if it also works on Python 3. FYI pygraphviz 1.3rc2 currently supports Python 3.
closed
2015-05-18T02:35:42Z
2015-05-29T21:04:06Z
https://github.com/eralchemy/eralchemy/issues/3
[]
dahlia
7
pydantic/pydantic-ai
pydantic
1,131
OpenTelemetry events should be attached to Span rather than emitted separately as logs
### Initial Checks - [x] I confirm that I'm using the latest version of Pydantic AI ### Description I don't think implementation in https://github.com/pydantic/pydantic-ai/pull/945 is correct [according to the OTel spec](https://opentelemetry.io/docs/specs/semconv/gen-ai/gen-ai-spans/#capturing-inputs-and-outputs). ...
closed
2025-03-15T14:12:23Z
2025-03-15T16:06:06Z
https://github.com/pydantic/pydantic-ai/issues/1131
[ "need confirmation" ]
sirianni
2
neuml/txtai
nlp
886
Add support for input streams to `Transcription` pipeline
Add support for input streams to `Transcription` pipeline
closed
2025-03-04T20:22:38Z
2025-03-04T21:03:59Z
https://github.com/neuml/txtai/issues/886
[]
davidmezzetti
0
benbusby/whoogle-search
flask
1,153
[QUESTION] Can a free account replit still run this?
Is the free one guaranteed not to shut down, I tried it and it seems like the free account will shut down even if I use the method in the documentation
closed
2024-05-15T07:20:19Z
2024-09-30T17:42:52Z
https://github.com/benbusby/whoogle-search/issues/1153
[ "question" ]
flowerseacar
1
tfranzel/drf-spectacular
rest-api
962
PositiveIntegerField schema depends on the DB backend
**Describe the bug** Hi, it seems that the schema generated may depend on the DB backend used. Given the following declaration: ```python from django.db import models from rest_framework import serializers class MyModel(models.Model): pos_int_field = models.PositiveIntegerField(null=True) class MyMod...
closed
2023-03-21T12:12:14Z
2023-09-07T21:55:13Z
https://github.com/tfranzel/drf-spectacular/issues/962
[]
zhiltsov-max
2
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,769
[Bug]: SD is not installed. An error occurred during installation.
### Checklist - [x] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
open
2024-05-13T01:29:23Z
2024-06-30T03:22:07Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15769
[ "asking-for-help-with-local-system-issues" ]
LibertyGM
7
syrupy-project/syrupy
pytest
960
Pandas or Polars dataframes assert for equality with tolerance on float precision?
Is there a way to assert two Pandas or Polars dataframes for equality and have tolerance on float precision? Right now when I save a Pandas dataframe as a snaphot using df.to_dict(), I'm able to compare actual and snapshot dataframes for equality on my Windows PC with success, but when I run pytest on a Linux machine,...
closed
2025-02-23T18:40:20Z
2025-02-24T14:18:33Z
https://github.com/syrupy-project/syrupy/issues/960
[]
morindo
2
ray-project/ray
data-science
51,437
Release test aws_cluster_launcher failed
Release test **aws_cluster_launcher** failed. See https://buildkite.com/ray-project/release/builds/36067#0195a61c-6288-47cb-ab4a-681ed9dee31b for more details. Managed by OSS Test Policy
closed
2025-03-17T22:08:21Z
2025-03-24T16:42:34Z
https://github.com/ray-project/ray/issues/51437
[ "bug", "P0", "triage", "release-test", "jailed-test", "ray-test-bot", "weekly-release-blocker", "stability", "clusters" ]
can-anyscale
1
MagicStack/asyncpg
asyncio
919
asyncpg.exceptions._base.InterfaceError: the server expects 0 arguments for this query, 1 was passed when passing `:a` to execute SQL string
* **asyncpg version**: 0.25.0 * **PostgreSQL version**: 13 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: * **Python version**: 3.7.10 * **Platform**: docker container `python:3.7-slim-buster` * **Do you use pgbouncer?**: * **Did you install ...
closed
2022-05-24T14:51:59Z
2022-05-24T16:29:31Z
https://github.com/MagicStack/asyncpg/issues/919
[]
fsimonov
1
STVIR/pysot
computer-vision
310
What's the json format of test_dataset?
I want to test on a new dataset not on the list,so I want to know how to write json file in VOT format,What's the precise json format of test_dataset?Thank u very much.
closed
2020-03-06T02:23:26Z
2024-07-26T04:10:50Z
https://github.com/STVIR/pysot/issues/310
[]
sherlockedlee
2
joke2k/django-environ
django
161
Remove Django dependency or make it optional
I would like to use this package for non-django project but the dependency requirement is a bit heavy for small command line applications. Django is set in install_requires but it is not used in the package. Only tests are using it. Would it be possible to remove this dependency from install_requires?
closed
2017-12-22T13:57:17Z
2018-06-22T09:12:23Z
https://github.com/joke2k/django-environ/issues/161
[]
K377U
2
JoeanAmier/TikTokDownloader
api
321
进入下载页面提示“配置文件 owner_url 的 url 参数 账号主页链接 无效”请问如何解决?
已更新python,其他方面因为纯小白不是很清楚,求大佬指点~
open
2024-10-23T14:47:04Z
2024-10-23T15:04:26Z
https://github.com/JoeanAmier/TikTokDownloader/issues/321
[]
suiyueshentou2024
1
TracecatHQ/tracecat
pydantic
14
Webhook support get request method
Hello, this is a great project, but I found some possible issues while using it today. I saw that the configuration of the webhook supports get requests, but the request failed. Maybe it's a problem here: https://github.com/TracecatHQ/tracecat/blob/6431a85a60ab2f90279eec4ddbc19efda4063d60/tracecat/runner/app.py#L2...
closed
2024-03-27T09:16:26Z
2024-06-16T19:22:59Z
https://github.com/TracecatHQ/tracecat/issues/14
[ "enhancement" ]
jarvis2f
3
Gerapy/Gerapy
django
210
An authenticated user can read local file
**Describe the bug** The below code is vulnerable to file exposure https://github.com/Gerapy/Gerapy/blob/af5657354aa040d5a6b52c91a837f5d63422d6d3/gerapy/server/core/views.py#L548-L561 **To Reproduce** ``` $ curl 'http://127.0.0.1:8000/api/project/file/read' \ -H 'Accept: application/json, text/plain, */*' \ ...
closed
2021-09-25T19:53:49Z
2021-12-26T12:05:52Z
https://github.com/Gerapy/Gerapy/issues/210
[ "bug" ]
ksg97031
1
roboflow/supervision
pytorch
1,010
[Color] - constants like `WHITE`, `BLACK`, `RED`, and so on have the wrong type.
### Bug `sv.Color.WHITE` has type `classproperty`, for example.
closed
2024-03-16T19:31:09Z
2024-03-18T14:50:12Z
https://github.com/roboflow/supervision/issues/1010
[ "bug" ]
marcospgp
7
chiphuyen/stanford-tensorflow-tutorials
nlp
128
examples/07_convnet_mnist.py: test accuracy stays constant at 0.11
the training loss decreases, training accuracy is also increasing. But the test accuracy remains constant.
open
2018-07-31T07:49:02Z
2018-07-31T07:49:02Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/128
[]
aditya6992
0
deezer/spleeter
deep-learning
296
Only errors since I updated
I did a git pull origin master and a conda update --all and now I'm getting all sorts of problems I never had before. What changed and how do I go back to a working version?? spleeter separate -i "music.flac" -p spleeter:2stems-16kHz -o output Traceback (most recent call last): File "/home/user/miniconda3/lib/py...
closed
2020-03-16T22:24:53Z
2020-03-30T09:08:03Z
https://github.com/deezer/spleeter/issues/296
[]
ghost
5
keras-team/keras
deep-learning
20,411
The model is traced for each `steps_per_execution` step (Jax backend)
The model is traced for each `steps_per_execution` steps (using Jax backend), increasing the jit compilation time and memory usage proportionally. This [gist](https://colab.research.google.com/gist/nicolaspi/22e6b66f93a01d2259484015e10268b9/untitled3.ipynb#scrollTo=cMQKuTDqIYX0) demonstrates the issue on `MobileNetV...
closed
2024-10-25T19:37:36Z
2024-10-26T17:33:07Z
https://github.com/keras-team/keras/issues/20411
[]
nicolaspi
2
microsoft/qlib
machine-learning
1,634
回测时报错:NotImplementedError This type of signal is not supported
## ❓ Questions and Help 请问为什么会出现这个报错,我看log是已经输出了prediction的分数,但接下来提示close中有nan,我觉得这个正常因为后面有股票退市的情况。不过不知道为什么会提示:factor.day.bin file not exists or factor contains `nan`. Order using adjusted_price. 同时我尝试输出了signal,结果发现是nan,请教各位大佬 ![Weixin Image_20230902174809](https://github.com/microsoft/qlib/assets/44362081/8...
closed
2023-09-02T09:53:04Z
2023-12-07T06:02:08Z
https://github.com/microsoft/qlib/issues/1634
[ "question", "stale" ]
wangxk15
2
ydataai/ydata-profiling
data-science
1,374
KeyError 'tinyint' during profiling on Apache Spark DataFrame
### Current Behaviour I encountered an error while attempting to run profiling on an Apache Spark DataFrame. The Spark DataFrame contains data retrieved from parquet files. The specific error message I received is as follows: ``` Traceback (most recent call last): File "/tmp/profile.py", line 41, in <module> ...
open
2023-06-30T21:21:04Z
2024-02-13T16:30:45Z
https://github.com/ydataai/ydata-profiling/issues/1374
[ "help wanted 🙋", "spark :zap:" ]
talgatomarov
2
cupy/cupy
numpy
8,274
Request for adding implementations of scipy hypergeometric functions
### Description Hello cupy develop team, I would like to request whether the scipy features of evaluating hypergeometric functions, such as scipy.special.hyper2f1, scipy.special.hyper1f1, etc., can be incorporated into cupy. I have browsed the online documentation of cupyx.scipy.special but did not find hypergeomet...
open
2024-04-03T14:38:25Z
2024-04-12T02:18:43Z
https://github.com/cupy/cupy/issues/8274
[ "contribution welcome", "cat:feature" ]
shiningalehxb
2
reloadware/reloadium
flask
10
Limit files watched
Is there anyway to limit what is watched? It's watching even the `.git` directory.
closed
2022-05-06T11:02:30Z
2022-05-06T12:18:21Z
https://github.com/reloadware/reloadium/issues/10
[]
iarp
8
baoliay2008/lccn_predictor
pydantic
4
Country Ranking
Could you please add country ranking ?
open
2023-02-05T20:23:56Z
2023-08-11T06:36:24Z
https://github.com/baoliay2008/lccn_predictor/issues/4
[ "enhancement" ]
recepkucek
15
google-deepmind/sonnet
tensorflow
220
Does LayerNormMLP work with batch_sizes of one?
Good day, I am using sonnet's LayerNormMLP layer inside a policy for reinforcement learning. Does this layer normaliser still work when a batch size of 1 is used by the actors? For the trainer a batch of data is provided so layer normalisation should work. Thanks!
closed
2021-09-22T06:34:18Z
2021-09-27T08:52:26Z
https://github.com/google-deepmind/sonnet/issues/220
[]
DriesSmit
1
comfyanonymous/ComfyUI
pytorch
6,525
Unable to Free Up Memory in a ComfyUI workflow
### Expected Behavior I am currently working on a workflow in ComfyUI that involves loading large models, such as FluxDev. The workflow performs generation tasks where the output of one model serves as the input for another. However, I encounter an issue when attempting to load a third model; my system's memory (not V...
open
2025-01-19T11:37:35Z
2025-01-19T11:37:35Z
https://github.com/comfyanonymous/ComfyUI/issues/6525
[ "Potential Bug" ]
oomiDimoo
0
public-apis/public-apis
api
3,276
http://web.basriyaty.com.my
closed
2022-08-21T16:45:10Z
2022-08-24T10:36:21Z
https://github.com/public-apis/public-apis/issues/3276
[]
BASRIAMD
0
StackStorm/st2
automation
6,002
Use ssmtp instead of sendmail for st2actionrunner
Please consider using ssmtp for email sending from core.sendmail: https://manpages.ubuntu.com/manpages/focal/en/man8/ssmtp.8.html Recent versions of sendmail don't work well without configuration, which is difficult within a Docker container. Ubuntu provides a package for ssmtp, which provides an alternative s...
open
2023-07-20T14:49:06Z
2023-09-07T06:07:16Z
https://github.com/StackStorm/st2/issues/6002
[ "wontfix", "feature", "proposal", "breaking change" ]
sburlappp
7
iperov/DeepFaceLab
deep-learning
960
Deleting the latest model using 6) train SAEHD fails with a permission error deleting autobackups
## Expected behavior Delete a model. ## Actual behavior - permission error (and the model remains listed on a successive run): ``` Choose one of saved models, or enter a name to create a new model. [r] : rename [d] : delete [0] : REDACTED3 - latest [1] : REDACTED2 [2] : REDACTED1 : d d Enter the name ...
open
2020-12-03T04:15:59Z
2021-05-01T16:22:59Z
https://github.com/iperov/DeepFaceLab/issues/960
[]
Poikilos
2
manbearwiz/youtube-dl-server
rest-api
76
HTTP post
what is the correct syntax to send a URL to ytdl-server via HTTP post in node-red?
closed
2020-12-30T14:07:41Z
2020-12-30T20:47:21Z
https://github.com/manbearwiz/youtube-dl-server/issues/76
[]
bigmac5753
1
ultralytics/yolov5
deep-learning
13,086
Modifying YOLOv5 model for a common backbone but "2 different heads"
### 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 Hi, I was curious to know that if I wish to modify the YOLOv5 model, for a new model that...
closed
2024-06-13T09:29:33Z
2024-10-20T19:47:46Z
https://github.com/ultralytics/yolov5/issues/13086
[ "question", "Stale" ]
jain-abhay
13
hankcs/HanLP
nlp
577
TextRank 里面 max_iter = 200 如果文本字数多,性能有影响
<!-- 这是HanLP的issue模板,用于规范提问题的格式。本来并不打算用死板的格式限制大家,但issue区实在有点混乱。有时候说了半天才搞清楚原来对方用的是旧版、自己改了代码之类,浪费双方宝贵时间。所以这里用一个规范的模板统一一下,造成不便望海涵。除了注意事项外,其他部分可以自行根据实际情况做适量修改。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](htt...
closed
2017-07-07T08:51:11Z
2017-07-07T13:20:18Z
https://github.com/hankcs/HanLP/issues/577
[ "improvement" ]
zhaoxuan
1
SYSTRAN/faster-whisper
deep-learning
764
Supporting Distil-Whisper
Distil-Whisper was out a couple of days ago on HuggingFace, when do you reckon you can add support for Distil-Whisper in faster-whisper? https://huggingface.co/collections/distil-whisper/distil-large-v3-65fc4ffcc0bdd3c53b74897f ![Screenshot 2024-03-29 at 1 40 14 PM](https://github.com/SYSTRAN/faster-whisper/assets/5...
closed
2024-03-29T11:40:58Z
2024-11-14T13:39:31Z
https://github.com/SYSTRAN/faster-whisper/issues/764
[]
KickItLikeShika
4
ultralytics/ultralytics
python
19,131
accelerate saving video with h264_nvenc ffmpeg
### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description Hi, To efficiently save YOLOv8 inference results using GPU-accelerated encoding with FFmpeg (h264_nvenc) while avoiding unnecessary CPU-G...
open
2025-02-07T13:37:51Z
2025-02-07T19:44:32Z
https://github.com/ultralytics/ultralytics/issues/19131
[ "enhancement" ]
ansaricard
2
sktime/sktime
scikit-learn
7,655
[DOC] Invalid link to "check_is_fitted" method on EnbPIForecaster page
### Issue linked to the documentation `check_is_fitted` method on [`EnbPIForecaster`](https://www.sktime.net/en/latest/api_reference/auto_generated/sktime.forecasting.enbpi.EnbPIForecaster.html#sktime.forecasting.enbpi.EnbPIForecaster.check_is_fitted) page shows 404 `page not found` error on clicking on `source` link ...
open
2025-01-17T18:15:01Z
2025-01-17T20:21:55Z
https://github.com/sktime/sktime/issues/7655
[ "documentation" ]
RHYTHM2405
4
wandb/wandb
data-science
9,259
[Bug-App]: wandb.errors.errors.WandbCoreNotAvailableError during wandb.init
### Describe the bug Similar to this [bug](https://github.com/wandb/wandb/issues/8459) wandb version: 0.19.1 ``` 1. pip install /Users/zyu/Downloads/wandb-0.19.1-py3-none-macosx_11_0_arm64.whl Looking in indexes: https...
open
2025-01-14T19:18:58Z
2025-01-29T20:12:48Z
https://github.com/wandb/wandb/issues/9259
[ "ty:bug", "a:app" ]
darinyu
7
serengil/deepface
deep-learning
1,234
age & gender analysis
Hi Serengil, thanks for your great work. I would like to ask if there is any newer work on age and gender recognition, such as something that can achieve higher accuracy.
closed
2024-05-17T08:50:53Z
2024-05-17T08:53:22Z
https://github.com/serengil/deepface/issues/1234
[ "documentation", "invalid" ]
Semper4u
1
iterative/dvc
machine-learning
10,392
Can I push to remote with different path?
I want to track my different platform file in my repo, and I don`t want to add remote with every platform.Is there any way that i can push files to different path, and I just add remote with bucket root path?
closed
2024-04-22T12:04:37Z
2024-04-22T15:56:27Z
https://github.com/iterative/dvc/issues/10392
[]
BigFaceBoy
1
pytorch/vision
machine-learning
8,479
M1 conda-py3_11-cpu failing
Apart from the usual flakyness, the M1 conda build job on 3.11 CPU has been consistently failing on the past 4 commits to `main` with ``` + /opt/homebrew/Caskroom/miniconda/base/bin/conda run -p /Users/ec2-user/runner/_work/_temp/pytorch_pkg_helpers_9402123718_smoke python3 pytorch/vision/test/smoke_test.py Trac...
closed
2024-06-07T08:52:14Z
2024-06-11T10:28:01Z
https://github.com/pytorch/vision/issues/8479
[]
NicolasHug
1
exaloop/codon
numpy
107
codon_jit.cpython-310-x86_64-linux-gnu.so: undefined symbol:
lion@lion-VirtualBox:~/source/codon$ echo $CODON_DIR /home/lion/Downloads/codon-deploy/ lion@lion-VirtualBox:~/source/codon$ lion@lion-VirtualBox:~/source/codon$ python3 ./fib.py Traceback (most recent call last): File "/home/lion/source/codon/./fib.py", line 28, in <module> import codon File "/home/lio...
closed
2022-12-14T02:50:47Z
2022-12-18T22:46:51Z
https://github.com/exaloop/codon/issues/107
[]
lionnung
4
microsoft/nni
tensorflow
5,464
Error: tuner_command_channel: Tuner loses responsive
**Describe the issue**: Unable to operate stably. **Environment**: - NNI version: 2.10 - Training service (local|remote|pai|aml|etc): local - Client OS: Ubuntu 20.04 - Server OS (for remote mode only): \ - Python version: Python 3.10.9 (main, Jan 11 2023, 15:21:40) [GCC 11.2.0] on linux - PyTorch/TensorFlo...
open
2023-03-21T02:03:31Z
2023-04-10T02:54:12Z
https://github.com/microsoft/nni/issues/5464
[]
beta1scat
7
RobertCraigie/prisma-client-py
pydantic
915
Upgrading version from 0.11.0 to 0.12.0 in Elastic Beanstalk fails deployment
<!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log...
closed
2024-02-22T20:22:37Z
2024-03-05T18:24:57Z
https://github.com/RobertCraigie/prisma-client-py/issues/915
[]
GreggHWLT
1
plotly/dash-core-components
dash
428
remove dash-table-experiments from tests
dcc uses `dash_table_experiments` in its tests - can we just move these tests into `dash_table` and 🔪 from this repo? https://github.com/plotly/dash-core-components/blob/aa2ff089a3f21cd333eee47eadbf25bdfcf9de42/dev-requirements.txt#L6 https://github.com/plotly/dash-core-components/blob/aa2ff089a3f21cd333eee47ead...
closed
2018-12-28T21:17:53Z
2019-04-09T00:54:41Z
https://github.com/plotly/dash-core-components/issues/428
[ "dash-type-maintenance" ]
alexcjohnson
1
cupy/cupy
numpy
8,397
ndimage.distance_transform_edt does not accept cupy arrays for indices
### Description `cupyx.scipy.ndimage.distance_transform_edt` accepts numpy arrays as indices; For a cupy array it raises ``` >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PDB post_mortem (IO-capturing turned off) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...
open
2024-06-29T07:38:53Z
2024-07-01T05:30:10Z
https://github.com/cupy/cupy/issues/8397
[ "cat:bug", "prio:high" ]
ev-br
1
vvbbnn00/WARP-Clash-API
flask
221
[Bug] 安装时找不到 env 文件
从 Github 上把项目拉到本地之后,运行 `docker-compose up -d` 命令,出现如下错误: `docker-compose up -d WARN[0000] /Users/chenyibin/tools/WARP-Clash-API/docker-compose.yaml: `version` is obsolete env file ~/WARP-Clash-API/.env.local not found: stat ~/WARP-Clash-API/.env.local: no such file or directory`
open
2024-06-08T01:55:44Z
2024-06-08T11:08:05Z
https://github.com/vvbbnn00/WARP-Clash-API/issues/221
[]
yibie
1
sinaptik-ai/pandas-ai
pandas
857
Not getting the right answers for the query
### System Info I am using vs-code on Ubuntu 23. and gpt-3.5-turbo with pandasai-1.4.10 and python-3.11.7 ### 🐛 Describe the bug I have a csv file with these columns --> type,names,Form,RetailPrice,RetailPriceUnit,Yield,CupEquivalentSize,CupEquivalentUnit,CupEquivalentPrice fruit,Apples,Fresh,1.5193,per pound,0.9,...
closed
2024-01-08T13:20:37Z
2024-06-01T00:21:06Z
https://github.com/sinaptik-ai/pandas-ai/issues/857
[]
vijayproxima
1
huggingface/transformers
pytorch
36,915
ValueError: `run_compressed` is only supported for quantized_compressed models
### System Info - `transformers` version: 4.50.0 - Platform: Linux-6.11.0-19-generic-x86_64-with-glibc2.39 - Python version: 3.10.16 - Huggingface_hub version: 0.29.3 - Safetensors version: 0.5.3 - Accelerate version: 1.5.2 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (GPU?): ...
open
2025-03-24T02:27:03Z
2025-03-24T11:22:37Z
https://github.com/huggingface/transformers/issues/36915
[ "bug" ]
CanYing0913
1
Anjok07/ultimatevocalremovergui
pytorch
1,320
mdx models error??
everytime i use mdx net models on ensemble it gives error
open
2024-05-04T08:19:25Z
2024-05-04T08:20:21Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1320
[]
KXNZIEE
0
roboflow/supervision
computer-vision
1,043
[Detections] extend `from_transformers` with `class_names` support
### Description Currently, Supervision supports class name extraction exclusively for Inference and Ultralytics libraries. Let's enhance [`from_transformers`](https://github.com/roboflow/supervision/blob/781a064d8aa46e3875378ab6aba1dfdad8bc636c/supervision/detection/core.py#L391) by incorporating support for Transfo...
closed
2024-03-25T13:25:23Z
2024-04-05T10:13:42Z
https://github.com/roboflow/supervision/issues/1043
[ "enhancement", "good first issue", "api:detection" ]
SkalskiP
4
robinhood/faust
asyncio
601
sasl scram support
Both aiokafka and Confluent kafka supports scram authentication. Faust should too
closed
2020-05-27T20:37:40Z
2022-10-27T14:29:25Z
https://github.com/robinhood/faust/issues/601
[]
smedegaard
4
DistrictDataLabs/yellowbrick
matplotlib
1,205
Gap Statistic and Davies-Bouldin Index
**Describe the solution you'd like** Borrowing from https://towardsdatascience.com/cheat-sheet-to-implementing-7-methods-for-selecting-optimal-number-of-clusters-in-python-898241e1d6ad The Clustering Visualizers should also include this two algos https://www.scikit-yb.org/en/latest/api/cluster/index.html P.S. The...
open
2021-11-05T06:47:34Z
2022-09-26T08:44:09Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1205
[ "type: feature" ]
BradKML
17
jupyter-incubator/sparkmagic
jupyter
740
The pyspark kernel not showing in vs code jupyter kernel list
**Describe the bug** The pyspark kernel worked fine in Conda jupyter notebook, but it is not showing in the vs code jupyter kernel list. But I can use %%spark to connect my livy service and run code in iPython instance. **To Reproduce** Steps to reproduce the behavior. **Expected behavior** A clear and concis...
open
2021-11-17T15:48:40Z
2021-11-19T14:24:41Z
https://github.com/jupyter-incubator/sparkmagic/issues/740
[]
GaryLiuTelus
2
xonsh/xonsh
data-science
5,649
Callable alias: redirect inside uncaptured operator produces `AttributeError: 'int' object has no attribute 'readable'`
```xsh $XONSH_SHOW_TRACEBACK = True @aliases.register def _e(): echo -n O echo -n E 1>2 $[e 1>2] ``` Exception: ```xsh Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/pc/git/xonsh/xonsh/built_ins.py", line 220, in subproc_uncaptured return xonsh.procs.s...
open
2024-08-07T10:14:59Z
2024-08-07T10:14:59Z
https://github.com/xonsh/xonsh/issues/5649
[ "threading", "priority-high", "v1", "aliases-callable" ]
anki-code
0
modin-project/modin
data-science
7,310
NumPy 2.0 support
Planned release with NumPy>=2.0 support: 0.31.0. There is not much left to do to achieve this. Fix the imports in the `modin.numpy` module (according https://github.com/modin-project/modin/pull/7301/files).
closed
2024-06-11T11:20:40Z
2024-06-13T13:49:27Z
https://github.com/modin-project/modin/issues/7310
[ "dependencies 🔗", "P1" ]
anmyachev
0
mwaskom/seaborn
matplotlib
3,546
Interest in seaborn.objects API contributions?
I've seen a few contributions floating around for the seaborn.objects API (e.g., #3320). Sounds like there's a reluctance to move too fast while the API is settling, but I happen to have a very good student looking to do some work, and I'd _love_ to see the objects API have better integration with modelling tools (espe...
closed
2023-11-03T17:46:20Z
2023-11-06T15:17:11Z
https://github.com/mwaskom/seaborn/issues/3546
[]
nickeubank
2
ExpDev07/coronavirus-tracker-api
rest-api
298
Timeline json formatting
Is it possible to modify, or as an option, write the timeline json format to be the following? It might be easier to parse. Thanks! { "location": { "id": 39, "country": "Norway", "country_code": "NO", "country_population": 5009150, "province": "", "county": "", "last_updated": "...
closed
2020-04-21T16:37:02Z
2020-05-24T01:38:08Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/298
[ "enhancement", "question" ]
ChuckVanzant
5
pydantic/pydantic-settings
pydantic
513
Mypy error when initializing from a dictionary
Migrating from pydantic V1 BaseSettings to the pydantic_settings module, I encountered the following mypy issue when instantiating a settings object from a dictionary: ```python from pydantic_settings import BaseSettings class MySettings(BaseSettings): FOO: str = "default" BAR: int = 123 settings = ...
open
2025-01-02T14:32:17Z
2025-03-24T09:39:46Z
https://github.com/pydantic/pydantic-settings/issues/513
[ "bug", "mypy" ]
mikeoconnor0308
1
tensorly/tensorly
numpy
586
maxvol adjustment
#### Is your feature request related to a problem? Please describe. I think there might be an issue with the maxvol function. <https://github.com/tensorly/tensorly/blob/main/tensorly/contrib/decomposition/_tt_cross.py> You referred to "The Greedy approximation algorithm for MAX-VOL" in the paper "Ali Çivril, Malik Ma...
open
2024-12-19T02:15:58Z
2025-01-01T02:09:22Z
https://github.com/tensorly/tensorly/issues/586
[]
dontempty
4
jowilf/starlette-admin
sqlalchemy
514
Bug: can't translate on demo
**Describe the bug** I'm trying to use translaction on [demo](https://starlette-admin-demo.jowilf.com/) (any of) and it didn't work for me. ![image](https://github.com/jowilf/starlette-admin/assets/105509043/006f6192-e6cb-498a-859a-a757e52a50c8) **To Reproduce** Go to [demo website](https://starlette-admin-dem...
closed
2024-02-29T10:05:43Z
2024-02-29T10:30:08Z
https://github.com/jowilf/starlette-admin/issues/514
[ "bug" ]
Ilya-Green
0
ionelmc/pytest-benchmark
pytest
112
Output of --help is inconsistent b/w python versions
With python3: ``` $ pytest-benchmark --help usage: py.test-benchmark help [-h] [command] Display help and exit. positional arguments: command optional arguments: -h, --help show this help message and exit ``` With python2: ```py $ pytest-benchmark --help usage: py.test-benchmark [-h [COMMAND]]...
closed
2018-06-17T12:32:16Z
2019-01-02T16:33:34Z
https://github.com/ionelmc/pytest-benchmark/issues/112
[]
nehaljwani
0
kensho-technologies/graphql-compiler
graphql
597
Colocated tags during macro expansion cause compilation errors
If a macro edge defines a `@tag` on the same field where a user's query has also used a `@tag`, this will cause macro expansion to fail, raising a compilation error. There are two test cases for this, currently marked `xfail` meaning that `pytest` expects them to fail at the moment: `test_macro_edge_colocated_tags`...
open
2019-10-08T15:58:12Z
2019-10-08T15:58:12Z
https://github.com/kensho-technologies/graphql-compiler/issues/597
[]
obi1kenobi
0
dask/dask
scikit-learn
11,225
Discrepancy Between Native Pandas Types And Dask Computed Pandas Types
**Describe the issue**: Currently I am seeing a really weird behavior in which object types in the Pandas DataFrame returned from Dask are being mutated during a `df[col].astype(str)` call despite `copy=True` being the default. This behavior is not present in natively instantiated Pandas frames, only after Dask conv...
closed
2024-07-13T00:10:39Z
2024-07-16T13:32:31Z
https://github.com/dask/dask/issues/11225
[ "needs triage" ]
andoni-garcia-fgp
2
statsmodels/statsmodels
data-science
8,901
DOC/ENH: doc examples for multivariate mv_test
I don't see any example for how to use mv_test for other hypotheses than default MANOVA. This needs examples in docstrings and/or notebooks. e.g. row versus column of params (cross-equation or cross-variables) L versus M constraints on columns versus rows which is which? Several examples are in unit tests. ...
open
2023-06-02T19:11:26Z
2023-06-02T19:11:57Z
https://github.com/statsmodels/statsmodels/issues/8901
[ "comp-docs", "comp-multivariate" ]
josef-pkt
0
apragacz/django-rest-registration
rest-api
48
Using username instead of user_id in signer
I am trying to use username instead of user_id. But i am getting this error ` File "/home/krishna/Projects/django/cms/account/views.py", line 79, in _calculate_salt if registration_settings.REGISTER_VERIFICATION_ONE_TIME_USE: File "/home/krishna/anaconda3/envs/django/lib/python3.7/site-packages/rest_regist...
closed
2019-04-29T15:13:40Z
2020-05-20T19:12:59Z
https://github.com/apragacz/django-rest-registration/issues/48
[ "type:feature-request", "priority:high" ]
itzmanish
8
pydata/pandas-datareader
pandas
825
Issue for Yahoo Finance integration
Hi guys, I am trying to get a stable integration with historical data for symbols and I thought Yahoo Finance is the best data source ( please let me know in case you know a better one - I had Alpha Vantage and they provide no support. Also on daily bases at least a security has wrong data). - This is more likely info...
open
2020-09-04T10:51:38Z
2020-09-04T10:58:29Z
https://github.com/pydata/pandas-datareader/issues/825
[]
sorin-sabo
1
anselal/antminer-monitor
dash
3
Hashing Speed
Please add in the hashing speed for this application. It will be usefull if you control over 50-100 miner. And also set the highlight once it's under speed. Plus the reboot command too, easy for miner to softboot easily.
closed
2017-10-08T09:58:31Z
2017-10-11T21:36:07Z
https://github.com/anselal/antminer-monitor/issues/3
[ ":star: feature request" ]
babycicak
1
brightmart/text_classification
nlp
33
can not find the module named 'p4_zhihu_load_data'
hi, I can not find the module named 'p4_zhihu_load_data', where is it?thanks.
closed
2018-01-30T08:13:21Z
2018-01-31T14:57:39Z
https://github.com/brightmart/text_classification/issues/33
[]
jiangweiwang
1
aminalaee/sqladmin
asyncio
886
custom action in example not working
### Checklist - [x] The bug is reproducible against the latest release or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe the bug In example https://aminalaee.dev/sqladmin/configurations/#custom-action function get_object_for_edit is called with param pk but definition waits ...
open
2025-02-26T14:01:31Z
2025-03-11T17:40:43Z
https://github.com/aminalaee/sqladmin/issues/886
[]
akudryav
3
quasarstream/python-ffmpeg-video-streaming
dash
134
How to specify maxrate?
``` Representation(Size(1920, 1080), Bitrate(overall=13000000)), Representation(Size(854, 720), Bitrate(overall=10000000)), Representation(Size(854, 480), Bitrate(overall=4000000)), Representation(Size(854, 360), Bitrate(overall=2000000)), Representation(Size(426, 240), Bitr...
open
2024-07-12T02:49:53Z
2024-07-12T02:50:29Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/134
[]
mbUSC
0
litestar-org/polyfactory
pydantic
415
Enhancement: Deprecate collection params in FieldMeta.from_type
### Summary After https://github.com/litestar-org/polyfactory/pull/407, these are no longer used other than passing onto child instances for https://github.com/litestar-org/polyfactory/blob/main/polyfactory/field_meta.py#L113 collection params. Removing outright would be a breaking change so propose to - Change de...
closed
2023-10-19T08:26:10Z
2025-03-20T15:53:09Z
https://github.com/litestar-org/polyfactory/issues/415
[ "enhancement" ]
adhtruong
3
fastapi-users/fastapi-users
asyncio
1,452
Logout API documentation should have 204, not 200, as response code
## Describe the bug A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior: 1. Enable database + Bearer token strategy 2. Go to the API explorer 3. Use the logout endpoint ## Expected behavior The status code in the API documentation should match the actual...
open
2024-10-30T17:57:52Z
2024-10-30T17:57:52Z
https://github.com/fastapi-users/fastapi-users/issues/1452
[ "bug" ]
terabyte128
0
comfyanonymous/ComfyUI
pytorch
6,897
Unable to run flux-dev model under ROCM
### Expected Behavior flux.dev should load when running on rocm ### Actual Behavior it fails with message `UNETLoader 'torch._C._CudaDeviceProperties' object has no attribute 'gcnArchName'` ### Steps to Reproduce Follow instructions from https://comfyui-wiki.com/en/tutorial/advanced/flux1-comfyui-guide-workflow-an...
closed
2025-02-20T19:03:56Z
2025-02-20T19:57:14Z
https://github.com/comfyanonymous/ComfyUI/issues/6897
[ "Potential Bug" ]
pshirshov
3
onnx/onnx
pytorch
6,139
How to modify Slice attribute
# Ask a Question ### Question I want to add `steps` parametre in Slice node,but I can't get the Slice input parametres,how can I get the Slice input parametres and change it? ### Further information my Slice node input parametres show in the below image,what 's the meaning of `const_starts__19`?Shouldn't `sta...
closed
2024-05-16T03:45:24Z
2024-05-20T00:57:51Z
https://github.com/onnx/onnx/issues/6139
[ "question" ]
salanzewei
4
sqlalchemy/sqlalchemy
sqlalchemy
11,074
implement cross-type cast tests for all combinations within JSON as_XYZ() operators
`as_string()` should be tested against all of int / bool / float to always return a string on all backends. `as_integer()` should be tested to always return an int for a JSON int, float as well as a string that contains an integer, using CAST, same for as_float(), as_boolean(). this was never the expected contract...
open
2024-03-01T03:50:30Z
2024-03-01T07:07:19Z
https://github.com/sqlalchemy/sqlalchemy/issues/11074
[ "sqlite", "use case", "json" ]
zzzeek
5
nerfstudio-project/nerfstudio
computer-vision
3,259
Ability to disable Viser during training a nerf
**Is your feature request related to a problem? Please describe.** I am unable to turn off Viser during training a nerf using Nerfstudio. **Describe the solution you'd like** In some applications, for example if I am trying to build something on top of Nerfstudio, we may not want to use Viser but some custom tool ...
open
2024-06-25T20:40:08Z
2024-06-27T19:35:48Z
https://github.com/nerfstudio-project/nerfstudio/issues/3259
[]
AruniRC
3
erdewit/ib_insync
asyncio
51
positions of a particular contract?
hello ib.positions() lists all contracts under the account. I was wondering if there is any way to get the position of a particular contract. Thanks.
closed
2018-03-05T08:46:04Z
2018-03-05T09:55:11Z
https://github.com/erdewit/ib_insync/issues/51
[]
dccw
3
tensorpack/tensorpack
tensorflow
631
Debug with tf_debug.LocalCLIDebugWrapperSession
I cloned shufflenet example, my code runs properly without change, but when I add debug according to https://github.com/ppwwyyxx/tensorpack/issues/191, I use the first one, that is ``` SessionCreatorAdapter(NewSessionCreator(), lambda sess: tf_debug.LocalCLIDebugWrapperSession(sess, other_options)) ``` and...
closed
2018-02-06T11:52:34Z
2019-04-15T03:59:22Z
https://github.com/tensorpack/tensorpack/issues/631
[ "unrelated" ]
twangnh
4
huggingface/datasets
deep-learning
7,400
504 Gateway Timeout when uploading large dataset to Hugging Face Hub
### Description I encountered consistent 504 Gateway Timeout errors while attempting to upload a large dataset (approximately 500GB) to the Hugging Face Hub. The upload fails during the process with a Gateway Timeout error. I will continue trying to upload. While it might succeed in future attempts, I wanted to report...
open
2025-02-14T02:18:35Z
2025-02-14T23:48:36Z
https://github.com/huggingface/datasets/issues/7400
[]
hotchpotch
4
deepset-ai/haystack
nlp
8,449
I am using Faiss Document store. When I call get_document_count function along with filters, it is returning zero
closed
2024-10-10T08:23:51Z
2025-02-17T07:34:18Z
https://github.com/deepset-ai/haystack/issues/8449
[ "type:bug", "topic:faiss", "P3", "1.x" ]
Srimathi10
5
bmoscon/cryptofeed
asyncio
618
Phemex balance streams
Phemex have separate WebSocket streams for spot (wo.subscribe) and contract (aop.subscribe) balances. Any ideas on how to use two streams for the BALANCES channel?
open
2021-08-31T15:07:15Z
2021-11-29T21:38:04Z
https://github.com/bmoscon/cryptofeed/issues/618
[ "question", "Feature Request" ]
strombom
1
collerek/ormar
fastapi
1,442
Postgres compatible UUID type
When creating a table using ormar for a PostgreSQL db, the types **UUID** are saved as **bpchar** by PostgreSQL. Concretly, this id here : ``` class BaseFieldsMixin: """Base model with common fields and functionality.""" id: UUID = ormar.UUID(primary_key=True, default=uuid4) created_at: datetime = ormar...
closed
2025-02-23T01:43:33Z
2025-02-23T19:03:35Z
https://github.com/collerek/ormar/issues/1442
[ "enhancement" ]
santangelx
2
pytest-dev/pytest-xdist
pytest
1,005
Running multiple cases through xdist gets stuck around 95% of the time
Hi, Ask for help~ 2024-01-16 17:58:26.653 [gw6] [ 85%] FAILED test/xxxxxx/case 2024-01-16 17:58:27.014 test/xxxxxx/case 2024-01-16 17:59:35.797 [gw5] [ 86%] PASSED test/xxxxxx/case 2024-01-16 17:59:36.126 test/xxxxxx/case 2024-01-16 18:00:28.257 [gw0] [ 88%] FAILED test/xxxxxx/case 2024-01-16 18:00:28.268 test...
open
2024-01-16T12:03:26Z
2024-01-30T19:50:41Z
https://github.com/pytest-dev/pytest-xdist/issues/1005
[]
gova-i267
4
scanapi/scanapi
rest-api
132
ADR 1: Define how to handle different kind of reports and custom templates
## Architecture Decision Review - ADR We need to discuss how we are going to handle different formats of reports (html, markdown and console) and custom templates for each report type. - How can we know if user wants to print the custom template in the terminal or have it in a file. - template and report options...
closed
2020-05-10T00:21:14Z
2020-06-10T13:20:37Z
https://github.com/scanapi/scanapi/issues/132
[ "ADR" ]
camilamaia
5
pyro-ppl/numpyro
numpy
1,640
chain_method=vectorized not working for multiple chains
Hi, I understand that this is still an experimental feature so no urgency here, but: I have code that runs on {parallelized, >1 chains}, {vectorized, 1 chain only}, and breaks for {vectorized, >1 chains} which is exactly the point of this option as I understand it. Desired behavior would be that code working for the...
closed
2023-09-14T19:24:05Z
2023-09-28T17:11:39Z
https://github.com/pyro-ppl/numpyro/issues/1640
[ "question" ]
james-bowden
4
huggingface/datasets
computer-vision
6,567
AttributeError: 'str' object has no attribute 'to'
### Describe the bug ``` -------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [<ipython-input-6-80c6086794e8>](https://localhost:8080/#) in <cell line: 10>() 8 report_to="wandb") 9 ---> 10 trainer =...
closed
2024-01-08T06:40:21Z
2024-01-08T11:56:19Z
https://github.com/huggingface/datasets/issues/6567
[]
andysingal
3
aiortc/aiortc
asyncio
1,256
raspberry pi /dev/video0
I am trying to get this code [https://github.com/aws-samples/python-samples-for-amazon-kinesis-video-streams-with-webrtc/blob/main/source/simple/kvsWebRTCClientMaster.py](https://github.com/aws-samples/python-samples-for-amazon-kinesis-video-streams-with-webrtc/blob/main/source/simple/kvsWebRTCClientMaster.py) to work ...
open
2025-02-20T14:16:11Z
2025-03-02T19:31:59Z
https://github.com/aiortc/aiortc/issues/1256
[]
CrabbyPete
4