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
developmentseed/lonboard
data-visualization
614
Do not run checks on draft PRs
It would be nice if we could avoid running checks on draft PRs (like https://github.com/developmentseed/lonboard/pull/613) and trigger only when the PR is ready for review. cc @kylebarron
open
2024-08-27T12:21:57Z
2024-09-27T19:57:02Z
https://github.com/developmentseed/lonboard/issues/614
[]
vgeorge
1
pytorch/vision
machine-learning
8,869
`size` parameter of `Resize()` should work with `[width, height]` but not `[height, width]`
### 🚀 The feature `size` parameter of [Resize()](https://pytorch.org/vision/main/generated/torchvision.transforms.v2.Resize.html) works with `[height, width]` as shown below: ```python from torchvision.datasets import OxfordIIITPet from torchvision.transforms.v2 import Resize my_data = OxfordIIITPet( root="data...
closed
2025-01-19T23:22:06Z
2025-01-20T12:12:07Z
https://github.com/pytorch/vision/issues/8869
[]
hyperkai
1
dynaconf/dynaconf
flask
1,167
[bug] dynaconf_merge and merge_unique must retaing the order
When using merge_unique to merge lists the order must be preserved ```py settings = Dynaconf( colors=["red", "green"] ) ``` ```bash export DYNACONF_COLORS="@merge_unique green,blue" ``` Expected ```py settings.colors == ["red", "green", "blue"] ``` What is current output ```py settings.co...
open
2024-08-06T15:39:50Z
2024-08-06T17:54:57Z
https://github.com/dynaconf/dynaconf/issues/1167
[ "bug" ]
rochacbruno
0
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,058
No module named scipy.interpolate... and others
python demo_toolbox.py Traceback (most recent call last): File "[path]\demo_toolbox.py", line 5, in <module> from toolbox import Toolbox File "[path]toolbox\__init__.py", line 9, in <module> from encoder import inference as encoder File "[path]\encoder\inference.py", line 2, in <module> from ...
open
2022-04-30T23:58:34Z
2022-05-30T11:31:01Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1058
[]
crackedeggs1
5
python-security/pyt
flask
218
Vulnerable python code
open
2024-01-23T06:20:21Z
2024-01-23T06:27:04Z
https://github.com/python-security/pyt/issues/218
[]
srinivasmathi999
1
aminalaee/sqladmin
fastapi
538
Adding root_path breaks admin page
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug I have multiple endpoints and admin panel. I want my endpoints to be in root path of `/api/v1/`, but admin to be just `/admin/`. So, I added `app_...
open
2023-07-04T10:06:57Z
2024-09-11T12:19:48Z
https://github.com/aminalaee/sqladmin/issues/538
[]
mmzeynalli
16
kizniche/Mycodo
automation
879
Conditional Function - Condition Check Issue
# Describe the problem/bug Running a conditional Function that checks if a gpio pin is on or off is returning an error after upgrading to 8.8.8. It was working previous to upgrade. Can't remember what I upgraded from but wasn't too old. ### Versions: - Mycodo Version: 8.8.8 - Raspberry Pi Version: 3b - Ra...
closed
2020-11-12T03:44:12Z
2021-03-09T18:08:17Z
https://github.com/kizniche/Mycodo/issues/879
[ "bug", "Fixed and Committed" ]
not5
6
Johnserf-Seed/TikTokDownload
api
106
[Feature]来参与这个去中心化的抖音吗
(https://github.com/telsacoin/telsavideo)
open
2022-03-14T16:51:14Z
2022-03-15T03:10:38Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/106
[ "需求建议(enhancement)" ]
telsav
1
pandas-dev/pandas
pandas
60,773
BUG: datetime64 column has incorrect unit when created with pd.Timestamp
### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
closed
2025-01-23T13:04:34Z
2025-01-23T21:00:57Z
https://github.com/pandas-dev/pandas/issues/60773
[ "Bug", "Needs Triage" ]
bmwilly
2
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
193
这没错吧,是我编译的问题吗?
![image](https://user-images.githubusercontent.com/68494594/111964062-2ecf6680-8b2f-11eb-9526-a5e687f2b554.png)
closed
2021-03-22T08:54:11Z
2021-03-22T09:39:59Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/193
[]
HuKai97
3
JaidedAI/EasyOCR
pytorch
699
easyocr reproductibility of english model
Hello, Thank you for your work. It is a very nice opensource framework. I would like to reproduce (or at least having close results) to your english OCR model. Unfortunately, I haven't been able to get good r esults as soon as I am trying to predict multiple words at once. I suspect some parameters durin...
open
2022-04-04T10:28:12Z
2022-04-04T10:28:45Z
https://github.com/JaidedAI/EasyOCR/issues/699
[]
Shiro-LK
0
tensorflow/tensor2tensor
machine-learning
1,492
Small Img2ImgTransformer example outputs always NAN
Hi, first of all, thank you very much for providing this framework and the insights in your work! ### Description I'm trying to set up an image 2 image transformer. Unfortunately, the output is always nan for every element in the output target. ``` [array([[[[[nan, nan, nan, ..., nan, nan, nan], [nan...
open
2019-03-15T12:51:39Z
2019-03-15T12:51:39Z
https://github.com/tensorflow/tensor2tensor/issues/1492
[]
janbolle
0
KevinMusgrave/pytorch-metric-learning
computer-vision
139
Calling .to(device) on classification loss functions, or calling .to(device) on the parameters inside forward()
Hello, I have been using this library recently. I find a bug in ProxyAnchorLoss. https://github.com/KevinMusgrave/pytorch-metric-learning/blob/a637d482a3fd1a87c0fc7c8ce69a63e8b61f8349/src/pytorch_metric_learning/losses/proxy_anchor_loss.py#L11-L23 `self.proxies` is defined in Line 14, however, it doesn't move to the...
closed
2020-07-14T13:17:24Z
2020-08-08T00:57:48Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/139
[ "enhancement", "fixed in dev branch" ]
fleawood
2
lensacom/sparkit-learn
scikit-learn
44
Port RandomizedSearchCV
open
2015-06-25T14:23:52Z
2015-06-25T14:23:52Z
https://github.com/lensacom/sparkit-learn/issues/44
[ "enhancement" ]
kszucs
0
paulbrodersen/netgraph
matplotlib
47
ArcDiagram node_order layout param not being applied
Hi there! Very nice library, trying to leverage the ArcDiagram plot and running into an issue. I'm creating a graph where the nodes represent percentages (string labels '0' to '100') and the edges are all from '0' to whatever the percentage is for the datapoint (e.g. '55'). I would like to render the arc diagram wi...
closed
2022-06-18T19:09:11Z
2023-09-12T10:14:52Z
https://github.com/paulbrodersen/netgraph/issues/47
[ "bug" ]
arpieb
5
collerek/ormar
pydantic
566
Sorting on number of reversed FK
### Discussed in https://github.com/collerek/ormar/discussions/563 <div type='discussions-op-text'> <sup>Originally posted by **Dave-Lopper** February 7, 2022</sup> Hello! I must be missing something basic, have been reading the docs for a long while, but I cannot find an answer to my question, it seems to b...
open
2022-02-14T03:54:16Z
2022-03-28T16:51:06Z
https://github.com/collerek/ormar/issues/566
[ "enhancement" ]
Dave-Lopper
2
thunlp/OpenPrompt
nlp
202
data_utils中的json格式
您好,我在使用InputExample的时候发现字符的回显问题,希望您在新的(pip)版本中更新下openprompt/data_utils/utils.py中的InputExample类,建议将其to_json_string()的返回值加上ensure_ascii=False,感谢您!
closed
2022-10-17T08:43:11Z
2023-04-04T04:58:51Z
https://github.com/thunlp/OpenPrompt/issues/202
[]
tzhu01
0
CorentinJ/Real-Time-Voice-Cloning
deep-learning
618
PermissionError: [Errno 13] Permission denied
How do I solve this when Loading dataset? Traceback (most recent call last): File "C:\Users\Vicente\Desktop\Real-Time-Voice-Cloning-master\toolbox\__init__.py", line 83, in <lambda> self.ui.browser_load_button.clicked.connect(lambda: self.load_from_browser()) File "C:\Users\Vicente\Desktop\Real-Time-Voi...
closed
2020-12-21T17:01:26Z
2021-12-01T21:51:51Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/618
[]
lilmadman007
2
plotly/dash
data-visualization
3,104
set_props only updating last output in background callbacks
**Describe your context** Mac OS, occurring in Safari & Chrome ``` dash 2.18.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** When updating two different components via set_props, in a background callback with running, **only the last output i...
open
2024-12-11T06:52:08Z
2025-02-21T23:40:52Z
https://github.com/plotly/dash/issues/3104
[ "bug", "P3" ]
faulty13
3
apify/crawlee-python
web-scraping
110
Integrate `SessionPool` into `BasicCrawler`
Once https://github.com/apify/crawlee-py/issues/30 and https://github.com/apify/crawlee-py/issues/78 are done, let's integrate them.
closed
2024-04-15T09:08:42Z
2024-05-02T11:56:05Z
https://github.com/apify/crawlee-python/issues/110
[ "enhancement", "t-tooling" ]
vdusek
3
litestar-org/litestar
pydantic
3,391
Bug:AttributeError: module 'pydantic._migration' has no attribute 'JsonValue'
### Description It pulls up this error when following the tutorial. This appears to be something caused by pydantic migrations for some reason? Here is my dependancies annotated-types==0.6.0 anyio==4.3.0 certifi==2024.2.2 click==8.1.7 EditorConfig==0.12.4 exceptiongroup==1.2.0 Faker==24.9.0 fast-query-parse...
closed
2024-04-14T03:26:15Z
2025-03-20T15:54:35Z
https://github.com/litestar-org/litestar/issues/3391
[ "Bug :bug:" ]
kodecreer
6
iterative/dvc
data-science
10,256
Support virtual-hosted–style only S3-compatible remote?
Does dvc support virtual-hosted–style S3-compatible remote? From [doc](https://dvc.org/doc/user-guide/data-management/remote-storage/amazon-s3#s3-compatible-servers-non-amazon), dvc seem dvc only support path-style S3 remote. When I try to use dvc with Tinder Object Storage (TOS) which only support virtual-hosted...
open
2024-01-25T09:49:30Z
2024-01-26T02:20:19Z
https://github.com/iterative/dvc/issues/10256
[ "feature request", "fs: s3" ]
0ut0fcontrol
7
plotly/dash-table
plotly
481
Dash Table misrepresents numbers from pandas dataframe
Dash Table is changing the values of my numbers from my pandas dataframe. Here is a working example. ``` import dash_table import dash_html_components as html import dash import pandas as pd df = pd.DataFrame({ 'col1': [1108034252451565568, 1108034253040459776] }) app = dash.Dash() app.layout = ht...
closed
2019-06-25T17:33:08Z
2019-06-25T19:13:59Z
https://github.com/plotly/dash-table/issues/481
[]
weiyiyin0321
2
clovaai/donut
computer-vision
323
Hi
open
2024-12-03T20:19:47Z
2024-12-03T20:19:47Z
https://github.com/clovaai/donut/issues/323
[]
Harjgrewa1
0
deeppavlov/DeepPavlov
tensorflow
943
keras classification model silently fails
When loading a model that was trained with a different configuration, keras_classification_model fails as expected, but no error is thrown. It looks like the problem is in line 287 of `keras_classification_model.py`, where an error is created but not thrown.
closed
2019-07-23T13:56:36Z
2019-07-29T12:36:00Z
https://github.com/deeppavlov/DeepPavlov/issues/943
[]
drorvinkler
1
tflearn/tflearn
tensorflow
300
Problem isolating model in a method
For some reason when I try to save a model, this works fine (as in the example): ``` `# MNIST Data X, Y, testX, testY = mnist.load_data(one_hot=True) init_op = tf.initialize_all_variables() sess = tf.Session() sess.run(init_op) # Define classifier, with model checkpoint (autosave) # Model input_layer = tflear...
closed
2016-08-24T04:31:24Z
2016-08-24T04:56:20Z
https://github.com/tflearn/tflearn/issues/300
[]
arshavir
0
marshmallow-code/apispec
rest-api
538
Ability to access APISpec.components in plugin init_spec method
Is there a specific reason why components is initialized after plugins init_spec methods are called? If not, then I am willing to open a PR to solve this issue.
closed
2020-02-12T13:21:52Z
2020-02-14T22:39:04Z
https://github.com/marshmallow-code/apispec/issues/538
[]
Colin-b
3
coqui-ai/TTS
deep-learning
2,818
[Bug] TTS/utils/audio/processor.py, line 257: TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType'
### Describe the bug Throws an error when trying to train a Tortoise model. ### To Reproduce https://colab.research.google.com/drive/1COAgkoN4Mu2yl3LEzHzhlweXmFLfefKG?usp=sharing ``` !git clone --depth 1 https://github.com/coqui-ai/TTS %cd TTS !pip install -r requirements.txt !pip install -e .[all,dev,n...
closed
2023-07-30T17:58:04Z
2023-07-31T08:16:15Z
https://github.com/coqui-ai/TTS/issues/2818
[ "bug" ]
chigkim
0
pyeve/eve
flask
957
avoid resource lookup passed through url
I want to avoid user_id lookup in the endpoint request where I will handle user_id field in a custom way. eg: `/people/(string:user_id)/hobbies`
closed
2017-01-03T18:00:06Z
2018-05-18T16:19:33Z
https://github.com/pyeve/eve/issues/957
[ "stale" ]
joypereira
2
open-mmlab/mmdetection
pytorch
11,773
Do not use pre-training weight training
Guys, how do I configure the profile so it can be trained without using the pre-trained weight file
open
2024-06-07T02:36:29Z
2024-06-07T02:36:44Z
https://github.com/open-mmlab/mmdetection/issues/11773
[]
LGCCoding
0
ultralytics/ultralytics
deep-learning
19,677
How to plot polygons with labels using YOLO Annotator
### 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 `annotator.box_label(bbox, text, color=tuple(color_bgr))` is there an equiv...
open
2025-03-13T11:53:36Z
2025-03-18T07:30:24Z
https://github.com/ultralytics/ultralytics/issues/19677
[ "question" ]
khanfarhan10
9
cvat-ai/cvat
tensorflow
8,994
Can't export to COCO 1.0
### Actions before raising this issue - [x] I searched the existing issues and did not find anything similar. - [x] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce On the paid hosted version of CVAT: Trying to export a dataset to COCO 1.0 format and saving the frames directly to a conn...
open
2025-01-25T15:12:14Z
2025-01-28T09:11:24Z
https://github.com/cvat-ai/cvat/issues/8994
[ "bug" ]
ChristianIngwersen
1
sigmavirus24/github3.py
rest-api
794
breaks with older github enterprise versions
Typically Github Enterprise is lagging keywords in the responses that are seen from github.com. Currently seeing the following error on trying to use this library with a local GitHub Enterprise instance. ``` IncompleteResponse [The library was expecting more data in the response (KeyError(u'license',)). Either GitH...
closed
2018-03-15T15:45:12Z
2018-03-24T14:02:50Z
https://github.com/sigmavirus24/github3.py/issues/794
[]
electrofelix
12
gevent/gevent
asyncio
2,059
main thread use gevent.event.Event.wait throw LoopExit Exception
* gevent version: 20.9.0 from PyPI * Python version: cPython 3.6.8 downloaded from python.org * Operating System: centos8 (NewStart Carrier Grade Server Linux release 6.02) ### What I've run: ``` def main(): # Set up gevent compatibility in psycopg2 import psycogreen.gevent psycogreen.gevent.patc...
open
2024-09-23T08:58:15Z
2024-11-13T06:35:20Z
https://github.com/gevent/gevent/issues/2059
[ "Type: Question" ]
yvonnesslee
2
AirtestProject/Airtest
automation
854
请问airtest修改版的minicap的源码有吗
我看历史版本的minicap是源码格式的,后来就变成so文件了,由于目前的需求涉及到修改minicap源码,因为airtest的minicap和stf的minicap功能不一致,所以修改起来比较麻烦
closed
2021-01-19T07:45:35Z
2021-01-19T08:03:43Z
https://github.com/AirtestProject/Airtest/issues/854
[]
s866
3
keras-team/keras
data-science
20,780
Incorrect implementation of "v" in "compute_ciou" function
**Describe the bug** In the current implementation of `v` in `compute_ciou` function (keras/src/layers/preprocessing/image_preprocessing/bounding_boxes/iou.py), the `(4 / math.pi**2)` term is included inside `power` and so gets squared together with the arctan term. > v = ops.squeeze( ops.power( ...
closed
2025-01-17T23:32:17Z
2025-01-20T20:12:18Z
https://github.com/keras-team/keras/issues/20780
[ "type:Bug" ]
sanghyun518
2
LAION-AI/Open-Assistant
python
3,508
What does each model name stand for?
There are numbers of models in https://github.com/LAION-AI/Open-Assistant/blob/main/oasst-shared/oasst_shared/model_configs.py. e.g., _lorem, OA_SFT_Llama_13B. Where can we find what it stands for? And which model is better? Based on my testing, distilgpt2 gives meaningless response, and _lorem always hangs t...
closed
2023-06-21T21:21:58Z
2023-06-22T10:19:06Z
https://github.com/LAION-AI/Open-Assistant/issues/3508
[]
yeasy
0
Miserlou/Zappa
django
1,851
Packaging with cpu-only version of PyTorch
I'm trying to deploy a Lambda function for a PyTorch model performing inference on CPU. In order to keep the 512 MB size limit for the /tmp folder, I want to build PyTorch from source, so I'm using: `pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.1.post2-cp36-cp36m-linux_x86_64.whl ` However, aft...
open
2019-04-07T16:33:44Z
2020-07-04T01:57:51Z
https://github.com/Miserlou/Zappa/issues/1851
[]
ben0it8
4
pallets-eco/flask-wtf
flask
99
Unable to change `name` of field if form imported in runtime
I have base form with `SubmitField` which imported in `post` method of my `MethodView`. In this case I cannot change its `name`. If I adding `_name="blah"` to constructor of the SubmitField I've got an error: ``` TypeError: type object got multiple values for keyword argument '_name' ``` This error is not occurred i...
closed
2013-10-25T08:39:51Z
2021-05-29T01:16:09Z
https://github.com/pallets-eco/flask-wtf/issues/99
[]
nosuchip
4
statsmodels/statsmodels
data-science
9,258
OLS fails with large values
#### Describe the bug When using large values for linear regression, statsmodels fails to correctly model the data. It seems to want the line to pass through the intercept when it shouldn't (despite `add_constant` being used). Here is the plot produced by the code below: ![image](https://github.com/statsmodels/s...
open
2024-05-30T11:08:15Z
2024-05-30T20:48:49Z
https://github.com/statsmodels/statsmodels/issues/9258
[ "design", "comp-regression", "corner-case" ]
Gabriel-Kissin
4
KevinMusgrave/pytorch-metric-learning
computer-vision
556
triplets_past_filter
Hi, thanks for your implementation on metric learning. I saw some code like ``` from pytorch_metric_learning import reducers reducer_fn = reducers.AvgNonZeroReducer(collect_stats=True) loss_fn = losses.TripletMarginLoss(margin=self.margin, swap=True, ...
closed
2022-11-29T07:30:08Z
2023-06-27T01:47:04Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/556
[ "question" ]
where2go947
4
CorentinJ/Real-Time-Voice-Cloning
python
548
Encoder training does not use GPU
Hi, I have a TITAN RTX and Cuda 10.2 installed correctly on my system. Nevertheless, the encoder training happens on CPU. Is there a way to make it use the GPU? I could not find any option.
closed
2020-10-06T20:09:24Z
2020-10-07T22:58:38Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/548
[]
padmalcom
3
twopirllc/pandas-ta
pandas
468
Email: A brief description or full name of each strategy
## A brief description or full name of each strategy I am not quite certain what this question is asking. However... If it is regarding indicator and methods descriptions, then there are two simple ways to access this information. * [Help](https://github.com/twopirllc/pandas-ta#help) * View the open [source](...
closed
2022-01-22T17:25:21Z
2022-01-27T20:25:53Z
https://github.com/twopirllc/pandas-ta/issues/468
[ "info" ]
twopirllc
0
httpie/cli
rest-api
1,530
werkzeug compatibility
There no longer appears to be an issue with werkzeug 2.1.0 as no test failures are produced using 2.2.3. Allowing up to the latest release (2.3.7) of werkzeug would be preferable but that produces test failures. I do not know which project the test failures should be addressed. [Test results](https://gist.github....
open
2023-09-10T19:05:41Z
2024-05-18T05:31:40Z
https://github.com/httpie/cli/issues/1530
[ "testing" ]
loqs
0
hbldh/bleak
asyncio
887
HCI is powering off after few seconds of BLE scanning
* bleak version: 0.14.3 * Python version: 3.9.2 * Operating System: Debian GNU/Linux 11 (bullseye) 5.10.0-16-amd64 * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.64 ### Description I'm trying to run Theengs gateway on my NAS but it hangs randomly after few seconds. After restarting Theengs it's work...
open
2022-07-14T09:33:27Z
2024-10-04T12:56:08Z
https://github.com/hbldh/bleak/issues/887
[ "3rd party issue", "Backend: BlueZ" ]
LukaszBrzyszkiewicz
5
ageitgey/face_recognition
machine-learning
1,563
Face Recognition not installing on raspberry pi 3
* face_recognition version: 1.2.3, 1.3.0 * Python version: 3.11 * Operating System: Raspbian os, Debian based ### Description I am trying to install face-recognition on raspberry pi 3 for my project. ### Error ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have update...
open
2024-04-27T14:15:07Z
2024-09-11T21:31:47Z
https://github.com/ageitgey/face_recognition/issues/1563
[]
abdullahabid04
1
blockchain-etl/bitcoin-etl
dash
3
Support for Litecoin
Confirm support for Litecoin
closed
2018-12-03T06:33:21Z
2018-12-28T07:02:05Z
https://github.com/blockchain-etl/bitcoin-etl/issues/3
[]
samparsky
5
kynan/nbstripout
jupyter
17
ENH: Provide way of marking cells to keep output.
In many of my notebooks I have an initialization cell who's output provides important formatting information (such as MathJaX macro definitions). It would be nice to be able to somehow signal `nbstripout` to keep certain cells. This should probably use some sort of [cell metadata](https://github.com/ipython/ipython/w...
closed
2016-03-01T19:21:55Z
2017-01-25T21:58:09Z
https://github.com/kynan/nbstripout/issues/17
[ "type:enhancement", "resolution:fixed" ]
mforbes
4
strawberry-graphql/strawberry
fastapi
3,036
Going from 0.203.1 -> 0.203.3 will break PaginationWindow
## Describe the Bug Updating from 0.203.1 to 0.203.3 is breaking [PaginationWindow](https://strawberry.rocks/docs/guides/pagination/offset-based) from the guide. Everything works fine on 0.203.1. PaginationWindow classes will disappear from auto-generated doc All Schema Types section. Requests will result in...
closed
2023-08-14T18:35:23Z
2025-03-20T15:56:20Z
https://github.com/strawberry-graphql/strawberry/issues/3036
[ "bug" ]
Zorking
13
dmlc/gluon-nlp
numpy
1,465
Incorrect link to the mentioned book in the README.rst file
## Description The link to the mentioned book seem to be incorrect at the end of the file https://github.com/dmlc/gluon-nlp/blob/v0.10.x/README.rst Should probably be https://d2l.ai/d2l-en.pdf but is http://en.diveintodeeplearning.org/
closed
2021-01-05T20:40:42Z
2021-01-18T17:16:23Z
https://github.com/dmlc/gluon-nlp/issues/1465
[ "bug" ]
realBjornRoden
2
pyg-team/pytorch_geometric
pytorch
9,169
Add typing_extensions support for python 3.7
### 🚀 The feature, motivation and pitch Please Add typing_extensions support for python version 3.7 - Traceback (most recent call last): File "torchbeast/monobeast.py", line 19, in <module> from agent.geometric.gnnagent import GNNAgent File "/home/pdx/Desktop/GTG/agent/geometric/gnnagent.py", line 4, in <...
open
2024-04-08T20:32:38Z
2024-04-10T21:45:59Z
https://github.com/pyg-team/pytorch_geometric/issues/9169
[ "feature" ]
pdx97
1
onnx/onnx
pytorch
5,842
Shape Inference Error of DepthwiseConv2D
## Issue Description I have an ONNX model converted by `tf2onnx`. When I use `onnx.shape_inference.infer_shapes(original_model)`, I encounter the following error: ``` onnx.onnx_cpp2py_export.shape_inference.InferenceError: [ShapeInferenceError] (op_type:Transpose, node name: dscnn_5/depthwise_conv2d_1/depthwis...
closed
2024-01-04T13:13:55Z
2025-01-26T06:42:47Z
https://github.com/onnx/onnx/issues/5842
[ "topic: converters", "module: shape inference", "stale" ]
Azulita0317
1
litestar-org/litestar
pydantic
3,041
Bug: uvicorn>=0.26 introduces a breaking change with --root-path and path parameter
### Description Once Uvicorn is upgraded to v0.26 or beyond, any `path` parameters type gets the value of --root-path prepended to them. ### URL to code causing the issue _No response_ ### MCVE ```python from pathlib import Path from litestar import Litestar from litestar.handlers import get @get(path=["/",...
closed
2024-01-28T17:58:06Z
2025-03-20T15:54:22Z
https://github.com/litestar-org/litestar/issues/3041
[ "Bug :bug:", "High Priority" ]
smithk86
3
python-restx/flask-restx
flask
221
How can I fix swagger.json request blocked due to CORS with docker-compose/gunicorn/nginx stack?
I am trying to deploy a Flask REST app with Flask-RestX autogenerating Swagger UI for it. The development versions work fine on localhost, but I think something about the reverse proxy is throwing it. I am getting the following error message when I try to access the Swagger API page in the docker-compose/gunicorn/ng...
closed
2020-09-08T17:14:18Z
2020-09-09T09:09:49Z
https://github.com/python-restx/flask-restx/issues/221
[ "question" ]
steg87
1
blacklanternsecurity/bbot
automation
1,664
Support Usernames as Targets
In preparation for the HUMINT modules, and to make life easier for @ef1500, we should support targeting usernames like so: ```bash bbot -t USERNAME:ef1500 ```
closed
2024-08-16T12:29:24Z
2024-08-16T13:49:44Z
https://github.com/blacklanternsecurity/bbot/issues/1664
[ "enhancement" ]
TheTechromancer
1
pallets/flask
python
5,319
Auto-redirects breaks the connection
If you send a multi-part body request to the incorrect URL(when you forget a "/" at the end of URL eg), you will get redirected automatically. And it breaks the connection with uwsgi. I believe because it does not read the whole request body and it is required by uwsgi that the application needs to read the reques...
closed
2023-11-03T14:23:55Z
2023-11-18T00:05:51Z
https://github.com/pallets/flask/issues/5319
[]
hbusul
4
ultralytics/yolov5
pytorch
12,848
Yolov5 Bug in Raspi
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug I was trying to run the Yolov5 in raspi5, when i use the weight yolov5s.pt it does work, but when i use the best.pt it does g...
closed
2024-03-25T09:17:42Z
2024-05-19T19:12:06Z
https://github.com/ultralytics/yolov5/issues/12848
[ "bug", "Stale" ]
Jinairu
2
Evil0ctal/Douyin_TikTok_Download_API
api
32
为什么PC端打开页面正常 微信里打开显示Powered by pywebio
哪里设置的不对呢
closed
2022-05-28T16:20:09Z
2022-06-23T23:01:38Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/32
[]
xbzu
1
allenai/allennlp
data-science
5,261
Which is best pretrained model now in AllenNlp to use for Semantic search engine?
**Which is best pretrained model now in AllenNlp to use for Semantic search engine?** I have one pretrained model, but it's built in 2017. I think by this time we will have so many new pretrained models. `predictor = Predictor.from_path("https://s3-us-west-2.amazonaws.com/allennlp/models/bidaf-model-2017.09.15-ch...
closed
2021-06-15T06:31:45Z
2021-06-29T16:14:28Z
https://github.com/allenai/allennlp/issues/5261
[ "question", "stale" ]
nithinreddyy
3
jupyter/nbviewer
jupyter
463
Allow startup flags from docker container
We'd like to be able to deploy using the dockerfile, but it doesn't look like there's a way to include startup flags doing it this way. In our case we want to add "--no-cache" to the running nbviewer.
closed
2015-06-04T17:35:47Z
2015-06-04T21:49:40Z
https://github.com/jupyter/nbviewer/issues/463
[]
paul-english
3
mars-project/mars
scikit-learn
3,122
[BUG] Mars client can't fetch large data
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** Mars client can't fetch large data, otherwise tornado will throw `Content-Length too long` exception **To Reproduce** To help us reproducin...
open
2022-06-07T12:46:23Z
2022-06-07T12:46:23Z
https://github.com/mars-project/mars/issues/3122
[]
chaokunyang
0
daleroberts/itermplot
matplotlib
48
Problem with animations in matplotlib >= 3.3
First of all thanks for this awesome library. I really like being able to plot matplot graphs in iterm. It's also great to be able to draw animations although I am experiencing some issues when trying to do so. This is my current Pipfile ``` [[source]] name = "pypi" url = "https://pypi.org/simple" verify_s...
open
2021-07-13T07:04:35Z
2021-07-13T07:04:35Z
https://github.com/daleroberts/itermplot/issues/48
[]
txominpelu
0
jschneier/django-storages
django
1,354
subdomain url dosent work with ftp method
i use django-storages for upload my file to download host domain. the file uploaded correctly but the url of file in template is not coorect. my MEDIA_ROOT and MEDIA_URL is like this: MEDIA_URL = 'dl.example.com/' MEDIA_ROOT = 'dl.example.com' my main domain is www.example.com and my download domain is dl.exa...
closed
2024-02-16T11:52:05Z
2024-04-22T03:20:51Z
https://github.com/jschneier/django-storages/issues/1354
[]
hadibeiki
1
strawberry-graphql/strawberry-django
graphql
27
contributing
can you create an slake or something to we have connection to contribute in this project
closed
2021-05-01T23:17:05Z
2021-05-03T12:42:46Z
https://github.com/strawberry-graphql/strawberry-django/issues/27
[]
yaserrahimi
1
freqtrade/freqtrade
python
11,338
Blacklist CoinGecko categories
<!-- Note: this section will not show up in the issue. Have you search for this feature before requesting it? It's highly likely that a similar request was already filed. --> ## Describe your environment (if applicable) * Operating system: Windows Server 2025 with Docker Desktop (WSL Ubuntu) * Python Version: __...
closed
2025-02-05T18:52:16Z
2025-02-07T20:46:46Z
https://github.com/freqtrade/freqtrade/issues/11338
[ "Question" ]
myNextCoder
5
plotly/plotly.py
plotly
4,673
add "out of visible range" arrow for box plots
We would like to request an option to enable "out of visible range" arrows for boxplots. See below screenshot for an example: ![image](https://github.com/user-attachments/assets/f23b9379-c540-4696-bb1a-1c620ad0e03a) The intention is to show the reader that the range was intentionally chosen to focus on the middle qua...
open
2024-07-17T15:02:50Z
2024-08-13T13:24:43Z
https://github.com/plotly/plotly.py/issues/4673
[ "feature", "P3", "cs" ]
gvwilson
1
fastapi/sqlmodel
pydantic
343
How to translate query lookup string into a SQLModel object?
### 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...
open
2022-05-17T14:38:42Z
2022-05-17T14:38:42Z
https://github.com/fastapi/sqlmodel/issues/343
[ "question" ]
perfecto25
0
huggingface/datasets
numpy
6,906
irc_disentangle - Issue with splitting data
### Describe the bug I am trying to access your database through python using "datasets.load_dataset("irc_disentangle")" and I am getting this error message: ValueError: Instruction "train" corresponds to no data! ### Steps to reproduce the bug import datasets ds = datasets.load_dataset('irc_disentangle') ds #...
closed
2024-05-17T23:19:37Z
2024-07-16T00:21:56Z
https://github.com/huggingface/datasets/issues/6906
[]
eor51355
6
fastapi/fastapi
pydantic
12,240
Regression between 0.113.0 and 0.114.0: OAuth2PasswordRequestForm used to accept grant_type=""
### Discussed in https://github.com/fastapi/fastapi/discussions/12182 <div type='discussions-op-text'> <sup>Originally posted by **rbubley** September 10, 2024</sup> ### First Check - [X] I added a very descriptive title here. - [X] I used the GitHub search to find a similar question and didn't find it. - [...
open
2024-09-20T19:42:01Z
2024-10-25T12:15:22Z
https://github.com/fastapi/fastapi/issues/12240
[ "question" ]
Kludex
3
robinhood/faust
asyncio
209
[question] - agent, worker and concurrency
Hi I'm new to this library and after exploring with some examples , I have some questions about it 1. is there a way to dynamic set `concurrency` of agent, so I don't need to modify the code and restart worker to scale in a single worker 2. are all agents (multiple functions) run on a single event loop in a worker?...
closed
2018-11-08T03:46:47Z
2020-12-09T02:15:21Z
https://github.com/robinhood/faust/issues/209
[]
DeoLeung
3
hootnot/oanda-api-v20
rest-api
7
status 200 instead of an error when non-existant orderID is used to replace an order
The v3 API seems to return status 200 instead of 201 (specs) when a non-existant orderID is used on: /v3/accounts/{accountID}/orders/{orderID} Example: this error is raised when 9999 is used because it returns 200 instead of the expected 201 ValueError: v3/accounts/101-004-1435156-001/orders/9999 PUT 200
closed
2016-10-11T21:47:12Z
2016-10-11T22:03:26Z
https://github.com/hootnot/oanda-api-v20/issues/7
[]
hootnot
1
python-gitlab/python-gitlab
api
2,506
Group import fails when parent_id is passed as int
## Description of the problem, including code/CLI snippet Testing group export/import between different Gitlab instances. Used to the path of the group working as the group id, I tried the following: ```python gl.groups.import_group(buffer, path='group_slug', name='Group name', parent_id='path/to/parent') ``` ...
closed
2023-03-04T20:14:23Z
2024-03-18T01:12:59Z
https://github.com/python-gitlab/python-gitlab/issues/2506
[ "bug" ]
vlizanae
3
robotframework/robotframework
automation
4,686
Change default `FOR IN ZIP` mode from `SHORTEST` to `STRICT`
RF 6.1 made it possible to configure what to do if lengths of lists iterated using `FOR IN ZIP` are different (#4682). The old default behavior to silently ignore items in longer lists (i.e. `SHORTEST` mode) was preserved, but the plan is to deprecate it in RF 7.0 (#4685). In RF 8 we can then change the default so that...
open
2023-03-13T23:45:29Z
2023-08-28T08:59:57Z
https://github.com/robotframework/robotframework/issues/4686
[ "enhancement", "priority: medium", "backwards incompatible", "effort: small" ]
pekkaklarck
0
FactoryBoy/factory_boy
django
180
Unformatted PyPI page
This is what a user sees on https://pypi.python.org/pypi/factory_boy: ![ekrano nuotrauka is 2015-01-13 16 19 45](https://cloud.githubusercontent.com/assets/159967/5721925/08659748-9b40-11e4-9c47-98db31a28a7d.png) `restview --pypi-strict README.rst` suggests that the problem is > README.rst:253: (ERROR/3) Unknown inte...
closed
2015-01-13T14:27:26Z
2015-02-18T21:06:07Z
https://github.com/FactoryBoy/factory_boy/issues/180
[]
mgedmin
0
PokeAPI/pokeapi
api
1,043
move effect prose 1 and 104 are the same
Move Effect Prose 1 and 104 are the same, 104 was probably used when moves had priority, as moves with effect prose 1 have a 0 in priority, and with 104 have priority, but the specific effect of "Has priority" has been removed somewhen prior in veekun/pokedex
open
2024-02-15T09:25:46Z
2024-02-21T20:32:30Z
https://github.com/PokeAPI/pokeapi/issues/1043
[]
GreatNovaDragon
3
ultralytics/ultralytics
deep-learning
18,833
How to Further Classify Detected Vehicles (e.g., Red Cars vs. Blue Cars) in an Existing Object Detection Model?
### 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 Hi everyone, I currently have an object detection model that can identify v...
open
2025-01-23T01:29:04Z
2025-01-23T07:29:06Z
https://github.com/ultralytics/ultralytics/issues/18833
[ "question", "classify" ]
WindFreeFoliage
2
dpgaspar/Flask-AppBuilder
rest-api
2,109
appfor_none
v
closed
2023-08-27T10:33:53Z
2023-08-27T10:36:54Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/2109
[]
bro4gether2
0
aminalaee/sqladmin
asyncio
608
Bulk delete shows no confirmation prompt
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug When deleting an item one by one, a popup asking for confirmation is shown. This is not the case with bulk delete, where the action is performed i...
closed
2023-09-04T09:46:29Z
2023-09-07T08:23:40Z
https://github.com/aminalaee/sqladmin/issues/608
[]
sorix6
2
plotly/dash
dash
3,097
dcc.Loading is not accessible by DOM in Dash 2.18.2
## Description The `dcc.Loading` component's children and elements within `custom_spinner` are not accessible via `document.getElementById` in clientside callbacks when using Dash 2.18.2. This prevents direct DOM manipulation within these elements. ## Steps to Reproduce The following minimal example demonstrates th...
open
2024-11-29T16:18:29Z
2024-12-10T06:23:55Z
https://github.com/plotly/dash/issues/3097
[ "feature", "P3" ]
Kissabi
2
httpie/cli
rest-api
675
Support sending ajax request
Support sending ajax request, for example ``` http --ajax http://localhost:5460/foo ``` The above command shall send a GET request to `http://localhost:5460/foo` with `X-Requested-With` header set to `XMLHttpRequest`
closed
2018-04-30T01:24:19Z
2022-04-08T12:12:18Z
https://github.com/httpie/cli/issues/675
[]
greenlaw110
3
jazzband/django-oauth-toolkit
django
663
OneToOneField causes duplicate NULL key errors
Line [L262](https://github.com/jazzband/django-oauth-toolkit/blob/5b51da74019046ef4c8c81c9975db029a2113d52/oauth2_provider/models.py#L262) appears to be causing us some bugs. Having a `source_refresh_token` on the `AccessToken` as a `OneToOneField` seems to cause duplicate NULL key errors. Why isn't this a `ForeignKey`...
closed
2018-11-07T20:50:48Z
2020-07-14T17:05:00Z
https://github.com/jazzband/django-oauth-toolkit/issues/663
[ "bug" ]
lcary
12
proplot-dev/proplot
data-visualization
460
bug: wrong xticklabels with log scale dualx
### Description `dualx` seems to have an issue handling log scale axis. ### Steps to reproduce ```python import numpy as np import proplot as pplt x = np.logspace(-1, 1, 100) fig, ax = pplt.subplots() ax.semilogx(x, np.sin(x)) ax.dualx(lambda x: 1/x) ``` The top tick labels are a mess. ![output](h...
open
2024-07-31T20:35:19Z
2024-08-16T09:23:25Z
https://github.com/proplot-dev/proplot/issues/460
[]
kinyatoride
2
plotly/dash
dash
2,558
Allow broadcasting single value over props matched in ALL wildcard
Thanks so much for your interest in Dash! Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation questions. When in doubt, please feel free to just post the issue h...
open
2023-06-05T11:42:14Z
2024-08-13T19:34:05Z
https://github.com/plotly/dash/issues/2558
[ "feature", "P3" ]
tlauli
0
holoviz/panel
jupyter
7,338
No query_params, session_args or FastAPI Query Params
panel==1.5.1, bokeh-fastapi==0.1.0 ## No pn.state.location.query_params In https://discourse.holoviz.org/t/how-to-access-query-params-when-running-panel-using-fastapi/8240 Makalai reports that `pn.state.location.query_params` is always empty when following https://panel.holoviz.org/how_to/integrations/FastAPI.htm...
open
2024-09-28T17:51:07Z
2025-01-20T19:18:28Z
https://github.com/holoviz/panel/issues/7338
[]
MarcSkovMadsen
4
sherlock-project/sherlock
python
2,195
Dockerfile reliant upon requirements.txt and local build
Update Dockerfile to build properly with new backend, or pull from PyPI with pip rather than pulling and building from GitHub
closed
2024-06-26T02:28:31Z
2024-07-08T09:41:24Z
https://github.com/sherlock-project/sherlock/issues/2195
[ "bug" ]
ppfeister
4
fastapi/sqlmodel
pydantic
156
How can I change the string column type to Unicode?
### 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...
closed
2021-11-16T01:27:20Z
2023-10-29T08:13:23Z
https://github.com/fastapi/sqlmodel/issues/156
[ "question" ]
phi-friday
5
google-research/bert
nlp
1,287
tokenizer.word_index.items() with bert
what is the equivalent for `tokenizer.word_index.items() `to bert as i got `AttributeError: 'BertTokenizer' object has no attribute 'word_index'`
open
2021-12-28T05:35:23Z
2021-12-28T05:35:23Z
https://github.com/google-research/bert/issues/1287
[]
ersamo
0
onnx/onnx
machine-learning
6,552
Make InstanceNormalization weights and bias optional
https://onnx.ai/onnx/operators/onnx__InstanceNormalization.html When scale and bias is 1 and 0, they can be optional and optimized away. We can also make it consistent for - InstanceNormalization - BatchNormalization - GroupNormalization - LayerNormalization
open
2024-11-23T18:13:17Z
2025-03-10T10:48:52Z
https://github.com/onnx/onnx/issues/6552
[ "topic: operator", "contributions welcome" ]
justinchuby
2
numpy/numpy
numpy
27,888
pip install requests beautifulsoup4 pandas
< spam or offtopic >
closed
2024-12-02T21:17:41Z
2024-12-02T21:50:07Z
https://github.com/numpy/numpy/issues/27888
[ "00 - Bug" ]
Shadosy111
0
FactoryBoy/factory_boy
sqlalchemy
288
Releasing 2.7: are we ready?
I'm thinking of releasing 2.7 soon (by the end of the week, basically). This includes: - `LazyFunction` - `Traits` - Remove Python2.6 support (fitting with the release version :P) @jeffwidman do you think you're ready? Or do you think we need more docs on one of those topics?
closed
2016-04-06T22:14:01Z
2016-04-19T20:55:46Z
https://github.com/FactoryBoy/factory_boy/issues/288
[]
rbarrois
3
miguelgrinberg/Flask-SocketIO
flask
1,772
Flask REST and Flask Socket io
i tried to emit the response via sockets when there is request in api calls. I have multiprocessed the app and sockets in different ports. i am using postman to check the response . i am able to get response in postman when the socketio.on connect works...but under route the emit is not reflected to the postman..i don'...
closed
2022-01-19T09:29:42Z
2022-01-19T09:50:10Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1772
[]
sree9578
0
jupyter-book/jupyter-book
jupyter
1,991
widgets not rendering on jupyter-book website (seemingly broken)
### Describe the bug The widget demo on the jupyter-book [ipywidgets page](https://jupyterbook.org/en/stable/interactive/interactive.html#ipywidgets) doesn't seem to be working. I also copied the code, ``` import ipywidgets as widgets widgets.IntSlider( value=7, min=0, max=10, step=1, des...
open
2023-04-07T00:57:47Z
2024-07-25T13:55:03Z
https://github.com/jupyter-book/jupyter-book/issues/1991
[ "bug" ]
meldefon
11
marcomusy/vedo
numpy
1,152
Running vedo in a Docker container not working.
I tried running the dockerfile as suggested in [documentation](https://vedo.embl.es/docs/vedo.html#running-in-a-docker-container). But I am encountering this below error ``` (tev-base) ➜ docker git:(main) ✗ docker build -t vedo-test-local . [+] Building 395.3s (7/10) ...
closed
2024-07-02T17:02:53Z
2024-07-05T15:42:34Z
https://github.com/marcomusy/vedo/issues/1152
[]
ivishalanand
2
vprusso/youtube_tutorials
web-scraping
11
TypeError: __init__() missing 2 required positional arguments: 'fetched_tweets_filename' and 'hash_tag_list'
twitter_streamer = TwitterStreamer() twitter_streamer.stream_tweets(fetched_tweets_filename, hash_tag_list) Hello Sir, Looks you are calling TwitterStreamer() class and stream_tweets function of same class But, fetched_tweets_filename and hash_tag_list are getting initialized in class StdOutListener(St...
closed
2020-01-12T02:37:46Z
2020-01-12T04:00:31Z
https://github.com/vprusso/youtube_tutorials/issues/11
[]
Sumanshu-Nankana
1
widgetti/solara
jupyter
427
How to automatically change chart on page after source data changed
I am a newcomer. How can I automatically update the page chart when the data source changes while using Altair charts, without relying on triggering components like buttons?" case1: i have a pd.datafrme and show bar chart and line chart on page. And how to do it? I not found on chart department have this funtion : on...
open
2023-12-18T09:48:15Z
2023-12-18T09:48:15Z
https://github.com/widgetti/solara/issues/427
[]
by0717
0
tox-dev/tox
automation
2,855
tox > 3.2.8 fails with tox.env not found on Ubuntu
## Issue ``` $ pip3 install "tox==4.2.8" $ tox [deleted] from tox.venv import cleanup_for_venv ModuleNotFoundError: No module named 'tox.venv' $ python3 Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tox...
closed
2023-01-12T15:47:26Z
2023-01-12T16:49:50Z
https://github.com/tox-dev/tox/issues/2855
[]
oharboe
5
mljar/mercury
data-visualization
328
Mercury not working in Huggingface
It appears that Mercury is not working in Hugging Face. The worker and websocket are appearing as "disconnected' and 'unknown'. This is both happening for my own site, but appears to be happening on the example pages provided in the documentation as well.
open
2023-06-27T08:48:51Z
2024-04-08T12:45:20Z
https://github.com/mljar/mercury/issues/328
[ "bug", "deployment" ]
stametsm
15
plotly/jupyter-dash
jupyter
39
AWS SageMaker
Has anyone been able to get Dash working in an AWS SageMaker Jupyter notebook or or lab environment? I've been unsuccessful with all three modes of `inline`, `external`, `jupyterlab`. To access a basic Flask app, the web address in SageMaker is `...aws/proxy/<port>/` which I think may be causing a compatibility i...
open
2020-10-06T17:16:06Z
2023-08-29T21:18:42Z
https://github.com/plotly/jupyter-dash/issues/39
[]
austinmw
15
kymatio/kymatio
numpy
838
`precompute_size_scattering` should always return a tuple (`detail=False`)
Came up in conversation with @MuawizChaudhary The `detail` kwarg in `precompute_size_scattering` isn't really justified: * it is `True` by default * it creates type instability (`int` or `tuple`) * getting the `False` version is trivial: it suffices to call `sum` on the output * our object-oriented method `self...
closed
2022-06-05T16:31:48Z
2022-06-18T17:51:12Z
https://github.com/kymatio/kymatio/issues/838
[ "1D" ]
lostanlen
12
youfou/wxpy
api
335
这个项目没人维护了吗? itchat一直在更新,这个项目都一年多没人更新了.
目前遇到的问题是大量漏接消息
open
2018-09-06T03:04:07Z
2018-09-07T01:09:03Z
https://github.com/youfou/wxpy/issues/335
[]
36304099
1