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
cleanlab/cleanlab
data-science
894
Active learning for semantic Segmentation
Does your active learning with single/ multi annotators support semantic segmentation? Right now I think it only supports classification techniques
open
2023-11-12T19:36:56Z
2024-07-24T07:59:26Z
https://github.com/cleanlab/cleanlab/issues/894
[ "enhancement", "help-wanted" ]
rameshamurtaza
5
blacklanternsecurity/bbot
automation
1,937
Excavate with yara matching rules doesn't emit a unique enough description
**Describe the bug** When using yara rules, the excavate module doesn't generate a unique matching description which causes additional matches on different sites to be suppressed. **Expected behavior** Every unique yara rule match should emit a FINDING **BBOT Command** Example: `bbot -m httpx -t example.com -c...
closed
2024-11-08T19:11:04Z
2024-11-16T03:01:38Z
https://github.com/blacklanternsecurity/bbot/issues/1937
[ "bug" ]
aconite33
2
alpacahq/alpaca-trade-api-python
rest-api
36
Disallow redirect
One of the users reported POST /orders didn't work. Turns out, the base URL was set to http. `requests` package has a parameter to disallow auto redirect and in our case, it should be better to error out rather than silently fail.
closed
2018-11-07T17:13:51Z
2018-11-29T17:49:18Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/36
[]
umitanuki
1
tensorpack/tensorpack
tensorflow
770
I try to implement cifar10-resnet.py from tensorpack-examples-ResNet on Ubuntu
/home/jarlan/anaconda3/bin/python3.5 /home/jarlan/PycharmProjects/tensorflow/examples/ResNet/cifar10-resnet.py [0520 15:50:33 @logger.py:109] WRN Log directory train_log/cifar10-resnet exists! Use 'd' to delete it. [0520 15:50:33 @logger.py:112] WRN If you're resuming from a previous run, you can choose to keep it. ...
closed
2018-05-20T08:02:33Z
2018-05-30T20:59:43Z
https://github.com/tensorpack/tensorpack/issues/770
[ "installation/environment" ]
codetjj
6
aleju/imgaug
deep-learning
805
Deleted issue
closed
2022-01-17T22:56:12Z
2022-01-17T23:00:30Z
https://github.com/aleju/imgaug/issues/805
[]
nmerty
0
influxdata/influxdb-client-python
jupyter
537
missing dependency to urrlib3
### Specifications * Client Version: 'pip install 'influxdb-client[ciso]' of today * InfluxDB Version: 2.5.1 * Platform: Debian 11 ### Code sample to reproduce problem no sample code needed; this python library is missing a dependency to urllib ### Expected behavior `pip install` should install all required up...
closed
2022-12-07T14:46:15Z
2022-12-08T04:08:12Z
https://github.com/influxdata/influxdb-client-python/issues/537
[ "invalid", "wontfix" ]
laf0rge
4
fastapi/sqlmodel
pydantic
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
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
897
Question about resize and crop
I have 256x256 images in dataset A and 128x128 images in dataset B. If I use `--preprocess resize_and_crop --load_size 256 --crop_size 128`, the images in dataset B are loaded at 128x128 or upscaled to 256x256 and the cropped at 128x128?
closed
2020-01-11T14:17:58Z
2020-01-15T09:42:13Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/897
[]
domef
1
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,130
When i train,my input images and output images are 1 channel, but when i test,the result images turn into 3 channels,how can i solve this problem?
When i train,my input images and output images are 1 channel, but when i test,the result images turn into 3 channels,how can i solve this problem?
open
2020-08-24T06:39:34Z
2020-08-26T06:01:12Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1130
[]
gujinjin611
1
koxudaxi/datamodel-code-generator
fastapi
2,351
Add option to disable Field constraints
**Is your feature request related to a problem? Please describe.** I'm in the unfortunate position of having to consume an API that has incorrect constraints in its OpenAPI documentation. Up until now, I have been manually removing the Field constraints, but I was wondering if this could be a useful CLI flag for anyone...
open
2025-03-20T19:44:36Z
2025-03-21T15:53:23Z
https://github.com/koxudaxi/datamodel-code-generator/issues/2351
[]
harrymconner
1
agronholm/anyio
asyncio
71
Add the "cancellable" parameter to run_in_thread()
Trio's `run_sync()` function takes a `cancellable` parameter, which when set to `True`, leaves the thread to run its course while still freeing up the task. This requires some changes like: - Release the capacity limiter only after the thread actually finishes - Don't try to send the results to the event loop if th...
closed
2019-09-09T08:19:01Z
2019-10-19T10:01:59Z
https://github.com/agronholm/anyio/issues/71
[ "enhancement" ]
agronholm
0
coqui-ai/TTS
python
3,364
[Feature request] Text for synthesis needs to be normalized for languages with diacritics
<!-- Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support! ---> Text for synthesis needs to be normalized for languages with diacritics or synthesis will be incorrect under certain ircumstances. <!--A clear and concise description of what the problem is. Ex. I'm always fru...
closed
2023-12-04T13:40:22Z
2024-01-14T21:15:16Z
https://github.com/coqui-ai/TTS/issues/3364
[ "wontfix", "feature request" ]
JanX2
1
miguelgrinberg/Flask-SocketIO
flask
1,427
Test client doesn't encode/decode the data
Sending data with emit() and getting the data back with get_received() returns the **actual** object emitted not one that got encoded to json and back. This can mask at least 2 different types of bugs. The real socketio client encodes the data in packet.py encode() if data is not None: if nee...
closed
2020-12-09T14:41:34Z
2020-12-13T12:35:47Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1427
[]
senstar-nross
3
ivy-llc/ivy
tensorflow
28,404
Fix Ivy Failing Test: paddle - elementwise.logical_and
To-Do list https://github.com/unifyai/ivy/issues/27501
open
2024-02-23T07:32:06Z
2024-03-01T10:07:50Z
https://github.com/ivy-llc/ivy/issues/28404
[ "Sub Task" ]
MuhammadNizamani
0
httpie/http-prompt
rest-api
163
Display current Vi mode
In bash, my prompt displays `(ins)` or `(cmd)` in front of PS1 when vi mode is enabled. http-prompt does not seem to show anywhere that vi mode is on or off. I am willing to contribute this feature myself. Do you feel I should wait until #159 is done or should I already hard-prefix it if vi mode is on, like bash see...
open
2020-01-22T10:40:09Z
2020-01-22T10:40:09Z
https://github.com/httpie/http-prompt/issues/163
[]
TheLastProject
0
deepset-ai/haystack
pytorch
8,714
Add a `ListJoiner` Component to Merge Multiple Lists into a Single List
**Is your feature request related to a problem? Please describe.** There is a need for a `ListJoiner` component in Haystack to handle scenarios where multiple lists (e.g., `List[ChatMessage]`) need to be merged into a single flat list. This component would simplify workflows by consolidating variadic inputs into one...
closed
2025-01-13T13:50:08Z
2025-02-05T22:19:17Z
https://github.com/deepset-ai/haystack/issues/8714
[ "type:feature", "P2", "2.x" ]
Amnah199
0
ets-labs/python-dependency-injector
flask
780
traverse visits providers in a random order
When `container.init_resources()` is called, it is expected that resources are loaded in the same order every time (and ideally in a way that can be controlled, but that is outside the scope of this bug). What actually happens is the resources are initialized in a random order each time an application is started. ...
open
2024-01-31T23:34:24Z
2024-10-17T14:51:40Z
https://github.com/ets-labs/python-dependency-injector/issues/780
[]
BEllis
2
ultralytics/ultralytics
python
19,772
How to specify the train and validation results directory?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I am training a model and evaluate on it. The code is something like the fol...
open
2025-03-19T04:21:19Z
2025-03-20T05:23:58Z
https://github.com/ultralytics/ultralytics/issues/19772
[ "question", "detect" ]
deJQK
3
LAION-AI/Open-Assistant
python
3,326
accelerator version issue
huggingface's accelerator updated from v0.19.0 to v0.20.0 and 'logging_dir' disappeared from __init__ method in Accelerator class. So the above error occurs. ![image](https://github.com/LAION-AI/Open-Assistant/assets/85441953/b08eb416-dc2b-4fb6-81bc-0b22a5a24dd6) https://github.com/huggingface/accelerate/blob/ba...
open
2023-06-08T02:15:08Z
2023-06-19T01:53:49Z
https://github.com/LAION-AI/Open-Assistant/issues/3326
[ "bug", "ml" ]
idisuu
2
arogozhnikov/einops
numpy
257
[BUG] Noisy patches generated when using `einops.rearrange` to split a grayscale brain image of `skimage.data`
# Issue Description When utilizing `einops.rearrange` to divide a grayscale brain image obtained from `skimage.data` into patches, it appears that the resulting patches contain a considerable amount of noise. This noise negatively impacts the quality of the patches and hinders further processing or analysis of the ima...
closed
2023-05-29T12:10:10Z
2024-09-18T04:53:44Z
https://github.com/arogozhnikov/einops/issues/257
[]
Ishak96
2
PeterL1n/BackgroundMattingV2
computer-vision
169
執行inference_images.py 完後 沒有顯示任何圖片?
執行inference_images.py 完後 沒有顯示任何圖片?請問有人也是一樣嗎?執行完顯示出Directory /home/user/matting/img_output already exists. Override? [Y/N]: y 但在資料夾中卻沒有顯示?
open
2022-01-08T13:53:30Z
2023-04-04T08:58:45Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/169
[]
yoyoyin0902
6
pydata/xarray
pandas
9,347
How to efficiently test the huge inherited Dataset API
### What is your issue? `xarray.Dataset` has a ginormous API, and eventually the entire thing should also be available on `DataTree`. However we probably still need to test this copied API, because the majority of it will be altered via the `@map_over_subtree` decorator. How can we do that without also copying thousan...
closed
2024-08-13T16:20:51Z
2024-10-21T15:58:35Z
https://github.com/pydata/xarray/issues/9347
[ "topic-internals", "topic-testing", "topic-DataTree" ]
TomNicholas
2
dynaconf/dynaconf
flask
858
Suggestions on how to `reverse` in my Django settings.yaml
I currently define settings like `LOGIN_URL` as `reverse_lazy("account_login")`. Is there a way to replicate this type of configuration into something I can use in my Dynaconf settings.yaml? If possible, I'd prefer to keep all settings in my Dynaconf settings.yaml and keep my Django settings.py file as empty as poss...
closed
2023-02-04T15:34:20Z
2023-03-30T19:30:37Z
https://github.com/dynaconf/dynaconf/issues/858
[ "question", "Docs" ]
wgordon17
6
521xueweihan/HelloGitHub
python
1,928
test
## 项目推荐 - 项目地址:仅收录 GitHub 的开源项目,请填写 GitHub 的项目地址 - 类别:请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习) - 项目后续更新计划: - 项目描述: - 必写:这是个什么项目、能用来干什么、有什么特点或解决了什么痛点 - 可选:适用于什么场景、能够让初学者学到什么 - 描述长度(不包含示例代码): 10 - 256 个字符 - 推荐理由:令人眼前一亮的点是什么?解决了什么痛点? - 示例代码:(可选)长度:1-20 行 ...
closed
2021-10-15T10:56:00Z
2021-10-15T10:59:59Z
https://github.com/521xueweihan/HelloGitHub/issues/1928
[]
521xueweihan
0
noirbizarre/flask-restplus
flask
93
Method restrictions aren't honoured in the Swagger UI
I have an example class declared like so: ``` python @api.route('/foo/bar', endpoint='foo') @api.route('/bar', methods=['GET'], endpoint='bar') class Bar(Resource): @api.doc(...) def get(self): ... @api.doc(...) def post(self): ... ``` The method restriction works in that I can not `P...
closed
2015-11-04T12:02:36Z
2016-01-17T18:53:19Z
https://github.com/noirbizarre/flask-restplus/issues/93
[ "bug" ]
bodgit
6
lyhue1991/eat_tensorflow2_in_30_days
tensorflow
9
Is there english version?
closed
2020-04-04T08:38:18Z
2020-04-14T04:20:07Z
https://github.com/lyhue1991/eat_tensorflow2_in_30_days/issues/9
[]
xTunqki
4
plotly/jupyter-dash
jupyter
42
Cannot view contents of error message dropdowns
Actually the arrow points up so I'm not sure if they're called dropdowns. I can view them fine in regular JupyterDash but in JupyterLab, they are unresponsive. ![image](https://user-images.githubusercontent.com/25189545/98016823-4cd04080-1db3-11eb-8dec-e19291dc5644.png)
open
2020-11-03T17:02:33Z
2020-11-03T17:03:42Z
https://github.com/plotly/jupyter-dash/issues/42
[]
nyck33
1
seleniumbase/SeleniumBase
pytest
2,226
sorry, can be delete
sorry, can be delete
closed
2023-10-31T00:42:56Z
2023-10-31T19:16:33Z
https://github.com/seleniumbase/SeleniumBase/issues/2226
[ "invalid", "UC Mode / CDP Mode" ]
ggforces
0
pyeve/eve
flask
1,087
Registering signals with Eve doesn't work
I tried to use Flask-Security with Eve and, when starting, I had the following exception: ``` File "/opt/pyor/backend/manage.py", line 8, in <module> from pyor.api import app File "/opt/pyor/backend/pyor/api/__init__.py", line 72, in <module> security.init_app(app) File "/opt/conda/envs/pyor/lib/pyt...
closed
2017-11-12T17:15:52Z
2018-05-18T19:19:37Z
https://github.com/pyeve/eve/issues/1087
[ "stale" ]
fernandocamargoai
3
streamlit/streamlit
machine-learning
10,615
cache_data and cache_resource not working with DuckDB on Motherduck connection
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary I have this connections script that connects ...
closed
2025-03-03T19:37:21Z
2025-03-04T19:08:39Z
https://github.com/streamlit/streamlit/issues/10615
[ "type:bug", "status:won't-fix" ]
digitalghost-dev
5
MaartenGr/BERTopic
nlp
2,223
Issues merging model with reduced outliers, KeyError
### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Desribe the bug Hello! LOVE this package! My code was working with a previous version of bertopic (not sure which), but this week I updated to the latest bertopic version (Version: 0.16.4) and now I get a KeyEr...
closed
2024-11-22T18:39:09Z
2024-11-26T17:33:25Z
https://github.com/MaartenGr/BERTopic/issues/2223
[ "bug" ]
joelem
2
ets-labs/python-dependency-injector
flask
696
Singleton provider produces more than one unique instance
When using the `ThreadSafeSingleton` provider to inject a singleton object, the object injected into the consuming class is not the same instance used in the provider. ```python class MyContainer(containers.DeclarativeContainer): my_singleton = providers.ThreadSafeSingleton(MyClass) my_consumer ...
closed
2023-04-17T23:26:48Z
2023-04-18T00:27:21Z
https://github.com/ets-labs/python-dependency-injector/issues/696
[]
uriariel
1
geopandas/geopandas
pandas
3,499
BUG: Buffer operation generates donut instead of filled polygon
- [ X] I have checked that this issue has not already been reported. - [ X] I have confirmed this bug exists on the latest version of geopandas. - [ ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/minimal-bug-reports) d...
open
2025-01-21T20:45:21Z
2025-01-30T10:49:10Z
https://github.com/geopandas/geopandas/issues/3499
[ "bug", "upstream issue" ]
ozak
1
sqlalchemy/alembic
sqlalchemy
559
Cookbook recipe for database freshness check
This feature request is for a cookbook recipe to programatically check database freshness. Snippet: ```python from alembic import config from alembic import script from alembic.runtime import migration import sqlalchemy import exceptions engine = sqlalchemy.create_engine(DATABASE_URL) alembic_cfg = con...
closed
2019-05-10T22:46:46Z
2019-05-14T22:32:17Z
https://github.com/sqlalchemy/alembic/issues/559
[ "feature", "documentation" ]
m-aciek
1
miguelgrinberg/Flask-Migrate
flask
232
flask-migrate commands result in no action at all
I am trying to start using migrations for an existing project. I created a file migrate.py, which looks this: ``` from flask_script import Manager from flask_migrate import MigrateCommand, Migrate from dream_app import app, db app.config.from_pyfile('config.py') migrate = Migrate(app, db) manager = Manager(a...
closed
2018-10-10T11:36:40Z
2018-10-29T07:38:06Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/232
[]
jpotwor
2
localstack/localstack
python
11,901
feature request: lambda nodejs22.x runtime support
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Localstack should support the `nodejs22.x` AWS lambda runtime since it is now officially supported on the AWS side: [Lambda runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runt...
closed
2024-11-22T07:53:34Z
2024-11-26T13:55:05Z
https://github.com/localstack/localstack/issues/11901
[ "type: feature", "aws:lambda", "status: in progress" ]
sam-extern-porsche
2
developmentseed/lonboard
data-visualization
544
feature: add support to zoom into a specific layer
When plotting a Map with multiple layers, I'd like to have an option to zoom in into a specific layer. For example, in this blog https://ibis-project.org/posts/ibis-duckdb-geospatial/ I have some code that plots a point, two lines (over some roads), and the NYC streets, that looks like this ``` broad_station_laye...
open
2024-06-13T18:09:44Z
2024-06-14T15:39:28Z
https://github.com/developmentseed/lonboard/issues/544
[]
ncclementi
2
allenai/allennlp
pytorch
5,135
Fast influence functions
Add an implementation of "FastIF" (https://arxiv.org/abs/2012.15781) to the `interpret.influence_functions` module.
open
2021-04-19T23:08:01Z
2021-05-04T16:33:16Z
https://github.com/allenai/allennlp/issues/5135
[ "Contributions welcome", "Feature request" ]
epwalsh
3
capitalone/DataProfiler
pandas
838
Fuse the functionality used in both `_merge_histogram` and the newly created `_assimilate_histogram`
**Is your feature request related to a problem? Please describe.** In an effort to adhere to the goal of achieving a clear paradigm of one, easy to understand, path for each of the following tasks for profiling: Updating, Getting, and Merging This issue focuses on clearing up the path to defining how to merge a pro...
open
2023-05-23T17:46:51Z
2023-09-12T13:31:34Z
https://github.com/capitalone/DataProfiler/issues/838
[ "Medium Priority", "Refactor", "contribution_day" ]
ksneab7
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,928
[Bug]: After installing Tensor RT, a warning pops up when logging into SD that python.exe can't find the program entrance
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
open
2024-06-03T02:53:51Z
2024-06-03T02:53:51Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15928
[ "bug-report" ]
ciedon
0
keras-team/keras
data-science
20,344
Training using a `tf.data.Dataset` and `steps_per_execution` > 32 fails
Training using a `tf.data.Dataset` and `steps_per_execution` > 32 fails with: ```ValueError: An unusually high number of `tf.data.Iterator.get_next()` calls was detected. This suggests that the `for elem in dataset: ...` idiom is used within tf.function with AutoGraph disabled. This idiom is only supported when Auto...
closed
2024-10-12T15:57:39Z
2024-10-22T23:37:04Z
https://github.com/keras-team/keras/issues/20344
[ "type:Bug" ]
nicolaspi
5
marcomusy/vedo
numpy
974
Extrude bug
Extruding a flat surface directly up causes missing faces with 2023.5.0. <img width="425" alt="Screenshot 2023-11-16 at 11 57 28 am" src="https://github.com/marcomusy/vedo/assets/23271678/86b87e42-864b-49ec-98a2-9be28f50b8ca">
closed
2023-11-16T00:59:09Z
2023-11-17T00:44:49Z
https://github.com/marcomusy/vedo/issues/974
[]
JeffreyWardman
9
TencentARC/GFPGAN
pytorch
216
TypeError: get_face_landmarks_5() got an unexpected keyword argument 'eye_dist_threshold'
Traceback (most recent call last): File "M:\GFPGAN\inference_gfpgan.py", line 155, in <module> main() File "M:\GFPGAN\inference_gfpgan.py", line 119, in main cropped_faces, restored_faces, restored_img = restorer.enhance( File "D:\anaconda3\envs\gfpgan\lib\site-packages\torch\autograd\grad_mode.py", ...
open
2022-07-14T01:06:50Z
2022-07-14T01:06:50Z
https://github.com/TencentARC/GFPGAN/issues/216
[]
wsysl1989
0
vvbbnn00/WARP-Clash-API
flask
33
可否支持docker hub部署~
部署在自家群晖上,上面没装git~ 另:和我的习惯非常契合,爆赞
closed
2024-02-01T09:50:24Z
2024-02-02T07:36:59Z
https://github.com/vvbbnn00/WARP-Clash-API/issues/33
[ "duplicate" ]
ShiFangJuMie
2
huggingface/datasets
pytorch
6,721
Hi,do you know how to load the dataset from local file now?
Hi, if I want to load the dataset from local file, then how to specify the configuration name? _Originally posted by @WHU-gentle in https://github.com/huggingface/datasets/issues/2976#issuecomment-1333455222_
open
2024-03-07T13:58:40Z
2024-03-31T08:09:25Z
https://github.com/huggingface/datasets/issues/6721
[]
Gera001
3
piskvorky/gensim
machine-learning
2,929
ImportError: cannot import name 'logsumexp' on KeyedVectors
####Problem description I'm unable to import KeyedVectors. I guess replacing `from scipy.misc import logsumexp` to `from scipy.special import logsumexp` on the source code should fix it, but I'm not quite sure. #### Steps/code/corpus to reproduce from gensim.models import KeyedVectors #### Versions...
closed
2020-09-01T01:37:18Z
2020-09-01T13:53:27Z
https://github.com/piskvorky/gensim/issues/2929
[ "need info" ]
luisaheise
4
AirtestProject/Airtest
automation
877
Airtest在连接unity editor模式后,在初始化 UnityPoco(unity_editor=True)时报错
**描述问题bug** Airtest在连接unity editor模式下,初始化 UnityPoco(unity_editor=True)时报错 ``` File "C:\Users\AppData\Local\Programs\Python\Python37\lib\site-packages\pywinauto\findwindows.py", line 87, in find_element raise ElementNotFoundError(kwargs) pywinauto.findwindows.ElementNotFoundError: {'class_name': 'UnityCon...
open
2021-03-25T11:39:42Z
2021-03-25T11:39:42Z
https://github.com/AirtestProject/Airtest/issues/877
[]
tmac001
0
graphql-python/graphene-mongo
graphql
68
Allow subclassing MongoengineObjectType
Right now, extending `MongoengineObjectType` by subclassing is not possible in any useful way as `__init_subclass_with_meta__` is immediately called on encountering a descendant class definition. This makes several assumptions, e.g. `Meta.model` being defined on the subclass. Extension classes might want to deduce the ...
closed
2019-02-01T15:08:04Z
2019-02-08T14:45:26Z
https://github.com/graphql-python/graphene-mongo/issues/68
[]
tambeta
3
akfamily/akshare
data-science
5,926
stock_financial_us_analysis_indicator_em 下载本田HMC财务数据错误。
Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm 2024.1.1\plugins\python\helpers\pydev\pydevd.py", line 1535, in _exec pydev_imports.execfile(file, globals, locals) # execute the script ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\JetBrains\PyCharm 2024.1....
closed
2025-03-19T02:10:18Z
2025-03-19T08:54:28Z
https://github.com/akfamily/akshare/issues/5926
[ "bug" ]
xiahuadong1981
1
autogluon/autogluon
data-science
4,337
[BUG] Attribute Error when fitting a TimeSeriesPredictor instance
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [ x ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [ ] I confirmed bug exists on the latest mainline of AutoGluon via...
closed
2024-07-23T18:40:17Z
2024-11-08T15:49:49Z
https://github.com/autogluon/autogluon/issues/4337
[ "bug: unconfirmed", "Needs Triage" ]
ANNIKADAHLMANN-8451
5
holoviz/panel
plotly
6,795
Select options not visible when using MaterialTemplate dark theme
#### ALL software version info Windows 10 Pro Chrome 124.0.6367.78 Python 3.10.2 panel==1.4.2 panel-modal==0.4.0 (requirements.txt below) #### Description of expected behavior and the observed behavior Observed: Select widgets render options with white text and white background, making text unreadable. Expe...
open
2024-04-26T15:12:10Z
2024-04-26T15:12:10Z
https://github.com/holoviz/panel/issues/6795
[]
jazl
0
huggingface/datasets
tensorflow
7,430
Error in code "Time to slice and dice" from course "NLP Course"
### Describe the bug When we execute code ``` frequencies = ( train_df["condition"] .value_counts() .to_frame() .reset_index() .rename(columns={"index": "condition", "condition": "frequency"}) ) frequencies.head() ``` answer should be like this condition | frequency birth control | 27655 dep...
closed
2025-02-28T11:36:10Z
2025-03-05T11:32:47Z
https://github.com/huggingface/datasets/issues/7430
[]
Yurkmez
2
matterport/Mask_RCNN
tensorflow
2,755
All instances not created with load_mask() and not visualized with display_instances()
Hello, I am trying to train Mask R-CNN with my own dataset (images .tif, annotations in shapefile) by referring to codes available in this repo. While checking if the masks are correctly loaded or not with the code below I can see only 2 instances for each image, even though there are multiple instances and I can se...
closed
2022-01-07T22:51:19Z
2022-03-14T11:02:51Z
https://github.com/matterport/Mask_RCNN/issues/2755
[]
kecyarchana
0
gradio-app/gradio
data-visualization
10,152
False positive: UserWarning: The value passed into gr.Dropdown() is not in the list of choices
### Describe the bug I have an event listener function which updates the choices of a dropdown component and sets its value to be one of the new valid choices, all in one return statement like this: ```python new_choices = ... return gr.Dropdown(choices = new_choices, value = new_choices[0]) ``` I am getti...
closed
2024-12-07T21:25:12Z
2025-01-15T13:51:09Z
https://github.com/gradio-app/gradio/issues/10152
[ "bug", "needs repro" ]
JackismyShephard
3
Miserlou/Zappa
django
1,965
Set_Cookie option sets duplicate cookies on AWS Lambda
## Context I have an API running Python3.7 and Zappa (in a virtualenv). I am setting 6 cookies by using the option "set_cookie" in flask. It looks something like this: ``` resp = make_response(jsonify({'success':'true', 'message': 'Successfully authenticated!'}), 200) resp.set_cookie("1", value="1", secure=True, s...
closed
2019-11-18T08:22:45Z
2020-02-12T21:10:33Z
https://github.com/Miserlou/Zappa/issues/1965
[]
ZappaUserMan
0
mwaskom/seaborn
data-visualization
2,938
Feature Req: Face heatmap
Hello, I was recently working on face verification and I wanted something like a correlation matrix for faces. I couldn't find any, so I made a script for that. I think this will be useful for others so I was wondering if I could add it here in seaborn under heatmap ? We do have sns.heatmap, but that doesn't take ima...
closed
2022-08-05T18:37:16Z
2022-08-11T11:57:56Z
https://github.com/mwaskom/seaborn/issues/2938
[]
0xrushi
1
plotly/dash-table
dash
314
Menu for hiding and showing columns
- Ability to add / remove columns from a predefined list of columns using a contextual menu. - All columns would appear in this contextual menu as a checklist - The visible columns would be “checked” and the hidden columns would be “unchecked” - The user could click on an icon in the header to display the menu - Th...
closed
2018-12-19T22:06:16Z
2019-08-08T20:28:29Z
https://github.com/plotly/dash-table/issues/314
[ "dash-type-enhancement", "dash-meta-sponsored", "size: 8" ]
chriddyp
11
huggingface/transformers
python
36,598
lm_head parameters missing from named_parameters() in Qwen2.5-VL-3B-Instruct model
### System Info ``` - `transformers` version: 4.49.0 - Platform: Linux-6.8.0-40-generic-x86_64-with-glibc2.35 - Python version: 3.10.16 - Huggingface_hub version: 0.27.1 - Safetensors version: 0.5.0 - Accelerate version: 1.0.1 - Accelerate config: - compute_environment: LOCAL_MACHINE - distributed_type: DEE...
open
2025-03-07T02:58:29Z
2025-03-17T22:28:20Z
https://github.com/huggingface/transformers/issues/36598
[ "bug" ]
Buhua-Liu
2
FujiwaraChoki/MoneyPrinter
automation
128
[BUG] gpt4 not working
**Describe the bug** Openai version in requirements.txt needs to be locked, the latest version appears to be incompatible with this project **To Reproduce** Select "AI Model" to OpenAI GPT-4 **Expected behavior** OpenAI GPT-4 generates a script **Screenshots** [Video to be generated] Subject: ... ...
closed
2024-02-09T18:33:19Z
2024-02-10T02:51:25Z
https://github.com/FujiwaraChoki/MoneyPrinter/issues/128
[]
moshejs
3
huggingface/datasets
numpy
7,058
New feature type: Document
It would be useful for PDF. https://github.com/huggingface/dataset-viewer/issues/2991#issuecomment-2242656069
open
2024-07-22T10:49:20Z
2024-07-22T10:49:20Z
https://github.com/huggingface/datasets/issues/7058
[]
severo
0
replicate/cog
tensorflow
2,006
gitignore `.cog` directory by default
[Python 3.13 has a neat trick where it gitignores virtualenvs by default](https://www.pythonmorsels.com/python-313-whats-new/#git-friendly-virtual-environments) by putting a `.gitignore` file in them with the content `*`. We should do that for `.cog` directories so you don't accidentally add it to Git repositories.
open
2024-10-19T06:04:44Z
2025-03-24T14:53:14Z
https://github.com/replicate/cog/issues/2006
[ "next" ]
bfirsh
0
sktime/pytorch-forecasting
pandas
1,250
Question: Rolling window dataset with constant step size
- PyTorch-Forecasting version: 0.10.3 - PyTorch version: 1.13.1 - Python version: 3.8.16 - Operating System: Windows 11 ### Question Is it possible to create a rolling window dataset with constant step size using the TimeSeriesDataSet? ### Wanted feature If it does not exist already, then this is a featu...
open
2023-02-09T10:40:54Z
2023-02-09T10:40:54Z
https://github.com/sktime/pytorch-forecasting/issues/1250
[]
ssvenoe
0
PablocFonseca/streamlit-aggrid
streamlit
263
Can't pickle local object 'GridOptionsBuilder.__init__.<locals>.ddict'
Hello. I'm using @st.cache_data wrapper in function where I create grid_options object . After version 1.0.0 I've got the errror in title. The code looks like this: ```python @st.cache_data def prepare_dataframe_to_view(_df): gb = GridOptionsBuilder.from_dataframe(_df) #... grid_options = gb.build() #...
open
2024-04-10T09:47:11Z
2024-04-10T19:17:21Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/263
[]
iivvaanni
1
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,396
[Bug]: SGM Uniform and Uniform produces visual artifacts
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [X] The issue has not been reported ...
open
2024-03-27T20:44:33Z
2024-04-07T11:06:40Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15396
[ "bug-report" ]
AndreyRGW
4
schemathesis/schemathesis
pytest
1,973
[BUG] tests fail when the terminal has a different amount of columns than 80
### Checklist - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) - [x] I am using the latest version of Schemathesis ...
closed
2024-01-22T15:46:34Z
2024-01-22T16:55:42Z
https://github.com/schemathesis/schemathesis/issues/1973
[ "Type: Bug", "Status: Needs Triage" ]
devkral
1
axnsan12/drf-yasg
django
326
X taggroups
I would like to set custom tags for views, and add them to their own taggroups, but I cannot find anything in the docs about this, how would I go about this?
closed
2019-03-06T11:46:55Z
2020-07-13T06:34:11Z
https://github.com/axnsan12/drf-yasg/issues/326
[]
josephbiko
5
suitenumerique/docs
django
328
Placeholder for title becomes editable when the user double clicks.
## Bug Report **Problematic behavior** Here is a [video](https://www.loom.com/share/22c41836a9254727b0d024d761b2011f) of the problem.
closed
2024-10-11T13:39:12Z
2024-11-26T17:15:20Z
https://github.com/suitenumerique/docs/issues/328
[ "bug", "good first issue", "frontend", "hacktoberfest" ]
virgile-dev
7
lepture/authlib
django
436
Are you aware that another project shows up as dependency in many projects instead of your project?
**Describe the bug** See this project: https://github.com/jessethegame/python-authlib Notice it is unknown, virtually no forks or stars. Then go to https://github.com/jessethegame/python-authlib/network/dependents . Should these 21K projects be linking to your project instead? I think so!
closed
2022-03-14T17:12:51Z
2022-03-15T14:28:42Z
https://github.com/lepture/authlib/issues/436
[ "bug" ]
pieterlukasse
6
horovod/horovod
deep-learning
3,653
tensorflow.python.framework.errors_impl.AlreadyExistsError: TensorFlow device (GPU:0) is being mapped to multiple CUDA devices (0 now, and 1 previously), which is not supported. This may be the result of providing different GPU configurations (ConfigProto.gpu_options, for example different visible_device_list) when cre...
**Environment:** 1. Framework: (TensorFlow) 2. Framework version: 2.2.0 3. Horovod version: v0.21.3 4. MPI version: (Open MPI) 2.1.1 5. CUDA version: 10.1, V10.1.243 6. NCCL version: 2.11.4 7. Python version: 3.6.9 11. CMake version: 3.10.2 **Bug report:** I am trying to utilize the multi-GPUs using Hor...
closed
2022-08-15T09:31:16Z
2022-08-17T04:12:12Z
https://github.com/horovod/horovod/issues/3653
[]
Nafees-060
8
man-group/notebooker
jupyter
16
Clean up shims for old python version
For example there is code using [six](https://six.readthedocs.io/) to handle 2/3 differences, but there is code that requires 3.5+ (e.g. type annotations syntax) and docs say 3.6+. As Python2 went EOL earlier this year, it's probably good to clean up the old code and dependencies.
closed
2020-10-22T15:17:42Z
2020-10-25T23:15:22Z
https://github.com/man-group/notebooker/issues/16
[ "good first issue" ]
Code0x58
0
tortoise/tortoise-orm
asyncio
1,694
[Help]How to initialize tortoise orm in multiple workers?
As described above, I have a FastAPI application that uses the`concurrent.futures.ProcessPoolExecutor` module to perform CPU-intensive tasks and save the results to MySQL. However, it seems that I encounter some errors when performing database query operations within this process. - main.py ```python @asyncconte...
open
2024-08-09T15:36:29Z
2024-08-16T06:39:08Z
https://github.com/tortoise/tortoise-orm/issues/1694
[]
Abeautifulsnow
2
axnsan12/drf-yasg
django
591
drf_yasg.errors.SwaggerGenerationError: your query_serializer contains fields that conflict with the filter_backend or paginator_class on the view
Hi, ``` my viewset: filter_fields = ('a',) my api: @swagger_auto_schema( query_serializer=schemas.A, ... ) schemas.A: class A(serializers.Serializer): a = serializers.IntegerField( required=True, ) ``` conflict happened, if I want 'a' required in some api and others not requir...
closed
2020-05-08T07:25:52Z
2022-02-25T09:15:58Z
https://github.com/axnsan12/drf-yasg/issues/591
[]
Hanzhizheng
0
PaddlePaddle/PaddleNLP
nlp
9,358
[Bug]: tensor.dtype(例如paddle.float32) != paddle.framework.core.VarDesc.VarType.FP32
### 软件环境 ```Markdown - paddlepaddle-gpu: 3.0.0.dev20241101(f8fa8dae) - paddlenlp: 5217a3b ``` ### 重复问题 - [X] I have searched the existing issues ### 错误描述 Paddle类型系统似乎更新,parameter.dtype和paddle.framework.core.VarDesc.VarType类型不相同,例如,paddle.float32 = 10,而paddle.framework.core.VarDesc.VarType.FP32 = 5。 ...
closed
2024-11-04T08:09:24Z
2024-11-04T12:21:05Z
https://github.com/PaddlePaddle/PaddleNLP/issues/9358
[ "bug" ]
dynamicheart
1
plotly/dash-cytoscape
plotly
108
[BUG] tapNodeData not working after a specific n_clicks event
#### Description Hello everyone, I try to make a cytoscape graph(based on an exemple from Dash) which can expand and collapse. I added a button "reset" which will collapse the graph to the first node. However if I use this button in a specific pattern, the tapNodeData input will not work anymore. It happen, when...
closed
2020-10-02T07:56:31Z
2023-12-28T12:59:28Z
https://github.com/plotly/dash-cytoscape/issues/108
[]
Duaran
3
jina-ai/clip-as-service
pytorch
349
calling BertClient in the example script hangs
**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [x] Are you running the latest `bert-as-service`? * [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [x] D...
closed
2019-05-11T02:01:14Z
2019-06-26T04:27:35Z
https://github.com/jina-ai/clip-as-service/issues/349
[]
jennykim1016
2
thunlp/OpenPrompt
nlp
44
question about format of template
Hi,is the format of soft template the same as the manual template?
closed
2021-11-09T13:50:33Z
2022-08-06T13:53:58Z
https://github.com/thunlp/OpenPrompt/issues/44
[]
xufengyang0191
2
iMerica/dj-rest-auth
rest-api
75
Email template issue
I am sending mail for email verification. I have override the templates. The templates works fine if we register with email from temp mail but if we use an authentic email id from gmail, then it shows raw html in the email. Please can you help me figure this out ASAP
open
2020-05-30T01:44:56Z
2020-05-30T01:44:56Z
https://github.com/iMerica/dj-rest-auth/issues/75
[]
Hardeepsingh980
0
huggingface/datasets
tensorflow
7,282
Faulty datasets.exceptions.ExpectedMoreSplitsError
### Describe the bug Trying to download only the 'validation' split of my dataset; instead hit the error `datasets.exceptions.ExpectedMoreSplitsError`. Appears to be the same undesired behavior as reported in [#6939](https://github.com/huggingface/datasets/issues/6939), but with `data_files`, not `data_dir`. Her...
open
2024-11-07T20:15:01Z
2024-11-07T20:15:42Z
https://github.com/huggingface/datasets/issues/7282
[]
meg-huggingface
0
ipython/ipython
data-science
14,513
autocall full behavior change in 8.27 (not present in 8.26.)
In 8.26 autocall of full checked for `__call__` on the object (I believe). Seems in 8.27 it is much more aggressive and will autocall for **everything** ``` In [17]: foo = dict() In [18]: foo -------> foo() --------------------------------------------------------------------------- TypeError ...
closed
2024-09-05T15:31:56Z
2024-10-21T18:03:02Z
https://github.com/ipython/ipython/issues/14513
[ "bug" ]
krpatter-intc
2
snarfed/granary
rest-api
515
Add Blog Archive Format support
https://indieweb.org/blog_archive_format , created by @manton Motivated by @tantek in https://tantek.com/2023/112/t2/account-migration-post-blog-archive-format
open
2023-04-23T04:45:25Z
2023-04-23T16:14:04Z
https://github.com/snarfed/granary/issues/515
[]
snarfed
1
kensho-technologies/graphql-compiler
graphql
172
Add documentation for the SQL backend.
closed
2019-01-29T15:31:40Z
2019-10-02T13:39:16Z
https://github.com/kensho-technologies/graphql-compiler/issues/172
[ "documentation" ]
jmeulemans
0
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,155
Quick question about the Synthesizer.
Hi! I watched the video demonstration from the README.md file. In that video it is mentioned that the synthesizer will generate a mel spectrogram for the input text using the given embedding and clicking on "Synthesize only" multiple times will generate slightly different speech. So my question is: **Does clicking "...
open
2023-01-16T16:17:27Z
2023-01-16T16:17:42Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1155
[]
prakharpbuf
0
pytest-dev/pytest-mock
pytest
255
test_detailed_introspection_async.py:7: AssertionError
Hello, I'm attempting to upgrade pytest-mock to version 3.6.1 on GNU Guix, but I'm getting: ``` test_detailed_introspection_async.py:7: AssertionError ============================== 1 failed in 0.09s =============================== =========================== short test summary info =========================...
closed
2021-08-26T14:59:57Z
2021-08-26T18:43:10Z
https://github.com/pytest-dev/pytest-mock/issues/255
[]
Apteryks
2
CorentinJ/Real-Time-Voice-Cloning
pytorch
508
Have probles to get it working on a Devuan distribution.
Hello i am having this output on a Devuan (it directly did nt work on my old linux mint :C) python3 demo_cli.py 2020-08-24 22:00:26.726664: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No...
closed
2020-08-25T04:19:52Z
2020-08-26T02:02:50Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/508
[]
afantasialiberal
2
whitphx/streamlit-webrtc
streamlit
1,569
No module named 'sample_utils'
Traceback (most recent call last): File "C:\Users\LOGI\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 542, in _run_script exec(code, module.__dict__) File "C:\Users\LOGI\AppData\Local\Temp\tmpa2jubgh0\app.py", line 17, in <module> from sa...
closed
2024-03-25T13:34:58Z
2024-05-24T07:02:32Z
https://github.com/whitphx/streamlit-webrtc/issues/1569
[]
logesh-works
1
NullArray/AutoSploit
automation
982
Ekultek, you are correct.
Kek
closed
2019-04-19T16:46:32Z
2019-04-19T16:57:59Z
https://github.com/NullArray/AutoSploit/issues/982
[]
AutosploitReporter
0
iperov/DeepFaceLab
machine-learning
5,624
New feature: Add QButton to apply the baked mask as an Xseg mask
## Issue Using iperov's awesome RTM v2 faceset my masks are 99% great in a few minutes with just a tiny bit of fixing needed. I need to fully define the xseg mask in these instances, even though 99% of it is already perfectly accurate. It would save a ton of time if I could convert the baked mask to an xseg poly, then...
open
2023-02-11T10:44:05Z
2023-08-23T19:36:15Z
https://github.com/iperov/DeepFaceLab/issues/5624
[]
CopaceticMeatbag
1
matterport/Mask_RCNN
tensorflow
2,771
Mask-RCNN TF 2.4.1 Compatibility
Hello, I've seen a number of projects made for TF2.x compatibility. Despite the fact that I have made necessary changes to the project, none of them work properly. I've been working on a project that has a number of deep learning components that must work together. Also, as I strive to add new features to my proj...
open
2022-02-04T08:04:15Z
2022-09-18T19:49:02Z
https://github.com/matterport/Mask_RCNN/issues/2771
[]
Mstfakts
4
microsoft/unilm
nlp
1,222
can you updates kosmos-2 the code of preparing dataset
Thank you for your great work. I can't wait to train it. But I don't kown how to preparing dataset, can you show me the code? Thank!
closed
2023-07-24T03:38:33Z
2023-08-02T05:24:16Z
https://github.com/microsoft/unilm/issues/1222
[]
hujunchao
7
scrapy/scrapy
python
6,044
PyPy tests crash
> Fatal Python error: Aborted > Stack (most recent call first, approximate line numbers): > File "/home/runner/work/scrapy/scrapy/.tox/pypy3-pinned/lib/pypy3.8/site-packages/urllib3/response.py", line 429 in _decode > tests/test_crawl.py .....................pypy3-pinned: exit -6 (333.45 seconds) /home/runner/work...
closed
2023-09-12T07:25:07Z
2023-09-12T14:18:27Z
https://github.com/scrapy/scrapy/issues/6044
[ "bug", "CI", "upstream issue" ]
wRAR
3
babysor/MockingBird
deep-learning
57
我什么我使用首页提供的模型生成出来的音频都是杂音呢
我什么我使用首页提供的模型生成出来的音频都是杂音呢
closed
2021-08-27T16:19:27Z
2021-08-28T16:49:53Z
https://github.com/babysor/MockingBird/issues/57
[]
loilih
3
graphql-python/graphene-sqlalchemy
graphql
258
Is there a right pagination suggestion?
pagination needs page, per page and total count however, with https://github.com/graphql-python/graphene-sqlalchemy/issues/118, we can only use "page" and "per_page", but the total_count by https://github.com/graphql-python/graphene-sqlalchemy/pull/104 would not be correct any more. with "after" and "first", we...
closed
2020-01-07T13:18:42Z
2023-02-25T00:49:36Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/258
[]
CSGrandeur
3
tableau/server-client-python
rest-api
1,092
[Type 3] Publish directly using Datasource/Workbook objects from the Document API
## Description Unless this functionality already exists, it would be helpful to directly use created Datasource/Workbook objects from the Document API as the source when publishing content via TSC. Currently, you have to pass a filepath or a file object, which I haven't found an example of. This would also reduce havi...
open
2022-08-19T06:47:14Z
2023-01-13T18:33:52Z
https://github.com/tableau/server-client-python/issues/1092
[ "enhancement", "needs investigation" ]
eschranz
1
wagtail/wagtail
django
12,888
Support min_length parameter on RichTextBlock
### Feature Request `RichTextBlock` currently supports a `max_length` parameter that validates text length (not including HTML tags), but no `min_length` equivalent. I find myself wanting to enforce such a minimum length on certain blocks in my project. ### Implementation The `max_length` parameter is enforced with `...
open
2025-02-17T22:39:40Z
2025-03-02T13:13:12Z
https://github.com/wagtail/wagtail/issues/12888
[ "type:Enhancement", "component:Streamfield", "component:Rich text" ]
ambaron8
3
PokemonGoF/PokemonGo-Bot
automation
6,067
exception while reloading config
with live config enabled, i got this exception when i modify the config file. ``` [2017-06-30 10:26:59] [MainThread] [ cli] [INFO] Config changed! Applying new config. Exception in thread Thread-89: Traceback (most recent call last): File "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework...
open
2017-06-30T08:27:48Z
2017-06-30T10:00:06Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/6067
[]
ramarro123
1
d2l-ai/d2l-en
data-science
1,945
colab gives error code: '@save' is not an allowed annotation – allowed values include [@param, @title, @markdown].
When I open the google colab files (pytorch or mx), I get this error: '@save' is not an allowed annotation – allowed values include [@param, @title, @markdown]. This happens with all the colab files, in the specific case, this happens with the chapter 13 colab: kaggle-cifar10.ipynb ![image](https://user-image...
open
2021-10-25T12:25:39Z
2021-11-11T07:09:21Z
https://github.com/d2l-ai/d2l-en/issues/1945
[]
g-i-o-r-g-i-o
2
allenai/allennlp
data-science
5,032
Textual Entailment PREDICTION code for Python missing a comma on the official demo page
As this is not a bug or just a mistake, I found a syntax error while researching the Textual Entailment feature on the website (https://demo.allennlp.org/textual-entailment/elmo-snli). The snippet for the predictor is missing a comma and will yield a syntax error: ``` from allennlp.predictors.predictor import Pr...
closed
2021-03-02T16:17:29Z
2021-03-07T19:01:49Z
https://github.com/allenai/allennlp/issues/5032
[]
alexander-py
2
miguelgrinberg/Flask-SocketIO
flask
1,181
Nginx SSL - Not working
Not sure what the issue is my configuration is below, now the weird thing is it works fine when browsing over http. But as soon as you browse over https the websocket can't connect. Nginx gives a 400 error, timeout waiting for the upstream. My relevant python stuff is socketio = SocketIO(app, async_mode="eventlet")...
closed
2020-02-10T10:06:24Z
2020-02-10T11:38:23Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1181
[ "question" ]
toomuchio
4
bmoscon/cryptofeed
asyncio
1,012
Bybit/Deribit/Bitmex currently not working
**Describe the bug** It fails to connect **To Reproduce** Comment in/out exchanges to add Bybit/Bitmex/Deribit ``` def writer(addr, port): f = FeedHandler() configured = [] # exchanges = {'BINANCE_FUTURES', 'BYBIT', 'BITMEX', 'DERIBIT} exchanges = {'BINANCE_FUTURES'} print("Querying ex...
open
2024-02-06T14:28:29Z
2024-02-06T14:28:29Z
https://github.com/bmoscon/cryptofeed/issues/1012
[ "bug" ]
gigitalz
0
opengeos/streamlit-geospatial
streamlit
10
Can't overlay administrative boundary on GOES timelapse
Hi there. I've been trying to create a GOES timelapse, and overlay some geojson information, but every time I try it I get the following message: "Something went wrong, either the ROI is too big or there are no data available for the specified date range. Please try a smaller ROI or different date range." When I run...
closed
2021-11-23T15:45:24Z
2022-01-03T18:02:42Z
https://github.com/opengeos/streamlit-geospatial/issues/10
[]
gsjlogie
4