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
pyjanitor-devs/pyjanitor
pandas
544
Welcome Zijie to the team!
On the basis of his contribution to extend pyjanitor to be compatible with pyspark, I have added @zjpoh to the team. Welcome on board! Zijie and @anzelpwj have the most experience amongst us with pyspark, and I'm looking forward to seeing their contributions! cc: @zbarry @szuckerman @hectormz @shandou @sallyhong...
closed
2019-08-23T21:57:33Z
2019-09-06T23:16:42Z
https://github.com/pyjanitor-devs/pyjanitor/issues/544
[]
ericmjl
2
Anjok07/ultimatevocalremovergui
pytorch
724
Performance decreases with high batch size
If I set the batch size to a value like 10, I get higher ram usage, around 100GB/128GB of ram usage, but the performance actually seems to get worse. Is this expected?
open
2023-08-07T18:51:38Z
2023-08-08T00:07:00Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/724
[]
GilbertoRodrigues
0
flasgger/flasgger
rest-api
623
Can syntax highlighting be supported?
In future planning, can syntax highlighting be used in description?
open
2024-08-13T04:21:10Z
2024-08-13T04:23:01Z
https://github.com/flasgger/flasgger/issues/623
[]
rice0524168
0
OpenInterpreter/open-interpreter
python
1,109
Is the %% [commands] implemented not yet? Or is it a bug?
### Describe the bug I found the following message when I looked at %help. <img width="401" alt="image" src="https://github.com/OpenInterpreter/open-interpreter/assets/2724312/ae75d188-8ffa-413d-a5c7-3f61dcc9be44"> According to this Help, `%% [commands]` seems to allow you to execute shell commands in the Interp...
open
2024-03-22T10:30:08Z
2024-03-31T02:12:42Z
https://github.com/OpenInterpreter/open-interpreter/issues/1109
[ "Bug", "Help Required", "Triaged" ]
ynott
3
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,201
No gradient penalty in WGAN-GP
When computing WGAN-GP loss, the cal_gradient_penalty function is not called, and gradient penalty is not applied.
open
2020-11-29T14:58:05Z
2020-11-29T14:58:05Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1201
[]
GwangPyo
0
JaidedAI/EasyOCR
deep-learning
320
Can it be used in php?
Can it be used in php?
closed
2020-12-02T06:33:20Z
2022-03-02T09:24:09Z
https://github.com/JaidedAI/EasyOCR/issues/320
[]
netwons
0
hankcs/HanLP
nlp
1,904
pip install hanlp[full]时,会安装Collecting tensorflow>=2.8.0 Using cached tensorflow-2.17.0-cp39-cp39-win_amd64.whl (2.0 kB)
<!-- 感谢找出bug,请认真填写下表: --> **Describe the bug** A clear and concise description of what the bug is. **Code to reproduce the issue** Provide a reproducible test case that is the bare minimum necessary to generate the problem. ```python # 在Windows 11 23H2系统上运行以下命令 pip install hanlp[full] ``` **Describe ...
closed
2024-08-21T12:57:55Z
2024-08-22T01:16:28Z
https://github.com/hankcs/HanLP/issues/1904
[ "bug" ]
qingting04
1
mirumee/ariadne-codegen
graphql
308
include_all_inputs = false leads to IndexError in isort
`ariadne-codegen --config ariadne-codegen.toml` runs fine unless I add `include_all_inputs = false` in my `ariadne-codegen.toml` file. With include_all_inputs = false command fails with error: ``` File "/Users/user/my-project/venv/bin/ariadne-codegen", line 8, in <module> sys.exit(main()) ^^^^^...
open
2024-08-13T17:07:40Z
2025-01-08T18:54:46Z
https://github.com/mirumee/ariadne-codegen/issues/308
[]
weblab-misha
7
MaartenGr/BERTopic
nlp
2,304
Lightweight installation: use safetensors without torch
### Feature request Remove dependency on `torch` when loading the topic model saved with safetensors. ### Motivation I was happy to find [the guide](https://maartengr.github.io/BERTopic/getting_started/tips_and_tricks/tips_and_tricks.html#lightweight-installation) to lightweight bertopic installation (without `torc...
closed
2025-03-13T12:05:01Z
2025-03-17T07:40:01Z
https://github.com/MaartenGr/BERTopic/issues/2304
[]
hedgeho
1
PokeAPI/pokeapi
api
495
Wurmple evolution chain error.
In https://pokeapi.co/api/v2/evolution-chain/135/, Cascoon is set as an evolution of Silcoon instead of Wurmple.
closed
2020-05-25T10:18:14Z
2020-06-03T18:23:11Z
https://github.com/PokeAPI/pokeapi/issues/495
[ "duplicate" ]
ESSutherland
6
netbox-community/netbox
django
18,585
Filtering circuits by location not working
### Deployment Type NetBox Cloud ### NetBox Version v4.2.3 ### Python Version 3.11 ### Steps to Reproduce 1. Attach a location to a circuit as a termination point. 2. Go to the location and under "Related objects" click on circuits (or circuits terminations). 3. `https://netbox.local/circuits/circuits/?location_...
closed
2025-02-06T10:39:02Z
2025-02-18T18:33:08Z
https://github.com/netbox-community/netbox/issues/18585
[ "type: bug", "status: accepted", "severity: low" ]
Azmodeszer
0
DistrictDataLabs/yellowbrick
matplotlib
949
Some plot directive visualizers not rendering in Read the Docs
Currently on Read the Docs (develop branch), a few of our visualizers that use the plot directive (#687) are not rendering the plots: - [Classification Report](http://www.scikit-yb.org/en/develop/api/classifier/classification_report.html) - [Silhouette Scores](http://www.scikit-yb.org/en/develop/api/cluster/silhoue...
closed
2019-08-15T20:58:39Z
2019-08-29T00:03:24Z
https://github.com/DistrictDataLabs/yellowbrick/issues/949
[ "type: bug", "type: documentation" ]
rebeccabilbro
1
ets-labs/python-dependency-injector
asyncio
31
Make Objects compatible with Python 3.3
Acceptance criterias: - Tests on Python 3.3 passed. - Badge with supported version added to README.md
closed
2015-03-17T13:02:30Z
2015-03-26T08:03:49Z
https://github.com/ets-labs/python-dependency-injector/issues/31
[ "enhancement" ]
rmk135
0
qwj/python-proxy
asyncio
126
reconnect ssh proxy session
Hi, Please add ability to reconnect ssh session after disconnect. Current behavior after a failed or disconnected ssh session is just a session state notification in the log: ``` May 03 22:21:48 debian jumphost.py[1520]: ERROR:asyncio: Task exception was never retrieved May 03 22:21:48 debian jumphost.py[1520]: f...
closed
2021-05-03T19:32:33Z
2021-05-11T23:04:18Z
https://github.com/qwj/python-proxy/issues/126
[]
keenser
2
biolab/orange3
pandas
6,129
Orange installed from conda/pip does not have an icon (on Mac)
### Discussed in https://github.com/biolab/orange3/discussions/6122 <div type='discussions-op-text'> <sup>Originally posted by **DylanZDD** September 4, 2022</sup> <img width="144" alt="Screen Shot 2022-09-04 at 12 26 04" src="https://user-images.githubusercontent.com/44270787/188297386-c463907c-9e7f-45ea-b46f-...
closed
2022-09-05T11:49:28Z
2023-01-20T08:39:42Z
https://github.com/biolab/orange3/issues/6129
[ "bug", "snack" ]
markotoplak
0
glumpy/glumpy
numpy
6
ffmpeg dependency
Every gloo-*.py example seems to depend on ffmpeg. The problem is that python executes the package `__init__.py` file (`glumpy/ext/__init__.py`) even if one wants to import only from a sub-package (`from glumpy.ext.inputhook import inputhook_manager, stdin_ready`). Seems to me this "always import ffmpeg" feature is not...
closed
2014-11-18T18:45:38Z
2014-11-27T08:45:38Z
https://github.com/glumpy/glumpy/issues/6
[]
fdkz
1
davidsandberg/facenet
computer-vision
821
AttributeError: 'dict' object has no attribute 'iteritems'
Epoch: [1][993/1000] Time 0.462 Loss nan Xent nan RegLoss nan Accuracy 0.456 Lr 0.00005 Cl nan Epoch: [1][994/1000] Time 0.447 Loss nan Xent nan RegLoss nan Accuracy 0.556 Lr 0.00005 Cl nan Epoch: [1][995/1000] Time 0.471 Loss nan Xent nan RegLoss nan Accuracy 0.489 Lr 0.00005 Cl nan Epoch: [1][996/1000] Time 0.469 ...
closed
2018-07-27T02:32:16Z
2021-12-20T15:04:53Z
https://github.com/davidsandberg/facenet/issues/821
[]
alanMachineLeraning
3
tflearn/tflearn
data-science
741
how to build ResNet 152-layer model and extract the penultimate hidden layer's image feature
Now I got a pre-trained ResNet 152-layer model [](http://download.tensorflow.org/models/resnet_v1_152_2016_08_28.tar.gz) I just want to use this 152-layer model to extract the image feature, now i want to extract the penultimate hidden layer's image feature (just as show in the code). 1. The main question is how to...
open
2017-05-05T12:05:01Z
2017-07-26T08:49:35Z
https://github.com/tflearn/tflearn/issues/741
[]
willduan
3
jupyterlab/jupyter-ai
jupyter
485
Empty string config fields cause confusing errors
## Description If a user types into a config field, then deletes what was written, then clicks save, sometimes the field is saved as an empty string `""`. This can cause confusing behavior because this will then be passed as a keyword argument to the underlying LangChain provider. Next steps are to 1. Set up t...
open
2023-11-21T18:22:40Z
2023-11-21T18:23:09Z
https://github.com/jupyterlab/jupyter-ai/issues/485
[ "bug" ]
dlqqq
0
vastsa/FileCodeBox
fastapi
74
可以做对S3对象存储协议兼容吗?
希望能对接minio 兼容s3接口,应该是和oss类似,是否可以使用oss对接minio?希望能做一点S3兼容就可以更多存储对接了
closed
2023-07-06T09:19:48Z
2023-08-15T09:26:20Z
https://github.com/vastsa/FileCodeBox/issues/74
[]
Oldming1
2
gradio-app/gradio
data-visualization
10,399
TabbedInterface does not work with Chatbot defined in ChatInterface
### Describe the bug When defining a `Chatbot` in `ChatInterface`, the `TabbedInterface` does not render it properly. ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction ```python import gradio as gr def chat(): return "Hello" chat_ui = gr.ChatInter...
open
2025-01-21T17:11:08Z
2025-01-22T17:19:36Z
https://github.com/gradio-app/gradio/issues/10399
[ "bug" ]
arnaldog12
2
babysor/MockingBird
deep-learning
381
两种预置声码器各有优缺点,该在什么方向上改进?
预置的两种声码器g_hifigan和pretained, 用g_hifigan的生成出来的音频,音色特别准,但是会带有电音 用pretained的生成出来的音频,音色没那么准,音量也会变小,但是就不会带电音 这种问题应该往哪个方向去改进?使得结果两种优点都具有 是声码器训练问题?还是源音频的问题?还是合成器?
open
2022-02-10T10:36:47Z
2022-02-10T12:51:42Z
https://github.com/babysor/MockingBird/issues/381
[]
funboomen
1
ivy-llc/ivy
pytorch
28,344
Fix Frontend Failing Test: tensorflow - math.tensorflow.math.argmax
To-do List: https://github.com/unifyai/ivy/issues/27499
closed
2024-02-20T09:49:40Z
2024-02-20T15:36:42Z
https://github.com/ivy-llc/ivy/issues/28344
[ "Sub Task" ]
Sai-Suraj-27
0
gradio-app/gradio
data-visualization
10,160
gr.BrowserState first variable entry is not value, its default_value
### Describe the bug One cannot replace gr.State with gr.BrowserState because assigning "value" causes an error, and the first entry is default_value. This causes multiple headaches in replacing one with the other. Having "default_value" be the first input also breaks the standard for of all other components. ###...
closed
2024-12-09T17:43:14Z
2024-12-12T15:34:17Z
https://github.com/gradio-app/gradio/issues/10160
[ "bug", "pending clarification" ]
robwsinnott
2
koaning/scikit-lego
scikit-learn
221
add --pre-commit features
our ci jobs are taking a longer time now and since 25% of the issues are flake related it may be a good idea to add black to this project and force it with a pre commit hook @MBrouns objections?
closed
2019-10-18T14:09:08Z
2020-01-24T21:41:41Z
https://github.com/koaning/scikit-lego/issues/221
[ "enhancement" ]
koaning
2
roboflow/supervision
deep-learning
1,038
Opencv channel swap in ImageSinks
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Hello I realize opencv used BGR instead of RGB, and therefore, the following code will cause channel swap: ```python with sv.ImageSink(t...
closed
2024-03-24T21:48:00Z
2024-03-26T01:46:31Z
https://github.com/roboflow/supervision/issues/1038
[ "enhancement" ]
zhmiao
3
dot-agent/nextpy
pydantic
157
Why hasn't this project been updated for a while
This is a good project, but it hasn't been updated for a long time. Why is that
open
2024-09-23T09:25:54Z
2025-01-13T12:36:11Z
https://github.com/dot-agent/nextpy/issues/157
[]
redpintings
2
scikit-learn/scikit-learn
machine-learning
30,594
DOC: Example of `train_test_split` with `pandas` DataFrames
### Describe the issue linked to the documentation Currently, the example [here](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html) only illustrates the use case of `train_test_split` for `numpy` arrays. I think an additional example featuring a `pandas` DataFrame would ...
closed
2025-01-06T11:53:30Z
2025-02-06T10:44:52Z
https://github.com/scikit-learn/scikit-learn/issues/30594
[ "Documentation" ]
victoris93
2
horovod/horovod
tensorflow
3,181
Horovod stalled ranks when using hvd.SyncBatchNorm in pytorch amp mode
Excuse me! Recently I use hvd.SyncBatchNorm to train pytorch resnet50, followed [this pr](https://github.com/horovod/horovod/pull/3018/files) and find the phenomenon that the horovod stalled rank when using pytorch amp mode. When disabling amp, it workes normly. All above experiments using `single machine 8gpus`. !...
closed
2021-09-27T07:33:08Z
2021-12-18T14:28:20Z
https://github.com/horovod/horovod/issues/3181
[ "wontfix" ]
wuyujiji
6
scikit-image/scikit-image
computer-vision
7,331
The function skimage.util.compare_images fails silently if called with integers matrices
### Description: I was trying to call the `skimage.util.compare_images` with integers matrices (the documentation does not prevent this). The function does return a value, but not the expected one. I found out that the function `skimage.util.img_as_float32` called in `skimage.util.compare_images` does not convert...
open
2024-02-29T12:46:04Z
2024-09-08T02:37:35Z
https://github.com/scikit-image/scikit-image/issues/7331
[ ":sleeping: Dormant", ":bug: Bug" ]
Hish15
2
sigmavirus24/github3.py
rest-api
936
Allow preventing file contents retrieval to enable updating large files
Please allow creating a `file_contents` object without retrieving the current contents. This is because [GitHub's contents API only supports retrieving files up to 1mb](https://developer.github.com/v3/repos/contents/#get-contents), and I need to update a file that is larger than 1mb but not necessarily read it. I would...
open
2019-04-16T01:00:07Z
2019-04-16T01:00:07Z
https://github.com/sigmavirus24/github3.py/issues/936
[]
stevennyman
0
nolar/kopf
asyncio
353
[PR] Force annotations to end strictly with alphanumeric characters
> <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2020-04-28 11:05:15+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/pull/353 > Merged by [nolar](https://githu...
closed
2020-08-18T20:04:28Z
2020-08-23T20:57:43Z
https://github.com/nolar/kopf/issues/353
[ "bug", "archive" ]
kopf-archiver[bot]
0
deepfakes/faceswap
deep-learning
800
ValueError: Error initializing Aligner
**Describe the bug** Extract Exception **To Reproduce** Steps to reproduce the behavior: 1. download Releases from [https://github.com/deepfakes/faceswap/releases/download/v1.0.0/faceswap_setup_x64.exe](url) 2. install it 3. open FaceSwap and select Extract page ,input 'input dir' & 'output dir' 4. click Extra...
closed
2019-07-20T01:22:15Z
2019-07-20T09:59:27Z
https://github.com/deepfakes/faceswap/issues/800
[]
463728946
1
sigmavirus24/github3.py
rest-api
523
"422 Invalid request" when creating a commit without author and/or committer
[The document](http://github3py.readthedocs.org/en/latest/repos.html) says `author` and `committer` parameter of `create_commit` method is optional but it seems not true. ``` >>> commit = repo.create_commit('test commit', t.sha, []) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/...
closed
2015-12-26T12:21:47Z
2018-03-22T02:23:45Z
https://github.com/sigmavirus24/github3.py/issues/523
[]
eungjun-yi
2
thtrieu/darkflow
tensorflow
461
restore cnn in native tensorflow
thanks for project. it works well on my custom dataset. i want to restore only cnn (from input to last convolution layer) in native tensorflow (or tf slim), how to do it? thanks!
open
2017-12-05T21:03:10Z
2018-01-08T03:55:05Z
https://github.com/thtrieu/darkflow/issues/461
[]
ghost
0
nolar/kopf
asyncio
400
[archival placeholder]
This is a placeholder for later issues/prs archival. It is needed now to reserve the initial issue numbers before going with actual development (PRs), so that later these placeholders could be populated with actual archived issues & prs with proper intra-repo cross-linking preserved...
closed
2020-08-18T20:05:38Z
2020-08-18T20:05:39Z
https://github.com/nolar/kopf/issues/400
[ "archive" ]
kopf-archiver[bot]
0
sammchardy/python-binance
api
721
Instance of 'Client' has no 'futures_coin_account_trades'
Hi, I have been using this lib since December till now. Thank you for the contributor for this python-binance! Recently I had updated to version 0.7.9, however, the futures_coin_XXX() functions are all not able to be called. Here is the sample code I am using: ``` # Get environment variables api_key = os.e...
open
2021-03-06T06:54:12Z
2021-03-12T22:33:40Z
https://github.com/sammchardy/python-binance/issues/721
[]
zyairelai
1
twelvedata/twelvedata-python
matplotlib
1
[Bug] get_stock_exchanges_list not working
**Describe the bug** it is not possible to call the function td.get_stock_exchanges_list() **To Reproduce** When using td.get_stock_exchanges_list() python returns: ``` /usr/local/lib/python3.6/dist-packages/twelvedata/client.py in get_stock_exchanges_list(self) 44 :rtype: StockExchangesListRequest...
closed
2020-01-08T13:14:33Z
2020-01-13T00:11:29Z
https://github.com/twelvedata/twelvedata-python/issues/1
[]
bandor151
1
KevinMusgrave/pytorch-metric-learning
computer-vision
421
Cannot allocate memory : Getting RAM full issue while using 110 GB RAM and 1024 memory queue size.
Hi Kevin, I have around 15k images and around 6k labels for them. While training for the first epoch itself, I see that my 110GB RAM space is occupied and hence the trainnig stops with error: `RuntimeError: [enforce fail at CPUAllocator.cpp:68] . DefaultCPUAllocator: can't allocate memory: you tried to allocate 513...
closed
2022-02-09T13:04:07Z
2022-02-10T07:29:42Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/421
[ "question" ]
abhinav3
6
explosion/spaCy
machine-learning
12,140
ro_core_news_lg missing
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour <!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> Click on https://spacy.io/models/ro#ro_core_news_lg or try python -m sp...
closed
2023-01-22T07:58:52Z
2023-03-03T01:43:41Z
https://github.com/explosion/spaCy/issues/12140
[ "lang / ro" ]
TigranI
4
uriyyo/fastapi-pagination
fastapi
842
Pagination is not working with tortoise-orm version 0.20.0
Hi! I'm trying to use pagination with the latest version of `tortoise-orm (0.20.0)` according to the [official integration tortoise-orm example](https://github.com/uriyyo/fastapi-pagination/blob/main/examples/pagination_tortoise.py). But it's not working and getting pydantic model serialization error. Later trie...
closed
2023-09-22T17:42:26Z
2023-09-26T15:04:42Z
https://github.com/uriyyo/fastapi-pagination/issues/842
[ "bug" ]
xalien10
4
jonaswinkler/paperless-ng
django
1,332
[BUG] How to debug classifier that doesn't auto classify?
The model seems generated according to the admin/log, yet after consumption nothing else happens to any new documents. Before a certain(?) amount of documents the log contained `classify..no model existing yet..`. Now `consumption finished` remains the last output for each document. I've tried: - Creating an ...
open
2021-09-21T10:05:11Z
2021-09-21T14:54:02Z
https://github.com/jonaswinkler/paperless-ng/issues/1332
[]
RidaAyed
0
pandas-dev/pandas
python
60,933
BUG: Converting string of type lxml.etree._ElementUnicodeResult to a datetime using pandas.to_datetime results in a TypeError.
### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
open
2025-02-14T16:44:17Z
2025-02-14T22:36:44Z
https://github.com/pandas-dev/pandas/issues/60933
[ "Bug", "Needs Discussion", "datetime.date" ]
bentriom
2
flavors/django-graphql-jwt
graphql
201
Need 'get_all_permissions' method like in django.contrib.auth
Need a way to get_all_permissions like its available in django.contrib.auth
closed
2020-05-16T06:50:30Z
2020-08-02T07:37:10Z
https://github.com/flavors/django-graphql-jwt/issues/201
[]
arjun2504
1
flairNLP/flair
pytorch
3,348
[Feature]: Add support for MobIE NER Dataset
### Problem statement Hey, in my latest [blog post](https://huggingface.co/blog/stefan-it/autotrain-flair-mobie) I used the MobIE NER Dataset to show how to fine-tune models with Flair. I wrote a custom dataset loader for the MobIE NER Dataset: The German MobIE Dataset was introduced in the [MobIE](https://...
closed
2023-10-23T11:41:14Z
2023-10-24T13:43:35Z
https://github.com/flairNLP/flair/issues/3348
[ "feature" ]
stefan-it
1
autogluon/autogluon
data-science
4,742
[Feature Request]: Ensembling multiple individual `TabularPredictor`s
Sometimes we need to run several experiments one by one to gain insights for the project. And we get many versions of Autogluon models. Now I am interested in ensembling previous autogluon models together. This is different to the internel ensembling of each autogluon model itself. How can I implement this?
closed
2024-12-18T12:33:04Z
2025-01-12T18:27:59Z
https://github.com/autogluon/autogluon/issues/4742
[ "enhancement", "module: tabular" ]
2catycm
4
yt-dlp/yt-dlp
python
12,258
ERROR: [youtube] RZ8ZwL3VY8U: Failed to extract any player response;
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
closed
2025-02-02T07:04:34Z
2025-02-02T16:09:50Z
https://github.com/yt-dlp/yt-dlp/issues/12258
[ "question" ]
peterkurnev
5
encode/uvicorn
asyncio
1,878
uvicorn suddenly shudown
currently, i'm using fast API for my new service, and using uvicorn to run it here my main.py ```python uvicorn.run(app, port=app_config.APP_PORT, host="0.0.0.0", log_level="debug") ``` ```docker FROM python:3.11.2-alpine3.16 as build_base RUN apk update && apk upgrade && \ apk --no-cache --update add b...
closed
2023-02-28T11:07:02Z
2023-02-28T11:08:31Z
https://github.com/encode/uvicorn/issues/1878
[]
sjuliper7
0
gee-community/geemap
jupyter
2,231
geemap import fails on GitHub actions
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information Github runner setup: ``` Current runner version: '2.322.0' Operating System Runner Image Runner Image Provisioner GITHUB_TOKEN Permissions Secret source: Actions Prepare workflow directory Prepare all required actions Ge...
closed
2025-03-04T23:19:07Z
2025-03-05T23:39:40Z
https://github.com/gee-community/geemap/issues/2231
[ "bug" ]
dharp
10
ageitgey/face_recognition
machine-learning
1,621
Getting accuracy of 94% while doing cosine simmilarity on face encodings
* face_recognition version: 1.3.0 * Python version: 3.12 * Operating System: OSX ### Description It is given in Readme that modal is having 99% accuracy. While upserting approx 500 face encodings in vector database, we ran the benchmark and found out that accuracy is 94%. We are trying to understand if somethin...
open
2024-12-16T15:45:06Z
2024-12-16T16:13:48Z
https://github.com/ageitgey/face_recognition/issues/1621
[]
avirajkhare00
0
harry0703/MoneyPrinterTurbo
automation
192
合成视频的时候报这个错误
![QQ20240408-145222](https://github.com/harry0703/MoneyPrinterTurbo/assets/19278224/887fc176-6d7e-4805-bc8d-6f08f426b7f6) 合成视频的时候报这个错误convert-im6.q16: attempt to perform an operation not allowed by the security policy ImageMagick已经安装了
closed
2024-04-08T06:57:07Z
2024-04-13T13:37:15Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/192
[]
okmija
1
gradio-app/gradio
data-science
10,122
Unable to display video in a gr.HTML() component
### Describe the bug I want to display a video in gr.HTML(). It works with Gradio==4.44.0, But as soon as I upgrade to the newest version it stops working and the video is not shown. When I downgrade to 4.44.0 version, it works, so the code and paths and permissions are correct. I also tried static folder and set_sta...
closed
2024-12-04T18:45:45Z
2025-03-24T10:05:04Z
https://github.com/gradio-app/gradio/issues/10122
[ "bug" ]
HamoonJafarianTR
3
Kanaries/pygwalker
plotly
423
Data inferring - dates, datetimes, etc.
Currently Pygwalker assigns to types of data: facts(#) and dimensions. I would love it to recognize dates, datetimes and other time-related dimensions, so it would allow: - Datetime filtering - Datetime slicing with a hierarchy (year-month-day-etc.) - Relative and absolute datetime functions I have tried t...
closed
2024-02-02T22:46:55Z
2024-02-26T01:01:18Z
https://github.com/Kanaries/pygwalker/issues/423
[]
Vfisa
1
localstack/localstack
python
12,171
bug: localstack includes vulnerable python package setuptools 65.5.1 CVE-2024-6345
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Current localstack release includes vulnerable python package setuptools 65.5.1 (CVE-2024-6345) Fixed version 75.8.0 is already available https://nvd.nist.gov/vuln/detail/cve-2024-6345 "A vulnerability in the pac...
open
2025-01-23T11:36:10Z
2025-01-27T16:03:41Z
https://github.com/localstack/localstack/issues/12171
[ "type: bug", "status: backlog" ]
gianlucabonetti
0
geopandas/geopandas
pandas
2,899
BUG: Possible bug in test_geodataframe.py, test_sjoin being skipped by impossible condition
- [ x] I have checked that this issue has not already been reported. - [x ] I have confirmed this bug exists on the latest version of geopandas. - [x ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/201...
closed
2023-05-22T08:28:00Z
2023-06-09T09:11:10Z
https://github.com/geopandas/geopandas/issues/2899
[ "Testing" ]
chris-hedemann
2
pyjanitor-devs/pyjanitor
pandas
636
[ENH] Expose sparse library functions
XArray supports the [Sparse](https://github.com/pydata/sparse) package but doesn't expose the functions to convert to/from sparse objects. These functions could be nicely packaged in pyjanitor to do so: ```python import sparse @register_xarray_dataarray_method def to_scipy_sparse( da: xr.DataArray, ) -> x...
open
2020-02-22T16:01:10Z
2020-02-25T14:06:20Z
https://github.com/pyjanitor-devs/pyjanitor/issues/636
[ "enhancement", "good first issue", "good intermediate issue", "available for hacking" ]
zbarry
0
wkentaro/labelme
computer-vision
705
Pre-Compiled Binaries?
The main readme states that "there are pre-built executables in the release section." I tried downloading several releases but could not find bin files in any of them. Could you please say which versions include executables in them or add a page with downloads of the latest stable version? if possible for Mac / Win...
closed
2020-06-29T04:36:01Z
2020-07-16T01:47:29Z
https://github.com/wkentaro/labelme/issues/705
[]
yurikleb
6
krish-adi/barfi
streamlit
4
Enhancement Request: Categorize Blocks
The submenu for new blocks gets really long if you have quite a few blocks. Wondering if it is possible to categorize blocks so that in the JS frontend when you create a new block, you see the main category and then the blocks that fall under that specific category.
closed
2022-07-14T00:46:03Z
2022-07-21T19:54:35Z
https://github.com/krish-adi/barfi/issues/4
[ "enhancement" ]
zabrewer
5
facebookresearch/fairseq
pytorch
4,990
The difference between 'complete' and 'complete_doc' in class TokenBlockDataset
I found that we i use 'break_mode=complete' and 'break_mode=complete_doc', i got the same results. It seemed that `complete_doc` also crossed documents my fairseq==0.10.0
open
2023-02-23T12:53:57Z
2023-02-23T13:06:08Z
https://github.com/facebookresearch/fairseq/issues/4990
[ "question", "needs triage" ]
ShiyuNee
1
huggingface/transformers
pytorch
36,562
Stop output to stdout in streamers.py methods
### System Info transformers 4.48.3 on MacOS 15.4 or Ubuntu 6.8.0-1019-ibm using Python 3.11.11 ### Who can help? @gante et al: I'm using the AsyncTextIteratorStreamer (and others) in streamers.py to receive tokens as they become available. However, the code is printing a status message to stdout for each iteration...
open
2025-03-05T14:08:53Z
2025-03-19T17:38:31Z
https://github.com/huggingface/transformers/issues/36562
[ "bug" ]
wnm3
6
Farama-Foundation/Gymnasium
api
899
[Question] AssertionError: Using `env.reset(seed=123)` is non-deterministic as the observations are not equivalent.
### Question Hi guys, I have a problem that I don't understand. I have the following gymnasium code and I want to solve it using stable-baselines 3 ``` import gymnasium as gym from gymnasium import Env from gymnasium.spaces import Discrete, Box, Tuple, MultiDiscrete import numpy as np import pandas as pd ...
closed
2024-01-29T17:31:02Z
2024-01-29T17:39:53Z
https://github.com/Farama-Foundation/Gymnasium/issues/899
[ "question" ]
PBerit
1
zappa/Zappa
flask
490
[Migrated] Implement Locked Down "Production" Mode
Originally from: https://github.com/Miserlou/Zappa/issues/1301 by [Miserlou](https://github.com/Miserlou) - Define and document separate modes/settings for "dev" and "production" operation modes - Define/Implement IAM-minimum execution roles/policies - Disable any public-facing error reporting - Check for correct V...
closed
2021-02-20T09:43:24Z
2024-04-13T16:36:20Z
https://github.com/zappa/Zappa/issues/490
[ "production mode", "no-activity", "auto-closed" ]
jneves
2
kennethreitz/responder
graphql
216
Whats the difference between this and starlette ?!
I should be completly dumb ;-) ... sorry But I can't see the things that "responder" does more than "starlette" ? What are the added values ? I really think it should be clarified in the doc ... All highlighted features comes from starlette, no ?
closed
2018-11-08T15:30:28Z
2018-11-29T12:39:19Z
https://github.com/kennethreitz/responder/issues/216
[]
manatlan
3
xinntao/Real-ESRGAN
pytorch
94
运行时gpu不工作,cpu和内存跑满
我在使用 python inference_realesrgan.py --model_path experiments/pretrained_models/RealESRGAN_x4plus_anime_6B.pth --input inputs 这个命令时,cpu和内存直接跑满,gpu却一点都不工作,我想让cpu工作,请问怎么解决? ![批注 2021-09-24 231741](https://user-images.githubusercontent.com/39194882/134699605-7824bc29-9cf4-4546-913b-e8120b16e73e.png)
closed
2021-09-24T15:19:48Z
2022-04-20T14:00:29Z
https://github.com/xinntao/Real-ESRGAN/issues/94
[]
githublhc
2
ultralytics/yolov5
deep-learning
12,969
Is it possible to add ShuffleNetV2 as backbone in the official repo?
### 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 According to the information I found, ShuffleNetV2 has achieved a good balance in ...
closed
2024-04-28T02:57:21Z
2024-10-20T19:44:59Z
https://github.com/ultralytics/yolov5/issues/12969
[ "question", "Stale" ]
superbayes
3
LibreTranslate/LibreTranslate
api
401
New line characters are returned as "\n" in HTML translations
Edit: never mind, this is just a formatting output issue of the client.
closed
2023-02-04T23:09:27Z
2023-02-04T23:13:07Z
https://github.com/LibreTranslate/LibreTranslate/issues/401
[ "bug" ]
pierotofy
0
marimo-team/marimo
data-visualization
4,058
The python module reactable does not work in marimo it seems
### Describe the bug using the **reactable-py** project: https://machow.github.io/reactable-py/get-started/index.html **i am testing this snippet of code in a marimo cell and it does not work:** from reactable import Reactable, embed_css from reactable.data import cars_93 embed_css() # to put css into notebooks. ...
closed
2025-03-11T12:15:36Z
2025-03-11T12:39:22Z
https://github.com/marimo-team/marimo/issues/4058
[ "bug" ]
Yasin197
1
pyqtgraph/pyqtgraph
numpy
2,913
Obtain the coordinates of a point cloud using the mouse in GLViewWidget with pyqtgraph.
I want to obtain the coordinates of a point cloud using the mouse in GLViewWidget. The point cloud is read using Open3D and displayed using pyqtgraph. opengl. However, I don't know how to obtain the 3D world coordinates, so I can only obtain the screen coordinates. The following is my point cloud reading and visualizat...
open
2024-01-09T05:57:18Z
2024-01-09T06:00:58Z
https://github.com/pyqtgraph/pyqtgraph/issues/2913
[]
dx-momo
1
gee-community/geemap
streamlit
1,242
Add visualization options to goes_timelapse function
<!-- Please search existing issues to avoid creating duplicates. --> ### Description Add one parameter to goes_timelapse function so that the output visualization bands could be changed. Now only true color is available, bands = ["CMI_C02", "CMI_GREEN", "CMI_C01"], it will be useful to have false color als...
closed
2022-09-02T18:51:44Z
2022-09-02T20:46:37Z
https://github.com/gee-community/geemap/issues/1242
[ "Feature Request" ]
SerafiniJose
1
opengeos/leafmap
streamlit
156
Add an Inspector tool for retrieving pixel value from COG and STAC
Using titler endpoint `/stac/point/{lon},{lat}` #137
closed
2021-12-27T16:17:08Z
2021-12-28T17:02:59Z
https://github.com/opengeos/leafmap/issues/156
[ "Feature Request" ]
giswqs
1
fastapi-users/fastapi-users
fastapi
1,053
_get_user() fails when no user in db
```python async def _get_user(self, statement: Select) -> Optional[UP]: results = await self.session.execute(statement) user = results.first() ``` fails at `.first()` when there is no records in user table and then results is None
closed
2022-08-01T18:13:29Z
2022-08-01T18:39:15Z
https://github.com/fastapi-users/fastapi-users/issues/1053
[]
kamikaze
1
Kanaries/pygwalker
plotly
429
pygwalker 0.4.5 error: VM1227:1 Uncaught (in promise) SyntaxError: Unexpected token '<', "<html><tit"... is not valid JSON
pygwalker 0.4.5 python 3.9.0 streamlit 1.30.0 I want to show chart only on streamlit so I used this code I found ``` renderer = get_pyg_renderer(chart_data,vis_spec) renderer.render_pure_chart(0) ``` or ``` renderer = get_pyg_renderer(chart_data) renderer.render_explore() ``` but it got error VM1...
closed
2024-02-07T02:49:58Z
2024-02-07T03:13:11Z
https://github.com/Kanaries/pygwalker/issues/429
[]
Renaldy002
2
huggingface/datasets
nlp
6,810
Allow deleting a subset/config from a no-script dataset
As proposed by @BramVanroy, it would be neat to have this functionality through the API.
closed
2024-04-15T07:53:26Z
2025-01-11T18:40:40Z
https://github.com/huggingface/datasets/issues/6810
[ "enhancement" ]
albertvillanova
3
ranaroussi/yfinance
pandas
1,356
Exception when do ticker.info
I'm using Ubuntu 20.04, Python 3.8.10, yfinance-0.2.6 >>> import yfinance as yf >>> ticker = yf.Ticker("TSLA") >>> ticker.info Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/user/.local/lib/python3.8/site-packages/yfinance/ticker.py", line 142, in info return self.ge...
closed
2023-01-26T17:10:12Z
2023-01-26T17:11:13Z
https://github.com/ranaroussi/yfinance/issues/1356
[]
robinhftw
1
serengil/deepface
machine-learning
501
Precision problem
Hi, thanks for your work. I have two questions to ask. 1. After L2 norm normalization, the Euclidean distance of a set of vectors is linearly related to their cosine similarity. In fact, the distance in the frame conforms to cosine=(euclidean_l2*euclidean_l2)/2. However, their thresholds are not in this equivalence re...
closed
2022-06-28T12:48:31Z
2022-06-28T13:31:21Z
https://github.com/serengil/deepface/issues/501
[ "question" ]
yyq-GitHub
4
python-visualization/folium
data-visualization
1,730
SideBySideLayers plugin not working
**Describe the bug** The SideBySideLayers plugin for folium v0.14.0 is not working properly. The slider can't be moved. @Conengmo @fralc **To Reproduce** https://colab.research.google.com/github/python-visualization/folium/blob/main/examples/Plugins.ipynb ``` ```bash !pip install -U folium ``` ```pyt...
closed
2023-02-18T19:47:59Z
2023-09-08T16:08:15Z
https://github.com/python-visualization/folium/issues/1730
[]
giswqs
7
zappa/Zappa
flask
927
[Migrated] Bump boto3/botocore versions
Originally from: https://github.com/Miserlou/Zappa/issues/2193 by [ian-whitestone](https://github.com/ian-whitestone) # Description In support of #2188, this PR bumps the versions of boto3/botocore, so that we have access to the new Docker image functionality. # GitHub Issues Related #2188 # Testing I crea...
closed
2021-02-20T13:24:38Z
2024-04-13T19:36:43Z
https://github.com/zappa/Zappa/issues/927
[ "no-activity", "auto-closed" ]
jneves
2
explosion/spaCy
nlp
13,753
Compiler cl cannot compile programs.
### Discussed in https://github.com/explosion/spaCy/discussions/8226 ## Environment - Windows 11 - Python 3.13.2 - Pip 25.0.1 - Visual Studio 2022 - SDK do Windows 11 - MSVC v143 - VS 2022 C++ x64/x86 build tools ## How to reproduce the problem 1. python -m venv venv 2. pip install spacy ## Output of the er...
closed
2025-02-17T14:03:03Z
2025-03-21T00:03:07Z
https://github.com/explosion/spaCy/issues/13753
[]
MullerEsposito
2
amdegroot/ssd.pytorch
computer-vision
544
AttributeError: 'Namespace' object has no attribute 'COCO_ROOT'
Hey guys! I got this issue: Traceback (most recent call last): File "test.py", line 102, in <module> test_voc() File "test.py", line 92, in test_voc testset = COCODetection(args.COCO_ROOT, 'trainval35k', None, COCOAnnotationTransform) AttributeError: 'Namespace' object has no attribute 'COCO_ROOT' ...
closed
2021-05-14T03:03:13Z
2021-05-14T03:09:44Z
https://github.com/amdegroot/ssd.pytorch/issues/544
[]
Zhezhefufu
1
plotly/plotly.py
plotly
4,655
px.line erratic and wrong for large x value ranges
# Problem Plotting a straight line from ($-X$, 0) to ($+X$, 1) for various (large) $X$ within a much smaller window results in wrong and inconsistent behavior, as demonstrated in below minimum non-working examples (using a Jupyter notebook with plotly.js v2.27.0). I doubt that this behavior can be explained by intr...
open
2024-07-05T15:54:53Z
2024-08-13T13:21:51Z
https://github.com/plotly/plotly.py/issues/4655
[ "bug", "P3" ]
eisenlohr
0
strawberry-graphql/strawberry
django
2,889
Improve support for `Info` and similar when used with `TYPE_CHECKING` blocks
Basically a proper way to fix this: #2858 and #2857 We decided to check for `Info` via string comparison and throw a warning when `Info` is imported inside a `TYPE_CHECKING` block I decided not to do that in #2858 because I wanted to ship the removal of the warning as soon as possible and also make sure the warni...
open
2023-06-25T20:35:15Z
2025-03-20T15:56:15Z
https://github.com/strawberry-graphql/strawberry/issues/2889
[]
patrick91
0
deepspeedai/DeepSpeed
pytorch
6,972
[BUG] libaio on amd node
Hi, I installed libaio as `apt install libaio-dev` And I can see both .so and .h exist ``` root@b6410ec8bb69:/code/DeepSpeed# find / -name "libaio.so*" 2>/dev/null /usr/lib/x86_64-linux-gnu/libaio.so.1 /usr/lib/x86_64-linux-gnu/libaio.so /usr/lib/x86_64-linux-gnu/libaio.so.1.0.1 root@b6410ec8bb69:/code/DeepSpeed# fi...
open
2025-01-25T01:59:00Z
2025-02-05T16:54:27Z
https://github.com/deepspeedai/DeepSpeed/issues/6972
[ "bug", "training" ]
GuanhuaWang
3
wkentaro/labelme
deep-learning
890
[BUG] Missing `self.update()` function in the end of `canvas.addPointToEdge` and `canvas.removeSelectedPoint`
**Describe the bug** When using the shortcut of `add_point_to_line` (Ctrl+Shift+P), the polygon not update immediately until have mousemove event. **Expected behavior** Fixed by adding `self.update()` in the end of both functions: ```python # labelme\widgets\canvas.py: # line: 304 def addPointToEdge(self):...
open
2021-07-18T05:21:10Z
2022-09-26T14:33:47Z
https://github.com/wkentaro/labelme/issues/890
[ "issue::bug", "priority: medium" ]
HowcanoeWang
0
microsoft/unilm
nlp
847
Question about DiT
I want to train on my own custom table dataset, where to modify the data category. Looking forward to your reply.
open
2022-09-01T08:12:19Z
2022-09-01T08:13:06Z
https://github.com/microsoft/unilm/issues/847
[]
ganggang233
0
graphistry/pygraphistry
jupyter
208
[ENH] Warning cleanup
* Good news: The new GHA will reject on flake8 errors, and a bunch are on by default via the cleanup in https://github.com/graphistry/pygraphistry/pull/206 ! * Less good news: Skip list has some bigger warning count ones still on the skiplist: - [ ] E121 - [ ] E123 - [ ] E128 - [ ] E144 - [ ] E201 - [ ] E2...
open
2021-02-08T06:55:21Z
2021-02-08T06:55:36Z
https://github.com/graphistry/pygraphistry/issues/208
[ "enhancement", "help wanted", "good-first-issue" ]
lmeyerov
0
RobertCraigie/prisma-client-py
asyncio
473
Ignore certain directories / files when copying the package
<!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log...
closed
2022-09-01T21:11:02Z
2022-09-03T07:36:23Z
https://github.com/RobertCraigie/prisma-client-py/issues/473
[ "bug/0-needs-info", "kind/bug", "priority/high", "level/unknown", "topic: generation" ]
RobertCraigie
1
ymcui/Chinese-LLaMA-Alpaca
nlp
273
Web界面对Alpaca plug 7b 推理异常
感谢您使用Issue提问模板,请按照以下步骤提供相关信息。我们将优先处理信息相对完整的Issue,感谢您的配合。 *提示:将[ ]中填入x,表示打对钩。提问时删除上面这两行。请只保留符合的选项,删掉其他。* ### 详细描述问题 *请尽量具体地描述您遇到的问题。这将有助于我们更快速地定位问题所在。* web界面可以启动,但是推理的时候答非所问。 使用的是python server.py --model llama-7b-hf --lora chinese_alpaca_plus_lora_7b CLI里显示的token生成都很正常 ### 运行截图或log ![屏幕截图 2023-05-0...
closed
2023-05-08T13:25:31Z
2023-05-18T22:02:15Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/273
[ "stale" ]
jazzlee008
3
huggingface/datasets
deep-learning
6,563
`ImportError`: cannot import name 'insecure_hashlib' from 'huggingface_hub.utils' (.../huggingface_hub/utils/__init__.py)
### Describe the bug Yep its not [there](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/utils/__init__.py) anymore. ```text + python /home/trainer/sft_train.py --model_name cognitivecomputations/dolphin-2.2.1-mistral-7b --dataset_name wasertech/OneOS --load_in_4bit --use_peft --batch_...
closed
2024-01-06T02:28:54Z
2024-03-14T02:59:42Z
https://github.com/huggingface/datasets/issues/6563
[]
wasertech
7
andrew-hossack/dash-tools
plotly
44
[BUG] dashtools heroku --update error
Error creating requirements.txt with a cp950 undecode error(I examine and there isn't any cp950 syntax in file)"while running "dashtools heroku --deploy"
closed
2022-07-22T01:52:06Z
2022-07-23T00:48:57Z
https://github.com/andrew-hossack/dash-tools/issues/44
[]
andrew-hossack
2
apify/crawlee-python
web-scraping
347
add_request does not support the label argument
The "Add Requests" does not support the label argument, so doing things like stated in the [refactoring](https://crawlee.dev/python/docs/introduction/refactoring) introduction is not possible if you have to use information from the site in order to generate links, rather than them being present already on the page. ...
closed
2024-07-23T14:11:39Z
2024-07-23T15:18:56Z
https://github.com/apify/crawlee-python/issues/347
[]
MrTyton
3
marcomusy/vedo
numpy
1,203
Reading DXF files.
Hi Marco! Sorry if i asked this before, but, it's possible to read 2d/3d meshes from a dxf file directly into vedo? I'm currently using `ezdxf` and manually converting it into a `vedo` mesh, but if it could be read directly, it'd be great! Thanks in advance!
closed
2024-11-26T10:17:45Z
2024-12-02T20:19:00Z
https://github.com/marcomusy/vedo/issues/1203
[]
ManuGraiph
4
autogluon/autogluon
scikit-learn
4,978
Support PyArrow data types
## Description Since Pandas 2.0, Pandas supports PyArrow data types. In local benchmarks, this significantly improved read times for a large parquet from 757 ms to 139 ms. ```python data = pd.read_parquet( "validation.parquet", dtype_backend= 'pyarrow' # uncomment for default numpy backend ) ``` However, t...
open
2025-03-12T14:32:50Z
2025-03-12T14:34:33Z
https://github.com/autogluon/autogluon/issues/4978
[ "enhancement" ]
james-yun
0
milesmcc/shynet
django
199
Shynet on same server with Nginx and SSL
Is there an example or documentation on how to setup Shynet on the same server with Nginx? I installed Shynet (docker) and it is working (I can access it on http://domain:8080). But I need a proxy config so that traffic on https://domain:8080 (secure) will be forwarded to the working http Shynet. In my 443 ssl serve...
closed
2022-01-29T23:34:48Z
2022-02-05T12:27:07Z
https://github.com/milesmcc/shynet/issues/199
[]
majodi
2
quantumlib/Cirq
api
7,091
[Question]: Usage of Graph Algorithms and Any Slowdowns?
Hi there, I'm interested in understanding if `cirq-core` depends on any graph algorithms from its usage of NetworkX? If so, - What algorithms are used for what purpose? - What graph sizes are they being used with? - Have users experienced any slowdowns or issues with algorithms provided by NetworkX? (Speed, algorithm...
open
2025-02-24T17:17:03Z
2025-03-19T17:44:17Z
https://github.com/quantumlib/Cirq/issues/7091
[ "kind/question" ]
nv-rliu
0
hankcs/HanLP
nlp
763
运行DemoTextClassificationFMeasure. java,看不懂输出。
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2018-02-22T09:42:49Z
2018-02-22T10:00:32Z
https://github.com/hankcs/HanLP/issues/763
[]
0311sr
0
opengeos/leafmap
plotly
638
error with pmtiles_metadata (not compatible with v3?)
https://github.com/opengeos/leafmap/blob/cbbb32c20d66a9baabe69303597626b5e12b8d5b/leafmap/common.py#L11351 does not work with current PMTiles (metadata does not have the "json" key) These are the keys present in the header and metadata from one of the current PMTiles extracted from [protomaps daily builds](https:...
closed
2023-12-14T18:39:16Z
2023-12-17T13:58:54Z
https://github.com/opengeos/leafmap/issues/638
[]
prusswan
0
jschneier/django-storages
django
633
S3Boto3Storage: Getting rid of orphaned files when not overwriting
Has anyone come up with a good solution (when AWS_S3_FILE_OVERWRITE = False) to automatically get rid of the otherwise orphaned previous files? I like the random char appending feature (this way the client knows when a file has changed), but can't afford to have my S3 bucket full of old, unused images. Thanks in adva...
closed
2018-12-11T18:15:31Z
2019-03-27T03:32:21Z
https://github.com/jschneier/django-storages/issues/633
[]
sushifan
1
python-gino/gino
sqlalchemy
112
JOIN queries do not work
* GINO version: 0.5.5 * Python version: 3.6.3 * Operating System: macOS 10.13 ### Description I expected something along the following lines to work (please note that I am using the Sanic extension): ```python await Model1.query.where(Model1.id == id).join(Model2).select().gino.first_or_404() ``` However ...
closed
2017-11-21T12:02:26Z
2019-09-22T19:21:23Z
https://github.com/python-gino/gino/issues/112
[]
brncsk
10
roboflow/supervision
deep-learning
724
counter by line crossing
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Hello, would you have any sample .py script for people counting that can be run in VSCode? I have been trying to adapt the scripts from Google C...
closed
2024-01-13T04:16:06Z
2024-01-18T21:19:57Z
https://github.com/roboflow/supervision/issues/724
[ "question" ]
Rasantis
2
trevismd/statannotations
seaborn
118
Plotting of significance happens beneath Seaborn Violin Plots
Hello! Full disclosure, I am currently using Seaborn v 0.12, which I know is not fully supported as of yet. Currently, I have had no issues running statannotations up until trying to get the placement of the significance lines above my violin plots. Here is how they look when loc='inside' ![image](https://...
open
2023-04-04T01:17:34Z
2023-04-04T01:17:34Z
https://github.com/trevismd/statannotations/issues/118
[]
greenmna
0