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
newpanjing/simpleui
django
250
simplePro 人员状态与超级用户状态 经常交替不可选
``` models.py from django.db import models from django.contrib.auth.models import AbstractUser # Create your models here. class UserProfile(AbstractUser): department = models.IntegerField(default=0,verbose_name=u"部门",choices=((0,"信息部"),(1,"QC"),(2,"外包车间"))) group = models.IntegerField(default=0,verbo...
closed
2020-04-09T01:45:17Z
2020-05-05T05:25:20Z
https://github.com/newpanjing/simpleui/issues/250
[ "bug" ]
xojisi
1
huggingface/pytorch-image-models
pytorch
2,352
[BUG] Attribute aa in ConvNormAct not found
**Describe the bug** A cloud mask model I was using required `ConvNormAct` from `timm/layers/conv_bn_act` ([link](https://github.com/huggingface/pytorch-image-models/blob/main/timm/layers/conv_bn_act.py)). I got this AttributeError: 'ConvNormAct' object has no attribute 'aa' which seems to suggest the line of `create_...
closed
2024-12-03T00:31:49Z
2024-12-03T16:03:46Z
https://github.com/huggingface/pytorch-image-models/issues/2352
[ "bug" ]
DagonArises
3
hzwer/ECCV2022-RIFE
computer-vision
380
关于蒸馏的一些困惑
作者您好,在IFNet中,分为学生网络(stu)和教师网络(block_tea),通过蒸馏损失(loss_distill),学生网络被引导学习更接近教师网络的光流估计(不知道我的理解是否正确)。我的困惑在于: 如果教师网络是一个预训练的光流估计模型,那么可以指导学生网络进行更准确的光流估计。但现在教师网络也是一个需要进行训练的IFBlock,如何保证教师网络输出的光流是准确的呢?是因为教师网络输入了gt吗?还是有别的什么机制原理?感谢您的解答🙏
closed
2024-11-04T08:56:14Z
2024-11-05T08:41:51Z
https://github.com/hzwer/ECCV2022-RIFE/issues/380
[]
ZXMMD
2
jonra1993/fastapi-alembic-sqlmodel-async
sqlalchemy
70
Frontend unable to upload image due to CORS blocking
Hi @jonra1993, my frontend developer says that he is unable to upload any user image due to CORS blocking. In my `.env` file, I already have the following: ``` ... BACKEND_CORS_ORIGINS=["http://localhost:3000", "https://mycustomdomain.com"] ... ``` It is most likely due to Minio having issue: https://github...
open
2023-05-08T16:21:02Z
2023-05-25T00:17:24Z
https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/issues/70
[]
jymchng
8
ansible/awx
automation
15,672
AWX not syncing Gitlab project: ORIGIN not a git repository
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software pro...
closed
2024-11-29T23:05:27Z
2024-12-10T15:51:34Z
https://github.com/ansible/awx/issues/15672
[ "type:bug", "component:ui", "needs_triage", "community" ]
batreseau
6
jupyter/nbviewer
jupyter
231
Single quotes surrounded by red box.
Rendered notebook: http://bit.ly/1gwM9vE Raw notebook: http://bit.ly/1fXFTHn ![nbviewer_error](https://f.cloud.github.com/assets/4594825/2512457/ab600d5e-b426-11e3-89dc-3db398b17aaa.png)
closed
2014-03-25T09:44:00Z
2014-03-25T15:21:26Z
https://github.com/jupyter/nbviewer/issues/231
[]
Ismael-VC
4
koxudaxi/fastapi-code-generator
pydantic
405
Impossible to install package with python3.10
When installing have this error: `Collecting ruamel.yaml.clib>=0.2.7 Using cached ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (526 kB) Requirement already satisfied: exceptiongroup>=1.0.2 in /home/cbarnier/.local/lib/python3.10/site-packages (from anyio...
open
2024-01-30T15:40:52Z
2024-04-18T13:39:09Z
https://github.com/koxudaxi/fastapi-code-generator/issues/405
[]
CamilleBarnier
1
pydata/xarray
pandas
9,462
Specialization of `set_dims` for new dimensions of length 1
### Is your feature request related to a problem? Our duck arrays got caught by `duck_array_ops.broadcast_to` https://github.com/pydata/xarray/blob/0af197985840a715c3566b6bdb5f355b21224e92/xarray/core/variable.py#L1382 really boiling down to `np.broadcast_to` since we don't implement it quite yet. In the lines a...
open
2024-09-09T15:41:24Z
2024-09-24T16:52:55Z
https://github.com/pydata/xarray/issues/9462
[ "enhancement", "topic-arrays" ]
hmaarrfk
2
clovaai/donut
computer-vision
238
How to estimate the required video memory?
when i adjust processor.image_processor.size from {'height': 960, 'width': 720} to higher, GPU said CUDA out of memory.. my Video Card 8GB video, i wanna know, if i wanna use {'height': 2560, 'width': 1920}, how much VRAM will be used? does 16GB ok ?
closed
2023-08-11T08:19:48Z
2023-10-17T00:34:17Z
https://github.com/clovaai/donut/issues/238
[]
chopin1998
1
graphql-python/gql
graphql
85
examples how to use "gql" method with mutations and variables ?
Can someone show me an example how to use execute method with the "gql" option and with a mutation example which also needs variables ?
closed
2020-05-16T14:23:29Z
2021-03-20T15:37:03Z
https://github.com/graphql-python/gql/issues/85
[ "type: question or discussion" ]
arielvol
4
plotly/plotly.py
plotly
4,629
Add docs examples and update Plotly.js for next release
Add docs examples and update Plotly.js for next release
closed
2024-06-05T17:52:25Z
2024-07-23T18:16:23Z
https://github.com/plotly/plotly.py/issues/4629
[ "feature" ]
LiamConnors
0
seleniumbase/SeleniumBase
pytest
2,408
Using multi-proxy on pyinstaller gives an error
Without pyinstaller multi-proxy flag on a raw driver works fine, with pyinstaller it gives this error on any chrome opened except the first one: ``` File "selenium\webdriver\common\selenium_manager.py", line 137, in run File "json\__init__.py", line 346, in loads File "json\decoder.py", line 337, in decode ...
closed
2024-01-03T21:35:46Z
2024-01-03T23:35:02Z
https://github.com/seleniumbase/SeleniumBase/issues/2408
[ "invalid usage", "external", "UC Mode / CDP Mode" ]
AlexPaiva
3
JaidedAI/EasyOCR
pytorch
690
emoji detection using easyocr
Can easyocr be used to detect emojis in images? I looked around and couldn't find if it's supported.
open
2022-03-21T15:54:36Z
2024-04-09T04:39:41Z
https://github.com/JaidedAI/EasyOCR/issues/690
[]
shashi-netra
1
ckan/ckan
api
7,690
npm install? npm ci? npm build?
## CKAN version master ## Describe the bug We should update our front end documentation with the latest guidance for installing and upgrading JS dependencies. What is a gulpfile and how do we update it? How do we specify build options? (e.g. customizing languages for highlight.js for the data API dialog) ###...
open
2023-07-04T13:35:17Z
2023-07-04T19:07:38Z
https://github.com/ckan/ckan/issues/7690
[]
wardi
1
napari/napari
numpy
7,263
[test-bot] pip install --pre is failing
The --pre Test workflow failed on 2024-09-12 12:14 UTC The most recent failing test was on windows-latest py3.12 pyqt6 with commit: c2c929a518bfef65d0836a723e6df61e48a54639 Full run: https://github.com/napari/napari/actions/runs/10830455170 (This post will be updated if another test fails, as long as this iss...
closed
2024-09-12T12:14:45Z
2024-09-12T15:11:50Z
https://github.com/napari/napari/issues/7263
[ "bug" ]
github-actions[bot]
0
axnsan12/drf-yasg
django
297
Global header
My API requires special header to make sure application version is not too low. Any way I can add this to documentation? It applies to all endpoints, and it's not authentication. I think this is related to https://github.com/axnsan12/drf-yasg/issues/123
closed
2019-01-21T08:24:26Z
2021-12-09T19:27:27Z
https://github.com/axnsan12/drf-yasg/issues/297
[]
BojanKogoj
5
huggingface/datasets
machine-learning
7,223
Fallback to arrow defaults when loading dataset with custom features that aren't registered locally
### Describe the bug Datasets allows users to create and register custom features. However if datasets are then pushed to the hub, this means that anyone calling load_dataset without registering the custom Features in the same way as the dataset creator will get an error message. It would be nice to offer a fall...
open
2024-10-12T16:08:20Z
2024-10-12T16:08:20Z
https://github.com/huggingface/datasets/issues/7223
[]
alex-hh
0
ansible/ansible
python
83,895
set_fact module does not substitute the first {{ item }} from the loop when appending to the same fact
### Summary Hi, when I execute this playbook: ``` yaml - name: example hosts: localhost tasks: - name: create list set_fact: myList: "{{ myList | default([]) + ['my-{{ item }}'] }}" loop: "{{ range(0,3,1) | list }}" - name: "print myList" debug: msg: "{{ my...
closed
2024-09-04T00:16:19Z
2024-09-19T13:00:03Z
https://github.com/ansible/ansible/issues/83895
[ "module", "bug" ]
MarianMacik
3
seleniumbase/SeleniumBase
web-scraping
2,186
Add UC Mode customization options
## Add UC Mode customization options Since the default disconnect/reconnect time might not be enough for some websites with certain internet connection speeds, there should be a way to customize that. (Note: The UC Mode disconnect/reconnect time is the time that chromedriver disconnects from Chrome before reconne...
closed
2023-10-13T14:30:33Z
2023-10-13T20:37:14Z
https://github.com/seleniumbase/SeleniumBase/issues/2186
[ "enhancement", "UC Mode / CDP Mode" ]
mdmintz
3
robotframework/robotframework
automation
4,978
Libdoc html render fails when using custom type names with spaces
This issue is a spin off from the discussion in issue [#4944](https://github.com/robotframework/robotframework/issues/4944). When using `@TypeConverter.register` to make a custom type available, an extra work around is needed to prevent errors during libdoc execution: Adding the type to the `STANDARD_TYPE_DOCS`. Fix...
open
2023-12-16T09:28:09Z
2023-12-17T23:25:24Z
https://github.com/robotframework/robotframework/issues/4978
[]
JFoederer
1
huggingface/peft
pytorch
1,677
DoRA support for Embedding
### Feature request Supporting DoRA with Embedding to allow seamless integration with the LoRA framework. ### Motivation I need to finetune a model where additional tokens have to be trained. But getting the "Embedding does not support DoRA yet, please set it to False" error. ### Your contribution No
closed
2024-04-24T19:48:14Z
2024-08-23T18:20:43Z
https://github.com/huggingface/peft/issues/1677
[ "contributions-welcome" ]
ShayekhBinIslam
5
marcomusy/vedo
numpy
1,080
Term colors changed after printing a DataFrame with a Mesh
Hi Marco! This may be something very simple to solve, but i've been a bit stuck with it for a while... If i put mesh objects in a pandas df column and i print it on the python repl, all the background color of my texts get changed to green from that point forward. Here is a screenshot: ![image](https://github....
closed
2024-03-24T14:57:19Z
2024-03-25T22:34:36Z
https://github.com/marcomusy/vedo/issues/1080
[]
ManuGraiph
2
Lightning-AI/pytorch-lightning
data-science
20,118
Wrong hparams when using lightning cli
### Bug description When using lightning 2.3.3 and lightning cli, the `hparams` property becomes ``` { "_instantiator": ..., "class_path": ..., "init_args": ..., } ``` It is correct when using lightning 2.2.5 ### What version are you seeing the problem on? 2.3.3 ### How to reproduce the bug ```py...
closed
2024-07-23T09:32:08Z
2024-07-25T04:48:05Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20118
[ "bug", "lightningcli", "repro needed", "ver: 2.2.x" ]
BakerBunker
3
huggingface/datasets
machine-learning
7,113
Stream dataset does not iterate if the batch size is larger than the dataset size (related to drop_last_batch)
### Describe the bug Hi there, I use streaming and interleaving to combine multiple datasets saved in jsonl files. The size of dataset can vary (from 100ish to 100k-ish). I use dataset.map() and a big batch size to reduce the IO cost. It was working fine with datasets-2.16.1 but this problem shows up after I upgr...
closed
2024-08-20T08:26:40Z
2024-08-26T04:24:11Z
https://github.com/huggingface/datasets/issues/7113
[]
memray
1
dask/dask
pandas
10,999
TypeError: float() argument must be a string or a real number, not 'csr_matrix'
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
closed
2024-03-13T13:39:14Z
2024-03-14T13:18:41Z
https://github.com/dask/dask/issues/10999
[ "needs triage" ]
erico-imgproj
1
wkentaro/labelme
deep-learning
669
[BUG] Labelme2voc.py can't convert JSON to XML using binary image (mask image)
Hi, i'd like to ask when i try to make XML bounding-box annotation from mask image (binary image), the labelme2voc.py genereate an error while converting the JSON file to XML What i did: 1. Provide mask image (binary image) to data_annotated folder 2. Open labelme.exe to make the bounding-box and generate the JS...
closed
2020-05-27T14:14:10Z
2020-07-08T15:03:11Z
https://github.com/wkentaro/labelme/issues/669
[ "issue::bug" ]
TiasM
2
jonaswinkler/paperless-ng
django
1,233
[BUG] [SECURITY] Password of emailaccount is plaintext and visible
**Describe the bug** The password of the account to access the mailbox is visible in plaintext in the webinterface (and therefore also in the database) **To Reproduce** Steps to reproduce the behavior: 1. Go to '/admin/paperless_mail/mailaccount/1/change/' 2. Scroll down to 'Password' 4. See error **Expected...
open
2021-08-16T10:38:04Z
2021-08-30T15:50:31Z
https://github.com/jonaswinkler/paperless-ng/issues/1233
[]
MrHappy
7
Kanaries/pygwalker
matplotlib
212
为什么我保存的配置文件里没有chart_map这个字段?
我是用export_to_code按钮保存的配置文件里,没有chart_map内容,导致使用export_chart_png功能没有办法使用
closed
2023-08-29T07:15:30Z
2023-08-29T09:28:04Z
https://github.com/Kanaries/pygwalker/issues/212
[]
DAAworld
1
skypilot-org/skypilot
data-science
4,893
ResourcesUnavailableError k8s error when launching on existing cluster
I have a cluster on AWS. I tried to launch a job on the cluster by doing `sky launch -c cluster job.yaml`. It fails with: ``` sky.exceptions.ResourcesUnavailableError: Timed out when trying to get node info from Kubernetes cluster. Please check if the cluster is healthy and retry. To debug, run: kubectl get nodes ``` T...
closed
2025-03-05T21:04:05Z
2025-03-12T02:52:09Z
https://github.com/skypilot-org/skypilot/issues/4893
[]
cg505
1
gee-community/geemap
streamlit
823
geemap.shp_to_ee
Dear Dr. Wu, When trying to read a shapefile with the geemap.shp_to_ee method and trying to display the map and center with it Map.centerObject () method throws an error as can be verified in the following notebook: https://colab.research.google.com/drive/1hEeIgb3DWoGUXQJw1iYWoND2MR-p-iRv?usp=sharing Howeve...
closed
2021-12-17T22:09:36Z
2021-12-19T16:22:02Z
https://github.com/gee-community/geemap/issues/823
[ "bug" ]
josemanuelgis
3
sqlalchemy/alembic
sqlalchemy
423
Support for MySQL/MariaDB online migrations (support custom keyword arguments for operations)
**Migrated issue, originally created by spanosgeorge** Hello, if I'm reading correctly the source code, right now alembic doesn't support running `ALTER ONLINE TABLE` DDL statements. Correct? If indeed that's the case, are there plans to support it in the future? Relevant documentation from MySQL: https://dev.mysq...
open
2017-03-23T13:31:52Z
2019-01-11T22:19:09Z
https://github.com/sqlalchemy/alembic/issues/423
[ "feature", "op directives", "Tier 1" ]
sqlalchemy-bot
7
frol/flask-restplus-server-example
rest-api
153
Question: what is suggested way to add endpoints to respond web pages ?
currently all API endpoints are under `/api/v1/`, what is suggested way to add route under root to render simple pages ? (under root) say localhost/ -> renter some page localhost/page2 -> some other page etc. But at the same time we have the API serve rup
closed
2020-09-23T05:11:47Z
2020-09-26T20:48:24Z
https://github.com/frol/flask-restplus-server-example/issues/153
[ "question" ]
10000TB
2
lorien/grab
web-scraping
269
Del
del
closed
2017-06-19T12:22:16Z
2017-06-19T14:38:12Z
https://github.com/lorien/grab/issues/269
[]
kservantuz
1
serengil/deepface
deep-learning
610
ImportError: cannot import name 'OrderedDict' from 'typing'
from deepface import DeepFace DeepFace.stream(db_path = "path/to/images/db") results in the below error: ImportError: cannot import name 'OrderedDict' from 'typing' (C:\Users\..\AppData\Local\Programs\Python\Python37\lib\typing.py) Please how can this be resolved, i want to get facial recognition directly...
closed
2022-12-06T12:13:45Z
2022-12-06T20:39:01Z
https://github.com/serengil/deepface/issues/610
[ "question" ]
onuh
1
Lightning-AI/pytorch-lightning
deep-learning
19,671
Introduce sharded checkpointing for NO_SHARD FSDP.
### Description & Motivation My recent benchmarks of considerably large (yet, still fitting on single H100) model training at scale show that depending show that it can take 30-40s per model save. This overhead becomes increasingly problematic with growing scale nad the frequency of checkpoint saves - e.g for 256 devi...
open
2024-03-19T10:21:05Z
2024-03-20T11:20:03Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19671
[ "feature", "strategy: fsdp" ]
ps-stability
6
hzwer/ECCV2022-RIFE
computer-vision
236
请问有手机上视频插帧的方案吗?
closed
2022-02-08T12:31:52Z
2022-03-10T06:49:40Z
https://github.com/hzwer/ECCV2022-RIFE/issues/236
[]
pxEkin
1
recommenders-team/recommenders
deep-learning
1,586
[BUG] Remove the nightly builds when there is a PR to main
### Description <!--- Describe your issue/bug/request in detail --> The nightly builds should run asynchronously instead of when there is a PR to main. ### In which platform does it happen? <!--- Describe the platform where the issue is happening (use a list if needed) --> <!--- For example: --> <!--- * Azur...
open
2021-12-16T14:24:19Z
2021-12-16T14:24:35Z
https://github.com/recommenders-team/recommenders/issues/1586
[ "bug" ]
miguelgfierro
1
marcomusy/vedo
numpy
301
decimate warnings and segfault
Hi! I'm trying to construct a `vedo.Mesh` from a list of vertices + triangle faces to then apply a decimate. But get (a) weird warnings and (b) segfaults with some meshes. I have attached a mesh that causes warnings + segfaults. ```Python >>> import vedo >>> import trimesh as tm >>> m = tm.load('example_mesh.p...
closed
2021-01-27T12:39:35Z
2021-02-01T11:35:54Z
https://github.com/marcomusy/vedo/issues/301
[]
schlegelp
2
aiortc/aioquic
asyncio
137
Integration with Django?
I'm just glancing over this repository - looks awesome! Can it (I assume it can) integrate with a recent version of Django? >3 with Python >3.9? If so...how? :D
closed
2020-10-01T08:15:11Z
2020-10-14T14:59:17Z
https://github.com/aiortc/aioquic/issues/137
[]
asencis
2
jupyter-widgets-contrib/ipycanvas
jupyter
112
Make the MultiCanvas one canvas element in the DOM structure?
Instead of stacking each Canvas view on top of each other to build the MultiCanvas in the DOM, we might want to use one canvas element on which we draw all layers from the CanvasModels. This would have some benefits: - The DOM structure will be simpler - The MultiCanvas sizing/layout will behave exactly like a nor...
closed
2020-07-25T09:59:55Z
2020-07-25T12:46:19Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/112
[]
martinRenou
0
alpacahq/alpaca-trade-api-python
rest-api
137
Examples not working
Simply seting up and trying out the examples provided (LongShort and Martingale) fail. _LongShort:_ Exception in thread Thread-182: Traceback (most recent call last): File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 916, in _bootstrap_inner ...
closed
2020-01-13T15:30:47Z
2020-01-29T04:12:33Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/137
[]
regisin
1
sammchardy/python-binance
api
750
Account snapshot not working
Documentation https://python-binance.readthedocs.io/en/latest/general.html?highlight=snapshot#id7 Get Get Daily Account Snapshot Error message > info = client.get_account_snapshot(type='SPOT') > AttributeError: 'Client' object has no attribute 'get_account_snapshot' **Expected behavior** Show my a snapsh...
closed
2021-03-29T18:32:30Z
2021-03-30T19:04:20Z
https://github.com/sammchardy/python-binance/issues/750
[]
erichegit
1
ray-project/ray
python
51,395
[core] Upgrade grpc (Mar.15, 2025)
### Description We need grpc opentelemetry plugin, which at least requires v1.61.1 (see https://grpc.io/docs/guides/opentelemetry-metrics/). Some more justification, grpc natively provides a bunch of useful stats, see https://grpc.io/docs/guides/opentelemetry-metrics/#per-call-metrics, without which it's hard to anal...
open
2025-03-15T07:21:35Z
2025-03-21T22:08:42Z
https://github.com/ray-project/ray/issues/51395
[ "enhancement", "P1", "core", "help-wanted" ]
dentiny
0
nok/sklearn-porter
scikit-learn
22
SVC (kernel=linear) JS prediction logic
Hi @nok, the [libsvm ](https://github.com/cjlin1/libsvm/blob/master/svm.cpp#L2555) implementation seems to be using subtraction while the sklearn-porter's JavaScript [predict method](https://github.com/nok/sklearn-porter/blob/6da2f7cbaa885b044aa6fe29ee896be089965c54/sklearn_porter/estimator/classifier/SVC/templates/js/...
closed
2017-12-04T12:24:29Z
2018-01-11T17:57:32Z
https://github.com/nok/sklearn-porter/issues/22
[ "question" ]
anmolshkl
3
deezer/spleeter
deep-learning
766
[Bug] CentOS 6 run spleeter version 2.0-2.3 process does't exit
- [ ] I didn't find a similar issue already open. - [ ] I read the documentation (README AND Wiki) - [ ] I have installed FFMpeg - [ ] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others) ## Description Installing spleeter by using conda on CentOS r...
open
2022-05-13T02:13:07Z
2022-05-13T02:15:17Z
https://github.com/deezer/spleeter/issues/766
[ "bug", "invalid" ]
MichaelJayW
0
matplotlib/matplotlib
data-visualization
28,817
[Bug]: `~/.config/matplotlib` is never used because `~/.config` is a symlink
### Bug summary `~/.config/matplotlib` is never used because `~/.config` is a symlink. ### Code for reproduction ```Python On Linux, do: cd ~ mkdir -p .config/matplotlib mkdir myfakedisk mv .config myfakedisk ln -s ~/myfakedisk/.config <run a matplotlib program> ``` ### Actual outcome `Matplo...
closed
2024-09-13T21:46:33Z
2024-09-16T22:45:16Z
https://github.com/matplotlib/matplotlib/issues/28817
[]
hintron
2
desec-io/desec-stack
rest-api
576
Get rid of nsmaster? - AXFR performance implications from rectify
In case we could get rid of nsmaster, observe the following from today's pdns IRC: ``` <pt01_> How does pdns' outgoing AXFR performance compare between an online-signing master and a presigned master? <pt01_> (I know there is a signature cache. Is there also an AXFR cache?) <pt01_> (Rectification is done on outgo...
open
2021-10-19T15:21:28Z
2021-10-19T15:22:49Z
https://github.com/desec-io/desec-stack/issues/576
[]
peterthomassen
0
paperless-ngx/paperless-ngx
django
9,070
[BUG] "Documents" Page Hangs with 100% CPU Usage Due to Uncached Thumbnail Regeneration
Hi, The "Documents" page experiences significant performance issues due to thumbnails being regenerated on every load instead of being cached. - The page takes approximately 1 minute to fully load. - Thumbnails are not cached, causing excessive reprocessing. - Multiple parallel requests spike CPU usage to 100% for se...
closed
2025-02-11T11:21:44Z
2025-03-17T03:14:56Z
https://github.com/paperless-ngx/paperless-ngx/issues/9070
[ "cant-reproduce", "not a bug" ]
finfa
8
apache/airflow
data-science
47,549
Status of testing Providers that were prepared on March 09, 2025
### Body I have a kind request for all the contributors to the latest provider packages release. Could you please help us to test the RC versions of the providers? The guidelines on how to test providers can be found in [Verify providers by contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE...
closed
2025-03-09T15:16:35Z
2025-03-14T09:34:20Z
https://github.com/apache/airflow/issues/47549
[ "area:providers", "kind:meta", "testing status" ]
eladkal
15
minimaxir/textgenrnn
tensorflow
217
CUBLAS_STATUS_ALLOC_FAILED
I was getting a lot of CUBLAS_STATUS_ALLOC_FAILED when using my GPU and running even just this 4 line program `from textgenrnn import textgenrnn textgen = textgenrnn() textgen.train_from_file('goodcombined.txt', num_epochs=2) textgen.generate(15)` Luckily [this comment](https://stackoverflow.com/a/59558128) fr...
open
2020-11-10T19:00:43Z
2020-11-10T19:10:02Z
https://github.com/minimaxir/textgenrnn/issues/217
[]
MrDowntempo
0
numba/numba
numpy
9,857
Segmentation fault when using recursive generator with Numba JIT (NUMBA_OPT=0)
<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). --> ## Reporting a bug <!-- Before submittin...
open
2024-12-18T10:03:00Z
2025-02-03T09:04:12Z
https://github.com/numba/numba/issues/9857
[ "bug - segfault" ]
zzl261004
4
suitenumerique/docs
django
334
Make AI model configurable
## Bug Report **Problematic behavior** Right now it's an env variable **Expected behavior/code** Make it something configurable. @arnaud-robin what did you have in mind ? Should it be at the user level (user can choose between several models) or at the admin level (admin chooses the model for the users from ...
closed
2024-10-14T10:58:50Z
2024-10-24T15:42:46Z
https://github.com/suitenumerique/docs/issues/334
[]
virgile-dev
1
wagtail/wagtail
django
12,439
Wagtail External->Internal Link Conversion Doesn't Run on Pasted in Text
### Issue Summary Hello! If you take a paragraph of text in a Google Doc (for example) that contains a link, when you paste that paragraph into a Rich Text Block, the external->internal link conversion does not run on the pasted-in content. ### Steps to Reproduce 1. Any Rich Text Block 2. Create a paragraph of text...
open
2024-10-21T15:19:21Z
2025-02-04T10:41:57Z
https://github.com/wagtail/wagtail/issues/12439
[ "type:Enhancement", "status:Needs UI Design", "component:Rich text" ]
cyface
8
deeppavlov/DeepPavlov
tensorflow
894
SklearnComponent error "'str' object has no attribute 'load_path'"
Привет. Сохраняю классификатор с параметрами ```python clf = SklearnComponent(model_class="sklearn.linear_model:LogisticRegression", model_params=params, top_n=2, c=1000, penalty='l2', save_path=C...
closed
2019-06-21T11:51:56Z
2019-06-21T11:57:47Z
https://github.com/deeppavlov/DeepPavlov/issues/894
[]
nikolas2223
2
tqdm/tqdm
jupyter
937
TQDM progress bars in jupyter notebooks do not appear in PDF via latex output
- [X] I have marked all applicable categories: + [ ] exception-raising bug + [X] visual output bug + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate) + [ ] new feature request - [X]...
closed
2020-04-12T17:28:53Z
2020-12-25T11:09:08Z
https://github.com/tqdm/tqdm/issues/937
[ "duplicate 🗐", "p3-enhancement 🔥", "help wanted 🙏", "need-feedback 📢", "to-merge ↰", "p2-bug-warning ⚠", "submodule-notebook 📓", "c8-hard 🕗" ]
EdwardRaff
12
coqui-ai/TTS
deep-learning
2,398
[Bug] failed to training kokoro dataset
### Describe the bug i am trainning kokoro dataset with the run.sh script but training failed in the process ### To Reproduce shuffle csv file for training modified the file 'TTS/recipes/kokoro/tacotron2-DDC/tacotron2-DDC.json' bash run.sh see error ### Expected behavior start training ### Logs ```shell | >...
closed
2023-03-07T11:44:16Z
2023-03-08T07:36:33Z
https://github.com/coqui-ai/TTS/issues/2398
[ "bug" ]
ZenWayne
4
gradio-app/gradio
data-visualization
10,497
reload mode doesn't work collectly using Google Colab
### Describe the bug I use the latest gradio module refering official sample, the style is not applied and it does not work properly. [gradio's official sample] https://colab.research.google.com/drive/1zAuWoiTIb3O2oitbtVb2_ekv1K6ggtC1?hl=ja#scrollTo=TgV_xIPvUoEY Here is the reproduction. https://colab.research.googl...
closed
2025-02-04T00:28:27Z
2025-02-07T05:42:25Z
https://github.com/gradio-app/gradio/issues/10497
[ "bug" ]
shin1103
2
allenai/allennlp
pytorch
5,228
Add option to set `find_unused_parameters` (if necessary?)
Hello! Thanks for the fantastic work on this project. ## Problem In the `Trainer` class, the `find_unused_parameters` flag for DDP is set to `True`, which causes the following warning when running distributed code. ``` Warning: find_unused_parameters=True was specified in DDP constructor, but did not find any unu...
closed
2021-05-27T01:04:09Z
2021-07-19T23:39:12Z
https://github.com/allenai/allennlp/issues/5228
[ "Feature request" ]
offendo
8
thtrieu/darkflow
tensorflow
574
How to run/test Yolo converted .pb file on Tensorflow
Hi, I am beginner and converted darkflow weights file into the .pb file. Now i want to run/test this .pb file on Temsorflow. So how should i do that? I tried executing lable_image example of tensorflow, with my new converted model "frozen_model_02072018.pb", but i am getting error message as shown below. **Vir...
open
2018-02-12T21:20:44Z
2020-05-28T17:16:18Z
https://github.com/thtrieu/darkflow/issues/574
[]
harshiddhmania
1
wkentaro/labelme
computer-vision
575
how to change line color and fill color?
i need to change this line color. because i cant see the mask. what should i do? ![Screenshot from 2020-01-29 16-43-49](https://user-images.githubusercontent.com/52372619/73336976-a81a5300-42b6-11ea-9201-81fb8690a2a7.png)
closed
2020-01-29T07:44:57Z
2020-02-05T23:39:33Z
https://github.com/wkentaro/labelme/issues/575
[]
romaster93
2
feature-engine/feature_engine
scikit-learn
416
`SklearnTransformerWrapper` fails when FunctionTransformer used with non-numerical columns
The `SklearnTransformerWrapper` will throw an error if I try to use it for non-numerical columns, even though some scikit-learn transformers are able to handle non-numerical columns. Consider the following example: ```python import numpy as np, pandas as pd from sklearn.preprocessing import FunctionTransformer f...
closed
2022-04-14T17:09:25Z
2022-05-09T07:05:15Z
https://github.com/feature-engine/feature_engine/issues/416
[ "good first issue", "first-timers-only" ]
david-cortes
11
LibrePhotos/librephotos
django
645
Place Tree is bugged
# 🐛 Bug Report * [ ] 📁 I've Included a ZIP file containing my librephotos `log` files * [x] ❌ I have looked for similar issues (including closed ones) * [x] 🎬 (If applicable) I've provided pictures or links to videos that clearly demonstrate the issue ## 📝 Description of issue: When viewing the place tree...
closed
2022-09-21T03:24:31Z
2023-09-13T13:11:11Z
https://github.com/LibrePhotos/librephotos/issues/645
[ "bug" ]
Nerodacles
1
jina-ai/serve
deep-learning
6,166
After killing the process, it becomes a zombie process
1. nohup jina flow --uses flow.yml --name bf7e2d0198df3388a73525a3f3c7f87f --workspace bf7e2d0198df3388a73525a3f3c7f87f >bf7e2d0198df3388a73525a3f3c7f87f/jina.log 2>&1 & 2. ps aux|grep 'jina flow '|grep 'name bf7e2d0198df3388a73525a3f3c7f87f' |grep -v grep |awk '{print $2}'| xargs echo outputs are: 1719527 1719529 17...
closed
2024-04-28T02:15:05Z
2024-11-13T00:22:57Z
https://github.com/jina-ai/serve/issues/6166
[ "Stale" ]
iamfengdy
10
erdewit/ib_insync
asyncio
119
qualifyContracts doesn't accept List
Per the [API docs](https://rawgit.com/erdewit/ib_insync/master/docs/html/api.html#ib_insync.ib.IB.qualifyContracts), the `IB.qualifyContracts()` is supposed to accept a `List[ib_insync.contract.Contract]`, but when I pass a `List` it gives me an error, only works on individual items. See snippet below, I created a `Lis...
closed
2018-12-26T14:13:42Z
2018-12-28T14:07:25Z
https://github.com/erdewit/ib_insync/issues/119
[]
yehoshuadimarsky
3
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,015
Issue with reports when disabling a hidden context
**Describe the bug** Having multiple contexts, I have 1 activated and one hidden. When making a report through the url of the hidden context everything works fine. The report shows with the hidden context name in the case management list. When deactivating the hidden context, multiple reports, even from active contex...
closed
2021-05-28T12:18:54Z
2021-05-28T19:53:02Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3015
[ "T: Bug", "C: Backend" ]
elbill
4
akfamily/akshare
data-science
5,501
AKShare 接口问题报告 | AKShare Interface Issue Report
option_czce_daily 函数不返回“瓶片期权”数据,望修复。
closed
2025-01-04T02:36:35Z
2025-01-04T09:49:26Z
https://github.com/akfamily/akshare/issues/5501
[ "bug" ]
zjoytee
1
xonsh/xonsh
data-science
5,466
Main branch regress: redirect to python substitution
```xsh xonsh --no-rc echo 1 > @('/tmp/tmp') # xonsh: None: unable to open file # it's from specs.py:resolve_redirects because parsing is wrong ``` ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
closed
2024-05-31T12:00:57Z
2024-06-02T12:53:01Z
https://github.com/xonsh/xonsh/issues/5466
[ "parser", "regress" ]
anki-code
3
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
4,334
Questionnaire pages not displayed correctly
### What version of GlobaLeaks are you using? 5.0.28 ### What browser(s) are you seeing the problem on? All ### What operating system(s) are you seeing the problem on? macOS ### Describe the issue Following the system update with apt-update and apt-upgrade, the global versionaks has been updated fr...
closed
2024-11-25T12:28:21Z
2024-11-25T15:19:30Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4334
[]
clsbn
1
geopandas/geopandas
pandas
2,434
ENH: Add join K nearest to sjoin_nearest
#### Is your feature request related to a problem? Currently, the sjoin_nearest function only allows spatial join to the 1st nearest geometry I am unable to use the sjoin_nearest function to find up to k nearest geometry #### Describe the solution you'd like The sjoin_nearest should get a new parameter k_near...
open
2022-05-20T12:33:08Z
2022-07-06T12:16:55Z
https://github.com/geopandas/geopandas/issues/2434
[ "enhancement" ]
iki77
2
pydata/xarray
numpy
9,708
Failing CI flaky tests - pydap 3.5.1 contains only client dependencies
### What is your issue? The pydap conda package currently as of version 3.5.1 installs only the client dependencies to provide a lightweight package for the majority of users. I've opened https://github.com/conda-forge/pydap-feedstock/issues/23 to discuss options for creating a pydap-server package. @pydata/xarray...
closed
2024-11-04T07:21:39Z
2024-11-07T20:46:50Z
https://github.com/pydata/xarray/issues/9708
[ "upstream issue", "CI" ]
kmuehlbauer
1
saulpw/visidata
pandas
2,419
[feature request] msgpack and msgpackz loaders
Saul, Anja, could you please add support for the msgpack and msgpackz formats? I would love to replace JSON (which works fine anyway) with msgpack for communication between nushell and visidata. I tried to rewrite the current JSON loader for msgpack with the help of GPT, but my attempts failed. So I'm asking you, as ...
closed
2024-06-09T04:52:17Z
2024-07-13T06:14:26Z
https://github.com/saulpw/visidata/issues/2419
[ "wishlist", "wish granted" ]
maxim-uvarov
4
suitenumerique/docs
django
766
Add "how to deploy in production" to the install docs
## Feature Request Currently the [`README.md`](https://github.com/suitenumerique/docs/blob/main/README.md) starts out with "Why use Docs?" which is good, followed by "Getting Started" The "Getting Started" section contains two sub headings, "Test it" showing how to try out a demo site followed by "Run it locally" Th...
open
2025-03-19T03:55:05Z
2025-03-21T12:40:37Z
https://github.com/suitenumerique/docs/issues/766
[ "documentation", "self-host" ]
gene1wood
6
kornia/kornia
computer-vision
2,962
Verify and Update Hugging Face Spaces in Kornia Documentation
## 📚 Documentation In a recent pull request (#2958), it was noted that some Hugging Face Spaces might be missing in our documentation in [this comment](https://github.com/kornia/kornia/pull/2958#discussion_r1685026842). ## Objective Check if all Kornia spaces on hugginface are embedded in the documentation (see #...
closed
2024-07-22T09:04:03Z
2024-08-05T08:47:00Z
https://github.com/kornia/kornia/issues/2962
[]
lappemic
0
ray-project/ray
data-science
50,881
CI test linux://doc/source/llm/examples/batch:vllm-with-lora is consistently_failing
CI test **linux://doc/source/llm/examples/batch:vllm-with-lora** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8535#01953aeb-d9cc-48f6-ba5b-ae7120d75693 - https://buildkite.com/ray-project/postmerge/builds/8535#01953aa3-599d-405f-b763-ffbc79deabac DataCaseName-linux:...
closed
2025-02-25T02:55:03Z
2025-02-26T20:14:07Z
https://github.com/ray-project/ray/issues/50881
[ "bug", "triage", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability", "ml" ]
can-anyscale
1
tableau/server-client-python
rest-api
1,365
Invalid interval value for a monthly frequency: Customized Monthly.
I have a schedule in Tableau Server which is set to run on a Monthly basis: Every 11ᵗʰ, 12ᵗʰ, 16ᵗʰ, 24ᵗʰ, 26ᵗʰ day of the month, at 5:05 PM. When I use the below code to retrieve the specific schedule `with server.auth.sign_in(tableau_auth): #print(id) sch_item = server.schedules.get_by_id('xxx') pri...
open
2024-03-19T16:08:19Z
2025-02-04T18:36:48Z
https://github.com/tableau/server-client-python/issues/1365
[]
MakhdumS
4
seleniumbase/SeleniumBase
web-scraping
2,208
Add option to create multiple Presenter slides from one that has multiple `<mark>`s
## Add option to create multiple Presenter slides from one that has multiple `<mark>`s For example, note the highlighted line below, which uses the HTML `<mark>` / `</mark>` tags around text to highlight it. Rather than creating a new slide for each highlighted line, there should be a way to automatically generat...
closed
2023-10-26T00:10:40Z
2023-10-27T07:53:00Z
https://github.com/seleniumbase/SeleniumBase/issues/2208
[ "enhancement", "documentation" ]
mdmintz
1
coqui-ai/TTS
deep-learning
2,605
[Bug] Not building on Arch linux due to python 3.11.3 version
### Describe the bug Install scripts are to old for 3.11.3 python version, breaking the make install ### To Reproduce install python 3.11.3 and run make install ### Expected behavior should install ### Logs ```shell pip install -e .[all] Defaulting to user installation because normal site-packages is not writea...
closed
2023-05-09T13:30:56Z
2023-06-30T12:01:31Z
https://github.com/coqui-ai/TTS/issues/2605
[ "bug" ]
c-seeger
6
autokey/autokey
automation
191
Force close in Fedora 28 (Workaround)
## Classification: Bug ## Reproducibility: Always ## Summary Force close in Fedora 28, presumible due missing dependency "gtksourceview3" ## Steps to Reproduce (if applicable) - Install "autokey-gtk" from Fedora official repositories - Run "autokey-gtk" - Force close ## Actual Results Error from cons...
closed
2018-09-21T18:15:04Z
2019-02-10T22:03:33Z
https://github.com/autokey/autokey/issues/191
[ "upstream bug" ]
sefernet
2
s3rius/FastAPI-template
asyncio
153
Installation assumes Poetry is preinstalled
Creating a fresh new conda environment, with only `pip install fastapi_template`, it is possible to go through the whole menu setup steps of the CLI, but on the final step it crashes with the following log: ``` ⭐ Placing resources nicely in your new project ⭐ Resources are happy to be where they are needed the mo...
closed
2023-03-27T17:46:34Z
2023-03-27T23:15:18Z
https://github.com/s3rius/FastAPI-template/issues/153
[]
fmigneault
4
ray-project/ray
pytorch
51,486
CI test windows://python/ray/tests:test_state_api_log is consistently_failing
CI test **windows://python/ray/tests:test_state_api_log** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aad4-a541-45a9-b1ef-d27f9a1da383 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4168-a0da-6cbdc8cbd2df DataCaseName-windows://pyt...
closed
2025-03-18T23:08:07Z
2025-03-19T21:55:01Z
https://github.com/ray-project/ray/issues/51486
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
2
jumpserver/jumpserver
django
14,570
[Bug] JumpServer all-in-one安装nginx配置报错
### Product Version docker pull jumpserver/jms_all ### Product Edition - [ ] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [ ] Online Installation (One-click command installation) - [ ] Offline Package Installation - [X] All-in-One - [ ] 1Panel - [ ] Kubernetes...
closed
2024-12-03T09:16:21Z
2024-12-05T08:58:50Z
https://github.com/jumpserver/jumpserver/issues/14570
[ "🐛 Bug", "⏰ Pending Reproduction" ]
funet8
6
koxudaxi/datamodel-code-generator
pydantic
1,799
sqlmodel.SQLModel support
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** output-model-type support https://github.com/tiangolo/sqlmodel **Describe alternatives you've considered** Use Custom Templates **Additional context** Thank you for all you do.
closed
2024-01-08T02:48:24Z
2024-06-27T11:15:02Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1799
[]
iridescentGray
2
microsoft/hummingbird
scikit-learn
636
Protobuf vulnerability
From the new [microsoft/hummingbird/security/dependabot/1](https://github.com/microsoft/hummingbird/security/dependabot/1), we need to update `protobuf>=3.20.2` in `setup.py`. However, this version doesn't work yet with onnx (See PR #635) : ``` × Encountered error while trying to install package. ╰─> onnx ``` ...
closed
2022-09-23T21:50:03Z
2023-01-13T21:47:55Z
https://github.com/microsoft/hummingbird/issues/636
[]
ksaur
2
PokeAPI/pokeapi
api
250
Performance issues
Hi, I'm getting really slow response times on the API and site itself... more than three seconds for requests for a few days. I don't know anything about Django otherwise I'd help, but just wanted to bring it to attention. Thanks!
closed
2016-08-09T19:08:57Z
2016-08-10T13:14:19Z
https://github.com/PokeAPI/pokeapi/issues/250
[]
sotojuan
8
predict-idlab/plotly-resampler
plotly
21
Resample only the visible traces
Only resample the traces that are shown, and do not resample the not shown (i.e., toggled off) traces. This is not straightforward, as toggling a trace in the legend does not result in a callback event (i.e., pure front-end event). To fix this, we should pass the visibility state of the front-end via the trace-up...
open
2022-01-22T16:22:28Z
2022-06-19T18:45:07Z
https://github.com/predict-idlab/plotly-resampler/issues/21
[ "enhancement" ]
jvdd
1
pallets/flask
flask
4,392
don't recommend using `X-XSS-Protection`
The [security page](https://flask.palletsprojects.com/en/2.0.x/security/) of the docs recommends using X-XSS-Protection to prevent against XSS attacks. However, this is no longer recommended since it protects only against extremely rudimentary XSS attacks while at the same time causing while new types of more difficult...
closed
2021-12-28T14:51:35Z
2022-01-29T00:03:10Z
https://github.com/pallets/flask/issues/4392
[ "docs" ]
mousetail
1
sanic-org/sanic
asyncio
2,987
Content type on static files lacks charset=UTF-8
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug `app.static` should specify UTF-8 for MIME types `text/*`. Currently it returns simply `text/html` for HTML files. ### Code snippet ```python from sanic import Sanic app = Sanic("index") app.static("/", "...
open
2024-07-18T08:10:02Z
2024-09-27T16:18:54Z
https://github.com/sanic-org/sanic/issues/2987
[ "bug" ]
Tronic
1
noirbizarre/flask-restplus
api
724
Flask-RESTPlus does not generate Swagger UI correctly
Swagger UI not generating interactive docs for resource ### **Code** Example code for `images` endpoint ```python import io from flask import request, abort, send_file from flask_restplus import Namespace, Resource, reqparse from celery.result import AsyncResult from scrapy_api.models import ImageTask, Im...
open
2019-10-02T19:52:20Z
2020-02-28T12:40:21Z
https://github.com/noirbizarre/flask-restplus/issues/724
[ "Needed: Feedback" ]
deepaerial
11
chaoss/augur
data-visualization
2,951
Enhance Github API Key Handling
## Key Manager Logic - Handle Key Request - Check if any expired keys are now valid - Pick random key and send key response on redis channel - If no valid keys available send key response that indicates no keys are available with the time to sleep - Handle Key Expired - Move key from ready list to expired keys ...
closed
2024-11-13T00:07:52Z
2025-03-05T01:49:17Z
https://github.com/chaoss/augur/issues/2951
[]
ABrain7710
1
mirumee/ariadne
graphql
22
Test if custom python types are possible for input
This task is opposite to #21, eg: ``` type_defs = """ input UserInput { contactEmail } """ resolvers = { "UserInput": { "contactEmail": resolve_to('contact_email'), }, } ``` Alternatively, we would like to explore converting inputs from dicts to custom data objects.
closed
2018-08-27T11:04:18Z
2024-01-22T13:16:43Z
https://github.com/mirumee/ariadne/issues/22
[ "help wanted", "roadmap" ]
rafalp
1
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
278
Remove ModelSchema and TableSchema
Tracking this for 1.0. Also remove `info={'marshmallow': ...}`
closed
2020-02-10T00:06:45Z
2025-01-12T04:20:26Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/278
[ "backwards incompatible" ]
sloria
0
CorentinJ/Real-Time-Voice-Cloning
pytorch
664
Can't train on two GPU's
Hi, when I tried to train synthesizer model on my laptop with 1 Nvidia 1650 GPU all was good but when I tried to run training process on my server with two Nvidia GeForce 1080Ti I got an error: ` ╰─ python synthesizer_train.py pretrained_new datasets/SV2TTS/synthesizer -s 50 -b 50 ─╯ Arguments: run_id: ...
open
2021-02-16T16:27:41Z
2021-11-30T09:52:27Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/664
[ "bug" ]
zxmanxz
21
praw-dev/praw
api
1,238
Did a username change
Just thought I’d formally announceI changed my username from PokestarFan to PythonCoderAS to try and separate my GitHub account and coding experience from all of my other web activity.
closed
2019-12-31T04:11:24Z
2019-12-31T13:16:36Z
https://github.com/praw-dev/praw/issues/1238
[]
PythonCoderAS
2
gevent/gevent
asyncio
1,998
gevent.pywsgi fails to inform which random port it uses when given port 0
### Environment * gevent version: `23.9.1` from pypi installed using pip in venv * Python version: `3.11.4` installed from Ubuntu main repos * Operating System: Ubuntu 23.04 on x86-64 running kernel 6.2.0-33-generic ### Description: I'm trying to accommodate the faily simple use case of printing which port a ser...
open
2023-09-27T13:43:42Z
2023-09-27T13:43:42Z
https://github.com/gevent/gevent/issues/1998
[]
hcs-catchscan
0
dataprofessor/llama2
streamlit
5
Can we able to connect other SQL and NoSQL databases
I would like to know, Can we able to connect other SQL and NoSQL databases like mongodb databases to make a natural language query on its data. Is that possible?!
open
2023-10-26T04:53:26Z
2023-12-21T05:23:41Z
https://github.com/dataprofessor/llama2/issues/5
[]
sainisanjay
1
ydataai/ydata-profiling
data-science
823
Profiling is generating the report
Not prodcuing report while using the attached titanic dataset. Code : df=pd.read_csv('train.csv') df.head() Id | MSSubClass | MSZoning | LotFrontage | LotArea | Street | Alley | LotShape | LandContour | Utilities | ... | PoolArea | PoolQC | Fence | MiscFeature | MiscVal | MoSold | YrSold | SaleType | SaleCond...
closed
2021-09-05T09:18:09Z
2021-09-15T20:10:24Z
https://github.com/ydataai/ydata-profiling/issues/823
[]
vvsenthil
2
Esri/arcgis-python-api
jupyter
1,572
gis.content.deleteItems does not work for items not owned by user
**Describe the bug** Deleting an item owned by a different user fails due to the API using the wrong URL. The API attempts to delete the item using the URL for the signed in user, not the owner of the item. eg: `/sharing/rest/content/users/LOGGEDIN/deleteItems` instead of: `/sharing/rest/content/users/OWNER/delete...
closed
2023-05-20T01:21:51Z
2023-06-27T15:44:06Z
https://github.com/Esri/arcgis-python-api/issues/1572
[ "bug" ]
philnagel
1
collerek/ormar
sqlalchemy
519
Can not bulk_update object when it has the `json` field with sqlite
error: sqlite3.InterfaceError: Error binding parameter 8 - probably unsupported type. the real sql was ` UPDATE item_config SET created_at=?, updated_at=?, sid=?, item_id=?, title=?, pic_url=?, on_sale_timestamp=?, hot=?, pairs=? WHERE item_config.id = ? !!!! [1641890802, 1641890802, '123', '1', 'test-1', '', ...
closed
2022-01-11T08:49:12Z
2022-01-14T22:47:53Z
https://github.com/collerek/ormar/issues/519
[ "bug" ]
ponytailer
3
trevorstephens/gplearn
scikit-learn
249
How to force minimum length to be 2?
Whenever I run SymbolicRegressor, the average length decreases to between 1-2 and best length decreases to 1 in a few generations (it also has a weird output of a number like -.428, but I'm not sure how to use that). This happens regardless of the population size, generations, parsimony coefficient, and function set, s...
closed
2021-12-16T17:18:22Z
2021-12-16T22:59:46Z
https://github.com/trevorstephens/gplearn/issues/249
[]
replacementAI
3
awesto/django-shop
django
213
Deleting cart item view should not raise an error
When cart item does not exists, view should return status code 404.
closed
2013-02-25T10:55:38Z
2016-02-02T14:00:20Z
https://github.com/awesto/django-shop/issues/213
[]
bmihelac
1