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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
onnx/onnx | deep-learning | 6,149 | [Question] Where is `onnx-operators-ml.pb.h` | https://github.com/onnx/onnx/blob/b86cc54efce19530fb953e4b21f57e6b3888534c/onnx/onnx-operators_pb.h#L9 | closed | 2024-05-28T08:28:32Z | 2024-05-31T00:32:07Z | https://github.com/onnx/onnx/issues/6149 | [
"question"
] | AIYoungcino | 1 |
coqui-ai/TTS | deep-learning | 3,735 | [Bug] Error during installation on Mac | ### Describe the bug
Error during installation throws the following error:
```
Error compiling Cython file:
------------------------------------------------------------
...
cdef BlasFunctions blas_functions
blas_functions.dot = _dot[double]
blas_functions... | closed | 2024-05-12T23:06:03Z | 2024-05-17T16:04:34Z | https://github.com/coqui-ai/TTS/issues/3735 | [
"bug"
] | mirodil-ml | 1 |
ckan/ckan | api | 7,859 | Unable to access ckan page through domain name | ## CKAN version
ckan==2.10.1
Ubuntu 20.04 includes Python 3.8
## Describe the bug
According to the documentation for installing ckan from source code(https://docs.ckan.org/en/2.10/maintaining/installing/install-from-source.html#create-a-ckan-config-file), after successfully installing ckan, you can use the http:... | closed | 2023-10-12T07:44:11Z | 2023-10-12T13:11:49Z | https://github.com/ckan/ckan/issues/7859 | [] | hongjie123 | 0 |
onnx/onnx | scikit-learn | 5,867 | Failed Building wheel for onnx 1.6.0 for python3.10 | I am installing caffe2onnx in Python 3.10. and for that, I need onnx==1.6.0. While installing onnx 1.6.0, I am getting following error
```
Collecting onnx==1.6.0
Using cached onnx-1.6.0.tar.gz (3.1 MB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy in /usr/local/lib/python3.10/di... | open | 2024-01-19T09:12:22Z | 2024-03-19T15:07:37Z | https://github.com/onnx/onnx/issues/5867 | [
"topic: build"
] | RuchitaTekade | 8 |
tqdm/tqdm | jupyter | 1,613 | anyio (and possibly) trio support | ### Discussed in https://github.com/tqdm/tqdm/discussions/1607
<div type='discussions-op-text'>
<sup>Originally posted by **reneleonhardt** September 7, 2024</sup>
Is it already possible to use tqdm with other async abstractions/implementations like [anyio](https://github.com/agronholm/anyio) (or [trio](https:/... | open | 2024-09-18T06:25:29Z | 2024-11-07T12:39:54Z | https://github.com/tqdm/tqdm/issues/1613 | [] | reneleonhardt | 1 |
Safiullah-Rahu/CSV-AI | streamlit | 8 | Thanks for this, but some encoding types not working. | I exported a csv from excel and getting this error; can you make encoding types more robust please?
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 7635: invalid continuation byte
Traceback:
File "C:\Users\xxxx\anaconda3\envs\csvai\lib\site-packages\streamlit\runtime\scriptrunner\script_runner... | open | 2023-06-14T22:43:04Z | 2023-06-15T11:05:04Z | https://github.com/Safiullah-Rahu/CSV-AI/issues/8 | [] | bbecausereasonss | 1 |
shaikhsajid1111/twitter-scraper-selenium | web-scraping | 71 | scrape_keyword : search in array of keyword not just a string | Hello,
Thank you very much for your work/
Is it possible to change the function scrape_keyword in order to search multiple keyword with the same session ?
instead of a loop of authentication, search, close ??
Thank you very much | open | 2023-06-13T09:41:07Z | 2023-07-01T13:19:12Z | https://github.com/shaikhsajid1111/twitter-scraper-selenium/issues/71 | [] | kornflex | 1 |
scikit-multilearn/scikit-multilearn | scikit-learn | 44 | find a way to make apidocs per module and not per subsubmodules work | Currently when doing the apidocs - they are generated for each subsubmodule instead of just the submodule. For example apidocs work for skmultilearn.base.base instead of skmultilearn.base
I can't find a solution for this, but scikit-learn manages to do that, you have a nice skmultilearn.cluster documentation with clas... | closed | 2016-06-26T00:32:59Z | 2017-02-19T20:21:11Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/44 | [] | niedakh | 1 |
milesmcc/shynet | django | 37 | Referer checking failed | I set everything up as specified in the GUIDE but on logging in I get this error:
```
WARNING Forbidden (Referer checking failed - https://sub.example.com/accounts/login/?next=/dashboard/ does not match any trusted origins.): /accounts/login/
```
Any help would be appreciated.
This only happens over HTTPS. H... | closed | 2020-06-01T20:08:13Z | 2021-05-14T16:58:25Z | https://github.com/milesmcc/shynet/issues/37 | [] | thecodrr | 6 |
ultrafunkamsterdam/undetected-chromedriver | automation | 899 | how to connect proxy to undetected driver | `import time
import seleniumwire.undetected_chromedriver as uc
if name == "main":
chrome_options = uc.ChromeOptions()
# here your chrome options
seleniumwire_options = {
"proxy": {
"https": "https://user:pass@ip:port"
}
}
driver = uc.Chrome(
options=chrome_options, seleniumwire_opti... | closed | 2022-11-15T17:38:44Z | 2022-11-15T22:23:38Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/899 | [] | ahmedabdelhamedz | 3 |
jupyter/nbviewer | jupyter | 276 | handle new truncated gist | Cf following link, api wont return more than 1Mb.
https://developer.github.com/changes/2014-05-06-gist-api-now-truncating-large-files/
| closed | 2014-05-06T17:55:23Z | 2014-05-06T18:43:42Z | https://github.com/jupyter/nbviewer/issues/276 | [] | Carreau | 1 |
roboflow/supervision | pytorch | 1,641 | DetectionDataset merge fails when class name contains capital letter | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
Hello, thanks for this great library! I'm facing an issue while trying to merge 2 datasets when any of the class names contain a capital letter.
Error: ... | closed | 2024-11-01T08:49:54Z | 2024-11-02T06:16:37Z | https://github.com/roboflow/supervision/issues/1641 | [
"bug"
] | Suhas-G | 5 |
NullArray/AutoSploit | automation | 1,153 | Unhandled Exception (3c827df43) | Autosploit version: `2.2.3`
OS information: `Linux-3.10.108-AOSP-Pie-g950b2dfb800-dirty-armv8l-with-libc`
Running context: `autosploit.py`
Error meesage: `[Errno 2] No such file or directory: '45.122.122.158'`
Error traceback:
```
Traceback (most recent call):
File "/data/data/com.thecrackertechnology.andrax/ANDRAX/Au... | closed | 2019-08-11T16:01:52Z | 2019-08-30T21:59:40Z | https://github.com/NullArray/AutoSploit/issues/1153 | [] | AutosploitReporter | 0 |
AirtestProject/Airtest | automation | 932 | 【建议】airtest报告点击步骤后建议截图可以跳转显示 | airtest报告中,点某个截图,左下会跳转到相应的步骤
但反过来,点步骤,不会跳转到相应的截图,需要拖动滚动条查找
建议点左下步骤,上面自动跳转到相应截图 | open | 2021-06-29T08:13:52Z | 2021-06-29T08:13:52Z | https://github.com/AirtestProject/Airtest/issues/932 | [] | songzhenhua | 0 |
huggingface/datasets | computer-vision | 7,116 | datasets cannot handle nested json if features is given. | ### Describe the bug
I have a json named temp.json.
```json
{"ref1": "ABC", "ref2": "DEF", "cuts":[{"cut1": 3, "cut2": 5}]}
```
I want to load it.
```python
ds = datasets.load_dataset('json', data_files="./temp.json", features=datasets.Features({
'ref1': datasets.Value('string'),
'ref2': datasets.Value... | closed | 2024-08-20T12:27:49Z | 2024-09-03T10:18:23Z | https://github.com/huggingface/datasets/issues/7116 | [] | ljw20180420 | 3 |
manbearwiz/youtube-dl-server | rest-api | 56 | Not downloading the best fps using "Best Video" | Tried downloading a video with 50fps 1080p using the "Best Video" option, and outputted file was 1080p, but only 25fps. Am I doing something wrong?
Example: https://www.youtube.com/watch?v=h2Tzd7MiOj8 | closed | 2020-01-04T04:56:05Z | 2020-01-06T04:49:35Z | https://github.com/manbearwiz/youtube-dl-server/issues/56 | [] | JoeSzymkowicz | 2 |
plotly/dash | jupyter | 2,928 | click event hidden by Graph initialization? Can't use EventListener for click? | Hi, hoping someone can help me here.
Here's a minimal version for the problem I'm encountering. I'm developing an app that will have multiple plots (seismic traces) where a user needs to be able to add a vertical line for arrival times. I need to get actual mouse position in data coordinates, not nearest clickData.
... | closed | 2024-07-23T11:19:20Z | 2024-07-24T09:09:50Z | https://github.com/plotly/dash/issues/2928 | [] | MalcolmDrummond | 3 |
kizniche/Mycodo | automation | 441 | Cooling PID and PWM not displaying, working | ## Mycodo Issue Report:
- Specific Mycodo Version: 5.6.10
(just upgraded from 5.6.6, in case the issue had been fixed...
#### Problem Description
I have PID cooling control set up:

The PW... | closed | 2018-04-02T15:34:04Z | 2018-04-03T22:40:34Z | https://github.com/kizniche/Mycodo/issues/441 | [] | drgrumpy | 59 |
chiphuyen/stanford-tensorflow-tutorials | nlp | 68 | how to use ubuntu dialog corpus | Hi,
We have successfully trained stanford chatbot using cornell movie dialog corpus.But it is giving random answers.We are trying to use Ubuntu Dialog Corpus dataset but we are unable to pre-process it .How can we change the format similar to cornell movie dialog corpus.
Otherwise,Can you please suggest any other dat... | open | 2017-10-12T05:19:58Z | 2017-11-10T13:19:59Z | https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/68 | [] | bandarikanth | 1 |
satwikkansal/wtfpython | python | 153 | Constant folding example is not correct in Python3 | In Python2, the result is:
```
>>> 'a' * 21 is 'aaaaaaaaaaaaaaaaaaaaa'
False
```
But in Python3.7.4(I didn't try other versions), it's:
```
>>> 'a' * 21 is 'aaaaaaaaaaaaaaaaaaaaa'
True
```
Which is not like the one described in `Strings can be tricky sometimes` section. Maybe we should update that secti... | closed | 2019-12-10T04:10:34Z | 2019-12-19T08:46:33Z | https://github.com/satwikkansal/wtfpython/issues/153 | [] | KyleXie | 1 |
sloria/TextBlob | nlp | 9 | Start and end indices for sentences not computed correctly | The start and end indices are not being computed correctly for blobs that have more than one sentence:
``` python
>>> from text.blob import TextBlob as tb
>>> blob = tb("Hello world. How do you do?")
>>> sent1 = blob.sentences[0]
>>> sent2 = blob.sentences[1]
>>> print blob[sent1.start:sent1.end]
Hello world.
>>> prin... | closed | 2013-08-14T00:05:47Z | 2013-08-14T03:06:30Z | https://github.com/sloria/TextBlob/issues/9 | [
"bug"
] | sloria | 1 |
ghtmtt/DataPlotly | plotly | 92 | bug in Processing for Plot type: scatter | Processing algorithm…
Algorithm 'Build a generic plot' starting…
Input parameters:
{ 'INPUT' : 'C:/Users/janzandr/Downloads/sampled.gpkg|layername=sampled', 'IN_COLOR' : 0, 'IN_COLOR_HTML' : '', 'OUTPUT_HTML_FILE' : 'TEMPORARY_OUTPUT', 'OUTPUT_JSON_FILE' : 'TEMPORARY_OUTPUT', 'PLOT_TITLE' : '', 'PLOT_TYPE' : 0, 'XFI... | closed | 2019-03-08T16:22:44Z | 2020-08-14T13:21:10Z | https://github.com/ghtmtt/DataPlotly/issues/92 | [
"bug"
] | janzandr | 2 |
desec-io/desec-stack | rest-api | 572 | FeatureRequest: Limit API Tokens to specific domains | Hey,
I am planning to use desec for the management of the dns records for my little side projects.
Now I have the problem that I want to update multiple zones from different servers which I share with friends.
To keep everything more secure I would like to allow them only to update specific domains and not all manag... | closed | 2021-09-20T19:07:51Z | 2021-09-21T17:27:24Z | https://github.com/desec-io/desec-stack/issues/572 | [] | Fightbackman | 2 |
amidaware/tacticalrmm | django | 2,083 | [Feature Request] Provide a warning when a file could not be downloaded when it is opened on the remote machine | **Is your feature request related to a problem? Please describe.**
When one wants to download a file (from a Windows machine) using remote background and the file is opened in notepad for example, we are unable to download it. There is no warning indicating that the file has been opened.
**Describe the solution you... | closed | 2024-11-26T10:19:27Z | 2024-11-26T19:18:25Z | https://github.com/amidaware/tacticalrmm/issues/2083 | [] | lqdmist | 1 |
ClimbsRocks/auto_ml | scikit-learn | 42 | make taking the natural log of y values grid searchable. | closed | 2016-08-20T20:25:29Z | 2016-08-21T03:07:26Z | https://github.com/ClimbsRocks/auto_ml/issues/42 | [
"Immediate Priority"
] | ClimbsRocks | 1 | |
pytorch/vision | machine-learning | 8,232 | Input Norms and Channel Order for EfficientNet | ### 📚 The doc issue
The documentation for all pretrained models lacks clear details regarding the order of color channels for input images, as well as the specific normalization mean and standard deviation values. I am particularly looking for this information in relation to the EfficientNet model.
### Suggest a pot... | closed | 2024-01-25T22:17:07Z | 2024-01-26T10:10:49Z | https://github.com/pytorch/vision/issues/8232 | [] | ivanstepanovftw | 2 |
dgtlmoon/changedetection.io | web-scraping | 2,611 | Ntfy broken due to avatar_url= appended to the apprise url | **Describe the bug**
```
?avatar_url=https://raw.githubusercontent.com/dgtlmoon/changedetection.io/master/changedetectionio/static/images/avatar-256x256.png
```
appended to each notification line
```
2024/09/06 19:36:39,000 - SENDING - [{"title": "example title", "body": "example body", "url": "ntfy://user:p... | closed | 2024-09-06T19:44:32Z | 2024-10-16T20:07:13Z | https://github.com/dgtlmoon/changedetection.io/issues/2611 | [
"triage"
] | ihatethecloud | 10 |
fbdesignpro/sweetviz | data-visualization | 115 | please provide conda package for lastest version | I need a conda for this. Pip ends up corrupting my environment, because Sweetviz relies on older packages and pip removes some of he latest packages needed by Pandas, matplotlib, Panel, and others. | open | 2022-04-21T21:20:19Z | 2023-11-14T12:39:07Z | https://github.com/fbdesignpro/sweetviz/issues/115 | [
"feature request",
"install/setup"
] | richlysakowski | 1 |
ansible/ansible | python | 84,627 | Support truststore via feature flag | ### Summary
When using Ansible and an alternate CA bundle/trust is needed right now this has to be specified via `REQUESTS_CA_BUNDLE` environment variable and requires a bundle to be written and maintained somewhere on disk.
Instead I would like to use the [truststore](https://pypi.org/project/truststore/) library wi... | closed | 2025-01-28T21:45:39Z | 2025-02-11T14:00:06Z | https://github.com/ansible/ansible/issues/84627 | [
"feature"
] | derekheld | 3 |
d2l-ai/d2l-en | deep-learning | 2,428 | Exercise disscusion part is not conresponding after new version. | This book is the best book I have ever read. Compared to the last version, the new version has changed a lot and exercises have changed too. But the exercises discussion part below each notebook has not been updated now. The discussion and answers of friends are not corresponding with the questions now. This problem ma... | open | 2023-01-12T09:00:14Z | 2023-01-12T09:00:14Z | https://github.com/d2l-ai/d2l-en/issues/2428 | [] | qizihaoliuliuliu | 0 |
danimtb/dasshio | dash | 76 | A lot of errors with recent update 0.3.2 | just updated to 0.3.2 and getting alot of errors:
```
2019-04-14 14:32:56,737 | ERROR | Caught exception in sniff: name 'datetime' is not defined
Traceback (most recent call last):
File "/dasshio.py", line 170, in <module>
count=0)
File "/usr/lib/python3.6/site-packages/scapy/sendrecv.py", line 889, in ... | closed | 2019-04-14T19:35:54Z | 2019-04-15T08:55:41Z | https://github.com/danimtb/dasshio/issues/76 | [] | firestrife23 | 3 |
comfyanonymous/ComfyUI | pytorch | 6,444 | Every output image with 1920x1080 is black | ### Your question
I used to have a working docker container with comfyui and ROCm set up, however the version of torch was quite outdated, so I decided to update and create a new container. In this new container I got comfy UI working again, however all my outputs are black images, despite my GPU working heavily dur... | closed | 2025-01-12T18:54:36Z | 2025-01-14T20:09:51Z | https://github.com/comfyanonymous/ComfyUI/issues/6444 | [
"User Support"
] | Cephra | 3 |
airtai/faststream | asyncio | 1,660 | Bug: Can't use JetStream with nested routers | **Describe the bug**
When using NATS broker with JetStream and nested routers in FastStream, it is not possible to properly register a subscriber and receive messages.
**How to reproduce**
```python
from faststream import FastStream
from faststream.nats import JStream, NatsBroker, NatsRouter
broker = NatsBr... | closed | 2024-08-09T20:38:15Z | 2024-08-11T16:48:29Z | https://github.com/airtai/faststream/issues/1660 | [
"bug"
] | ulbwa | 0 |
keras-team/keras | pytorch | 20,167 | Keras model deserialization issue | I trained a model using Keras and saved it, while loading it back, it ran into a deserialization error
```
from keras.models import Model
from keras.layers import Input, Conv1D, Dense, Dropout, Lambda, concatenate
from keras.optimizers import Adam
```
```
model.save('./0813debugmodel.keras')
```
model save r... | closed | 2024-08-26T18:42:32Z | 2024-09-09T23:05:19Z | https://github.com/keras-team/keras/issues/20167 | [
"type:support",
"stat:awaiting response from contributor"
] | chenshenmsft | 5 |
yihong0618/running_page | data-visualization | 502 | 升到2.0之后 deploy to github pages 似乎不能正确工作 | 按照 readme里面的步骤,运行"Publish GitHub Pages" ,
整个过程没有报错,但并没有生成 `gh-pages` branch
我的github_pages https://conge.livingwithfcs.org/running_page/ 也没有更新。另外,用vercrel deploy则没有问题 对比一下 https://run-4sp9991r5-conge.vercel.app/。
我也尝试了其它的workflow,所有的workflow都可以无错运转,我看了一下 ./src/static/activities.json,数据也都同步下来了。 build 也没有报错,但就是de... | closed | 2023-09-25T21:24:33Z | 2023-09-26T22:51:27Z | https://github.com/yihong0618/running_page/issues/502 | [] | conge | 12 |
OFA-Sys/Chinese-CLIP | nlp | 115 | Parameter update during fine-tuning | Are all parameters updated during fine-tuning? Or only updated part | closed | 2023-05-22T05:56:54Z | 2023-06-04T09:15:48Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/115 | [] | 411104983 | 1 |
yt-dlp/yt-dlp | python | 12,449 | NBC (Happy's Place) HTTP Error 404 | ### 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 instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've checked that all provided URLs are playable in a browser with the same IP and same... | closed | 2025-02-23T02:53:19Z | 2025-02-23T03:08:30Z | https://github.com/yt-dlp/yt-dlp/issues/12449 | [
"duplicate",
"site-bug"
] | rgiuffre | 1 |
mwaskom/seaborn | matplotlib | 3,147 | seaborn.objects: Rotation of ticks | Hello,
might I suggest a new feature request: rotation of the ticks for seaborn objects? Or is it possible at this moment? I haven't found it yet.
Currently I use `.on(axis).plot()` and then on this axis I set it up via matplotlib with `axis.xaxis.set_tick_params(rotation=90)`. | closed | 2022-11-17T15:15:45Z | 2022-11-30T11:36:28Z | https://github.com/mwaskom/seaborn/issues/3147 | [] | JanPalasek | 5 |
charlesq34/pointnet | tensorflow | 310 | Conv2D x Conv1D | Hi!
I am currently working with point cloud pose regression and classification and I implemented PointNet as the basis for my architecture.
My question is: why use 2D convolutions instead of 1D convolutions? What are the reasons and advantages for that approach?
Thanks in advance! | open | 2024-03-21T16:32:56Z | 2024-03-21T16:32:56Z | https://github.com/charlesq34/pointnet/issues/310 | [] | matfcp | 0 |
scikit-optimize/scikit-optimize | scikit-learn | 946 | Unexpected behaviour in gpr from sklearn 0.23 | Sklearn 0.23 and newer implement a normalization of the y's in the GPR. This can lead to unexpected behaviour in skopt when reporting several fake results to the optimizer (as could be the case, when asking for more than n_initial_points new experiments, using constant_liar while only having 0 or 1 existing data-points... | closed | 2020-09-10T11:35:11Z | 2020-09-10T11:37:22Z | https://github.com/scikit-optimize/scikit-optimize/issues/946 | [] | sqbl | 1 |
2noise/ChatTTS | python | 599 | We detected that you are passing `past_key_values` as a tuple and this is deprecated and will be removed in v4.43. Please use an appropriate `Cache` class (https://huggingface.co/docs/transformers/v4.41.3/en/internal/generation_utils#transformers.Cache)/venv/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:12... | bug多多,cool | closed | 2024-07-19T07:39:25Z | 2024-07-24T08:54:58Z | https://github.com/2noise/ChatTTS/issues/599 | [
"invalid"
] | peak-coco | 3 |
bmoscon/cryptofeed | asyncio | 905 | ETHUSDT book is not updated in Bitmex | ETHUSDT L2 book seems to be stuck at unrealistic prices since yesterday. The code below prints
"bid=1400.05 / 6306000000 ask=1680.0 / 61000000", but the real prices are very different.
```
from cryptofeed import FeedHandler
from cryptofeed.defines import L2_BOOK
import cryptofeed.exchanges
from datetime imp... | closed | 2022-09-15T09:22:43Z | 2023-06-17T17:17:55Z | https://github.com/bmoscon/cryptofeed/issues/905 | [
"bug"
] | dfogaras | 1 |
shibing624/text2vec | nlp | 137 | 关于BGE的蒸馏问题 | 请问text2vec-bge-large-chinese这个模型,是基于BGE做知识蒸馏得到的吗?
如果是的话,请问能提供蒸馏这部分的代码吗?
虽然已经给出参考了的sentence transformer的哪部分代码,但如果有直接可run的代码会更方便些。 | open | 2023-11-06T02:21:22Z | 2023-11-06T04:04:30Z | https://github.com/shibing624/text2vec/issues/137 | [
"question"
] | hgwu4869 | 2 |
lanpa/tensorboardX | numpy | 714 | The license_file parameter is deprecated | ```text
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!
********************************************************************************
The license_file parameter is deprecated, use license_files instead.
By 20... | closed | 2023-07-31T01:09:16Z | 2023-08-06T18:16:11Z | https://github.com/lanpa/tensorboardX/issues/714 | [] | hubutui | 3 |
fedspendingtransparency/usaspending-api | pytest | 4,247 | USGS source for load_city_county_state_code responds with 503 status code | Hopefully this resolves itself, but as I am running the load_reference_data script to import test data into my local Postgres instance, I encountered the issue of https://geonames.usgs.gov/docs/federalcodes/NationalFedCodes.zip returning with a 503 error code:
```
urllib.error.HTTPError: HTTP Error 503: Service Una... | open | 2024-12-23T22:50:08Z | 2024-12-24T19:19:49Z | https://github.com/fedspendingtransparency/usaspending-api/issues/4247 | [] | JakeOliger | 0 |
vimalloc/flask-jwt-extended | flask | 27 | create_refresh_token ignores identity | Hello,
there is a bug in create_refresh_token. It ignores identity parameter - function for @user_identity_loader is not called, like in access token. Thus, you have to use here user nickname/id / whatever is JSON serializable. Or it is intentional? | closed | 2017-02-01T19:39:24Z | 2017-02-01T20:38:47Z | https://github.com/vimalloc/flask-jwt-extended/issues/27 | [] | konradzuwala | 4 |
deepinsight/insightface | pytorch | 2,238 | does insightface support CoreML on Mac M1? | I know that `get_default_providers()` return `['CUDAExecutionProvider', 'CPUExecutionProvider']` here:
https://github.com/deepinsight/insightface/blob/30295de48907e04077d6d22a9a8f580b525822ce/python-package/insightface/model_zoo/model_zoo.py#L70
but i am not sure whether insightface's default models: `bafflo_l` sup... | open | 2023-02-13T07:11:37Z | 2024-01-12T01:56:32Z | https://github.com/deepinsight/insightface/issues/2238 | [] | Chris-fullerton | 3 |
electricitymaps/electricitymaps-contrib | data-visualization | 7,711 | Change order of stacked bar chart | Is it maybe an idea to move the more baseload energy providers like nuclear, coal and gas to the bottom and then the flexible/volatile sources on top?
So basically move gas downward, and sun and wind to the top.

| open | 2025-01-09T14:27:02Z | 2025-02-18T10:39:33Z | https://github.com/electricitymaps/electricitymaps-contrib/issues/7711 | [] | DutchPower24 | 8 |
deepinsight/insightface | pytorch | 2,124 | Unable to instantiate FaceAnalysis class | **code**
`
from insightface.app import FaceAnalysis
app = FaceAnalysis()
`
**output / error**
`
download_path: /home/akhil/.insightface/models/buffalo_l
Downloading /home/akhil/.insightface/models/buffalo_l.zip from http://insightface.cn-sh2.ufileos.com/models/buffalo_l.zip...
100%|██████████| 281857/281857 ... | open | 2022-10-03T20:08:19Z | 2022-10-15T04:29:24Z | https://github.com/deepinsight/insightface/issues/2124 | [] | surapuramakhil | 1 |
mlfoundations/open_clip | computer-vision | 1,057 | Add support for visheratin/mexma-siglip2 | Claims to achieve new SOTA results on the multilingual retrieval benchmark Crossmodal-3600. See https://huggingface.co/visheratin/mexma-siglip2 | open | 2025-03-20T17:24:59Z | 2025-03-21T16:34:16Z | https://github.com/mlfoundations/open_clip/issues/1057 | [] | maxlund | 1 |
psf/black | python | 3,815 | Comment is removed inside two pairs of parentheses | **Black https://github.com/psf/black/commit/c3235e**
[Playground link](https://black.vercel.app/?version=main&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4ACZAGVdAD2IimZxl1N_Wlws4SSfhvbGwuP6jsfmgnb8ARMAR2V_UJHHOyeiwNcjQiu0GhYjdcO4liGW2J0TeBgncyKtJ_H87d1jKJ2pyaCwrgBj1Mlq6vnOvm0jbchemI3s6xyDPUy5PJcAAAAAADxDb0Shhvi6AAGBAZoBA... | closed | 2023-07-26T13:21:36Z | 2024-02-12T14:27:51Z | https://github.com/psf/black/issues/3815 | [
"F: comments"
] | sagark4 | 7 |
netbox-community/netbox | django | 18,021 | Swagger not updating when new API endpoints added in plugin | ### Deployment Type
Self-hosted
### Triage priority
N/A
### NetBox Version
v4.1.3
### Python Version
3.11
### Steps to Reproduce
1) add an endpoint to an API plugin
2) reload netbox
### Expected Behavior
swagger should update showing the new endpoint
### Observed Behavior
Problem is caused by the caching ... | closed | 2024-11-15T05:22:28Z | 2025-03-13T03:10:07Z | https://github.com/netbox-community/netbox/issues/18021 | [
"type: bug",
"status: accepted",
"complexity: low"
] | tbotnz | 11 |
streamlit/streamlit | streamlit | 10,239 | Dynamic popover height | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Currently, the height of a popover in Streamlit remains static, even when it contains components with expanda... | open | 2025-01-23T16:02:39Z | 2025-01-23T16:53:45Z | https://github.com/streamlit/streamlit/issues/10239 | [
"type:enhancement",
"feature:st.popover"
] | taugustinov-ness | 2 |
scrapy/scrapy | python | 6,534 | Don't ship `build_from_settings()` | We discussed this with @kmike and decided that we want to ship `build_from_crawler()` but not `build_from_settings()` as a last-minute follow-up to #5523/#6169. This, to my knowledge, has two consequences:
1. We need to change `scrapy.middleware.MiddlewareManager` to require a `Crawler` instance for building.
2. Us... | closed | 2024-11-11T10:24:51Z | 2024-11-14T15:40:56Z | https://github.com/scrapy/scrapy/issues/6534 | [
"cleanup"
] | wRAR | 3 |
strawberry-graphql/strawberry | graphql | 3,249 | schema-codegen should generate mutation methods | ## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
### What it does
schema-codegen currently generates the following from the schema:
```
import strawberry
@strawberry.type
class Member:
usernam... | open | 2023-11-22T19:17:12Z | 2025-03-20T15:56:29Z | https://github.com/strawberry-graphql/strawberry/issues/3249 | [] | c0dezer019 | 1 |
assafelovic/gpt-researcher | automation | 435 | Excpetion in ASGI application | I encountered following error for query: "what is the market of commercial cleaning in usa?" Long report.
I have generated numerous of short reports already, but long reports fail almost all the time with this error. I am using MacOS, with conda virtual environment.
--------
ERROR: Exception in ASGI applicati... | closed | 2024-04-06T02:26:02Z | 2024-06-12T06:27:14Z | https://github.com/assafelovic/gpt-researcher/issues/435 | [] | kaziu007 | 9 |
facebookresearch/fairseq | pytorch | 5,173 | Is it possible to finetune the MMS model? |
Is it possible to finetune the MMS model? I didn't find any doc or code supporting this feature. | open | 2023-05-30T02:32:51Z | 2023-06-21T10:09:50Z | https://github.com/facebookresearch/fairseq/issues/5173 | [
"question",
"needs triage"
] | CopyNinja1999 | 4 |
smarie/python-pytest-cases | pytest | 121 | Support pytest 6 | Apparently pytest 6 is not supported - see #119
We should modify the travis config so that it is taken into account, and merge that PR | closed | 2020-07-30T07:35:25Z | 2020-07-30T07:56:52Z | https://github.com/smarie/python-pytest-cases/issues/121 | [
"bug"
] | smarie | 1 |
STVIR/pysot | computer-vision | 329 | the question about random_shift_factor | Which code handles the sampling problem of random_shift_factor=32? | closed | 2020-03-19T14:18:53Z | 2020-04-08T02:27:52Z | https://github.com/STVIR/pysot/issues/329 | [
"invalid"
] | Accept-AI | 2 |
plotly/dash-core-components | dash | 876 | Can't make tooltip of dcc.RangeSlider() show marks for date slider? | Hello,
I am using the `dcc.RangeSlider()` to make a slider to select which dates to display in the chart.
Since the `RangeSlider()` only accepts numbers as inputs, and needed to convert the dates to UNIX timestamps.
I want the slider to be set up with no marks, but with the tooltip to hover display the text da... | open | 2020-10-24T21:26:26Z | 2023-05-12T06:58:50Z | https://github.com/plotly/dash-core-components/issues/876 | [] | alexwolf22 | 10 |
ClimbsRocks/auto_ml | scikit-learn | 241 | better hyperparameter optimization using evolutionary algorithms through sklearn-deap | one optimization we can make is to run grid search when the search space is small (such as when we're comparing model types), and run evolutionary algorithm search (EAsearch) when the search space is large (deep learning architecture!) | open | 2017-06-14T00:42:20Z | 2017-06-16T16:36:15Z | https://github.com/ClimbsRocks/auto_ml/issues/241 | [] | ClimbsRocks | 2 |
Significant-Gravitas/AutoGPT | python | 9,442 | Fix issue with inputs when pasting blocks | closed | 2025-02-07T12:32:51Z | 2025-02-07T15:02:30Z | https://github.com/Significant-Gravitas/AutoGPT/issues/9442 | [
"bug",
"platform/frontend"
] | linear[bot] | 0 | |
huggingface/datasets | nlp | 6,917 | WinError 32 The process cannot access the file during load_dataset | ### Describe the bug
When I try to load the opus_book from hugging face (following the [guide on the website](https://huggingface.co/docs/transformers/main/en/tasks/translation))
```python
from datasets import load_dataset, Dataset
dataset = load_dataset("Helsinki-NLP/opus_books", "en-fr", features=["id", "tran... | open | 2024-05-24T07:54:51Z | 2024-05-24T07:54:51Z | https://github.com/huggingface/datasets/issues/6917 | [] | elwe-2808 | 0 |
dynaconf/dynaconf | fastapi | 1,227 | feat: populate_obj must convert to dict before setting. | This must be implemented on master and backported to 3.2.8
Current behavior
```py
settings = Dynaconf()
class Anything: ...
obj = Anything()
settings.set("data", {"key: "value"})
settings.populate_obj(obj)
# now when accessing the type of data wil be Box
print(type(obj.DATA))
dynaconf.utils.boxing.DynaBox
```
Exp... | closed | 2025-01-23T19:11:53Z | 2025-02-11T00:20:16Z | https://github.com/dynaconf/dynaconf/issues/1227 | [
"Pending Release",
"HIGH",
"backport",
"aap"
] | rochacbruno | 0 |
STVIR/pysot | computer-vision | 1 | when does this repository update? | Is this directory still empty? When can you update? | closed | 2019-05-09T09:41:03Z | 2019-05-13T01:13:10Z | https://github.com/STVIR/pysot/issues/1 | [] | CXSunshine | 3 |
cvat-ai/cvat | computer-vision | 8,335 | 3D Annotation shows blank images for context | Hi, i'm new to CVAT and it's the first time creating a 3D annotation task.
I created a 3D task with the suggested [3D pointcloud zip file data structure](https://docs.cvat.ai/docs/manual/basics/create_an_annotation_task/#data-formats-for-a-3d-task):
zip file/
pointcloud/
12345677.pcd # us... | open | 2024-08-22T09:28:18Z | 2024-08-29T14:16:18Z | https://github.com/cvat-ai/cvat/issues/8335 | [
"need info"
] | Fox93 | 2 |
vitalik/django-ninja | rest-api | 325 | Foreignkey assigning is searching for instance | Hello ! I create my schemas with create_schema(). When i try to perform a post request to create an object that has many foreignkeys in his model, i get an error like "UserIndividuel.id_document_type must be a TypePiece instance" for the field id_document_type that is renamed id_document_type_id in the generated schema... | closed | 2022-01-14T11:17:50Z | 2023-11-24T13:04:51Z | https://github.com/vitalik/django-ninja/issues/325 | [] | Kimmyungetouh | 2 |
aminalaee/sqladmin | sqlalchemy | 599 | Show related model's field in list/detail page | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
Be able to show a related model's field in the list/details page:
```py
class User(...):
__tablename__ = "users"
name = Column(VARCHAR(length=128), nullable=False)... | closed | 2023-08-31T15:44:20Z | 2023-11-17T14:09:43Z | https://github.com/aminalaee/sqladmin/issues/599 | [] | aminalaee | 1 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 261 | No GPU - can we use Google Colab? | noob here without a GPU. How would someone use this with Google Colab
| closed | 2020-01-10T04:36:44Z | 2020-07-04T23:22:10Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/261 | [] | infiniti350 | 2 |
d2l-ai/d2l-en | computer-vision | 2,614 | , | open | 2024-07-30T23:39:08Z | 2024-07-30T23:39:08Z | https://github.com/d2l-ai/d2l-en/issues/2614 | [] | hodfa840 | 0 | |
facebookresearch/fairseq | pytorch | 5,321 | Pass context to MMS / NLLB Model | ## ❓ Questions and Help
Just like how in Whisper you can pass [context](https://github.com/openai/whisper/blob/e8622f9afc4eba139bf796c210f5c01081000472/whisper/transcribe.py#L402) of the previous prediction, is there such an option available for MMS?
Same question for NLLB as well!
| open | 2023-09-09T23:02:02Z | 2023-09-09T23:02:20Z | https://github.com/facebookresearch/fairseq/issues/5321 | [
"question",
"needs triage"
] | RohitMidha23 | 1 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 70 | 新增自已的資料集出現 | return six.next(_SHARED_SEQUENCES[uid])
File "readdata24.py", line 220, in data_genetator
X[i,0:len(data_input)] = data_input
ValueError: could not broadcast input array from shape (2405,200,1) into shape (1600,200,1)
看來像是資料長度的問題,請問有解決方法嗎? | closed | 2019-01-15T01:39:23Z | 2019-03-16T05:47:18Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/70 | [] | polomlin | 1 |
randyzwitch/streamlit-folium | streamlit | 139 | Error with st_folium and not with folium_static | I have seen that the recommended function is `st_folium` but it doesn't render my map well. This is what happends:

The height is too low and if I change the `height` parameter it does nothing. This is the... | open | 2023-08-14T15:48:12Z | 2023-12-12T15:11:20Z | https://github.com/randyzwitch/streamlit-folium/issues/139 | [] | Javier-Jimenez99 | 8 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 534 | Exception: Current loss scale already at minimum - cannot decrease scale anymore. Exiting run. | ### 详细描述问题
你好,跑预训练代码中途出现这样的问题,如何解决?
### 参考信息
#### 依赖情况(代码类问题务必提供)
*请提供transformers, peft, torch等常规依赖库的版本:pip list \| grep*
transformers 4.28.1
torch 1.13.1+cu117
peft 0.3.0.dev0
deepspeed 0.9.1
#### 运行日志或截图
15%|█▌ ... | closed | 2023-06-08T02:09:37Z | 2023-06-19T22:02:26Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/534 | [
"stale"
] | chensongcan | 13 |
proplot-dev/proplot | matplotlib | 279 | Assigning projections with projection dict. in subplots method | ### Description
Drawing custom subplot layout (one axis with Cartopy Proj, others with Cartesian) breaks with new version of proplot (> 0.6)
### Steps to reproduce
Notebook to show where it breaks: https://colab.research.google.com/drive/1jlXYQTflOHVE-QxkEho7PFxfl8OyLZ13?usp=sharing
**Expected behavior**:... | closed | 2021-09-10T17:03:20Z | 2021-09-10T21:06:06Z | https://github.com/proplot-dev/proplot/issues/279 | [
"bug"
] | dopplerchase | 1 |
dropbox/PyHive | sqlalchemy | 196 | When I submit a SQL query whose length is > 1000 characters, query hangs | When I submit a SQL query whose length is > 1000 characters, query hangs..
I gave a query which is around 1600 characters through cursor.execute and it hangs. Is there any limit on how many characters should the SQL hold? | open | 2018-03-23T15:03:06Z | 2018-03-23T15:03:06Z | https://github.com/dropbox/PyHive/issues/196 | [] | besenthil | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,282 | generate map | Hello. I want to convert my aerial photos into maps (the same types in your dataset). Do you have a code? | closed | 2021-05-16T16:26:56Z | 2021-11-13T22:51:28Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1282 | [] | xiyufeng2 | 1 |
nerfstudio-project/nerfstudio | computer-vision | 3,330 | Documentation for building docker image is outdated | The `USER_ID` build argument mentioned in the documentation:
https://github.com/nerfstudio-project/nerfstudio/blob/702886b213a5942b64250b3c4dc632e62237a511/docs/quickstart/installation.md?plain=1#L248
No longer exists since this commit:
https://github.com/nerfstudio-project/nerfstudio/commit/dd811f58bce4dd56a75147... | open | 2024-07-25T04:02:21Z | 2024-07-25T04:02:21Z | https://github.com/nerfstudio-project/nerfstudio/issues/3330 | [] | specarmi | 0 |
biolab/orange3 | pandas | 6,030 | Error when loading Excel with colored background | Hello!
When loading Excel file with the File widget I get this error: colors must be ARGB hex values
I guess that it is because my first Excel line is colored with some background... I'm not able to configure the file formating (or manualy update it but very time consuming), so could we deal with that in the widget... | closed | 2022-06-17T17:42:16Z | 2023-01-13T10:56:51Z | https://github.com/biolab/orange3/issues/6030 | [
"bug report"
] | Chocoder | 1 |
PablocFonseca/streamlit-aggrid | streamlit | 71 | Non-refreshable grids using streamlit.columns | Hello!
Found a bug: while using `st.columns()` AgGrid does not refresh even if I change `pandas.DataFrame` using `pandas.DataFrame.loc`.
Example:
```
account = st.selectbox('Select your account:', (None, ) + CLIENTS)
columns = st.columns(2)
with columns[0]:
df1_account_chosen = df1.loc[df1['ClientCode'... | closed | 2022-03-28T14:13:16Z | 2022-03-28T14:49:50Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/71 | [] | yk4r2 | 1 |
cvat-ai/cvat | computer-vision | 8,249 | Missing Run Actions in Menu Toolbar | Hello,
I wanted to use the shape converter (https://docs.cvat.ai/docs/enterprise/shapes-converter/), but in my version these is no option for it. Does it depend on a specific release?

Server version: 2.8.0
Core version: ... | closed | 2024-08-01T07:30:47Z | 2024-09-02T12:42:27Z | https://github.com/cvat-ai/cvat/issues/8249 | [
"question"
] | Petros626 | 1 |
sqlalchemy/alembic | sqlalchemy | 589 | Add column throws exception after adding column | Environment:
Server version: 5.7.26 MySQL Community Server (GPL)
SQLAlchemy==1.2.17
mysqlclient==1.3.14
alembic==1.0.11
I did modify env.py to pull the connect string from an environment variable, and am calling create_engine directly. The connect string is constructed with the following code, where the format... | closed | 2019-07-27T09:47:19Z | 2019-07-27T11:54:48Z | https://github.com/sqlalchemy/alembic/issues/589 | [] | wittlesouth | 2 |
ultralytics/yolov5 | deep-learning | 13,380 | realtime detection on jetson using pi camera | ### 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
I'm trying to run real time detection on jetson nano using custom fine tuned yolov... | closed | 2024-10-24T11:13:52Z | 2025-01-09T23:33:13Z | https://github.com/ultralytics/yolov5/issues/13380 | [
"question"
] | Munia-AK | 4 |
pennersr/django-allauth | django | 3,246 | Custom User model - USERNAME_FIELD is undefined | I have a custom user model that extended AbstractBaseUser and does not have a 'username' field. Instead it uses the 'email' field as the username. When I try to use this project, I get the following error:
```
FieldDoesNotExist at /accounts/login/
User has no field named 'username'
```
When I debug, it points ... | closed | 2023-01-29T16:01:45Z | 2023-06-20T18:45:17Z | https://github.com/pennersr/django-allauth/issues/3246 | [] | PHermans1 | 3 |
netbox-community/netbox | django | 18,787 | Ansible netbox.netbox.netbox_vm_interface does not add MAC address | ### Deployment Type
Self-hosted
### NetBox Version
v4.2.4
### Python Version
3.10
### Steps to Reproduce
```
- name: Create primary interface and assign to VM
netbox.netbox.netbox_vm_interface:
netbox_url: http://local.local
netbox_token: mytoken
data:
virtual_machine: vm01
... | closed | 2025-03-03T10:22:18Z | 2025-03-05T16:49:14Z | https://github.com/netbox-community/netbox/issues/18787 | [
"type: bug"
] | boredomwontgetus | 5 |
pydata/bottleneck | numpy | 467 | Readme is not up to date regarding Python support | It seems to support Python3.12 but Readme does not mention it. It is also unclear if it supports numpy 2.x.x. | open | 2024-12-07T16:46:55Z | 2024-12-24T00:41:15Z | https://github.com/pydata/bottleneck/issues/467 | [
"bug"
] | ogencoglu | 1 |
robotframework/robotframework | automation | 4,693 | Mistyped named arguments interpreted as positional arguments | Hi,
Many times I have encountered a problem with wrongly spelled named arguments being interpreted as position arguments. Especially when the casing/spelling of arguments change (are changed by colleagues). Here is an example:
```robot
*** Test Cases ***
TC
KW
KW named1=1
KW named_1=1
KW... | open | 2023-03-15T11:18:00Z | 2023-12-20T00:48:25Z | https://github.com/robotframework/robotframework/issues/4693 | [] | okleinke | 1 |
shaikhsajid1111/facebook_page_scraper | web-scraping | 84 | returning only one post | facebook-page-scraper is returning only one whatever the number of postCount i give | open | 2023-08-04T11:37:36Z | 2023-08-10T09:09:56Z | https://github.com/shaikhsajid1111/facebook_page_scraper/issues/84 | [] | ihabpalamino | 9 |
bauerji/flask-pydantic | pydantic | 10 | Why the dependency must be python3.7 | Why the dependency must be python3.7
I want to use python3.6 | closed | 2020-08-07T02:43:41Z | 2020-08-07T08:36:23Z | https://github.com/bauerji/flask-pydantic/issues/10 | [] | wongqingbin | 2 |
suitenumerique/docs | django | 278 | 💄Error alert closeable | ## Bug Report
Make the error alert closeable.
 | closed | 2024-09-23T13:54:31Z | 2024-09-24T14:38:27Z | https://github.com/suitenumerique/docs/issues/278 | [
"frontend",
"feature"
] | AntoLC | 0 |
deepfakes/faceswap | deep-learning | 488 | Extract with dlib-cnn doesn't work on macOS | **Note: Please only report bugs in this repository. Just because you are getting an error message does not automatically mean you have discovered a bug. If you don't have a lot of experience with this type of project, or if you need for setup help and other issues in using the faceswap tool, please refer to the [facesw... | closed | 2018-09-03T02:38:06Z | 2018-10-22T06:56:13Z | https://github.com/deepfakes/faceswap/issues/488 | [
"bug"
] | helloall1900 | 2 |
profusion/sgqlc | graphql | 62 | Quick Start Tutorial Needed | Loving this project.
I feel like this project would benefit from a short quick start tutorial that demonstrate common methods such as:
**Create item**
```
mutation = Operation(schema.Mutation) # note 'schema.'
mutation.create_item(input=dict(id="23432")).__fields__()
```
**List items with fil... | open | 2019-09-04T22:59:24Z | 2019-09-06T02:33:42Z | https://github.com/profusion/sgqlc/issues/62 | [
"enhancement",
"good first issue"
] | ndanielsen | 3 |
BeanieODM/beanie | pydantic | 13 | [Question] What's the best way to dynamically call Motor.io functions? | First and foremost thank you for creating such a useful tool! It's exactly what I've been looking for.
Now for context I was looking to use a motor method `count_documents()` that was not exposed at the Document level. I noticed in the documentation that it's suggested to use `Document.get_motor_collection().count_d... | closed | 2021-04-14T04:19:59Z | 2021-04-14T21:30:48Z | https://github.com/BeanieODM/beanie/issues/13 | [] | RodneyU215 | 5 |
CPJKU/madmom | numpy | 424 | Bug in quantize_events? | I wonder if there isn't a off-by-one error in this function? Suppose I want to quantize one second of audio into 10 100 ms events.
```python
print(quantize_events(np.array([0.075]), 10, length = 10))
```
This causes the event at 75 ms to be put at index 1 due to the rounding. This is a little odd I think because ... | closed | 2019-03-13T20:24:52Z | 2019-03-26T07:15:50Z | https://github.com/CPJKU/madmom/issues/424 | [] | bjourne | 3 |
tflearn/tflearn | data-science | 709 | tf.concat reordered arguments in tensorflow1.0 | I'm trying to use time_distributed layer, but I have an error:
```
tflearn/layers/core.py
645 except:
646 x = list(map(lambda t: tf.reshape(t, [-1, 1]+utils.get_incoming_shape(t)[1:]), x))
--> 647 return tf.concat(1, x)
```
It was because in tensorflow1.0 was changed concat function.
... | closed | 2017-04-12T20:10:36Z | 2017-04-13T21:34:24Z | https://github.com/tflearn/tflearn/issues/709 | [] | Ruslanmlnkv | 1 |
fastapi/sqlmodel | sqlalchemy | 16 | ERROR: Could not find a version that matches sqlalchemy2-stubs | ### 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] I al... | closed | 2021-08-25T14:36:18Z | 2022-08-30T17:42:17Z | https://github.com/fastapi/sqlmodel/issues/16 | [
"question",
"answered"
] | jet10000 | 3 |
mars-project/mars | scikit-learn | 2,433 | [BUG] `KeyError` was raised when execute dataframe getitem | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**To Reproduce**
Append an empty dataframe leads to a `KeyError` when execute getitem.
``` Python
In [9]: d = md.DataFrame(pd.DataFrame([[0, 1], [2, 3]], column... | closed | 2021-09-07T03:18:37Z | 2021-09-07T11:24:47Z | https://github.com/mars-project/mars/issues/2433 | [
"type: bug",
"mod: dataframe",
"prio: high"
] | hekaisheng | 3 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,215 | Starting program i get error in code |

when i try to start program ı get this error : | open | 2023-05-13T12:35:42Z | 2023-05-17T07:22:23Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1215 | [] | ygz23 | 1 |
alpacahq/alpaca-trade-api-python | rest-api | 671 | [Bug]: Fails to install with Python 3.11 due to `aiohttp==3.8.1` dependency | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Using Python 3.11, `pip install alpaca-trade-api~=2.0` fails with the following error for the `aiohttp` dependency:
```
aiohttp/_websocket.c:198:12: fatal error: 'longintrepr.h' file not found
#include ... | closed | 2022-12-19T00:22:59Z | 2024-01-10T05:19:19Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/671 | [] | fumoboy007 | 8 |
mljar/mercury | jupyter | 128 | add section about white labeling in docs | closed | 2022-07-09T08:26:40Z | 2023-02-15T10:12:53Z | https://github.com/mljar/mercury/issues/128 | [
"docs",
"Pro"
] | pplonski | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.