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
encode/httpx
asyncio
2,304
unhashable type: 'bytearray'
ERROR: type should be string, got "\r\nhttps://github.com/encode/httpx/discussions\r\n\r\nGives the error \"unhashable type: 'bytearray' \" when I make a GET request using cookies, headers and parameters\r\n\r\nCode:\r\n`\r\nfor _ in range(retries):\r\n response = await self.session.request(\r\n method=method, url=url, data=data, params=params,headers=headers,\r\n follow_redirects=allow_redirects, timeout=35\r\n )\r\n`"
closed
2022-07-13T19:39:44Z
2022-07-14T12:34:45Z
https://github.com/encode/httpx/issues/2304
[]
Vigofs
2
Kludex/mangum
asyncio
105
`rawQueryString` seems to be a string instead of bytes literals
👋 @erm, first let me thank you for this ~great~ awesome library, as the author of another `proxy` for aws lambda I know this can be a 🕳️ sometimes. I'm currently working on https://github.com/developmentseed/titiler which is a FastAPI based tile server. When deploying the lambda function using mangum and the new a...
closed
2020-05-09T02:55:34Z
2020-05-09T14:23:05Z
https://github.com/Kludex/mangum/issues/105
[]
vincentsarago
5
litestar-org/litestar
pydantic
3,758
Enhancement: "Remember me" support for ServerSideSessionBackend / ClientSideSessionBackend
### Summary "Remember me" checkbox during user log in is a common practice currently does not supported by implementations of ServerSideSessionBackend / ClientSideSessionBackend classes. ### Basic Example ``` def set_session(self, value: dict[str, Any] | DataContainerType | EmptyType) -> None: """Set t...
open
2024-09-25T07:26:20Z
2025-03-20T15:54:55Z
https://github.com/litestar-org/litestar/issues/3758
[ "Enhancement" ]
Rey092
0
ivy-llc/ivy
tensorflow
28,648
Fix Frontend Failing Test: jax - averages_and_variances.numpy.average
To-do List: https://github.com/unifyai/ivy/issues/27496
closed
2024-03-19T18:21:46Z
2024-03-26T04:48:36Z
https://github.com/ivy-llc/ivy/issues/28648
[ "Sub Task" ]
ZJay07
0
fastapi-users/fastapi-users
fastapi
600
Backref not working at route users/me
**Using fastapi-users 3.0.6 and tortoise orm 0.16.17** I have been stuck by almost a week trying to solve this problem and now it seems to be a bug, so I'm leaving evidence. I want to access the route **users/me** and append some extra data from a couple of relations I created, these are: **Tortoise models** ...
closed
2021-04-12T17:08:12Z
2021-04-20T15:06:07Z
https://github.com/fastapi-users/fastapi-users/issues/600
[ "bug" ]
Master-Y0da
5
coqui-ai/TTS
python
3,530
Add "host" argument to the server.py script
Hello, I tried using the default server.py script as-is but it is trying to use the IPv6 by default and I get stuck as I don't have IPv6 in my environment. The command: ```bash python3 TTS/server/server.py --model_name tts_models/en/ljspeech/tacotron2-DCA ``` Gives the following error: ```bash Traceba...
closed
2024-01-19T13:04:43Z
2024-03-02T00:44:46Z
https://github.com/coqui-ai/TTS/issues/3530
[ "wontfix", "feature request" ]
spartan
2
gee-community/geemap
jupyter
586
ValueError: Unknown color None. when trying to use a coloramp
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - geemap version: 0.8.18 - Python version: 3 - Operating System: google collab ### Description ``` --------------------------------------------------------------------------- ValueError ...
closed
2021-07-16T16:26:55Z
2021-07-19T15:06:05Z
https://github.com/gee-community/geemap/issues/586
[ "bug" ]
serbinsh
7
PaddlePaddle/models
computer-vision
4,740
关于se+resnet vd的问题
请问 re_resnet_vd中我找到的是这个位置。先经过一个2*2的池化 ,再经过一个1*1的卷积 与原来的131结构add。可以解释一下这样做的原因么,有什么可解释性么? 为什么不能用1*1卷积 s=2 完成2*2池化+1*1卷积呢 谢谢 https://github.com/PaddlePaddle/models/blob/365fe58a0afdfd038350a718e92684503918900b/PaddleCV/image_classification/models/se_resnet_vd.py#L145
open
2020-07-05T23:54:34Z
2024-02-26T05:11:03Z
https://github.com/PaddlePaddle/models/issues/4740
[]
lxk767363331
2
horovod/horovod
deep-learning
3,958
Horovod docker unable to distribute training on another node. Shows error - No module named horovod.runner
**Environment:** 1. Framework: (TensorFlow, Keras, PyTorch, MXNet) TensorFlow 2. Framework version: 2.9.2 3. Horovod version: 0.28.1 4. MPI version:4.1.4 5. CUDA version: 6. NCCL version: 7. Python version: 3.8.10 8. Spark / PySpark version: 3.3.0 9. Ray version: 2.5.0 10. OS and version: 11. GCC version:9....
open
2023-07-11T11:23:35Z
2023-07-11T11:23:35Z
https://github.com/horovod/horovod/issues/3958
[ "bug" ]
AkshayRoyal
0
koxudaxi/datamodel-code-generator
pydantic
1,996
Support NaiveDateTime
**Is your feature request related to a problem? Please describe.** Add support to choose between `AwareDateTime`, `NaiveDateTime` or generic `datetime`. **Describe the solution you'd like** A CLI option to choose between the both. **Describe alternatives you've considered** Updating the generated models **A...
closed
2024-06-06T14:56:33Z
2024-10-12T16:42:30Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1996
[]
pmbrull
1
mckinsey/vizro
pydantic
723
Fix capitalisation of `Jupyter notebook` to `Jupyter Notebook`
- Do a quick search and find for any `Jupyter notebook` version and replace with `Jupyter Notebook` where suitable
closed
2024-09-19T15:22:09Z
2024-10-07T10:16:16Z
https://github.com/mckinsey/vizro/issues/723
[ "Good first issue :baby_chick:" ]
huong-li-nguyen
3
jonaswinkler/paperless-ng
django
259
Post-Hook - How to set ASN
Every scanned Document which is archived as paper get's a Number (Always 6-digits, the first 2 Digits are a long time 0 ;-)). This would be in the File-Content after Consumption and OCR by Paperless. Now i would like to extract the number by RegEx 00\d{4} and setting the ASN of the consumed document. I did not find any...
closed
2021-01-03T01:41:59Z
2021-01-27T10:38:51Z
https://github.com/jonaswinkler/paperless-ng/issues/259
[]
andbez
13
napari/napari
numpy
7,702
[test-bot] pip install --pre is failing
The --pre Test workflow failed on 2025-03-15 00:43 UTC The most recent failing test was on windows-latest py3.12 pyqt6 with commit: cb6f6e6157990806a53f1c58e31e9e7aa4a4966e Full run: https://github.com/napari/napari/actions/runs/13867508726 (This post will be updated if another test fails, as long as this iss...
closed
2025-03-15T00:43:01Z
2025-03-15T03:24:08Z
https://github.com/napari/napari/issues/7702
[ "bug" ]
github-actions[bot]
1
lepture/authlib
django
365
Flask client still relies on requests (missing dependecy)
**Describe the bug** I was following this documentation: https://docs.authlib.org/en/latest/client/flask.html In Installation doc section (https://docs.authlib.org/en/latest/basic/install.html) it says to use Authlib with Flask we just need to install Authlib and Flask. However, when using `authlib.integration...
closed
2021-07-16T11:07:18Z
2021-07-17T03:16:51Z
https://github.com/lepture/authlib/issues/365
[ "bug" ]
sergioisidoro
1
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
61
求赐教!如何获取用户的总粉丝量(tiktok)
您好,非常想请教一下调用哪些方法可以获取到user的followers amount,感谢
closed
2022-08-06T19:40:03Z
2024-11-13T08:19:31Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/61
[ "help wanted" ]
Ang-Gao
6
dmlc/gluon-nlp
numpy
1,526
Pre-training scripts should allow resuming from checkpoints
## Description Currently, the ELECTRA pre-training script can't resume from last checkpoint. It will be useful to enhance the script to resume from checkpoints.
open
2021-02-21T18:23:04Z
2021-03-12T18:44:59Z
https://github.com/dmlc/gluon-nlp/issues/1526
[ "enhancement" ]
szha
3
tensorflow/datasets
numpy
4,874
flower
* Name of dataset: <name> * URL of dataset: <url> * License of dataset: <license type> * Short description of dataset and use case(s): <description> Folks who would also like to see this dataset in `tensorflow/datasets`, please thumbs-up so the developers can know which requests to prioritize. And if you'd lik...
closed
2023-04-17T09:33:21Z
2023-04-18T11:18:04Z
https://github.com/tensorflow/datasets/issues/4874
[ "dataset request" ]
y133977
1
JaidedAI/EasyOCR
pytorch
1,083
Jupyter kernel dies every time I try to use easyocr following a youtube tutorial's Kaggle notebook
I was trying locally so just did ! pip install easyocr. My notebook as a gist: https://gist.github.com/nyck33/9e02014a9b173071ae3dc62fa631454c The kernel dies every time in the cell that is : `results = reader.readtext(handwriting[2])` Just tried again and get ``` OutOfMemoryError: CUDA out of memory. Tried ...
open
2023-07-15T07:11:40Z
2023-07-16T05:51:58Z
https://github.com/JaidedAI/EasyOCR/issues/1083
[]
nyck33
1
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,176
l2 regularisation
Hello, I want to add l2 regularisation .Can you tell me where can I add this line: optimizer = torch.optim.Adam(model.parameters(), lr=1e-4, weight_decay=1e-5)
open
2020-11-06T20:03:48Z
2020-11-25T18:01:54Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1176
[]
SurbhiKhushu
1
dropbox/sqlalchemy-stubs
sqlalchemy
216
(Clarification) What LICENSE does this package use?
Hi! I'm currently packaging this for [Guix](https://guix.gnu.org/); and the setup file indicates that the project is MIT licensed, yet the actual LICENSE file is Apache 2.0. Could someone please clarify this. Guix review [here](https://patches.guix-patches.cbaines.net/project/guix-patches/patch/20210508204124.38500-2-m...
closed
2021-05-10T09:36:10Z
2021-05-10T19:47:27Z
https://github.com/dropbox/sqlalchemy-stubs/issues/216
[]
BonfaceKilz
2
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
807
请教vit模型,百度网盘里面的权重是怎么得到的?自己重新训练的还是从官方实现的npz权重转换过来的?
def vit_base_patch16_224(num_classes: int = 1000): """ ViT-Base model (ViT-B/16) from original paper (https://arxiv.org/abs/2010.11929). ImageNet-1k weights @ 224x224, source https://github.com/google-research/vision_transformer. weights ported from official Google JAX impl: 链接: https://pan.bai...
closed
2024-05-14T07:02:06Z
2024-06-26T15:28:49Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/807
[]
ShihuaiXu
1
Asabeneh/30-Days-Of-Python
matplotlib
526
Դասեր
closed
2024-06-07T07:31:12Z
2024-06-07T07:50:12Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/526
[]
Goodmood55
0
polarsource/polar
fastapi
4,744
Upcoming deprecation in Pydantic 2.11
### Description We recently added polar in our list of our tested third party libraries, to better prevent regressions in future versions of Pydantic. To improve build performance, we are going to make some internal changes to the handling of `__get_pydantic_core_schema__` and Pydantic models in https://github.co...
open
2025-01-01T19:52:49Z
2025-01-10T21:22:58Z
https://github.com/polarsource/polar/issues/4744
[ "bug" ]
Viicos
2
tflearn/tflearn
tensorflow
896
Decoder output giving wrong result in textsum
Hi,michaelisard I trained the model using toy dataset .when I am trying to test using one article in decode ,then decoder is giving the other article as output which is not in test data .when i tried it with 5000 epochs Eg: abstract=<d> <p> <s> sri lanka closes schools as war escalates . </s> </p> </d> article=<d>...
open
2017-09-02T11:36:24Z
2017-09-02T11:36:24Z
https://github.com/tflearn/tflearn/issues/896
[]
ashakodali
0
pytest-dev/pytest-html
pytest
476
Lines on both \r and \n
html report for log add lines for both \r and \n. This seems to be a bug. Suppose we had a test: def test_01_print(): print("one") print("two\r\n", end="") print("three\raaa") print("four") assert True Terminal would show: __________test_01_print ________ ----- Captured stdout call -----...
open
2021-12-28T06:37:43Z
2021-12-28T08:00:24Z
https://github.com/pytest-dev/pytest-html/issues/476
[]
listerplus
1
CorentinJ/Real-Time-Voice-Cloning
deep-learning
577
List python/whatever versions required for this to work
Could you list proper versions of the required components? There seem to be a hundred versions of Python, not to mention there's something called "Python 2" and "Python 3". Even minor versions of these thingies have their own incompatibilities and quirks. I keep getting there's no package for TensorFlow for my c...
closed
2020-10-28T09:56:55Z
2020-10-28T15:21:07Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/577
[]
ssuukk
2
JaidedAI/EasyOCR
pytorch
530
Question regarding training custom model
To the concerned, * Just took a look at your training custom model section * Reviewed the sample dataset and corresponding pth file. I see in your data set each jpg contained is one single word. I am not sure how to go about generating such a dataset in my case from P&ID engineering diagrams (printed not hand dr...
closed
2021-08-30T15:27:44Z
2021-10-06T08:52:41Z
https://github.com/JaidedAI/EasyOCR/issues/530
[]
pankaja0285
2
GibbsConsulting/django-plotly-dash
plotly
464
Having issues with dynamically loading images in dash app. Demo-nine missing
Trying to port existing dash apps into dpd. I'm having an issue with displaying images or other media in my django dash app. The documentation doesn't say much on the matter. The dash app requests are return 404 not found errors even though the files are in the assets folders. Have also tried with static folders. I al...
closed
2023-06-12T20:10:12Z
2024-10-01T03:33:00Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/464
[]
giaxle
2
onnx/onnx
scikit-learn
6,290
Inference session with 'optimized_model_filepath' expands Gelu operator into atomic operators
# Inference session with `optimized_model_filepath` expands Gelu operator into atomic operators. Can we turn this off? ### Question When I create InferenceSession and specify `optimized_model_filepath` in `SessionOptions`, Gelu operator is expanded into atomic operators. Same happens also for HardSwish. Can this op...
closed
2024-08-09T11:33:44Z
2024-08-12T06:58:27Z
https://github.com/onnx/onnx/issues/6290
[ "question" ]
skywall
0
lux-org/lux
jupyter
159
ERROR:root:Internal Python error in the inspect module.
Printing out Vis and VisList occasionally results in this error. It is unclear where this traceback error is coming from. ![image](https://user-images.githubusercontent.com/5554675/100499005-2e3a4b00-31a1-11eb-8339-b6a3223c7873.png) ![image](https://user-images.githubusercontent.com/5554675/100499015-372b1c80-31a1-11...
closed
2020-11-28T09:44:17Z
2020-11-28T12:05:35Z
https://github.com/lux-org/lux/issues/159
[ "bug", "priority" ]
dorisjlee
2
jupyterhub/jupyterhub-deploy-docker
jupyter
69
Fails if behind proxy
This currently doesn't work if you're on a proxied network. I've made some changes that have fixed most of it, but I haven't completely gotten it working yet. This is from the `make notebook_image` command. ``` e1677043235c: Pulling from jupyter/minimal-notebook Status: Image is up to date for jupyter/minimal-...
closed
2018-04-03T07:41:34Z
2018-04-04T04:17:09Z
https://github.com/jupyterhub/jupyterhub-deploy-docker/issues/69
[]
moppymopperson
3
grillazz/fastapi-sqlalchemy-asyncpg
pydantic
174
implement scheduler
https://apscheduler.readthedocs.io/en/3.x/
closed
2024-10-09T09:58:09Z
2024-10-16T13:37:36Z
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/issues/174
[]
grillazz
0
dropbox/PyHive
sqlalchemy
120
Extra requirements are not installed on Python 3.6
I'm trying to install pyhive with hive interfaces with pip. But pip does not install extra requirements for hive interface. Here's my shell output with warning messages ``` (venv) $ python --version Python 3.6.1 (venv) $ pip --version pip 9.0.1 from /Users/owen/.virtualenvs/venv/lib/python3.6/site-packages (...
closed
2017-05-16T04:31:19Z
2017-05-16T23:51:16Z
https://github.com/dropbox/PyHive/issues/120
[]
Hardtack
2
gradio-app/gradio
python
10,267
gradio 5.0 unable to load javascript file
### Describe the bug if I provide JavaScript code in a variable, it is executed perfectly well but when I put the same code in a file "app.js" and then pass the file path in `js` parameter in `Blocks`, it doesn't work. I have added the code in reproduction below. if the same code is put in a file, the block will be ...
open
2024-12-30T15:09:28Z
2024-12-30T16:19:48Z
https://github.com/gradio-app/gradio/issues/10267
[ "bug" ]
git-hamza
2
alirezamika/autoscraper
web-scraping
35
ERROR: Package 'autoscraper' requires a different Python: 2.7.16 not in '>=3.6'
All 3 listed installation methods return the error shown in the issue title & cause an installation failure. No change when using pip or pip3 command. I tried running the following 2 commands to get around the pre-commit issue but with no change in the result: $ pip uninstall pre-commit # uninstall from Python2.7 $...
closed
2020-10-28T23:40:46Z
2020-10-29T14:58:19Z
https://github.com/alirezamika/autoscraper/issues/35
[]
mechengineermike
4
NullArray/AutoSploit
automation
703
Divided by zero exception23
Error: Attempted to divide by zero.23
closed
2019-04-19T15:59:23Z
2019-04-19T16:38:55Z
https://github.com/NullArray/AutoSploit/issues/703
[]
AutosploitReporter
0
skypilot-org/skypilot
data-science
4,728
Restart an INIT cluster skips file_mounts and setup
## Actual Behavior Launched a cluster but failed when syncing file mounts: ``` $ sky launch -c aylei-cs api-server-test.yaml YAML to run: api-server-test.yaml Considered resources (1 node): --------------------------------------------------------------------------------------------- CLOUD INSTANCE vCPUs Mem...
open
2025-02-16T15:53:21Z
2025-02-20T05:11:01Z
https://github.com/skypilot-org/skypilot/issues/4728
[ "bug", "core" ]
aylei
2
marshmallow-code/flask-smorest
rest-api
55
Fix base path when script root present
Same as flask_apispec's issue: https://github.com/jmcarp/flask-apispec/pull/125/files The application may be deployed under a path, such as when deploying as a serverless lambda. The path needs to be prefixed.
closed
2019-04-03T08:21:47Z
2021-04-29T07:53:15Z
https://github.com/marshmallow-code/flask-smorest/issues/55
[]
revmischa
25
litestar-org/litestar
pydantic
3,764
Enhancement: local state for websocket listeners
### Summary There seems to be no way to have a state that is unique to a particular websocket connection. Or maybe it's possible, but it's not documented? ### Basic Example Consider the following example: ``` class Listener(WebsocketListener): path = "/ws" def on_accept(self, socket: WebSocket,...
closed
2024-09-28T15:00:48Z
2025-03-20T15:54:56Z
https://github.com/litestar-org/litestar/issues/3764
[ "Enhancement" ]
olzhasar
4
adamerose/PandasGUI
pandas
222
Having following issue on install of pandasGUI
### Discussed in https://github.com/adamerose/PandasGUI/discussions/221 <div type='discussions-op-text'> <sup>Originally posted by **decisionstats** March 6, 2023</sup> ModuleNotFoundError: No module named 'PyQt5.sip' Uninstalling and reinstalling PyQt did not work for me . Please help in how to install on...
open
2023-03-06T14:25:01Z
2023-03-06T14:25:01Z
https://github.com/adamerose/PandasGUI/issues/222
[]
decisionstats
0
nvbn/thefuck
python
1,349
make appimage or binary file
appimage format can run everywhere so , we can not use apt-get install, just download one file
open
2022-12-11T04:25:47Z
2022-12-11T04:25:47Z
https://github.com/nvbn/thefuck/issues/1349
[]
newyorkthink
0
AirtestProject/Airtest
automation
828
1.1.6版本basetouch无效求助
升级到1.1.6版本后,使用如下代码模拟拖动图标操作 longtouch_event = [ DownEvent([908, 892]),# 待删除应用的坐标 SleepEvent(2), MoveEvent([165,285]),# 删除应用的垃圾桶坐标 UpEvent(0)] dev.touch_proxy.perform(longtouch_event) 实际效果为仅拖动了下拉栏的第一行,如下 ![image](https://user-images.githubusercontent.com/24997118/98779225-839afc00-242e-11eb-9c...
closed
2020-11-11T07:01:11Z
2021-02-21T03:20:15Z
https://github.com/AirtestProject/Airtest/issues/828
[]
masterKLB
1
Lightning-AI/pytorch-lightning
data-science
19,699
Modules with `nn.Parameter` not Converted by Lightning Mixed Precision
### Bug description I have an `nn.Module` (call it `Mod`) which adds its input `x` to an internal `nn.Parameter`. I'm using `Mod` as part of a `pl.LightningModule` which I'm training in `16-mixed` precision. However, the output of calling `Mod` is a tensor with dtype `torch.float32`. When I use other layer types, th...
open
2024-03-25T21:32:26Z
2024-03-25T23:24:48Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19699
[ "question", "ver: 2.0.x" ]
nrocketmann
2
nerfstudio-project/nerfstudio
computer-vision
2,916
Unable to render to mp4 with `RuntimeError: stack expects a non-empty TensorList`
**Describe the bug** Tried to render to MP4. got this error: ``` ✅ Done loading checkpoint from outputs/lego_processed/nerfacto/2024-02-14_193442/nerfstudio_models/step-000029999.ckpt Traceback (most recent call last): File "/usr/local/bin/ns-render", line 8, in <module> sys.exit(entrypoint()) File "...
open
2024-02-14T20:43:12Z
2024-05-09T13:32:28Z
https://github.com/nerfstudio-project/nerfstudio/issues/2916
[]
xrd
5
pallets/flask
flask
5,119
Flask 2.3.2 is not compatible with Flassger
Flask 2.3.2 is not compatible with Flassger Description: After upgrading Flask to latest version we are getting below error. ``` from flasgger import Swagger File "C:\Python310\lib\site-packages\flasgger\__init__.py", line 10, in <module> from .base import Swagger, Flasgger, NO_SANITIZER, BR_SANITIZER, ...
closed
2023-05-09T10:04:25Z
2023-05-24T00:05:28Z
https://github.com/pallets/flask/issues/5119
[]
nagamanickamm
1
Josh-XT/AGiXT
automation
1,367
`Providers` has Nested GQL Key
### Description `providers` is the only object that has itself as a subkey in GQL. ![Image](https://github.com/user-attachments/assets/c48402cd-07da-4c52-9914-2418dc2e5d6a) ### Operating System - [x] Linux - [ ] Windows - [ ] MacOS ### Acknowledgements - [x] I am NOT trying to use localhost for providers running ...
closed
2025-01-17T22:42:55Z
2025-01-19T00:46:00Z
https://github.com/Josh-XT/AGiXT/issues/1367
[ "type | report | bug", "area | back end" ]
JamesonRGrieve
0
christabor/flask_jsondash
plotly
83
Add Vega support
https://vega.github.io/vega-lite
closed
2017-02-11T01:10:22Z
2017-05-03T06:47:31Z
https://github.com/christabor/flask_jsondash/issues/83
[]
christabor
2
pallets-eco/flask-sqlalchemy
flask
1,289
Potential memory leak with table polymorphism
## Description <!--Describe the bug clearly and concisely. Include screenshots if possible--> I have a Flask application interacting with a PostgreSQL database, and I'm using Flask-SQLAlchemy to define my schemas and queries. I have multiple tables and a polymorphic relationship between them, and what I've realised...
closed
2023-12-15T14:58:10Z
2023-12-30T00:56:35Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/1289
[]
Rmarieta
1
Teemu/pytest-sugar
pytest
170
test failure with pytest 4.2
Caused by https://github.com/pytest-dev/pytest/commit/0f546c4670146fbb89407cad85518e3a7dcfa833 (pytest 4.2.0): The test itself works in pytest without pytest-sugar, so likely caused by overridden hooks. ``` % pytest -k test_collect_error Test session starts (platform: linux, Python 3.7.2, pytest 4.2.1.dev64+g67...
closed
2019-02-11T20:27:53Z
2019-06-09T10:03:14Z
https://github.com/Teemu/pytest-sugar/issues/170
[]
blueyed
2
robotframework/robotframework
automation
4,494
Enhance public `robot.api.Languages` and `robot.api.Language` APIs
In order to support languages reasonably in RobotCode (and other tools), it would be nice if we could talk about the Language API again. 1. To give the user a good error message which language or custom language was not loaded or found, it should be possible to load individual languages and import custom language fi...
closed
2022-10-03T23:59:47Z
2022-10-11T19:26:43Z
https://github.com/robotframework/robotframework/issues/4494
[ "priority: medium", "task", "rc 2", "acknowledge" ]
d-biehl
23
apache/airflow
automation
47,988
Do not call runtime-checks api from the task sdk anymore
### Body https://github.com/apache/airflow/pull/47893 removed the significance of doing: `/task_instances/{uuid}/runtime-checks` during task runs. We did it earlier to register asset changes but that has fundamentally changed in https://github.com/apache/airflow/pull/47677. Since that API doesnt do much, it would be ...
open
2025-03-20T07:57:56Z
2025-03-21T09:21:52Z
https://github.com/apache/airflow/issues/47988
[ "area:API", "kind:meta", "priority:medium", "area:task-execution-interface-aip72", "area:task-sdk" ]
amoghrajesh
2
miguelgrinberg/python-socketio
asyncio
694
Question: How to run the socketio client?
Hello there! I built a chat app using Flask-SocketIO and I am trying to build a bot for it. I decided to use this module for the client module. I needed it for real-time sending and receiving. Now I am at the part where I need to run it. I couldn't find any information on the docs. My Bot Code: ```python import so...
closed
2021-05-30T20:25:04Z
2021-05-30T22:28:35Z
https://github.com/miguelgrinberg/python-socketio/issues/694
[ "question" ]
TechStudent10
6
graphistry/pygraphistry
jupyter
301
[BUG] `CONTAINS(...)` filters cause server error if NULL values
**Describe the bug** Applying a `CONTAINS(some_attribute, "some_substring")` filter to an attribute that contains NULL values (`None` or `np.nan` in the dataframes used for graph creation) causes a (presumed) internal server error - UI shows `Herding stray GPUs...` then requests to reload. **To Reproduce** Exampl...
closed
2022-01-21T20:16:15Z
2022-01-22T09:15:24Z
https://github.com/graphistry/pygraphistry/issues/301
[ "bug", "p3" ]
DBCerigo
2
jumpserver/jumpserver
django
14,314
[Question] nginx二级目录代理 jms 无法访问
### 产品版本 jumpserver/jms_all:latest ### 版本类型 - [X] 社区版 - [ ] 企业版 - [ ] 企业试用版 ### 安装方式 - [ ] 在线安装 (一键命令安装) - [ ] 离线包安装 - [X] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] 源码安装 ### 环境信息 docker部署 ### 🤔 问题描述 nginx二级目录代理 jms 无法访问,具体配置如下: ![image](https://github.com/user-attachments/asset...
closed
2024-10-16T14:03:49Z
2024-11-28T03:26:33Z
https://github.com/jumpserver/jumpserver/issues/14314
[ "🤔 Question" ]
caichangchun
3
pytorch/vision
computer-vision
8,255
`to_image` does not handle numpy 2D arrays
### 🐛 Describe the bug [`to_image`](https://github.com/pytorch/vision/blob/806dba678d5b01f6e8a46f7c48fdf8c09369a267/torchvision/transforms/v2/functional/_type_conversion.py#L11) should be able to handle [numpy arrays](https://numpy.org/doc/stable/reference/generated/numpy.array.html) with shape `(H, W)`. This corre...
closed
2024-02-05T14:27:58Z
2024-02-06T11:10:20Z
https://github.com/pytorch/vision/issues/8255
[]
mantasu
0
mljar/mercury
jupyter
143
Import class from another directory that notebook
Hello, I have python project with notebooks. Noteboks are in direcotry ./notebooks Python classes and code are in ./twitter folder. When i want to use classes in notebooks and use in Mercury app i have error ModuleNotFoundError: No module named 'twitter' I use: from twitter .... So it look like mercury canno...
closed
2022-07-14T10:33:17Z
2022-07-14T12:08:59Z
https://github.com/mljar/mercury/issues/143
[]
kamiljaszczynski
3
autokey/autokey
automation
135
Autokey installs but won't run on (18.04)
## Classification: Bug ## Reproducibility: - Try to install autokey through ubuntu store - Try to install autokey with the pip3 setup.py install command - Try to install autokey with the apt-get autokey-gtk ## Summary I am trying to install the autokey package on Ubuntu 18.04 and It worked the first ti...
closed
2018-04-26T08:00:27Z
2018-04-29T04:19:59Z
https://github.com/autokey/autokey/issues/135
[]
rickstaa
4
elliotgao2/toapi
api
51
Ip proxies.
closed
2017-12-11T01:53:04Z
2017-12-13T03:44:28Z
https://github.com/elliotgao2/toapi/issues/51
[]
elliotgao2
0
coqui-ai/TTS
pytorch
3,617
[Bug] atttributeError: 'Tacotron2' object has no attribute 'args'
### Describe the bug Traceback (most recent call last): File &quot;/home/mariah/.local/bin/tts&quot;, line 8, in &lt;module&gt; sys.exit(main()) ^^^^^^ File &quot;/home/mariah/Applications/tts/TTS/bin/synthesize.py&quot;, line 468, in main wav = synthesizer.tts( ^^^^^^^^^^^^^^^...
closed
2024-03-01T19:40:43Z
2025-01-03T09:47:59Z
https://github.com/coqui-ai/TTS/issues/3617
[ "bug", "wontfix" ]
MariahWest01
1
huggingface/datasets
pytorch
7,215
Iterable dataset map with explicit features causes slowdown for Sequence features
### Describe the bug When performing map, it's nice to be able to pass the new feature type, and indeed required by interleave and concatenate datasets. However, this can cause a major slowdown for certain types of array features due to the features being re-encoded. This is separate to the slowdown reported i...
open
2024-10-10T22:08:20Z
2024-10-10T22:10:32Z
https://github.com/huggingface/datasets/issues/7215
[]
alex-hh
0
Textualize/rich
python
2,921
Add comparison methods to rich Text
Text could use comparison methods for this use case: https://github.com/Textualize/textual/issues/2261 Comparisons should treat strings and `Text` in the same way. This will allow sorting of `Text` objects.
open
2023-04-12T10:08:50Z
2023-04-12T11:58:26Z
https://github.com/Textualize/rich/issues/2921
[ "Needs triage" ]
willmcgugan
3
lepture/authlib
flask
204
AttributeError: 'NoneType' object has no attribute 'split' if self.scope is None
`AttributeError` occurs when the client scopes is `None` **Error Stacks** ``` def get_allowed_scope(self, scope): if not scope: return '' > allowed = set(self.scope.split()) E AttributeError: 'NoneType' object has no attribute 'split' ``` As informed in [rfc6749#sectio...
closed
2020-03-12T14:52:46Z
2020-03-20T03:22:10Z
https://github.com/lepture/authlib/issues/204
[ "bug" ]
GulaAren
0
huggingface/datasets
machine-learning
7,443
index error when num_shards > len(dataset)
In `ds.push_to_hub()` and `ds.save_to_disk()`, `num_shards` must be smaller than or equal to the number of rows in the dataset, but currently this is not checked anywhere inside these functions. Attempting to invoke these functions with `num_shards > len(dataset)` should raise an informative `ValueError`. I frequently...
open
2025-03-10T22:40:59Z
2025-03-10T23:43:08Z
https://github.com/huggingface/datasets/issues/7443
[]
eminorhan
1
gradio-app/gradio
machine-learning
10,708
Cache especific examples
Can I cache only some examples from the list? Scenario: I have some examples that can only be run locally on a good GPU and others that can be run on huggingface's Zero GPU. I thought of something like "example_labels" something like "examples_enable_cache" = [True, False, True, False ....]
open
2025-03-02T14:25:38Z
2025-03-03T14:10:47Z
https://github.com/gradio-app/gradio/issues/10708
[ "enhancement" ]
elismasilva
1
django-cms/django-cms
django
7,449
KeyError at /xxxxx - After removing a plugin
<!-- Please fill in each section below, otherwise, your issue will be closed. This info allows django CMS maintainers to diagnose (and fix!) your issue as quickly as possible. --> ## Description I have a plugin **NavbarPlugin** that I coded inside **cms_plugins.py.** - The code : ```py @plugin_pool.registe...
closed
2022-12-07T13:51:20Z
2023-01-11T07:07:17Z
https://github.com/django-cms/django-cms/issues/7449
[ "status: marked for rejection" ]
cedricrabarijohn
2
zappa/Zappa
django
655
[Migrated] module 'pip' has no attribute 'get_installed_distributions'
Originally from: https://github.com/Miserlou/Zappa/issues/1658 by [nabaz](https://github.com/nabaz) <!--- Provide a general summary of the issue in the Title above --> ## module 'pip' has no attribute 'get_installed_distributions' no matter what you do you get this error, so frustrating, makes you not use zappa anymo...
closed
2021-02-20T12:32:30Z
2022-07-16T06:46:47Z
https://github.com/zappa/Zappa/issues/655
[ "needs-info" ]
jneves
1
simple-login/app
flask
1,002
MX setting for custom domain on self hosted instance
first - brilliant product, just set up using the self hosting instructions which were straightforward one thing to note - in the custom domain setup instructions and DNS verification - MX record is meant to point to _mydomain.com_ but this didn't work for me until this was changed _app.mydomain.com_
closed
2022-05-19T05:13:28Z
2022-05-19T05:48:04Z
https://github.com/simple-login/app/issues/1002
[]
mascooler
1
recommenders-team/recommenders
deep-learning
1,210
[ASK]
### NPA metrics Hello! I am testing NAML, NRMS and NPA algorithms for MIND-dataset. I noticed that the metric HIT@1,5,10 has a non-zero value for the first two algorithms, but for NPA it is zero. Can someone explain why this is so? thnx
closed
2020-10-01T11:57:21Z
2020-10-07T08:18:42Z
https://github.com/recommenders-team/recommenders/issues/1210
[ "help wanted" ]
Holyland-EG
3
fastapi/sqlmodel
fastapi
314
`sqlalchemy.Column` parameters are not passed forward when set on `sqlmodel.Field` and a column is provided via `sa_column`
### 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
2022-04-26T18:59:26Z
2022-11-22T00:12:00Z
https://github.com/fastapi/sqlmodel/issues/314
[ "question", "answered" ]
JLHasson
6
mwaskom/seaborn
data-visualization
3,617
seaborn scatterplot hue= datetime bug
### my issue is: why 2023 can appear in the below figure's legend? **Please see below codes.** ``` import pandas as pd import seaborn as sns from matplotlib import pyplot as plt df = pd.DataFrame( {"Time_str": ["2024,10,1", "2024,11,1"], "x": [1, 2], "y":...
closed
2024-01-16T07:16:49Z
2024-01-17T02:21:57Z
https://github.com/mwaskom/seaborn/issues/3617
[]
juanjuanlovelearning
3
amidaware/tacticalrmm
django
1,255
Users can see and assign automatisch Policies from Users/Sites/Clients they do not belong to.
I would expect that Automation-Policies are limited the same way as Policy-Overview is? You should not be able to see Policies created from Users who belong only to specific Clients or Sites. Also it should not be possible to assign them. ![image](https://user-images.githubusercontent.com/68963439/186144696-776d16fb...
open
2022-08-23T11:17:38Z
2022-08-23T18:39:50Z
https://github.com/amidaware/tacticalrmm/issues/1255
[ "enhancement" ]
JSuenram
1
pyeventsourcing/eventsourcing
sqlalchemy
101
How to install with Cassandra?
I'm using pip version 9.01 and I tried using python 3.5, pypy 5.8, and python 2.7 But everytime when I try to install eventsourcing with either cassandra or sqlalchemy, it gives me error like the following: ``` $ pip install eventsourcing[cassandra] zsh: no matches found: eventsourcing[cassandra] ``` Is there...
closed
2017-06-27T12:51:57Z
2017-06-27T20:01:53Z
https://github.com/pyeventsourcing/eventsourcing/issues/101
[]
subokita
2
psf/black
python
4,573
Projeto
closed
2025-02-02T01:19:49Z
2025-02-02T02:46:46Z
https://github.com/psf/black/issues/4573
[]
thiagomsa
0
piskvorky/gensim
data-science
2,804
ModuleNotFoundError: No module named 'testfixtures'
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
open
2020-04-23T03:53:21Z
2020-08-13T12:24:45Z
https://github.com/piskvorky/gensim/issues/2804
[ "documentation", "impact HIGH", "reach LOW" ]
bjpcjp
8
PeterL1n/BackgroundMattingV2
computer-vision
167
Details of the training process
你好,关于训练细节,我请教几个问题: 1、训练中数据集的使用顺序依次为:VideoMatte240K、PhotoMatte13K、Distinctions-646,请问为什么要将PhotoMatte13K、Distinctions-646二者分离而不是合并在一起训练?分离的做法是出于什么样的考虑? 2、对于refine 模型的训练过程中,各个阶段(各个数据集上的训练)都是训练到收敛再进入下一个阶段?如果不是的话,那应该训练到什么样的程度才进入下一阶段? 3、在本文中似乎提到AIM和Distinctions-646数据集差异较大,但为什么没有像RVM(你的另一篇论文)那样,将两者结合训练? 谢谢。
open
2021-12-21T08:01:38Z
2021-12-21T17:21:25Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/167
[]
li-wenquan
1
awesto/django-shop
django
810
Support for django 3.0
Please support for django 3.0 . django-cms has already upgraded
open
2020-05-04T05:04:06Z
2020-06-28T15:39:31Z
https://github.com/awesto/django-shop/issues/810
[]
pupattan
23
pinry/pinry
django
112
No way to change password?
I'm setting up a private board and want to create a few accounts for friends and then close registrations. I was going to generate passwords which they could then change to something they prefer but as far as I can tell there's no way to change passwords. Am I just missing where that's done?
closed
2017-06-21T01:43:16Z
2019-12-08T19:35:26Z
https://github.com/pinry/pinry/issues/112
[ "enhancement" ]
Flamekebab
4
Lightning-AI/pytorch-lightning
deep-learning
19,973
FSDPPrecision should support 16-true with a loss scaler
### Description & Motivation https://github.com/Lightning-AI/pytorch-lightning/blob/f6fd046552a1504023cb3386a8a0df418a810e4f/src/lightning/fabric/plugins/precision/fsdp.py#L61 What if I want to use fp16 true, but with a loss scaler? This is closer to DeepSpeed's default settings. With FSDP, 16-true, no loss sca...
open
2024-06-13T02:13:59Z
2024-06-13T21:11:12Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19973
[ "feature", "needs triage" ]
zaptrem
1
plotly/dash
jupyter
2,788
[Feature Request] Supports more flexible and free component type properties
Currently, as mentioned in the documentation ( https://dash.plotly.com/component-properties ), only a few valid formats are supported for component elements as attributes, the hope is that dash will support freer component-type property definitions under the hood, including arbitrary depth nesting, to cope with some tr...
closed
2024-03-11T07:38:53Z
2024-07-26T13:06:40Z
https://github.com/plotly/dash/issues/2788
[ "feature" ]
CNFeffery
2
strawberry-graphql/strawberry
graphql
3,158
Default values for scalar arguments passed as string
When declaring an optional argument with a scalar type, its default value is passed as a string in the resulting schema. This makes Strawberry-declared schemas incompatible with externally connected GraphQL consumers with strict schema checkers, such as Hasura. The following code: ```python from typing import Opti...
closed
2023-10-18T09:52:49Z
2025-03-20T15:56:26Z
https://github.com/strawberry-graphql/strawberry/issues/3158
[ "bug" ]
ichorid
7
deezer/spleeter
tensorflow
130
[Bug] Tuple formatting incorrectly included in output directory name
## Description I am using the [separator.py](https://github.com/deezer/spleeter/blob/master/spleeter/separator.py) file to include `spleeter` in my own Python development. The [separate_to_file](https://github.com/deezer/spleeter/blob/85ff00797f6c615c62885793923eca952e9e791f/spleeter/separator.py#L93) function is er...
closed
2019-11-23T23:27:28Z
2019-11-25T14:34:13Z
https://github.com/deezer/spleeter/issues/130
[ "bug", "next release" ]
johnwmillr
2
MycroftAI/mycroft-core
nlp
2,425
Language Settings not working
## Be clear about the software, hardware and version you are running * I'm running a rapsberrypi 3 * With Mycroft from master branch * With the standard Wake Word ## Try to provide steps that we can use to replicate the Issue install mycroft as in the tutortial described use the command: mycroft-config set ...
closed
2019-12-13T19:11:30Z
2019-12-14T21:00:18Z
https://github.com/MycroftAI/mycroft-core/issues/2425
[]
flozi00
8
adbar/trafilatura
web-scraping
81
Trafilatura duplicating text
Issue described [here](https://stackoverflow.com/questions/67812700/has-anyone-experience-issues-with-duplicated-text-while-using-trafilatura)
closed
2021-06-03T13:31:37Z
2021-06-04T17:12:28Z
https://github.com/adbar/trafilatura/issues/81
[ "bug" ]
cta2106
8
iperov/DeepFaceLab
deep-learning
820
Is OpenCL supported ?
I have an AMD videocard and thus i cannot run the proprietary cuda. Is it possible or be possible in the future to use OpenCL ?
open
2020-07-08T20:01:17Z
2023-06-08T22:24:52Z
https://github.com/iperov/DeepFaceLab/issues/820
[]
ghost
3
plotly/dash-table
dash
622
Table export to xlsx, applying styles
It would be amazing to be able to export the table including the formats applied to the dash table. This was already hinted at here: https://github.com/plotly/dash-table/issues/313#issuecomment-503628712
open
2019-10-09T05:16:48Z
2022-09-20T08:14:46Z
https://github.com/plotly/dash-table/issues/622
[ "dash-type-enhancement" ]
bjonen
3
bmoscon/cryptofeed
asyncio
738
Do XX on websocket error?
I am listening to bybit websocket and doing operations on trades >f = FeedHandler() f.add_feed(BYBIT, channels=[TRADES], symbols=['BTC-USD-PERP'], callbacks={TRADES: trade}, timeout=-1) f.run() Whenever the live wss goes down, I get this expected trackback error. >WARNING : BYBIT.ws.1: encountered connectio...
closed
2021-12-07T16:12:41Z
2021-12-11T15:11:28Z
https://github.com/bmoscon/cryptofeed/issues/738
[ "question" ]
warproxxx
1
taverntesting/tavern
pytest
721
How to save a list
Hello, I'm testing a REST API which controls the network configuration of a product. In the first test stage, I want to backup the current configuration, so that after my actual test stages, I can have one more stage which will restore it. The problem is that part of this network configuration is stored in lists of ...
closed
2021-10-15T08:36:34Z
2022-01-04T12:40:45Z
https://github.com/taverntesting/tavern/issues/721
[]
ncarrier
2
OpenBB-finance/OpenBB
machine-learning
6,825
[🕹️] Follow on X
### What side quest or challenge are you solving? Follow on X ### Points 50 ### Description Follow on X ### Provide proof that you've completed the task ![image](https://github.com/user-attachments/assets/68e50b88-274a-4321-877d-4ecf2643d63b)
closed
2024-10-20T13:31:20Z
2024-10-21T12:58:32Z
https://github.com/OpenBB-finance/OpenBB/issues/6825
[]
sateshcharan
1
ipython/ipython
data-science
14,799
Add typst to the display options
[typst](https://typst.app/docs/reference) is gaining serious traction, and rightfully so. I am curios if adding this to the available display types is in the plan: IPython/core/display.py
closed
2025-02-27T01:17:12Z
2025-03-05T12:24:05Z
https://github.com/ipython/ipython/issues/14799
[]
aeslaughter
3
viewflow/viewflow
django
169
'NoneType' object has no attribute '_meta' during ProcessListView rendering
Environment: Request Method: GET Request URL: http://127.0.0.1:8000/crm/flows/ Django Version: 1.10.5 Python Version: 3.6.0 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.s...
closed
2017-01-17T12:14:20Z
2017-01-20T09:28:47Z
https://github.com/viewflow/viewflow/issues/169
[]
lukaszolek
2
frappe/frappe
rest-api
31,598
minor: css on form-grid error class
`develop` Seems border-radius is incorrect when grid is in error mode ... (no rows on child) ![Image](https://github.com/user-attachments/assets/5968f6c3-c9b0-4fdb-bfbf-8cf8e13285b8)
closed
2025-03-08T21:52:40Z
2025-03-24T00:16:46Z
https://github.com/frappe/frappe/issues/31598
[ "bug" ]
git-avc
0
praw-dev/praw
api
1,817
contributor_subreddits returns a list with only subreddits you also moderate, the docs should reflect this
**Describe the bug** Hi folks! According to the docs, `contributor_subreddits()` should `return a ListingGenerator of contributor subreddits. These are subreddits in which the user is an approved user`. According to my testing however, this is only partly true. It does return a list of subreddits in which the authen...
closed
2021-11-15T19:04:21Z
2021-11-16T00:11:04Z
https://github.com/praw-dev/praw/issues/1817
[]
jvdburgh
4
litestar-org/polyfactory
pydantic
434
Bug: Annotations for nested types are ignored
### Description When a pydantic model contains a simple annotated attribute, the restrictions from the annotation are used for generating the value. Example: ```python Dimension = Annotated[int, Field(gt=1000, lt=2000)] class Item(BaseModel): x: Dimension class ItemFactory(ModelFactory): __model__...
closed
2023-11-07T13:45:19Z
2025-03-20T15:53:10Z
https://github.com/litestar-org/polyfactory/issues/434
[ "bug" ]
kabell
1
yunjey/pytorch-tutorial
deep-learning
197
已经解决了win10下的训练自己的数据问题,加Q群857449786 注明pytorch-tutorial 共同研究
已经解决了win10下的训练自己的数据问题,加Q群857449786 注明pytorch-tutorial 共同研究
open
2019-11-23T07:08:16Z
2020-08-17T03:31:51Z
https://github.com/yunjey/pytorch-tutorial/issues/197
[]
QQ2737499951
2
influxdata/influxdb-client-python
jupyter
669
Asynchronous client ignoring write precision when set on Point
### Specifications * Client Version: 1.46.0 * InfluxDB Version: 2.7.10 ### Code sample to reproduce problem ```python import asyncio from influxdb_client import Point, WritePrecision from influxdb_client.client.influxdb_client_async import InfluxDBClientAsync _HOST = "http://localhost:8086" _ORG = "pri...
closed
2024-09-13T13:23:48Z
2024-10-09T07:59:57Z
https://github.com/influxdata/influxdb-client-python/issues/669
[ "bug" ]
lundaw
0
microsoft/MMdnn
tensorflow
467
Could not support LeakyReLU and ConvTranspose2d in pytorch to IR
Platform (like ubuntu 16.04/win10):win10 Python version:3.5 Source framework with version (like Tensorflow 1.4.1 with GPU):pytorch with GPU Destination framework with version (like CNTK 2.3 with GPU):caffe Pre-trained model path (webpath or webdisk path): Running scripts:mmtoir -f pytorch -d unet --input...
open
2018-10-24T10:25:36Z
2018-10-24T10:25:36Z
https://github.com/microsoft/MMdnn/issues/467
[]
brisyramshere
0
gradio-app/gradio
data-visualization
10,826
Tackle iframe resizer issues
### Describe the bug As reported by @jsulz, the presence of the certain components, such as the `gr.Dataframe` can make a Gradio app hosted on Spaces have infinitely long vertical scrolling. We've seen similar issues related to the iframe resizer on other Gradio apps, we should fix this. @pngwn do you want to take t...
open
2025-03-17T21:19:15Z
2025-03-20T20:31:49Z
https://github.com/gradio-app/gradio/issues/10826
[ "bug" ]
abidlabs
1
biolab/orange3
data-visualization
6,175
Data Table hangs in in qt6
**What's wrong?** On MacOS with pyqt6 when viewing a large dataset, specifically one with many columns, scrolling horizontally causes Orange to hang. **How can we reproduce the problem?** run this in Python Script: (maybe try smaller or larger tables) ``` import numpy as np from Orange.data import Table, Domai...
closed
2022-10-20T09:09:26Z
2022-11-29T15:42:21Z
https://github.com/biolab/orange3/issues/6175
[ "bug" ]
noahnovsak
2
streamlit/streamlit
deep-learning
10,649
Preserve `st.column_config.Column` visibility restrictions in the UI
### 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 Thanks to #10264 we can hide/unhide columns directly from the UI but I have two concerns (one subjective and ...
open
2025-03-05T10:12:27Z
2025-03-21T17:06:01Z
https://github.com/streamlit/streamlit/issues/10649
[ "type:enhancement", "feature:st.dataframe", "feature:st.data_editor", "feature:st.column_config" ]
VERBOSE-01
3
automl/auto-sklearn
scikit-learn
868
SIGSEGV
auto-sklearn was exactly I was looking for, unfortunately fails even on example from docs: ```python import sklearn.model_selection import sklearn.datasets import sklearn.metrics import autosklearn.regression def main(): X, y = sklearn.datasets.load_boston(return_X_y=True) feature_types = (['numer...
closed
2020-05-31T14:36:20Z
2020-06-09T09:52:20Z
https://github.com/automl/auto-sklearn/issues/868
[]
iirekm
1