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
gradio-app/gradio
data-visualization
10,380
render=True doesn't work in Dataframe if value is HTML code
### Describe the bug I apply gr.Dataframe to read a csv file and show it on web. One of the column's value is the full path name of audio file, I want this column shows as play button, when user click the button, the audio in such position will be played. However, I can only see the html code in such column, and the ...
closed
2025-01-17T08:41:01Z
2025-01-20T07:13:47Z
https://github.com/gradio-app/gradio/issues/10380
[ "bug", "pending clarification" ]
Yb2S3Man
3
laughingman7743/PyAthena
sqlalchemy
218
init cursor from previously run query_id
We have an application where we'd like to restore results from previous Athena queries. If a user has run a query, we store the query id, and we'd like to use pyAthena to open a previously run query. Is there any way this can be acieved from pyAthena, like initializing the cursor with a query_id ?
closed
2021-02-25T08:12:34Z
2022-08-07T12:02:45Z
https://github.com/laughingman7743/PyAthena/issues/218
[]
moshir
7
learning-at-home/hivemind
asyncio
500
Would you consider to add some CV examples with hivemind?[Feature Request]
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] The CV models usually have the batch normalization part, which might cause problems when using hivemind, would you consider apply the framework to the CV mo...
closed
2022-08-02T15:23:43Z
2022-08-08T13:06:17Z
https://github.com/learning-at-home/hivemind/issues/500
[ "enhancement", "help wanted" ]
elricwan
2
sinaptik-ai/pandas-ai
data-science
603
Update the code in documentation Home page
### Rewrite code on homepage for Documentation ```python import pandas as pd from pandasai import PandasAI # Sample DataFrame df = pd.DataFrame({ "country": ["United States", "United Kingdom", "France", "Germany", "Italy", "Spain", "Canada", "Australia", "Japan", "China"], "gdp": [19294482071552, 289...
closed
2023-10-02T14:59:16Z
2024-07-27T21:36:49Z
https://github.com/sinaptik-ai/pandas-ai/issues/603
[]
snapfast
10
koxudaxi/fastapi-code-generator
fastapi
43
[suggestion] Explicitly stating the required python version
I tried to install this library for quite a while, but pip couldn't find an appropriate version which confused me quite a lot. After a while, I realized I had python 3.7 and maybe that was the issue. After seeing the badge with python 3.8, I realized I had to use 3.8 and it worked. However, this requirement is not expl...
closed
2020-11-01T16:11:20Z
2020-11-14T11:04:27Z
https://github.com/koxudaxi/fastapi-code-generator/issues/43
[ "released" ]
Baukebrenninkmeijer
3
Nekmo/amazon-dash
dash
147
Scapy update
### What is the purpose of your *issue*? - [x] Other ### Description Scapy 2.4.3 is available, which solves the installation issues versions 2.4.1/2.4.2 had. Note that Scapy 2.4.0 (which is currently pinned) is vulnerable to https://github.com/secdev/scapy/security/advisories/GHSA-q5wg-mj9r-hp59, and is now ...
closed
2019-11-14T22:26:41Z
2020-04-11T14:11:56Z
https://github.com/Nekmo/amazon-dash/issues/147
[ "enhancement" ]
gpotter2
1
ultralytics/ultralytics
computer-vision
19,824
WeightsUnpickler error
Hello; I am working on a project and using the Yolov8.yaml file to train the module from scratch, everything okay however I have faced this problem, and I am stuck here I have used this repo before, and there were no problems or errors, but when I want to return to the project, I have faced this issue. and this is the...
open
2025-03-22T13:36:31Z
2025-03-23T00:22:18Z
https://github.com/ultralytics/ultralytics/issues/19824
[ "detect" ]
Salmankm93
2
ionelmc/pytest-benchmark
pytest
235
Tracking success rate of benchmarked functions
I have a use case for tracking the performance and success rate of non-deterministic functions. The following function serves to outline the scenario: ``` def foo(): time.sleep(base_time + abs(random.gauss(0, 0.01))) if random.random() < error_rate: raise RuntimeError ``` I have played aroun...
open
2023-03-02T22:41:27Z
2023-05-25T12:38:00Z
https://github.com/ionelmc/pytest-benchmark/issues/235
[]
amoskopp
1
graphdeco-inria/gaussian-splatting
computer-vision
761
Training with mask
I would like to know if it is possible to train with the mask of the target object. I just want to get the gs model of the target object. ex: ![image](https://github.com/graphdeco-inria/gaussian-splatting/assets/145477948/21e6dfde-070e-4891-a293-137f16a504da)
closed
2024-04-17T10:59:38Z
2024-04-20T19:16:48Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/761
[]
nuko7055
1
psf/requests
python
6,906
Improve "import requests" time by delaying ssl context preload
Requests is not accepting feature requests at this time. In requests/adapters.py there is initialization for _preloaded_ssl_context in global scope. In corporate environment this operation consumes significant portion of the "import requests" time. Wrapping this initialization into a function that is called where thi...
closed
2025-02-23T18:11:10Z
2025-02-23T18:11:20Z
https://github.com/psf/requests/issues/6906
[ "Feature Request", "actions/autoclose-feat" ]
gregory-shklover
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,485
Add support for Debian Bookworm (12)
### Proposal This ticket is to track the work related to extend support to [Debian Bookworm (12)](https://www.debian.org/News/2023/20230610) released in date June 10th, 2023
closed
2023-06-13T20:26:55Z
2023-11-05T10:26:34Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3485
[ "C: Packaging" ]
evilaliv3
0
biolab/orange3
numpy
6,825
Help not working on windows
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
closed
2024-06-10T08:50:44Z
2024-11-23T08:47:25Z
https://github.com/biolab/orange3/issues/6825
[ "bug report" ]
simonaubertbd
1
2noise/ChatTTS
python
818
the file is to long
do you find : the first text I just input ten words, the second text I write 40 words, but the output wav file size is the same , the second wav file have some blank , so do you know how to trim the blank?
closed
2024-11-09T14:51:48Z
2024-11-10T03:26:48Z
https://github.com/2noise/ChatTTS/issues/818
[]
wuabc0954
1
ydataai/ydata-profiling
data-science
792
GPU Support
**It would be great if pandas-profiling can run on GPU** <!-- Is your feature request related to a problem? Give a clear and concise description of what the problem is. Example: I'm always frustrated when [...] --> **Proposed feature** <!-- Describe the solution you'd like A clear and concise descrip...
open
2021-05-18T13:05:21Z
2021-05-18T14:08:09Z
https://github.com/ydataai/ydata-profiling/issues/792
[ "feature request 💬", "help wanted 🙋" ]
salmanea
1
dask/dask
pandas
11,252
Local memory explodes on isin()
When doing a Series.isin() with PyArrow strings, local memory just explodes. It just works (with version 2023.9.1) when it is of type "object". A workaround is to disable the string conversion (`dask.config.set({"dataframe.convert-string": False})`), but not ideal. Any ideas why this happens now? **Minimal Complete...
open
2024-07-25T11:38:17Z
2024-07-25T12:37:42Z
https://github.com/dask/dask/issues/11252
[ "dataframe", "upstream" ]
manschoe
1
flairNLP/flair
pytorch
2,706
corpus.make_tag_dictionary(tag_type=tag_type) NOT working when trying to train custom Dataset
**Describe the bug** my code was working fine before but now when i try ti execute the command corpus.make_tag_dictionary(tag_type=tag_type) i got an error says : 1522 for sentence in _iter_dataset(self.get_all_sentences()): 1523 for token in sentence.tokens: -> 1524 tag_dict...
closed
2022-04-06T12:05:48Z
2022-09-09T02:02:27Z
https://github.com/flairNLP/flair/issues/2706
[ "bug", "wontfix" ]
hmiche
2
airtai/faststream
asyncio
1,363
Bug: AsyncConfluentProducer / AsyncConfluentConsumer are not that async
Both classes from `faststream.confluent.client` call blocking code in their constructors, `self.producer.list_topics()` and `create_topics(topics=self.topics, config=self.config)` respectively. When Kafka cluster is not reachable (DNS issues, firewall, ...), FastAPI application does not reach started state (uvicorn doe...
closed
2024-04-11T17:09:56Z
2024-06-26T07:03:18Z
https://github.com/airtai/faststream/issues/1363
[ "bug", "Confluent" ]
lecko-cngroup
1
huggingface/datasets
numpy
6,908
Fail to load "stas/c4-en-10k" dataset since 2.16 version
### Describe the bug When update datasets library to version 2.16+ ( I test it on 2.16, 2.19.0 and 2.19.1), using the following code to load stas/c4-en-10k dataset ```python from datasets import load_dataset, Dataset dataset = load_dataset('stas/c4-en-10k') ``` and then it raise UnicodeDecodeError like ...
closed
2024-05-20T02:43:59Z
2024-05-24T10:58:09Z
https://github.com/huggingface/datasets/issues/6908
[]
guch8017
2
pydata/bottleneck
numpy
60
ZeroDivisionError of bn.nanstd with arrays of size 1 and ddof=1
In [310]: bn.nanstd(np.array([1.]), ddof=1) ZeroDivisionError Traceback (most recent call last) <ipython-input-310-96d0501de6e0> in <module>() ----> 1 bn.nanstd(np.array([1.]), ddof=1) /usr/local/lib/python2.7/dist-packages/Bottleneck-0.6.0-py2.7-linux-i686.egg/bottleneck/func.so in func.nanstd...
closed
2013-03-04T12:25:37Z
2013-03-06T16:53:32Z
https://github.com/pydata/bottleneck/issues/60
[]
ml31415
10
babysor/MockingBird
deep-learning
135
请问如何对多个数据集进行合并,并进行训练以降低Loss?
请问如何对多个数据集进行合并,并进行训练以降低Loss? 我已经下载了三个数据集 <datasets_root> ├──aidatatang_200zh │ ├──corpus │ │ ├──dev │ │ ├──test │ │ └──train │ └──transcript ├──data_aishell3 │ ├──test │ │ └──wav │ └──train │ └──wav ├──MAGICDATA │ └──train │ ├──14_3466 │ ├──14_3664 │ ........ │ └──5_970...
open
2021-10-11T00:20:49Z
2022-03-02T13:40:47Z
https://github.com/babysor/MockingBird/issues/135
[]
twilightsg
3
graphql-python/graphene-sqlalchemy
graphql
110
How to filter the child of the main query?
I'm a relative newcomer to Graphene, I'm trying to make a query like this Query example ``` { user(username: "Jon") { name last_lame username posts(in_draft : true) { title text in_draft update_at } } } ``` Filter the posts that are in ...
closed
2018-01-31T19:36:52Z
2023-02-24T14:55:59Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/110
[]
afr-dt
8
reloadware/reloadium
pandas
99
Reloadium crashes with SIGSEGV signal
## Describe the bug* When updating a previous function in the stack, reloadium crashes with SIGSEGV signal. ## To Reproduce Run [this script](https://github.com/ChillarAnand/avilpage.com/blob/master/scripts/dynamic.py) in debug mode. After the breakpoint is hit, try to change the array values. ## Expected be...
closed
2023-02-06T08:03:09Z
2023-02-06T11:57:38Z
https://github.com/reloadware/reloadium/issues/99
[]
ChillarAnand
3
python-restx/flask-restx
api
1
Rename flask-restplus -> flask-restx
All occurrences of Flask-RESTPlus, flask-restplus e.t.c. should be replaced with Flaks-RESTX, flask-restx e.t.c. In addition, the Flask-RESTPlus logo should also be removed until a Flask-RESTX logo is created.
closed
2020-01-09T13:47:02Z
2020-01-15T19:09:12Z
https://github.com/python-restx/flask-restx/issues/1
[]
SteadBytes
3
Avaiga/taipy
automation
2,245
Support for Dash interactive plots
### Description Taipy supports Plotly already. however the charts are static. it would be great to support Dash objects, so that the charts can be interactive ### Solution Proposed it would be great to support Dash objects, so that the charts can be interactive ### Acceptance Criteria - [ ] If applicable, a new...
closed
2024-11-14T00:26:42Z
2025-01-06T09:11:09Z
https://github.com/Avaiga/taipy/issues/2245
[ "🖰 GUI", "✨New feature", "💬 Discussion" ]
mjpan
14
gradio-app/gradio
deep-learning
10,034
Support examples for gr.Gallery
### Describe the bug Hi Gradio Development Team, I suspect there may be an issue with the `Examples` mechanism when using the `gr.Gallery` component. The same `Examples` implementation works perfectly with the `gr.Image` component. Here's a detailed explanation of the issue: Recently, I updated my Gradio app...
open
2024-11-25T08:33:59Z
2024-12-01T06:03:16Z
https://github.com/gradio-app/gradio/issues/10034
[ "bug", "enhancement" ]
avan06
2
graphql-python/graphql-core
graphql
228
Version 0.3.0 fails to install on python 3.12.3/ubuntu 24.04 with latest pip
``` WARNING: Ignoring version 0.3.0 of graphql-ws since it has invalid metadata: Requested graphql-ws<=0.3.0 from https://files.pythonhosted.org/packages/4b/32/85a8c99131149b1657347baca5528867046453272296452513da5d9d21ef/graphql_ws-0.3.0-py2.py3-none-any.whl (from ax) has invalid metadata: Expected matching RIGHT_PAR...
open
2024-09-26T22:26:49Z
2024-09-27T22:13:11Z
https://github.com/graphql-python/graphql-core/issues/228
[]
NormanTUD
1
lux-org/lux
jupyter
330
[BUG]
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Please describe the steps needed to reproduce the behavior. For example: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happe...
closed
2021-03-27T07:47:09Z
2021-03-27T15:42:05Z
https://github.com/lux-org/lux/issues/330
[]
ghost
0
Farama-Foundation/Gymnasium
api
1,032
[Proposal] Space.seed should be reproducible for Space.seed
### Proposal `Space.seed` will return a list of seeds, i.e., `Discrete(3).seed(None) -> [1234]` However, we can't do `Discrete(3).seed([1234])` to generate the same RNG My proposal is the work code should work for all gymnasium spaces ```python seeding_values = space.seed(None) samples = [space.sample() for ...
closed
2024-04-18T16:15:25Z
2024-05-21T07:53:34Z
https://github.com/Farama-Foundation/Gymnasium/issues/1032
[ "enhancement" ]
pseudo-rnd-thoughts
2
abhiTronix/vidgear
dash
299
[Question]: urllib3 Error
When everything was fine and working healthy, I just took a tea break and when I returned, I started getting this error. I reinstalled python and even recompiled opencv but still the same error, I'm going crazy please help. OS: Windows 10 Python: 3.8.3 File "C:\Program Files\Python38\lib\site-packages\vidgear\ge...
closed
2022-03-14T15:12:28Z
2022-04-01T11:51:14Z
https://github.com/abhiTronix/vidgear/issues/299
[ "QUESTION :question:", "SOLVED :checkered_flag:" ]
sweetngx
3
zihangdai/xlnet
tensorflow
222
Is xlnet indeed context aware?
Hi All I've been playing with Spacy and BERT and I'm trying to see how the embedding of each word varies across different context. For example, for the following three sentences: nlp = spacy.load("en_pytt_bertbaseuncased_lg") apple1 = nlp("Apple shares rose on the news.") apple2 = nlp("Apple sold fewer iPh...
open
2019-08-28T23:33:06Z
2020-08-01T16:03:15Z
https://github.com/zihangdai/xlnet/issues/222
[]
studiocardo
5
LAION-AI/Open-Assistant
python
2,718
instructions not correct and missing e2e stack setup
Hi, when starting with profile `inference` as in the docs there is no service described to connect to for prompting (`text-client` does not exist). I also could not find instructions to start the entire stack including the frontend.
closed
2023-04-18T13:27:09Z
2023-04-20T10:53:36Z
https://github.com/LAION-AI/Open-Assistant/issues/2718
[]
Morriz
1
BlinkDL/RWKV-LM
pytorch
71
建议:用大脑分区的概念
建议:用大脑分区的概念 你好,开发者,若能将神经网络像人脑使用区块链设计能行吗? 注:我不懂编程,但如果能为你带来新的思路,那就再好不过了。 将参数分区,例如:1:0语言、1图像、2短期记忆、3音频
closed
2023-04-05T09:04:50Z
2023-04-06T16:15:39Z
https://github.com/BlinkDL/RWKV-LM/issues/71
[]
win10ogod
1
microsoft/nni
tensorflow
4,869
Are there any tutorials to build NNI on existing frameworks (e.g., mmdetection/detectron2)
closed
2022-05-18T10:41:13Z
2022-08-01T02:40:11Z
https://github.com/microsoft/nni/issues/4869
[ "question", "documentation" ]
liming-ai
5
httpie/cli
rest-api
1,463
cookie is not being set
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps see httpie debug output below from WSL. also repro'd on Ubuntu 22.10 ## Current result `sid` cookie is not being set ## Expected result `sid` cookie shou...
open
2022-12-30T14:59:05Z
2022-12-31T00:23:28Z
https://github.com/httpie/cli/issues/1463
[ "bug", "new" ]
gabrielsroka
0
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
126
Merging values into existing object from database
I could not find any documentation around merging incoming json fields with attributes already present in the database object in memory. I came up with the following code to achieve that. Wondering if there is an easier way to do this: ```python from sqlalchemy.orm.attributes import set_attribute, flag_modified ...
closed
2018-03-08T20:38:38Z
2018-12-04T18:05:56Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/126
[]
tispratik
7
python-gitlab/python-gitlab
api
2,349
`project-merge-request cancel-merge-when-pipeline-succeeds` fails with `gitlab.exceptions.GitlabMROnBuildSuccessError: 404: 404 Not Found`
## Description of the problem, including code/CLI snippet When a pipeline is marked a merge on successful pipeline it seems this cannot be cancelled as the request is failing with a 404. Running python-gitlab with `-d` shows that's it's doing a `PUT`: ``` DEBUG:urllib3.connectionpool:https://gitlab.<redacted>:443...
closed
2022-10-30T04:10:12Z
2023-11-06T01:16:59Z
https://github.com/python-gitlab/python-gitlab/issues/2349
[]
TheDJVG
2
babysor/MockingBird
pytorch
733
1 validation error for ParsingModel[Input] root -> 语音解码模型 none is not an allowed value (type=type_error.none.not_allowed)
**Summary[web上面AI拟音提示这个报错1 validation error for ParsingModel[Input] root -> 语音解码模型 none is not an allowed value (type=type_error.none.not_allowed))]** A clear and concise description of what the issue is. **Env & To Reproduce[复现与环境]** python3.9 Windows Server 2019 **Screenshots[截图(如有)]** If applicable, add sc...
open
2022-09-05T06:11:16Z
2022-09-05T06:11:16Z
https://github.com/babysor/MockingBird/issues/733
[]
2563411574
0
comfyanonymous/ComfyUI
pytorch
6,920
ERROR lora diffusion_model.input_blocks.4.1.transformer_blocks.0.attn2.to_k.weight shape '[640, 2048]' is invalid for input of size 491520
### Your question ERROR lora diffusion_model.input_blocks.4.1.transformer_blocks.0.attn2.to_k.weight shape '[640, 2048]' is invalid for input of size 491520 ### Logs ```powershell ``` ### Other _No response_
open
2025-02-22T10:58:21Z
2025-03-24T11:30:31Z
https://github.com/comfyanonymous/ComfyUI/issues/6920
[ "User Support", "Stale" ]
lvhao007
1
slackapi/bolt-python
fastapi
643
403 response (Received an unexpected response for handshake) when running socket handler in AWS ECS inside VPC
When I try to run my slack bot in AWS ECS, inside a VPC, I get a 403 error on attempting to start the handler. I am running the exact same code locally where it works fine. I have double checked that my local and AWS instances of my bot are using identical tokens. ### Reproducible in: #### The `slack_bolt` versio...
closed
2022-05-10T12:27:54Z
2022-08-08T00:10:59Z
https://github.com/slackapi/bolt-python/issues/643
[ "question", "need info", "auto-triage-stale" ]
chris104957
9
pytorch/pytorch
numpy
148,938
[triton 3.3] `AOTInductorTestABICompatibleGpu.test_triton_kernel_tma_descriptor_1d_dynamic_False_cuda`
### 🐛 Describe the bug 1. Update triton to `release/3.3.x` https://github.com/triton-lang/triton/tree/release/3.3.x 2. run `python test/inductor/test_aot_inductor.py -vvv -k test_triton_kernel_tma_descriptor_1d_dynamic_False_cuda` Possibly an easier repro is ``` TORCHINDUCTOR_CPP_WRAPPER=1 python test/inductor/test_...
open
2025-03-11T02:00:45Z
2025-03-13T16:58:07Z
https://github.com/pytorch/pytorch/issues/148938
[ "oncall: pt2", "module: inductor", "upstream triton", "oncall: export", "module: aotinductor", "module: user triton" ]
davidberard98
1
benbusby/whoogle-search
flask
1,206
[BUG] Getting Sponsored results (french language)
**Describe the bug** Same issue as https://github.com/benbusby/whoogle-search/issues/1172, I have sponsored links showing in results. I guess there is no filtering for french sponsored links ("Sponsorisé" in french). **To Reproduce** Steps to reproduce the behavior: 1. Search anything 2. An ad could appear, alwa...
closed
2024-12-18T16:20:19Z
2025-01-17T00:31:51Z
https://github.com/benbusby/whoogle-search/issues/1206
[ "bug" ]
Althior
1
gunthercox/ChatterBot
machine-learning
2,221
prevent chatbot from learning curse words & replying with them
is it possible to prevent a bot from either learning fowl language or avoid learning it entirely? i let other people test my chatbot and they immediately taught it how to swear
open
2021-12-06T00:46:59Z
2022-01-06T12:20:26Z
https://github.com/gunthercox/ChatterBot/issues/2221
[]
ilikeapple10
2
thtrieu/darkflow
tensorflow
695
How to modify cfg/v1/yolo-full.cfg to run with different number of classes
for tiny-yolo it's clearly explained that in the cfg file we need to modify "filters" and "classes". What should be modified in .cfg file (except obviously "classes") to run full yolo with desired number of classes?
open
2018-04-03T21:32:15Z
2018-05-24T23:21:13Z
https://github.com/thtrieu/darkflow/issues/695
[]
ssusie
1
axnsan12/drf-yasg
django
605
support coreapi.autoschema
Hi, I just swithced to yasg, and I noticed my manual parameters are ignored in the resulting swagger page. I user coreapi.AutoSchema.get_manual_fields to add these. The definitions of the parameters are in the ApiView. How do I get DRF-YASG to include these ? ``` class Django_API_Call(APIView): manual_fields =...
closed
2020-06-17T08:55:49Z
2020-10-25T23:34:06Z
https://github.com/axnsan12/drf-yasg/issues/605
[]
JorisBenschop
1
deepset-ai/haystack
nlp
8,991
Drop greater than or equal to python 3.9 checks in type serialization
As a follow up to https://github.com/deepset-ai/haystack/issues/8971 and https://github.com/deepset-ai/haystack/issues/8894 we should drop the python 3.8 specific behavior used here https://github.com/deepset-ai/haystack/blob/c4fafd9b04a6d0988a23ecda626c2473891ef7e5/haystack/utils/type_serialization.py#L125 This will ...
open
2025-03-06T12:22:25Z
2025-03-14T14:31:17Z
https://github.com/deepset-ai/haystack/issues/8991
[ "P3" ]
sjrl
0
yinkaisheng/Python-UIAutomation-for-Windows
automation
245
Win 11 x64 系统无法获取元素
open
2023-04-02T10:11:26Z
2024-06-04T11:54:31Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/245
[]
qiwei123
3
ansible/awx
django
15,867
NFS daemon is not coming up after glibc upgrade to 2.40
I have a query regarding the compatibility between nfsd and glibc. In our system, we've upgraded glibc to version 2.40 and are using NFS version 2.1.1 with NFSv3. Previously, with glibc 2.23, everything was working fine, and we weren’t using libtirpc. However, after the glibc upgrade, libtirpc was included and enabled ...
closed
2025-03-03T11:33:11Z
2025-03-12T15:31:23Z
https://github.com/ansible/awx/issues/15867
[ "needs_triage", "community" ]
melsamathew
3
home-assistant/core
asyncio
140,609
SwitchBot Meter Pro (CO2 Monitor) Unvailable After Update
### The problem After updating Switchbot to V1.6, I no longer receive any data in homeassistant. ### What version of Home Assistant Core has the issue? core-2025.3.1 ### What was the last working version of Home Assistant Core? core-2025.3.1 ### What type of installation are you running? Home Assistant OS ### I...
closed
2025-03-14T17:02:59Z
2025-03-14T17:51:48Z
https://github.com/home-assistant/core/issues/140609
[ "integration: switchbot" ]
hans-sein
1
vitalik/django-ninja
django
767
[BUG] Union does not work properly
Here is my code required for minimal setup for the app: models.py ```py from django.db import models from polymorphic.models import PolymorphicModel class Page(models.Model): name = models.CharField(max_length=50, unique=True) class Section(PolymorphicModel): page = models.ForeignKey(Page, o...
closed
2023-05-26T21:52:14Z
2024-03-18T09:28:49Z
https://github.com/vitalik/django-ninja/issues/767
[]
an0o0nym
4
lexiforest/curl_cffi
web-scraping
157
tcp/ip request
hello. I'm facing a problem. I work with a proxy that has a limit on the number of tcp/ip connections. I use Connection : close headers and also close the session.close(), but it still doesn't help, connections still remain in tcpview Time Wait. If someone has encountered this-I will be glad of your help, thank you!
closed
2023-11-16T22:14:31Z
2023-11-20T06:14:44Z
https://github.com/lexiforest/curl_cffi/issues/157
[]
havenotdrugs
1
MolSSI/cookiecutter-cms
pytest
135
GitHub actions to work with sphinx docs and conda packages
Hi! Our lab is recently working with your cookie-cutter to begin every new project. Thanks for the initiative and the work to keep it operative and well documented. We'd like to suggest the inclusion of two GitHub actions that might be useful for most of the users. We missed the automatization of the two following w...
open
2021-07-23T15:51:09Z
2021-07-30T16:21:05Z
https://github.com/MolSSI/cookiecutter-cms/issues/135
[]
dprada
4
ultralytics/yolov5
deep-learning
12,446
yolov5-v7.0 training custom data encounter cpu problem
### 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 when I started training with custom data with following command `python train.py ...
closed
2023-11-30T01:52:23Z
2024-10-20T19:32:52Z
https://github.com/ultralytics/yolov5/issues/12446
[ "question" ]
jiaminglei-lei
4
Nike-Inc/koheesio
pydantic
43
[FEATURE] Add missing merge clause types in DeltaTableWriter
## Is your feature request related to a problem? Please describe. **DeltaTableWriter** provides the option to configure the writer in **MERGE** mode using the **output_mode_params** field by providing in it a list of merge clauses in the **merge_builder** key. This is especially useful in case the Delta table or the D...
closed
2024-06-07T15:21:56Z
2024-06-10T14:26:27Z
https://github.com/Nike-Inc/koheesio/issues/43
[ "enhancement" ]
riccamini
0
holoviz/panel
matplotlib
7,407
Cannot upload accepted_filetypes pdf
I'm on panel 1.5.2 using the FileDropper and try to make a working example for https://discourse.holoviz.org/t/problem-with-accessing-pdf-file-s-input-in-panel/8339. ![image](https://github.com/user-attachments/assets/72998338-44de-4191-bf7f-858a9d09b5d0) ```python import io import panel as pn import base64 f...
closed
2024-10-16T09:13:19Z
2024-12-23T07:58:59Z
https://github.com/holoviz/panel/issues/7407
[ "duplicate" ]
MarcSkovMadsen
3
pytorch/vision
machine-learning
8,916
[free threading] Support for free threading Python in torchvision
The nightly builds for Python 3.13t are now enabled in Linux, Linux aarch64, MacOS and Windows: https://hud.pytorch.org/hud/pytorch/vision/nightly/1?per_page=50&name_filter=3_13t We would like to: 1. audit trochvision code for thread safety 2. perform parallel testing and identify failures 3. Work on fixing these fai...
open
2025-02-18T14:43:35Z
2025-02-18T14:46:41Z
https://github.com/pytorch/vision/issues/8916
[]
atalman
0
nicodv/kmodes
scikit-learn
159
How to properly match new data to existing centroids?
Hey After a successful fit/predict I get a list of centroids using kprototype.cluster_centroids_ that looks like this (one cluster only): `array(['-0.3', '1.4', '0.1', '-0.7', '1.4', '2.1', '0.4', '0.3', '2016-06-04', 'Berlin', 'XYZ', 'ABC'], dtype='<U32')` The init-property of KPrototypes expects numerical an...
closed
2021-06-29T07:12:25Z
2021-06-29T12:53:35Z
https://github.com/nicodv/kmodes/issues/159
[]
nickyreinert
1
pyro-ppl/numpyro
numpy
1,865
Refactor argument validation?
What are your thoughts on refactoring the argument validation code below into a separate method `validate_args()` (or another name) so it can be invoked on an existing instance? The motivation is that I often have jitted functions that return distribution instances which I would like to validate. https://github.com/...
closed
2024-09-23T00:24:01Z
2024-09-24T21:38:01Z
https://github.com/pyro-ppl/numpyro/issues/1865
[ "enhancement" ]
tillahoffmann
1
mckinsey/vizro
data-visualization
713
[Docs] Remove redundant provision of `id` in docs examples
We still have some examples where an `id` is provided to a component even though it is not required. 1. Look through the code examples in our docs e.g. `vizro-core/docs` and `vizro-ai/docs` 2. Remove the `id` from `vm.Graph`, `vm.Table`, `vm.AgGrid` or `vm.Card` if **it is not required** #### When is it not requ...
closed
2024-09-17T13:10:10Z
2024-11-25T14:37:34Z
https://github.com/mckinsey/vizro/issues/713
[ "Docs :spiral_notepad:", "Good first issue :baby_chick:", "hacktoberfest" ]
huong-li-nguyen
3
Esri/arcgis-python-api
jupyter
1,613
OSError: [Errno 22] Invalid argument when I created a new map widgets or WebMap. Any solutions to solve this?
**Describe the bug** I tried to run with both on Spyder and Jupyter Notebook through Anaconda with Python 3.9.17 and ArcGIS API package installed. Every time i executed gis.map() or WebMap() the error will pop up. **To Reproduce** Steps to reproduce the behavior: ```python from arcgis.gis import GIS map1 = gis....
closed
2023-07-27T07:44:14Z
2023-07-30T18:17:04Z
https://github.com/Esri/arcgis-python-api/issues/1613
[ "bug" ]
locnguyenle123
5
kennethreitz/responder
graphql
119
Specify version of marshmallow
According to marshmallow's [chanegelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst#300b7-2018-02-03) method `dump` of schema returns data only for versions >= `3.0.0b7`, for older versions `dumps` returns [MarshalResult](https://github.com/marshmallow-code/marshmallow/blob/3.0.0b6/marshmallo...
closed
2018-10-22T16:42:14Z
2018-10-22T21:06:50Z
https://github.com/kennethreitz/responder/issues/119
[]
Pentusha
0
huggingface/diffusers
pytorch
10,553
All training scripts might be wrong when using gradients accumulation!
Here is a simple case: ``` loss = loss.mean() accelerator.backward(loss) if accelerator.sync_gradients: params_to_clip = flux_transformer.parameters() accelerator.clip_grad_norm_(params_to_clip, args.max_grad_norm) optimizer.step() lr_scheduler.step() optimizer.zero_grad() ``` should be u...
closed
2025-01-13T06:50:13Z
2025-01-15T01:52:43Z
https://github.com/huggingface/diffusers/issues/10553
[]
chenbinghui1
7
facebookresearch/fairseq
pytorch
5,591
question
> tamam orjinal comsensetive agresifasttoessto _Originally posted by @contens3 in [d871f61](https://github.com/facebookresearch/fairseq/commit/d871f6169f8185837d1c11fb28da56abfd83841c#r151588777)_
open
2025-01-21T16:54:33Z
2025-01-21T16:54:33Z
https://github.com/facebookresearch/fairseq/issues/5591
[]
contens3
0
pallets-eco/flask-sqlalchemy
flask
450
flask-sqlalchemy ignores the setting "app.json_encoder"
When I provide a customized json encoder, this will be ignored by flask_sqlalchemy. Let's say I have: ``` from flask import Flask app = Flask(__name__) app.json_encoder = MyCustomJSONEncoder ``` Then this encoder should be used when creating the engine, like this: ``` sqlalchemy.create_engine( ..., ...
closed
2016-12-05T16:45:31Z
2020-12-05T19:58:29Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/450
[ "config" ]
TimoStolz
2
charlesq34/pointnet
tensorflow
194
SUNRGBD prediction dump
Hi, thanks a lot for providing the code. Is there any chance to get the pickled predictions for the SunRGBD dataset used in the paper? Thanks
closed
2019-08-27T15:14:55Z
2019-08-27T15:45:48Z
https://github.com/charlesq34/pointnet/issues/194
[]
kilianyp
0
pyg-team/pytorch_geometric
deep-learning
9,384
Add docs for environment setup on XPU device
### 📚 Describe the documentation issue Currently the environment setting for XPU device is very concise, I only found two of them: - One in benchmark folder, see [here](https://github.com/pyg-team/pytorch_geometric/tree/master/benchmark/multi_gpu/training#environment-setup), see screenshot below. ![image](https...
closed
2024-06-03T15:15:06Z
2024-06-14T08:18:27Z
https://github.com/pyg-team/pytorch_geometric/issues/9384
[ "documentation" ]
zhouyu5
3
pennersr/django-allauth
django
3,831
ratelimit traceback with `secure_admin_login()`
We upgraded to 0.63.1 and added `secure_admin_login()` per the [doc](https://docs.allauth.org/en/latest/common/admin.html) but `runserver` gives us a traceback. I've recreated with the regular-django example in this project's source. Here's the patch I applied (following the docs) to recreate the issue: ```$ git d...
closed
2024-05-20T13:53:16Z
2024-05-20T14:30:13Z
https://github.com/pennersr/django-allauth/issues/3831
[]
rcj4747
2
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,547
I tried to input 1224*370 images for training
Thank you for your dedication to this project. I am attempting to directly input 1224*370 images for training and set ` '--preprocess', type=str, default='none', `however, I have found that my GPU with 12G of memory is not sufficient to meet the training requirements. Is there any other way for me to succeed?
open
2023-03-03T13:04:45Z
2023-03-03T13:04:45Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1547
[]
a-free-a
0
GibbsConsulting/django-plotly-dash
plotly
126
'loading' page display when rendering template plotly_dash add embedded in.
FYI verisons are dash 0.36.0 dash-core-components 0.43.0 dash-html-components 0.13.5 django-plotly-dash 0.9.8 Installation of django-plotly-dash is ok; But when rendering the template, always stopped at loading dash app. template file: ......{%load plotly_dash%} {% plotly_app name = “SimpleExample”%}...
closed
2019-03-10T05:18:22Z
2019-04-16T07:41:56Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/126
[]
fengjunCN
5
KaiyangZhou/deep-person-reid
computer-vision
273
Can I train on my own data?
I am a fresh for Reid. I just find that several projects use DUKE,MARKET,,,,. I can create a data which contain some other images ? Thanks in advance
closed
2019-12-09T06:48:47Z
2020-05-18T10:09:53Z
https://github.com/KaiyangZhou/deep-person-reid/issues/273
[]
lingbo666
1
python-visualization/folium
data-visualization
1,422
CustomIcons using TimestampedGeoJson
**Describe the bug** I'm using folium maps with TimestampedGeoJson plugin and just realize that custom icons is not working on it ? **To Reproduce** Use TimestampedGeoJson example trying to use Custom Icons for markers. **Expected behavior** Plot CustomIcons over maps using TimestampedGeoJson :). **Environ...
closed
2020-11-27T11:00:45Z
2023-11-30T16:24:47Z
https://github.com/python-visualization/folium/issues/1422
[]
carluqcor
6
plotly/dash-core-components
dash
362
Input n_blur lose focus get the initial values back in the component.
Source of the input percy diffs I have been trying to debug for the last week. The component lose focus after text assert and the initial value gets prepended somehow to the value. https://percy.io/plotly/dash/builds/1118236
closed
2018-11-02T18:48:51Z
2018-12-04T20:15:40Z
https://github.com/plotly/dash-core-components/issues/362
[ "dash-type-bug" ]
T4rk1n
1
huggingface/datasets
tensorflow
7,107
load_dataset broken in 2.21.0
### Describe the bug `eval_set = datasets.load_dataset("tatsu-lab/alpaca_eval", "alpaca_eval_gpt4_baseline", trust_remote_code=True)` used to work till 2.20.0 but doesn't work in 2.21.0 In 2.20.0: ![Screenshot 2024-08-16 at 3 57 10 PM](https://github.com/user-attachments/assets/0516489b-8187-486d-bee8-88af3381de...
closed
2024-08-16T14:59:51Z
2024-08-18T09:28:43Z
https://github.com/huggingface/datasets/issues/7107
[]
anjor
4
graphistry/pygraphistry
pandas
370
[BUG] Personal org should not propagate to uploads
When `register(api=3, username=..., password=...)`, with no `org_name`, the client<>server action gets confused on legacy pre-org servers * [x] the client should NOT send org_name to the server, e.g., it should NOT send `org_name: None` or `org_name: <personalorg>` <-- this seems to currently be confusing existing c...
open
2022-07-07T00:20:47Z
2022-07-15T15:16:35Z
https://github.com/graphistry/pygraphistry/issues/370
[ "bug" ]
lmeyerov
1
ClimbsRocks/auto_ml
scikit-learn
310
let the user pass in their own model training code?
we expect it to take in a scipy sparse matrix, and return a trained model. that trained model must then have a .predict (and ideally .predict_proba if a classifier) that takes in a scipy sparse matrix, and returns a list of predictions (one per prediction row). this lets the user get crazy, and implement any al...
open
2017-08-02T01:59:52Z
2017-08-02T01:59:52Z
https://github.com/ClimbsRocks/auto_ml/issues/310
[]
ClimbsRocks
0
dpgaspar/Flask-AppBuilder
rest-api
2,304
Issue while enabling okta on Airflow 2.10.4
Hi Airflow community, I was trying to enable okta for the first time in our airflow application but facing challenges. Can someone please help us validate our configs and let us know if we are missing something on our end? ``` Airflow version: 2.10.4 running on python3.9 oauthlib 2.1.0 authlib-1.4.1 flask-oauthlib-0.9...
open
2025-01-29T20:57:23Z
2025-01-29T20:57:23Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/2304
[]
sumanth567
0
autogluon/autogluon
computer-vision
4,795
Low GPU utilization with TabPFNMix model when using presets
I'm using the TabPFNMix model with AutoGluon and noticed a significant difference in GPU utilization depending on whether presets are used in the fit() function. **Steps to Reproduce:** Define the hyperparameters for TabPFNMix: ```python tabpfnmix_default = { "model_path_classifier": "autogluon/tabpfn-mix-1....
open
2025-01-14T16:15:03Z
2025-02-23T14:16:48Z
https://github.com/autogluon/autogluon/issues/4795
[ "bug", "module: tabular" ]
Killer3048
4
piskvorky/gensim
machine-learning
3,360
KeyedVectors.load_word2vec_format() can't load GoogleNews-vectors-negative300.bin
#### Problem description KeyedVectors.load_word2vec_format() can't load GoogleNews-vectors-negative300.bin, This is the my code. ``` from gensim.models.keyedvectors import KeyedVectors gensim_model = KeyedVectors.load_word2vec_format( './GoogleNews-vectors-negative300.bin', binary=True, limit=300000) ```...
closed
2022-07-01T12:54:46Z
2022-07-02T06:30:12Z
https://github.com/piskvorky/gensim/issues/3360
[]
xwz-19990627
2
Farama-Foundation/Gymnasium
api
936
[Question] Are results on mujoco games v3 and v4 comparable
### Question Hi! I want to compare results generated on mujoco games (v4) to those generated on v3 games. Is there any change in v4 that modifies the underlying environment dynamics?
closed
2024-02-24T02:07:21Z
2024-03-04T10:45:54Z
https://github.com/Farama-Foundation/Gymnasium/issues/936
[ "question" ]
yiwan-rl
1
JoeanAmier/TikTokDownloader
api
97
能否单独保存文案?即desc;能否只采集音频
我看到可以在文件名中使用desc字段来存储文案,即视频描述,但是有些文案特别长,或者有需求需要采集文案,所以能否添加一个功能,采集视频的同时把文案单独保存到txt文本中; 还有一些视频,只想采集音频,能否单独采集音频,不要视频
open
2023-12-14T19:10:24Z
2023-12-15T10:16:17Z
https://github.com/JoeanAmier/TikTokDownloader/issues/97
[]
HiColinn
1
Kav-K/GPTDiscord
asyncio
315
Allow the conversation_starter to be disabled
**Is your feature request related to a problem? Please describe.** In its current implementation the conversation_starter_pretext and conversation_starter_pretext_minimal are always invoked when interacting with the bot. This leads to an issue with large opener prompts hitting the max_conversation_length and not being...
closed
2023-05-10T05:33:46Z
2023-10-21T05:47:55Z
https://github.com/Kav-K/GPTDiscord/issues/315
[]
jeffe
2
explosion/spaCy
machine-learning
12,370
ValueError('[E1010] Unable to set entity information for token 3 which is included in more than one span in entities, blocked, missing or outside.')
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour First here is the code: ``` ents_data = json["ents_data"] for ents in ents_data: # print(ents, ":") doc = nlp(ents["text"]) for ent in ent...
closed
2023-03-06T11:24:46Z
2023-03-06T14:41:12Z
https://github.com/explosion/spaCy/issues/12370
[]
Yukari-Tryhard
1
widgetti/solara
flask
987
`use_task` example
In your async task example ```python import asyncio import solara from solara.lab import use_task, Task @solara.component def Page(): number = solara.use_reactive(4) async def square(): await asyncio.sleep(1) return number.value**2 result: Task[int] = use_task(square, dependencies=[numb...
open
2025-01-27T06:25:06Z
2025-01-28T15:39:26Z
https://github.com/widgetti/solara/issues/987
[]
edan-bainglass
1
replicate/cog
tensorflow
1,258
Building headless colmap (without gui) using cog's yaml file
**Steps to reproduce** cog build the following yaml file ``` build: # set to true if your model requires a GPU gpu: true cuda: "12.1" # a list of ubuntu apt packages to install system_packages: - "libgl1-mesa-glx" - "libglib2.0-0" - "git" - "cmake" - "ninja-build" - "bu...
closed
2023-08-12T22:58:33Z
2023-08-13T21:07:43Z
https://github.com/replicate/cog/issues/1258
[]
Medoalmasry
0
graphql-python/graphene
graphql
813
Commercial support?
I love this lib - thanks so much for your hard work, @syrusakbary! With that said, I'd happily contribute to paying for more of your time to extend Graphene, and fill in a few missing pieces that would make it more viable to use in production. Namely: - Error catching, per https://github.com/graphql-python/gra...
closed
2018-08-15T15:10:29Z
2020-06-21T19:49:23Z
https://github.com/graphql-python/graphene/issues/813
[ "📖 documentation" ]
leebenson
11
allenai/allennlp
nlp
4,955
Learning rate scheduler do not work on AllenNLP v2
Hello, I´m porting my code to the v2 version, and realized that the Learning rate scheduler was not working. After inspecting the training code, I realized that on def _try_train(self) the variable: `this_epoch_val_metric: float = 0.0` never changes it values However the scheduler API requires a validation me...
closed
2021-02-02T21:26:48Z
2021-02-04T19:21:59Z
https://github.com/allenai/allennlp/issues/4955
[ "bug" ]
bratao
4
gee-community/geemap
jupyter
1,772
keep the camelCase method to mirror GEE javascript map functions
I asked this question during the breakout session of Geo4Good, If I understand correctly you are planning on dropping methods that were mirroring GEE javascript ones. Also I completely understand that respecting the Python convention is making the geempa package more consistent, I wanted to highligh 2 advantages: ...
closed
2023-10-13T15:51:25Z
2023-10-18T01:08:58Z
https://github.com/gee-community/geemap/issues/1772
[]
12rambau
1
custom-components/pyscript
jupyter
639
state_trigger stop working after update to 2024.10
I have a few scripts with the state trigger that stopped working once I updated to 2024.10. These were working before. the time_trigger does work as expected. example of the state_trigger ```python @state_trigger("light.hallway_light_1.*") def test1(**args): log.info(f"light changed {args}") @state_tri...
closed
2024-10-04T07:17:42Z
2024-10-05T14:04:18Z
https://github.com/custom-components/pyscript/issues/639
[]
cjlapao
3
pydantic/pydantic-settings
pydantic
266
Pydantic settings not reloading env vars when .env file is updated
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description ## Bug Context: I was using Pydantic's BaseSettings to configure some Database settings. The issue I faced was no matter what values I updated in the `.env`, the output of the settings always remained the same. This led me to:...
closed
2024-04-09T17:58:29Z
2024-04-11T20:40:57Z
https://github.com/pydantic/pydantic-settings/issues/266
[]
pongpatapee
2
tortoise/tortoise-orm
asyncio
1,396
Nested select_related raises KeyError inside _init_from_db
**Describe the bug** When using nested select_related of form: 'modelA__modelB' I'm getting a KeyError when ORM tries to assign values to modelB. An issue arises since kwargs values passed to ```_init_from_db``` function getting sliced version of model attribute's name, for example, instead of passing 'city_obj'...
open
2023-05-30T06:56:06Z
2024-09-19T18:02:58Z
https://github.com/tortoise/tortoise-orm/issues/1396
[]
Tauassar
2
jacobgil/pytorch-grad-cam
computer-vision
118
Possibility to declare our own augmentations for aug_smooth = True
Hi, Thanks for the library. Would it be possible for us to declare our own augmentations. Right now I am superclassing your class
closed
2021-07-29T07:54:03Z
2021-09-09T14:51:54Z
https://github.com/jacobgil/pytorch-grad-cam/issues/118
[]
mhashas
8
zappa/Zappa
flask
673
[Migrated] Inconsistent amount of scheduled events in outputs of "update" & "status" commands
Originally from: https://github.com/Miserlou/Zappa/issues/1725 by [tunghim](https://github.com/tunghim) <!--- Provide a general summary of the issue in the Title above --> ## Context When I run `$ zappa update {env_name}` Scheduled events are being shown in the output properly. ![screenshot from 2018-12-07 ...
closed
2021-02-20T12:32:45Z
2024-04-13T17:36:51Z
https://github.com/zappa/Zappa/issues/673
[ "no-activity", "auto-closed" ]
jneves
2
OpenVisualCloud/CDN-Transcode-Sample
dash
2
Feature request to integrate with Kubernetes
closed
2019-04-15T06:01:54Z
2019-06-12T08:42:41Z
https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/2
[ "enhancement" ]
czhou26
2
nonebot/nonebot2
fastapi
3,374
Plugin: nonebot-plugin-tieba-monitor
### PyPI 项目名 nonebot-plugin-tieba-monitor ### 插件 import 包名 nonebot_plugin_tieba_monitor ### 标签 [] ### 插件配置项 ```dotenv ``` ### 插件测试 - [ ] 如需重新运行插件测试,请勾选左侧勾选框
open
2025-03-16T16:42:42Z
2025-03-24T04:29:37Z
https://github.com/nonebot/nonebot2/issues/3374
[ "Plugin", "Publish" ]
su-liu-guang
3
NullArray/AutoSploit
automation
361
Unhandled Exception (e7b1da053)
Autosploit version: `3.0` OS information: `Linux-4.15.0-20-generic-x86_64-with-Ubuntu-18.04-bionic` Running context: `autosploit.py` Error meesage: `global name 'Except' is not defined` Error traceback: ``` Traceback (most recent call): File "/home/verhe054/exploit/Autosploit/autosploit/main.py", line 113, in main ...
closed
2019-01-13T15:01:30Z
2019-01-14T18:03:32Z
https://github.com/NullArray/AutoSploit/issues/361
[]
AutosploitReporter
0
cvat-ai/cvat
pytorch
8,682
Export problem (COCO File)
### 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/) ### Steps to Reproduce ![Export Issue 1](https://github.com/user-attachments/assets/a3dd4a53-3963-4080-8cca-8062b66af7ed) ![Export Issue 2](htt...
closed
2024-11-11T16:15:55Z
2024-11-11T18:37:34Z
https://github.com/cvat-ai/cvat/issues/8682
[ "bug" ]
isu-jahan
1
RobertCraigie/prisma-client-py
pydantic
60
Validate query arguments using pydantic
## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently if any invalid arguments are passed then a very verbose and potentially confusing error message is raised, for example: ```prisma model Post { id String @id @default(cuid()...
open
2021-08-31T18:51:14Z
2022-02-01T15:30:47Z
https://github.com/RobertCraigie/prisma-client-py/issues/60
[ "kind/feature", "topic: client", "level/advanced", "priority/medium" ]
RobertCraigie
0
CorentinJ/Real-Time-Voice-Cloning
tensorflow
272
Toolbox Can't Synthesize Voice after Recording
```C:\Users\Name\Desktop\All\Spook\Real-Time-Voice-Cloning-master>demo_toolbox.py WARNING:tensorflow:From C:\Users\Name\Desktop\All\Spook\Real-Time-Voice-Cloning-master\synthesizer\models\modules.py:91: The name tf.nn.rnn_cell.RNNCell is deprecated. Please use tf.compat.v1.nn.rnn_cell.RNNCell instead. Arguments: ...
closed
2020-01-30T00:45:54Z
2020-07-04T23:14:35Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/272
[]
Ixiplious
1
aio-libs/aiomysql
asyncio
556
AioMysql breaking under latest pymysql release
**Compiling it under buildozer with kivy, following logs from android phone:** 01-11 20:14:22.728 16052 16090 I python : Android kivy bootstrap done. name is main 01-11 20:14:22.728 16052 16090 I python : AND: Ran string 01-11 20:14:22.728 16052 16090 I python : Run user program, change dir and execute entrypoin...
closed
2021-01-12T03:28:45Z
2022-01-13T17:35:46Z
https://github.com/aio-libs/aiomysql/issues/556
[ "enhancement", "pymysql" ]
syleishere
1
strawberry-graphql/strawberry
fastapi
3,372
CI: send coverage reports to Codecov once when all tests are done
Looks like Codecov is still failing a lot, we send coverage info for every single test, I think it would be best to collect all the coverage and then send it only once. Not sure if this is possible, but it would be neat 😊
closed
2024-02-05T15:36:42Z
2025-03-20T15:56:35Z
https://github.com/strawberry-graphql/strawberry/issues/3372
[ "help wanted", "good first issue" ]
patrick91
0
widgetti/solara
fastapi
910
Needed mutation detection improvements
With #595 merged, We'll move these todo items from the PR to issues as a reminder to look at them before releasing Solara 2.0. TODO: - [ ] Trigger calls to check_mutations() from several places: after an event handler (requires a change in reacton) and after a component run. - [ ] We probably do not want two equ...
open
2024-12-04T15:00:16Z
2025-01-23T12:27:35Z
https://github.com/widgetti/solara/issues/910
[]
iisakkirotko
0