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
feature-engine/feature_engine
scikit-learn
8
add check for NA in categorical encoders
All categorical encoders need to check if data set contains missing values before either training or transforming a data set.
closed
2019-09-04T08:05:52Z
2020-04-19T09:53:23Z
https://github.com/feature-engine/feature_engine/issues/8
[]
solegalli
0
freqtrade/freqtrade
python
11,523
Is StaticPairList effective for newly launched pairs?
<!-- Have you searched for similar issues before posting it? Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there Please do not use the question template to report bugs or to request new features. --> ## Describe your environm...
closed
2025-03-17T15:39:07Z
2025-03-17T16:48:17Z
https://github.com/freqtrade/freqtrade/issues/11523
[ "Question" ]
Chen-Shuai-CS
1
remsky/Kokoro-FastAPI
fastapi
43
GPU image does not use GPU
I am using following image: ghcr.io/remsky/kokoro-fastapi-gpu:v0.0.5post1 with unmodified `docker-compose.yml` from repo. ``` kokoro-tts-1 | INFO: Started server process [1] kokoro-tts-1 | INFO: Waiting for application startup. kokoro-tts-1 | 11:30:33 AM | INFO | Loading TTS model and voice ...
closed
2025-01-13T12:12:31Z
2025-01-13T13:21:07Z
https://github.com/remsky/Kokoro-FastAPI/issues/43
[]
DevilaN
2
aws/aws-sdk-pandas
pandas
2,399
`wr.dyamodb.read_items` gives a pyarrow error
### Describe the bug I'm not quite sure where this problem is arising, but just attempting to read 10 rows from a database table. It looks like the error is thrown before my query is even run: from trying to resolve the table metadata itself? ```py Traceback (most recent call last): File "/home/louis/dev/testin...
closed
2023-07-20T16:24:28Z
2023-07-21T14:23:44Z
https://github.com/aws/aws-sdk-pandas/issues/2399
[ "bug" ]
lmmx
1
apache/airflow
automation
47,858
Toggle to exclude removed tasks from the grid is not available
### Apache Airflow version 2.10.5 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? As per [AIP 63 doc](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-65%3A+Improve+DAG+history+in+UI) We should be able to toggle in GRID to exclude removed tasks. As per current implemen...
open
2025-03-17T11:05:58Z
2025-03-17T11:38:14Z
https://github.com/apache/airflow/issues/47858
[ "kind:bug", "priority:medium", "area:core", "area:UI", "affected_version:3.0.0beta" ]
vatsrahul1001
2
litestar-org/litestar
api
3,812
Bug: new docs theme makes code hard to read
### Description Link: https://docs.litestar.dev/3-dev/usage/dto/1-abstract-dto.html <img width="1352" alt="Снимок экрана 2024-10-16 в 10 53 20" src="https://github.com/user-attachments/assets/69db6f46-0349-45d7-ac2f-e6e08d2c07ed"> Right now it is very hard to read the code, since it is yellow on yellow. For som...
open
2024-10-16T07:56:18Z
2025-03-20T15:55:00Z
https://github.com/litestar-org/litestar/issues/3812
[ "Bug :bug:", "Documentation :books:" ]
sobolevn
2
tensorly/tensorly
numpy
27
Dangerous dependency handling during testing.
There is no guarantee that the dependencies used during testing will match the dependencies the project actually needs. Currently we test using a conda environment that gets set up in the following manner: ` - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy` But there is no guarante...
closed
2018-01-13T03:53:25Z
2018-01-24T22:40:04Z
https://github.com/tensorly/tensorly/issues/27
[]
jesuscast
1
openapi-generators/openapi-python-client
rest-api
288
Support non-schema components and references (e.g. parameters)
**Describe the bug** When building the client with the path parameter in the yaml file which are passed through reference, it does not consider the parameter and the generated client does not have those referenced parameters. **To Reproduce** Steps to reproduce the behavior: 1. Take any open api sample yaml file...
closed
2021-01-07T07:53:39Z
2022-08-13T17:38:49Z
https://github.com/openapi-generators/openapi-python-client/issues/288
[ "✨ enhancement" ]
Aniketghumed
12
dmlc/gluon-cv
computer-vision
1,657
feature vector size does not change as num-segments increase
I'm extracting video features using `python feat_extract.py --data-list video_list.txt --model i3d_resnet50_v1_kinetics400 --save-dir feats --num-segments 10` Changing the `num-segments` parameter value does not change the dimensionality of the output feature. Both `--num-segments 1` and `--num-segments 10` result...
closed
2021-05-10T18:50:57Z
2021-05-17T13:57:08Z
https://github.com/dmlc/gluon-cv/issues/1657
[]
R2D2oid
1
langmanus/langmanus
automation
33
测试通过,启动服务端,页面访问时报404
使用uv run main.py是正常,然后使用uv run server.py启动了服务端,在浏览器进行xxx:8000访问时报404 not found。部署在远程服务器,然后本地电脑访问的
closed
2025-03-18T15:53:54Z
2025-03-19T03:44:08Z
https://github.com/langmanus/langmanus/issues/33
[]
xiaobai3310
2
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
664
Ignore
Ignore, very sorry
closed
2024-10-29T17:04:55Z
2024-10-29T22:44:38Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/664
[ "help wanted" ]
Alkhalid3
0
python-gino/gino
sqlalchemy
40
GINO query methods should accept raw SQL
So that user could get model objects from raw SQL. For example: ```python users = await db.text('SELECT * FROM users WHERE id > :num').gino.model(User).return_model(True).all(num=28, bind=db.bind) ```
closed
2017-08-30T02:28:27Z
2017-08-30T03:16:49Z
https://github.com/python-gino/gino/issues/40
[ "help wanted", "task" ]
fantix
1
luispedro/mahotas
numpy
61
mh.labeled.bbox strange behavior
I encounter the following strange behavior where mh.labeled.bbox is all zeros: ``` aaa = array([[[2256, 402, 402], [2256, 402, 402], [2256, 402, 402]], [[2256, 402, 402], [2256, 402, 402], [2256, 402, 402]], [[2256, 402, 402], [2256, 402, 402], ...
closed
2015-06-02T18:18:48Z
2015-06-04T07:59:26Z
https://github.com/luispedro/mahotas/issues/61
[]
haehn
3
MycroftAI/mycroft-core
nlp
2,889
Adding last spoken sentence
I made an assistant using aiml and now i have switched to mycroft. However one feature i miss is the ability to re speak what was said last. This is a very useful feature especially when one is using headphones or is busy doing something else and missed what was said. i used a variable in the txt2wav.py file called ...
closed
2021-04-28T20:01:25Z
2021-04-28T23:13:07Z
https://github.com/MycroftAI/mycroft-core/issues/2889
[ "enhancement" ]
hanzala123
6
2noise/ChatTTS
python
237
[分享] ChatTTS Forge 项目
分享下我的项目,实现了大部分 api 需求 https://github.com/lenML/ChatTTS-Forge 还实验性质的写了一个 ssml 语法用来支持长文本定制生成 另外还有 prompt 注入对生成进行风格干预 你可以在 huggingface 上在线体验(速度超快): https://huggingface.co/spaces/lenML/ChatTTS-Forge 欢迎提来pr issues
closed
2024-06-03T16:24:09Z
2024-06-25T11:38:13Z
https://github.com/2noise/ChatTTS/issues/237
[ "ad" ]
zhzLuke96
4
521xueweihan/HelloGitHub
python
2,468
【自荐项目】 - Smalltalk
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址: https://github.com/tinystruct/smalltalk <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别: Java...
closed
2023-01-13T13:33:52Z
2023-01-21T23:06:26Z
https://github.com/521xueweihan/HelloGitHub/issues/2468
[]
m0ver
1
mwaskom/seaborn
pandas
3,387
DOC: warning-text of old documentation mentions link to new version but there is none
At https://seaborn.pydata.org/archive/0.11/generated/seaborn.scatterplot.html there is supposed to be a clickable link in the red box, but I can't find anything. I believe the link should point to https://seaborn.pydata.org/generated/seaborn.scatterplot.html
closed
2023-06-14T17:25:13Z
2023-09-29T10:52:28Z
https://github.com/mwaskom/seaborn/issues/3387
[ "docs" ]
julian-goettingen
6
ScrapeGraphAI/Scrapegraph-ai
machine-learning
214
OMP: Error #15: Initializing libiomp5md.dll, but found libomp140.x86_64.dll already initialized
**Describe the bug** OMP: Error #15: Initializing libiomp5md.dll, but found libomp140.x86_64.dll already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do ...
closed
2024-05-10T23:49:21Z
2024-08-08T08:34:51Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/214
[ "bug" ]
elmoBG8
11
miguelgrinberg/flasky
flask
317
Suggestion: ENV setup for Chapter 7 Unittest
For Chapter 7, just a suggestion to include a note about setting the FLASK_APP to flasky.py before the unit test output since it has always been hello.py up to this point and one might easily forget that was set and wonder why 'flask test' command throws an error. Include this: (venv) $ set FLASK_APP=flasky.py ...
closed
2017-11-23T21:57:18Z
2017-12-10T19:58:52Z
https://github.com/miguelgrinberg/flasky/issues/317
[ "bug" ]
ericchou1
2
coqui-ai/TTS
pytorch
3,067
[Bug] tts_to_file gives TypeError: Invalid file: None
### Describe the bug When using the xtts-1 model on windows (python 3.11.6), every time I run the `tts_to_file` function, it gives the error `TypeError: Invalid file: None` ### To Reproduce On windows with python 3.11.6, with torch, torchaudio (not sure if needed, but just to be sure) and TTS installed, run this sni...
closed
2023-10-13T14:15:20Z
2023-11-10T05:34:00Z
https://github.com/coqui-ai/TTS/issues/3067
[ "bug" ]
perrylets
9
pallets/flask
python
5,056
make blinker a required dependency
It's now part of the Pallets-Eco community, https://github.com/pallets-eco. Making it required will simplify Flask's support, it's a bit of a hack right now that typing doesn't like.
closed
2023-04-12T21:55:49Z
2023-04-28T00:05:53Z
https://github.com/pallets/flask/issues/5056
[]
davidism
0
cobrateam/splinter
automation
751
Chrome: screenshot_as_png() Not callable from browser or browser.driver
Hello, I was interested in being able to directly call [screenshot_as_png()](https://github.com/cobrateam/splinter/blob/9a79baf73f10d79e9b3d7695745c937154018874/splinter/driver/webdriver/__init__.py#L978) from the browser object instead of browser.screenshot which would require me to add an extra IO step in reading the...
closed
2019-12-23T15:02:54Z
2020-01-11T06:45:54Z
https://github.com/cobrateam/splinter/issues/751
[ "question" ]
gtamba
2
strawberry-graphql/strawberry
django
3,479
Ability to disable auto-camelcasing per field
Let's say I want to keep auto-camelcasing enabled for my whole service _except_ for a couple of fields e.g. maybe i have a translations service and want to write schema/query like this: ```graphql query { getTranslations(string: "Hello world") { en_US fr_FR } } ``` Ideally, I could write res...
closed
2024-04-30T15:53:02Z
2025-03-20T15:56:42Z
https://github.com/strawberry-graphql/strawberry/issues/3479
[]
magicmark
3
blacklanternsecurity/bbot
automation
1,601
How to add multiple api keys per service?
**Describe the bug** Most of the modules (services) allow you to sign up for a free account with a limited quota per api token. How can I insert more than one token? Does the tool know how to read several tokens for one module and rotate them so that they don't run out quickly and impact the results of scan? Somet...
closed
2024-07-29T16:45:58Z
2024-10-02T19:00:03Z
https://github.com/blacklanternsecurity/bbot/issues/1601
[ "enhancement", "high-priority" ]
DrorDvash
7
robinhood/faust
asyncio
68
Command to delete state for old app version
The app version flag makes it easy to start applications from scratch. However this results in a bunch of state in rocksdb/kafka for older app versions that stick around for a long time. We should try to fix this.
closed
2018-02-22T23:01:43Z
2018-11-27T22:05:37Z
https://github.com/robinhood/faust/issues/68
[ "Issue Type: Enhancement" ]
vineetgoel
0
matplotlib/mplfinance
matplotlib
134
Customizing background and grid
Hello! I'm just getting started to this library and i'm surprised at how easy to use it is while looking beautiful and modern. I'm trying to add some more customization to my chart, but i'm struggling with some parameters: i would like to change color to the background and i would like to remove the grid from my chart,...
closed
2020-05-16T13:12:58Z
2020-05-17T10:54:07Z
https://github.com/matplotlib/mplfinance/issues/134
[ "question" ]
Sile25
3
OpenInterpreter/open-interpreter
python
1,453
How to use with gemini api key
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like How can I use the api key in https://aistudio.google.com/ ### Describe alternatives you've considered _No response_ ### Additional context _No response_
closed
2024-09-12T14:10:44Z
2025-02-15T13:33:13Z
https://github.com/OpenInterpreter/open-interpreter/issues/1453
[]
hyroxtvvv
3
huggingface/datasets
numpy
7,079
HfHubHTTPError: 500 Server Error: Internal Server Error for url:
### Describe the bug newly uploaded datasets, since yesterday, yields an error. old datasets, works fine. Seems like the datasets api server returns a 500 I'm getting the same error, when I invoke `load_dataset` with my dataset. Long discussion about it here, but I'm not sure anyone from huggingface have s...
closed
2024-07-27T08:21:03Z
2024-09-20T13:26:25Z
https://github.com/huggingface/datasets/issues/7079
[]
neoneye
17
dsdanielpark/Bard-API
nlp
206
Response Error - Unable to get response
I executed this following command to use the Bard API : from bardapi import Bard, BardCookies cookie_dict = { "__Secure-1PSID" : "xxxxxxxxxxxxxxxxxxxxxx", "__Secure-1PAPISID" : "xxxxxxxxxxxxxxxxxxxxx", "__Secure-1PSIDCC" : "xxxxxxxxxxxxxxxxxxxxx", } bard = BardCookies(cookie_dict = cookie_dict) ...
closed
2023-10-10T06:25:19Z
2024-01-18T15:48:43Z
https://github.com/dsdanielpark/Bard-API/issues/206
[]
MananAg-1784
4
quokkaproject/quokka
flask
69
Error upload image Content -> Image
Admin -> Content -> Image Error: Failed to create model. decoder jpeg not available
closed
2013-10-23T09:48:06Z
2015-07-16T02:56:41Z
https://github.com/quokkaproject/quokka/issues/69
[]
jniltinho
6
man-group/arctic
pandas
69
tickstore query slowly
Arctic said that can query millions of rows per second per client, but when I try to use it in our team, and found that it only thousand of rows per second, Here the code, Does anyone got the same problem or I use it with wrong way. ``` shell @property def arctic(self): if not self._arctic: ...
closed
2015-12-24T01:47:22Z
2015-12-31T08:28:24Z
https://github.com/man-group/arctic/issues/69
[]
zoe0316
5
paperless-ngx/paperless-ngx
django
7,969
[BUG] PAPERLESS_CONSUMER_POLLING doesn't seem to be taking effect.
### Description **ENVIRONMENT** I have paperless deployed as a set of containers on a server. My core volumes are mounted to the service via NFS and mapped to the containers via the docker-compose.yml file. ``` volumes: - /mnt/files/paperless-ngx:/usr/src/paperless/data - /mnt/files/paperless-n...
closed
2024-10-20T22:44:34Z
2024-10-20T22:56:54Z
https://github.com/paperless-ngx/paperless-ngx/issues/7969
[ "not a bug" ]
bavo14
0
huggingface/diffusers
deep-learning
10,741
FluxControlNetImg2ImgPipeline doesn't support generating more than one image
### Describe the bug The FluxControlNetImg2ImgPipeline does not support generating more than one image. The error encountered is: RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 2 but got size 1 for tensor number 1 in the list. I figured out that the control_mode needs to be sent as a ...
open
2025-02-06T16:24:17Z
2025-03-09T15:02:48Z
https://github.com/huggingface/diffusers/issues/10741
[ "bug", "stale" ]
liorRabkin
1
sanic-org/sanic
asyncio
2,862
New websockets, handling disconnects
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. I'm using version 23.6.0, so it's new websockets. I have followed the [guide](https://sanic.dev/en/guide/advanced/websockets.html#routing) to build something like this...
closed
2023-11-30T14:50:39Z
2023-12-01T03:06:27Z
https://github.com/sanic-org/sanic/issues/2862
[ "feature request" ]
heshiming
2
deepspeedai/DeepSpeed
machine-learning
6,526
[REQUEST] parallelize zero_to_fp32.py to use multiple cpu-cores and threads
When https://github.com/microsoft/DeepSpeed/blob/c27483933d50a693fef9c48418d2664cf6a6a6f8/deepspeed/utils/zero_to_fp32.py was written 3 years ago models were small and converted fast. Now with 70B+ models the conversion can take hours. The original script uses a single cpu core. Here is a possible implementation ...
open
2024-09-11T22:52:42Z
2024-10-14T03:10:41Z
https://github.com/deepspeedai/DeepSpeed/issues/6526
[ "enhancement" ]
stas00
4
docarray/docarray
fastapi
1,137
Handle da inside da in stack mode
```python from docarray import BaseDocument, DocumentArray from docarray.typing import AnyTensor class Image(BaseDocument): tensor : AnyTensor class Video(BaseDocument): images: DocumentArray[Image] da = DocumentArray[Video]( Video(images = DocumentArray[Image]([ Image()])]) da.stack() da[0].images # ...
closed
2023-02-15T13:45:41Z
2023-02-21T01:37:05Z
https://github.com/docarray/docarray/issues/1137
[]
AnneYang720
0
onnx/onnx
pytorch
6,152
Missing type support in parser for various types (float16, bfloat16, ...)
# Bug Report ### Is the issue related to model conversion? No. ### Describe the bug The parser has only partial support for data type parsing: https://github.com/onnx/onnx/blob/093a8d335a66ea136eb1f16b3a1ce6237ee353ab/onnx/defs/parser.cc#L436 The missing types are: ``` TensorProto_DataType_FLOAT16 Tenso...
open
2024-05-31T12:50:30Z
2025-01-24T15:02:17Z
https://github.com/onnx/onnx/issues/6152
[ "bug", "module: parser", "contributions welcome" ]
TinaAMD
1
open-mmlab/mmdetection
pytorch
11,820
YOLOX input normalisation question
Greatings! https://github.com/open-mmlab/mmdetection/blob/cfd5d3a985b0249de009b67d04f37263e11cdf3d/configs/yolox/yolox_s_8xb8-300e_coco.py#L16 I can not see any normalisation step for this model (any YOLOX model actually). Please can you point me to it? Best regards!
open
2024-06-30T20:16:36Z
2024-06-30T20:16:51Z
https://github.com/open-mmlab/mmdetection/issues/11820
[]
dmitrysarov
0
PaddlePaddle/ERNIE
nlp
171
论文中用到的BERT是你们重新训练的,还是直接用谷歌开放的?
在论文里面没有提到这个细节。
closed
2019-06-19T08:14:08Z
2019-06-21T08:08:06Z
https://github.com/PaddlePaddle/ERNIE/issues/171
[]
rainarch
2
scikit-learn-contrib/metric-learn
scikit-learn
272
Unconsistent behaviour of SDML when ussing skggm with fixed seed.
#### Description I was using SDML_Supervised() for a subsequent 2D visualization with UMAP (Similar to t-sne) and got large differences in the results on every fit instance while using the same data. Fixing the seed doesn't make a difference. I tracked down the problem to the call of quic() done when skggm is installe...
closed
2020-01-13T09:38:45Z
2020-01-13T15:28:05Z
https://github.com/scikit-learn-contrib/metric-learn/issues/272
[]
grudloff
4
saulpw/visidata
pandas
1,499
Test fails in Guix build: file missing from distribution tarball?
**Steps to reproduce** 1. Check out my [updated Visidata 2.10 package for Guix](https://github.com/ryanprior/guix/blob/update-guix-2.10/gnu/packages/spreadsheet.scm#L86-L119) 2. Run `pre-inst-env guix build visidata` **Expected result** Package build should complete with no errors. **Actual result with screens...
closed
2022-08-31T01:38:46Z
2022-09-12T00:55:11Z
https://github.com/saulpw/visidata/issues/1499
[ "bug", "fixed" ]
ryanprior
3
autogluon/autogluon
scikit-learn
3,892
Hyperparemeter Optimization for Time Series stoped working
**Describe the bug** I carefully installed autogluon for Windows-Pip-GPU (https://auto.gluon.ai/stable/install.html). autogluon works perfecty withouth HPO (fast training to best results). When I try to HPO `PatchTST` I got this error `prediction-net-state.pt`. Which does not happen when I HPO on autogluon for CPU. I ...
closed
2024-01-29T22:24:03Z
2024-03-01T14:49:15Z
https://github.com/autogluon/autogluon/issues/3892
[ "bug: unconfirmed", "module: timeseries" ]
DiegoDVillacreses
3
plotly/dash
plotly
3,074
Memory Leakage When Navigating Away from Home Page with dash.register_page()
**Describe your context** There are issues with memory leakage in our Dash application. Specifically, each time users navigate away from the home page, we observe a memory leak of about 15MB. Objects are getting detached but not fully removed, and each time the user changes tabs, new objects are created while the old ...
open
2024-11-13T15:38:29Z
2024-11-15T15:09:23Z
https://github.com/plotly/dash/issues/3074
[ "bug", "P2" ]
andre996
0
MaartenGr/BERTopic
nlp
1,890
Tracking the source index of new topics when merging models
Hi Maarten, I'm playing with the merge_models feature, which is very useful, but I'm wondering if there is a way for a merged model to keep track the index of new topics added to it from their original models. One use case of this is if I have some other metadata relating to my topics before the merge, and I wan...
open
2024-03-27T04:47:30Z
2024-04-01T23:28:46Z
https://github.com/MaartenGr/BERTopic/issues/1890
[]
zilch42
2
statsmodels/statsmodels
data-science
8,929
ENH: GAM combining different penalizations, splines
We don't have an option to combine two different spline types in GAM https://stackoverflow.com/questions/76541891/use-both-cyclic-and-b-spline-smoothers-in-statsmodels-gam We had this question once before, soon after I had merged GAM. Related we don't have a simple way to add different penalties, Penalty classes...
open
2023-06-24T13:13:50Z
2024-07-23T12:54:44Z
https://github.com/statsmodels/statsmodels/issues/8929
[ "type-enh", "topic-penalization", "prio-elev", "comp-gam" ]
josef-pkt
0
lepture/authlib
flask
379
Auth required after fetch_token with AsyncOAuth2Client
**Describe the bug** Documentation shows client.get, .post, etc being used immediately after client.fetch_token() but this does not seem to work. **To Reproduce** ``` from authlib.integrations.httpx_client.oauth2_client import OAuth2Client, OAuth2Auth oauth_client = AsyncOAuth2Client(...) token = await oaut...
closed
2021-08-27T04:34:59Z
2021-10-18T12:16:57Z
https://github.com/lepture/authlib/issues/379
[ "bug" ]
elijahsgh
4
torchbox/wagtail-grapple
graphql
39
example app docker build fails
![example](https://user-images.githubusercontent.com/10539855/70173238-11575e80-1698-11ea-86c7-c8feb189c283.png)
closed
2019-12-04T19:14:59Z
2022-02-25T16:58:11Z
https://github.com/torchbox/wagtail-grapple/issues/39
[ "status: Needs info" ]
easherma
4
clovaai/donut
computer-vision
38
Need code for SROIE custom dataset regarding
Hi Neha, Kindly send me a code for DONUT using a custom dataset.
open
2022-08-29T08:10:05Z
2022-08-29T08:10:05Z
https://github.com/clovaai/donut/issues/38
[]
SankarSennan
0
TencentARC/GFPGAN
deep-learning
83
Better hair enhancement
Is it possible for this tool to enhance all of subject's hair and not only the hair that's around their face?
open
2021-10-19T15:25:11Z
2021-10-19T15:25:11Z
https://github.com/TencentARC/GFPGAN/issues/83
[]
ivellios1988
0
vllm-project/vllm
pytorch
14,747
[Installation]: Cannot compile vLLM from source on XPU
### Your current environment <details> <summary>The output of `python collect_env.py`</summary> ```text Your output of `python collect_env.py` here ``` </details> ### 🐛 Describe the bug Compiling vLLM from source for XPU or building the dockerfile results in failure each time you attempt to run vLLM. ``` python...
open
2025-03-13T09:47:58Z
2025-03-24T15:55:18Z
https://github.com/vllm-project/vllm/issues/14747
[ "installation" ]
HumerousGorgon
10
jwkvam/bowtie
plotly
207
query params
Use Case: 1. Allow deeplinking and sharing links. - [ ] for appropriate controllers, option to use query param - [ ] when loading page, if there are query params load them - [ ] query params should take precedence over stored state
open
2018-02-20T21:27:48Z
2018-09-23T04:27:25Z
https://github.com/jwkvam/bowtie/issues/207
[ "enhancement" ]
jwkvam
0
Gozargah/Marzban
api
1,600
Update notification and one-click update via web interface.
I would like to be notified of a new version release directly in the web interface and the ability to update at the click of a button from the same. For example, add an icon here to symbolize an available update and when you click on it you will see the new available version, a link to the changes and a button to up...
closed
2025-01-12T07:32:20Z
2025-01-12T11:29:16Z
https://github.com/Gozargah/Marzban/issues/1600
[ "Duplicate" ]
OwnerLink
2
pytorch/pytorch
numpy
149,194
LSTM slow on PackedSequence
### 🐛 Describe the bug Using LSTM with `PackedSequence` input is very slow. This effect is extreme at high sequence lengths, see tables below. Given that PackedSequence is the only way to get correct output and state for a sequence with non-homogenious length I think this is a big challenge in usability of RNNs. From...
open
2025-03-14T14:01:34Z
2025-03-17T15:20:08Z
https://github.com/pytorch/pytorch/issues/149194
[ "module: rnn", "triaged", "topic: performance" ]
ikamensh
0
neuml/txtai
nlp
243
Add notebook for Embeddings SQL functions
Add notebook for Embeddings SQL functions
closed
2022-03-09T12:34:35Z
2022-03-09T12:36:43Z
https://github.com/neuml/txtai/issues/243
[]
davidmezzetti
0
deepfakes/faceswap
deep-learning
1,017
Check failed: vec.size() == NDIMS
5/03/2020 20:04:39 INFO No existing state file found. Generating. 05/03/2020 20:04:42 INFO Creating new 'original' model in folder: 'E:\AiLearning\project\model' 05/03/2020 20:04:42 INFO Loading Trainer from Original plugin... 05/03/2020 20:04:42 INFO Enabled TensorBoard Logging 2020-05-03 20:05:01....
closed
2020-05-03T12:08:43Z
2020-08-03T07:42:08Z
https://github.com/deepfakes/faceswap/issues/1017
[]
chunxingque
1
jupyter-widgets-contrib/ipycanvas
jupyter
58
CanvasView and clear_rect
Clearing a rectangle is not visible in previous views of the widget. To be more precise construct a canvas widget and show it: ``` from ipycanvas import Canvas canvas = Canvas(size=(200, 200)) canvas.fill_rect(0,0,100,100) canvas ``` Now clear a rectangle: ``` canvas.clear_rect(0,0,20,20) ``` This do...
closed
2019-12-20T15:56:44Z
2019-12-22T09:46:24Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/58
[]
JeremiasE
5
jupyterlab/jupyter-ai
jupyter
865
Remove "Replace selection" checkbox
### Problem Same as #864. Current "replace selection" checkbox implementation is likely broken by #859. ### Proposed Solution - Remove the "replace selection" checkbox - Allow for text selection to be replaced if a text selection is active in the code action toolbar (which currently only allows for the act...
closed
2024-06-30T13:53:42Z
2024-07-12T23:19:43Z
https://github.com/jupyterlab/jupyter-ai/issues/865
[ "enhancement", "priority" ]
dlqqq
0
tensorflow/tensor2tensor
machine-learning
1,232
How much more memory and computation does Universal Transformer require than vanilla Transformer for translation?
If i'm not misunderstanding, Universal Transformer uses bigger but shared encoder and decoder blocks, So if with same number of parameters for the whole model , each Universal Transformer block will need much more memory and computation than vanilla Transformer with same number of layers(or recurrent steps for UT). ...
closed
2018-11-17T04:05:56Z
2018-11-21T09:45:26Z
https://github.com/tensorflow/tensor2tensor/issues/1232
[]
wenyong-h
2
jpadilla/django-rest-framework-jwt
django
104
Should getting a token require POST?
This is mostly academic, but retrieving a JWT token has no side-effects on the server, so I reckon it should be possible with a GET request. Thoughts?
closed
2015-04-24T05:53:43Z
2015-04-24T12:30:45Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/104
[]
AlexHill
1
mwaskom/seaborn
pandas
2,841
RFE: move from husl to hsluv
Looks like `husl` module is no longer maintained (last release was in 2015) and instead can be used `hsluv` https://pypi.org/project/hsluv/ https://github.com/hsluv/hsluv-python/
closed
2022-06-08T17:15:27Z
2022-07-16T12:30:24Z
https://github.com/mwaskom/seaborn/issues/2841
[]
kloczek
22
zwczou/weixin-python
flask
61
AttributeError: invalid attribute "notify_url"
File "/home/tzy/venvs/wxpay/lib/python2.7/site-packages/weixin/msg.py", line 216, in __getattr__ raise AttributeError('invalid attribute "' + key + '"') AttributeError: invalid attribute "notify_url 请问这个问题怎么解决 python == 2.7.5 用的是flask框架 调用pay_jsapi接口时报错
closed
2020-03-03T04:28:37Z
2020-03-30T02:44:34Z
https://github.com/zwczou/weixin-python/issues/61
[]
Near-Tam
1
sinaptik-ai/pandas-ai
data-visualization
1,665
MySQL columns type and result type problems
# Issue Title: pandasai Chat Function Returns Non-numeric Value for Expected Numeric Result ## Description When using the `pai.chat` function to query data, the function expects a numeric value but returns a non-numeric value, resulting in an `InvalidOutputValueMismatch` exception. Additionally, I would like to know i...
open
2025-03-10T09:35:00Z
2025-03-10T12:25:21Z
https://github.com/sinaptik-ai/pandas-ai/issues/1665
[]
Alan-zhong
2
gradio-app/gradio
data-science
10,661
ModuleNotFoundError: No module named 'websockets.asyncio' when importing supabase
### Describe the bug I am using supabase as the backend for my project and hosting it on Hugging Face. It was working about a month ago, but now I'm getting this runtime error when I try to import supabase: "ModuleNotFoundError: No module named 'websockets.asyncio'". I have added asyncio and websockets to my require...
closed
2025-02-23T19:16:44Z
2025-03-03T02:53:53Z
https://github.com/gradio-app/gradio/issues/10661
[ "bug", "needs repro" ]
loganpearce17
5
jupyterhub/zero-to-jupyterhub-k8s
jupyter
3,463
Jupyterhub stable docker image not working out of the box
Hello, Apologies in advance for polluting this repo with my request but it sounds like it should work out of the box. I'm trying to do a very basic setup on the latest version of jupyterhub and I'm stuck on something very simple. But as this is the standard docker image, I'm like what's going on... it should w...
closed
2024-07-19T08:16:27Z
2024-07-21T22:39:31Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3463
[ "support" ]
ThomasLabstep
3
MycroftAI/mycroft-core
nlp
2,656
skill keep reloading indefinitely if there are files with a future date
due to a temporary problem in my system, i ended up with a skill with __init.py modification time set in the future. this caused that skill to constantly be reloaded my mycroft core, and unloaded just after the loading was complted. took some hours of debug to understand this was actually the problem. perhaps skills...
closed
2020-08-12T14:48:15Z
2020-09-22T11:25:36Z
https://github.com/MycroftAI/mycroft-core/issues/2656
[]
notmart
1
mlfoundations/open_clip
computer-vision
918
Error loading state_dict using pre-trained checkpoint with CustomTextCLIP model
Dear developers: I recently reinstalled the latest environment for open_clip. When I tried to train new data using a pre-trained checkpoint and model, I encountered an error. The error message indicates that almost all keys in the state_dict are missing or not recognized. traning parameters are: train_command = ...
closed
2024-07-22T22:41:17Z
2024-07-23T19:36:43Z
https://github.com/mlfoundations/open_clip/issues/918
[]
cubense
2
ansible/ansible
python
84,794
delegate_to localhost listed as running on remote host in play recap
### Summary When I run a task with Ansible on a remote host and a second task locally with `delegate_to`, the summary of all tasks shows both tasks ran at the remote host and none on the local host. If I verify this, it shows that the location of where the tasks are supposed to run is correct, but the play recap is pa...
closed
2025-03-08T08:34:43Z
2025-03-18T08:01:22Z
https://github.com/ansible/ansible/issues/84794
[ "bug", "affects_2.18" ]
Spreadcat
3
graphdeco-inria/gaussian-splatting
computer-vision
921
How do I do backpropagation for depth?
We are conducting research through 3dgs. (Submodules / diff-guassian-rasterization / cuda_rasterization) I don't know how to do the backpropagation to depth here.
open
2024-08-03T02:40:11Z
2024-08-03T02:40:11Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/921
[]
Kohwang
0
Farama-Foundation/PettingZoo
api
518
[Proposal] Adding type hints
Per [this](https://sethmlarson.dev/blog/2021-10-18/tests-arent-enough-case-study-after-adding-types-to-urllib3) recently article, we really should work to add type hints to Gym over time. This is something that can be worried about after the major upcoming changes are planned, but none-the-less this is important for a ...
closed
2021-10-18T21:56:04Z
2022-05-02T22:44:43Z
https://github.com/Farama-Foundation/PettingZoo/issues/518
[ "help wanted", "in progress" ]
jkterry1
0
miguelgrinberg/Flask-SocketIO
flask
1,512
failed: WebSocket is closed before the connection is established.
**Your question** I am writing a website in Flask, use gunicorn + nginx. To exchange data with the client, I use Flask-SocketIO. I get the error in console: ``` websocket.js:88 WebSocket connection to 'ws://185.151.245.211/socket.io/?EIO=4&transport=websocket&sid=leA-pXn1TBOM1dPMAAAp' failed: websocket.js:88 We...
closed
2021-04-01T12:03:11Z
2021-04-01T13:51:46Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1512
[ "question" ]
Yasha261998
2
plotly/dash
jupyter
2,733
[BUG] dcc.Dropdown value does not update when an option is removed (regression from #1868)
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.13.0 ``` **Describe the bug** Regression #1868 When the options of a dcc.Dropdown are updated to remove a currently selected o...
closed
2024-01-29T14:44:17Z
2024-04-09T14:12:46Z
https://github.com/plotly/dash/issues/2733
[ "regression", "bug", "sev-2" ]
Thuener
1
AirtestProject/Airtest
automation
467
手机锁屏后执行脚本异常
@yimelia 在命令行里运行如下命令: py -3.6 airtest run test2.air --device android:///10.0.2.55:7556?ori_method=ADBORI&&touch_method=ADBTOUCH --log 当手机锁屏时,脚本运行结果会异常,提示找不到目标 某些手机(vivox23)无法设置永不锁屏(最多30分钟),脚本应如何设置,才能在手机锁屏时进行解锁(或者在运行前先自动进行解锁操作) 错误截图如下: ![6](https://user-images.githubusercontent.com/26775694/61603796-9bff6a00-ac...
open
2019-07-22T03:13:17Z
2019-07-22T03:32:25Z
https://github.com/AirtestProject/Airtest/issues/467
[ "bug", "module/yosemite" ]
ymdhtt
4
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,584
Applying to a general image restoration task
Hello How are you? Thanks for contributing to this project. I am going to use this method for a general image restoration (low quality -> high quality). There are several kinds of images such as blur and noise samples with noise in the low quality images. Is it possible to apply this method without any architectur...
open
2023-06-20T11:37:48Z
2023-06-20T11:37:48Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1584
[]
rose-jinyang
0
microsoft/nni
deep-learning
5,134
torch.jit._trace.TracingCheckError: Tracing failed sanity checks! ERROR: Graphs differed across invocations!
**Describe the issue**: Hello, I'm using NNI to prune my model(DD3D https://github.com/TRI-ML/dd3d). And an error as shown in the title occurred when initializing a class named ModelSpeedup. After debugging, it is found that the torch.jit.trace API was called when the TorchGraph class was initialized. However, the DD3...
closed
2022-09-21T02:29:35Z
2022-10-14T08:43:37Z
https://github.com/microsoft/nni/issues/5134
[ "waiting user confirm", "support" ]
yaoshw
9
sktime/sktime
data-science
7,368
[ENH] interfacing TSC algorithms by Dempster et al
It would be nice to add some of the state-of-art algorithms by Dempster et al (maintained primarily by Dempster = @angus924). There are two sub-points here: * end state of the interface/package architecture. The repositories by @angus924 are not full packages, only executable code. They could be turned into full ...
open
2024-11-06T09:08:26Z
2024-11-06T09:13:13Z
https://github.com/sktime/sktime/issues/7368
[ "interfacing algorithms", "module:classification", "module:transformations", "enhancement" ]
fkiraly
2
elliotgao2/toapi
flask
110
使用toapi run 时出现问题
![question](https://user-images.githubusercontent.com/26709018/35477832-f0d99f50-0407-11e8-9b6a-f2a1cb9c1364.png)
closed
2018-01-28T00:48:21Z
2018-03-04T12:12:05Z
https://github.com/elliotgao2/toapi/issues/110
[]
opooc
1
fastapi/sqlmodel
fastapi
437
Upsert of 2 table with a one to many relation onto them: fastest implementation (single vs batch vs one commit vs ?)
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X...
open
2022-09-05T11:52:41Z
2022-09-06T13:21:54Z
https://github.com/fastapi/sqlmodel/issues/437
[ "question" ]
tepelbaum
2
mage-ai/mage-ai
data-science
5,100
[BUG] Circualr reference error when returning pyspark dataframe
### Mage version latest ### Describe the bug When returning a pyspark dataframe in a data loader block, the error below is thrown: [ERROR] LocalStorage.write_json_file: Circular reference detected JSONDecodeError: Expecting value: line 1 column 1 (char 0) The above exception was the direct cause of the followin...
open
2024-05-21T20:47:05Z
2024-05-23T17:57:33Z
https://github.com/mage-ai/mage-ai/issues/5100
[ "bug" ]
MRehd
0
donnemartin/system-design-primer
python
1,031
How to ace a systems design interview link is not working
open
2024-12-15T13:17:25Z
2025-01-12T13:45:47Z
https://github.com/donnemartin/system-design-primer/issues/1031
[]
MahmoudNasser01
1
tiangolo/uvicorn-gunicorn-fastapi-docker
pydantic
20
Pull access denied for ttiangolo/uvicorn-gunicorn-fastapi
H, I get this error when I try to build an image from this tool: `pull access denied for ttiangolo/uvicorn-gunicorn-fastapi, repository does not exist or may require 'docker login': denied: requested access to the resource is denied` How can I get past this? It doesn't happen with other repos.
closed
2019-10-24T13:59:34Z
2020-04-10T17:15:58Z
https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/20
[]
PyDataBlog
3
dynaconf/dynaconf
flask
492
Checking key for being deleted too early
Checking key for being deleted too early prevents it from refreshing if the a key was delete and then set again: ``` if key in self._deleted: return default ``` ``` def get( self, key, default=None, cast=None, fresh=False, dotted_lo...
closed
2020-12-18T13:26:09Z
2021-03-01T18:35:01Z
https://github.com/dynaconf/dynaconf/issues/492
[ "bug" ]
dmugtasimov
2
wkentaro/labelme
deep-learning
389
Propose to exclude imageData from JSON annotation file. And use imagePath only for information purposes.
Now if annotation is created in JSON file, image data also is stored in JSON file. Is there any arguments for this decision? I see only disadvantages of this: 1) sometimes it seems to be convenient to handle annotation files manually: create it for new image on the basis of one or may be several other files and then u...
closed
2019-05-06T11:28:25Z
2020-01-27T01:27:28Z
https://github.com/wkentaro/labelme/issues/389
[]
IlyaOvodov
9
onnx/onnx
machine-learning
6,289
[Feature request] Implement the reference runtime with the array api
### System information _No response_ ### What is the problem that this feature solves? Enable multi backend support in the reference runtime. ### Alternatives considered _No response_ ### Describe the feature https://github.com/data-apis/array-api-compat ### Will this influence the current api (Y/N)? _No resp...
open
2024-08-08T22:33:44Z
2025-01-01T17:46:43Z
https://github.com/onnx/onnx/issues/6289
[ "topic: enhancement", "module: reference implementation", "contributions welcome" ]
justinchuby
1
marshmallow-code/apispec
rest-api
76
Getting Assert when using many=True
Getting this assert when I use a Marshmallow schema with many=True > Schemas with many=True are only supported for 'json' location (aka 'in: body') apispec/ext/marshmallow/swagger.py ~230. I am using the following decorator: `@use_kwargs(MySchema(many=True), locations=('json',))`
closed
2016-05-20T15:37:38Z
2016-05-20T18:43:44Z
https://github.com/marshmallow-code/apispec/issues/76
[]
incognick
1
ScrapeGraphAI/Scrapegraph-ai
machine-learning
777
use in windows 10 error : UnboundLocalError: local variable 'browser' referenced before assignment
playwright install : ![image](https://github.com/user-attachments/assets/cdb5899f-8171-4b08-803c-b2d7fdd2cb85) use : ![image](https://github.com/user-attachments/assets/637460b9-371d-4e8a-aa6a-85fadd434604) error : **UnboundLocalError: local variable 'browser' referenced before assignment** detai...
closed
2024-10-29T14:05:21Z
2025-01-06T04:19:58Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/777
[]
1272870698
11
ultralytics/ultralytics
machine-learning
19,055
OBB does not return boxes, despite producing an image and bounding box visualizations
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hi, I'm encountering an issue where the YOLO models (`yolo11n-obb.pt`, `yol...
closed
2025-02-04T05:51:50Z
2025-02-17T05:28:55Z
https://github.com/ultralytics/ultralytics/issues/19055
[ "question", "OBB" ]
FabianEP11
8
PokeAPI/pokeapi
graphql
217
App Showcase section
We get a tonne of new apps being developed with PokéAPI. We should build a section that helps to promote them, especially ones that are new and from first-time programmers. This doesn't need to be anything fancy, but a simple form for people to submit their projects with a URL link and an image, with a simple way of a...
closed
2016-06-24T15:55:09Z
2017-06-12T12:51:54Z
https://github.com/PokeAPI/pokeapi/issues/217
[ "enhancement" ]
phalt
3
ploomber/ploomber
jupyter
758
Do not override user settings when running cloud set-key tests
Some of the cloud tests call the set-key command to verify the functionality. However, this causes the user's existing key to be overridden after running the tests. We should add a `pytest.fixture` that backs up the user settings and it restores them after the test runs. Essentially, we need to backup the file that ...
closed
2022-05-12T22:11:22Z
2022-05-19T02:42:57Z
https://github.com/ploomber/ploomber/issues/758
[ "good first issue" ]
edublancas
2
ets-labs/python-dependency-injector
asyncio
816
Cannot build using GCC v13 & v14
Hello, I cannot install dependency injector having versions 13 and 14 of gcc on my system. Could you provide any information which versions of gcc are supported?
open
2024-09-04T21:01:40Z
2024-12-08T10:39:14Z
https://github.com/ets-labs/python-dependency-injector/issues/816
[]
fedya-eremin
1
gradio-app/gradio
data-visualization
10,211
Gallery preview row unable to display large number of images (overflow images are hidden and cannot be selected)
### Describe the bug <img width="1439" alt="image" src="https://github.com/user-attachments/assets/7e8e1de0-1bbf-477c-afb6-af5a62fe269f" /> <img width="1439" alt="image" src="https://github.com/user-attachments/assets/216ad393-772c-4875-9385-cf7ba57e2efe" /> ### Have you searched existing issues? 🔎 - [X] I ...
open
2024-12-16T15:14:14Z
2024-12-16T16:50:42Z
https://github.com/gradio-app/gradio/issues/10211
[ "bug" ]
xiaomofa
0
LibreTranslate/LibreTranslate
api
375
Bug after latest update: cannot start
On a `linux/amd64` machine docker-compose.yaml: ```yaml services: libretranslate: image: libretranslate/libretranslate container_name: libretranslate hostname: libretranslate environment: # https://github.com/LibreTranslate/LibreTranslate#arguments # https://github.com/LibreTrans...
closed
2023-01-01T17:01:58Z
2023-01-01T18:41:25Z
https://github.com/LibreTranslate/LibreTranslate/issues/375
[ "bug" ]
schklom
2
deeppavlov/DeepPavlov
nlp
1,385
Create Architecture Diagram of DeepPavlov Library
closed
2021-01-27T09:16:05Z
2023-07-06T12:07:44Z
https://github.com/deeppavlov/DeepPavlov/issues/1385
[]
danielkornev
4
ccxt/ccxt
api
24,813
fetchOHLCV issue with 'since' ?
### Operating System Windows ### Programming Languages JavaScript ### CCXT Version last ### Description Hi, I contact you because I think I've found a bug with the Alpaca integration, I try to fetch the candles, then I use the following code: ``` const symbol = 'BTC/USDT'; const timeframe =...
closed
2025-01-09T13:23:50Z
2025-01-11T17:56:40Z
https://github.com/ccxt/ccxt/issues/24813
[]
vd3d
4
dpgaspar/Flask-AppBuilder
flask
1,601
Unable to Expose POST method in BaseView
If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide any extra information that may be useful ### Environment Flask-Appbuilder version: 3.2.1 pip freeze output: ### Describe the expected results Tell us what should happen. ```python Paste a minimal example that cau...
closed
2021-04-06T16:14:31Z
2021-07-21T03:21:44Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1601
[ "stale" ]
naresnayak
2
dgtlmoon/changedetection.io
web-scraping
1,920
[feature] Wachete import / export as Wachete alternative
It's possible to export your waches from Wachete, so it should be possible to import their XLS file directly into changedetection.io The format looks fairly clean, I think it should be no problems. We can even try to keep their UUIDs [wachete-export-example.xlsx](https://github.com/dgtlmoon/changedetection.io/fil...
closed
2023-10-31T14:57:54Z
2023-11-01T18:23:37Z
https://github.com/dgtlmoon/changedetection.io/issues/1920
[ "enhancement" ]
dgtlmoon
2
graphql-python/graphene-mongo
graphql
40
unable to install via pip - Some packages may not be found!
Error: Download error on https://pypi.python.org/simple/pytest-runner/: EOF occurred in violation of protocol (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'pytest-runner' (maybe misspelled?) I resolved the problem by: 1. I have to go to https://pypi.org/simple/pytest-runner/ 2...
closed
2018-07-13T09:07:33Z
2018-08-30T07:47:13Z
https://github.com/graphql-python/graphene-mongo/issues/40
[ "work in progress" ]
ahmad88me
2
google/seq2seq
tensorflow
361
Error while executing
I am executing the following command as a batch file on windows10 `python -m bin.train --config_paths="C:\Users\seq2seqten\data\Configs\basicconfig" --model_params "vocab_source: C:\Users\seq2seqten\data\knowdata\" --input_pipeline_train "class: ParallelTextInputPipeline params: source_files: - C:\Users\seq2seqten\...
open
2019-09-14T16:16:44Z
2019-09-14T16:17:07Z
https://github.com/google/seq2seq/issues/361
[]
newmluser
0
deepfakes/faceswap
deep-learning
904
Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR when Extracting
Error on extrace: ``` 2019-10-14 00:35:36.958535: E tensorflow/stream_executor/cuda/cuda_dnn.cc:329] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR 2019-10-14 00:35:36.964129: E tensorflow/stream_executor/cuda/cuda_dnn.cc:329] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR 10/14/2019 00:35...
closed
2019-10-13T13:56:34Z
2020-02-03T10:26:09Z
https://github.com/deepfakes/faceswap/issues/904
[]
Futtttz
1
vitalik/django-ninja
pydantic
1,384
How to set CSRF_HEADER_NAME with CORS
Hi, I'm having troubles to understand how to make CSRF protection work with CORS. Using ```py api = NinjaAPI(auth=SessionAuth(csrf=true)) ``` and looking at the implementation, The `ninja.utils.check_csrf` method will be called for all requests. In particular, the method `CsrfViewMiddleware.process_view` will b...
closed
2025-01-08T14:12:39Z
2025-01-08T17:13:30Z
https://github.com/vitalik/django-ninja/issues/1384
[]
Quetute
1
dunossauro/fastapi-do-zero
sqlalchemy
210
Revisar o ultimo erro da aula de CI
closed
2024-07-19T18:50:05Z
2024-07-19T23:28:39Z
https://github.com/dunossauro/fastapi-do-zero/issues/210
[]
dunossauro
0