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
polarsource/polar
fastapi
4,353
No webhook timeout duration information in the docs.
### Description I can't find any information about the webhook timeout duration from the documentation. ### Current Behavior No info regarding webhook timeout duration. ### Expected Behavior Maybe we could consider adding the timeout duration information in the docs. ### Screenshots Only information is abo...
closed
2024-11-01T07:01:53Z
2024-11-01T08:13:50Z
https://github.com/polarsource/polar/issues/4353
[ "bug" ]
reynaldichernando
1
matplotlib/matplotlib
data-visualization
28,929
[MNT]: Clarify whether the values of an AxesImage are known as "data" or as "array"
### Summary The docstring of `AxesImage.set_array` says "Retained for backwards compatibility - use set_data instead.", but on the getter side, only `get_array` (inherited from ScalarMappable) exists -- `get_data` doesn't even exist. ### Proposed fix Be consistent as to which name, "data" or "array", is used. I sus...
open
2024-10-03T09:36:23Z
2024-10-14T09:10:16Z
https://github.com/matplotlib/matplotlib/issues/28929
[ "API: consistency", "Maintenance" ]
anntzer
13
xonsh/xonsh
data-science
4,911
`xonfig tutorial` runs nothing
`xonfig tutorial` runs nothing. ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
closed
2022-08-04T16:13:01Z
2022-08-04T18:06:56Z
https://github.com/xonsh/xonsh/issues/4911
[ "xonfig", "windows-wsl", "xonfig-tutorial" ]
anki-code
1
pytest-dev/pytest-cov
pytest
520
Race condition in pytest-dev hangs coverage 6.3
See https://github.com/nedbat/coveragepy/issues/1310 . Removing pytest-cov solves the problem. What is pytest-cov doing that causes this problem?
open
2022-01-30T02:39:27Z
2022-01-30T13:25:50Z
https://github.com/pytest-dev/pytest-cov/issues/520
[]
nedbat
3
graphql-python/graphene
graphql
953
Native schema stitching
Hi Can anyone provide an example code how to do schema stitching in python using graphene? Thanks
closed
2019-04-26T11:50:18Z
2019-10-03T20:47:11Z
https://github.com/graphql-python/graphene/issues/953
[ "✨ enhancement", "wontfix" ]
arindam04
20
DistrictDataLabs/yellowbrick
scikit-learn
1,272
Update Validation Curve Docs
**Describe the issue** We updated the Validation curve so that you can change the marker style. #1258 Now, we need to update the Validation curve documentation to state this new capability. <!-- If you have a question, note that you can email us via our listserve: https://groups.google.com/forum/#!forum/...
open
2022-08-07T22:24:08Z
2022-08-07T22:24:08Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1272
[ "type: documentation" ]
lwgray
0
explosion/spaCy
machine-learning
13,625
Cannot install spaCy 3.8 in python3.8 environment
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour On a clean environment with python 3.8 and pip, try pip install spaCy==3.8 ## Your Environment <!-- Include details of your environment. You can also type `python -m spacy info --markdown`...
open
2024-09-12T23:06:39Z
2024-10-25T04:20:08Z
https://github.com/explosion/spaCy/issues/13625
[ "deprecated", "resolved" ]
jianlins
6
polakowo/vectorbt
data-visualization
555
Error in flex_simulate_nb function and Documentation
https://vectorbt.dev/api/portfolio/nb/#vectorbt.portfolio.nb.flex_simulate_nb from vectorbt.portfolio.nb import ( get_col_elem_nb, order_nb, order_nothing_nb, flex_simulate_nb, flex_simulate_row_wise_nb, sort_call_seq_out_nb, ) this is missing build_call_seq also when i added it ...
closed
2023-01-27T19:16:48Z
2023-11-23T12:56:23Z
https://github.com/polakowo/vectorbt/issues/555
[]
quantfreedom
3
tensorflow/tensor2tensor
machine-learning
1,210
Shuffle buffer causes OOM error on CPU (1.10.0)
I noticed that with 1.10.0 a shuffle buffer get build up before training: ``` 2018-11-09 11:48:04.525172: I tensorflow/core/kernels/data/shuffle_dataset_op.cc:97] Filling up shuffle buffer (this may take a while): 391 of 512 2018-11-09 11:48:14.233178: I tensorflow/core/kernels/data/shuffle_dataset_op.cc:97] Filli...
closed
2018-11-09T10:57:18Z
2019-02-13T09:00:03Z
https://github.com/tensorflow/tensor2tensor/issues/1210
[]
stefan-falk
7
strawberry-graphql/strawberry
django
3,517
default_factory doesn't work
Hi! I use default_factory to initialize my variable, but variable always returns the same result. It seems like default_factory doesn't work and it returns always the same result of function. Here is example to reproduce: https://play.strawberry.rocks/?gist=a7a5e62ffe4e68696b44456398d11104
open
2024-05-27T15:13:17Z
2025-03-20T15:56:45Z
https://github.com/strawberry-graphql/strawberry/issues/3517
[ "bug" ]
ShtykovaAA
11
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
183
cannot import name 'engines' from 'clickhouse_sqlalchemy'
using pyinstaller to pack project code, after packing, start the package, raise error: cannot import name 'engines' from 'clickhouse_sqlalchemy' extra clue is now we use gcc 10.3.0, then occur this issue. before we use gcc 4.8.5 without this issue. want to ask, is this issue related with gcc version?
closed
2022-06-28T08:58:28Z
2022-11-29T17:29:09Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/183
[]
flyly0755
0
jupyterlab/jupyter-ai
jupyter
1,083
Config UI should allow saving when API key is passed via an environment variable
## Description I'm trying to use OpenAI GPT4 and struggle a bit with configuration. I'm using openai and have an environment variable configured. Hence, I do not need to configure my API key in Jupyter AI. It should work without. ## Reproduce The configuration dialog says the API key is optional, but there is ...
open
2024-11-02T16:07:06Z
2024-11-02T23:03:19Z
https://github.com/jupyterlab/jupyter-ai/issues/1083
[ "bug" ]
haesleinhuepf
2
plotly/dash
data-visualization
2,818
[BUG] Dash Testing: `wait_for_text_to_equal` may incorrectly succeed when used with text `"None"`
**Describe your context** - replace the result of `pip list | grep dash` below ``` dash 2.16.1 dash-core-components 2.0.0 dash-dangerously-set-inner-html 0.0.2 dash-flow-example 0.0.5 dash-html-components 2.0.0 dash-table ...
closed
2024-03-27T19:22:12Z
2024-04-19T16:32:10Z
https://github.com/plotly/dash/issues/2818
[]
emilykl
1
skypilot-org/skypilot
data-science
4,757
[AWS] Fail to detect cuda using H100 and default image
A user reported that CUDA is fail to be detected by torch using `p5.48xlarge` and our default AMI, but it works with official ubuntu pytorch deep learning AMI.
open
2025-02-19T17:29:15Z
2025-02-19T17:48:45Z
https://github.com/skypilot-org/skypilot/issues/4757
[ "triage" ]
Michaelvll
0
miguelgrinberg/Flask-SocketIO
flask
745
cannot run socketio on ubuntu 16.04
Hi @miguelgrinberg , i am trying to set up a socket server in a ubuntu 16.04 completly new, i am following this tutorial: https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-16-04 But i can't make that work, i already try every configuration that i f...
closed
2018-07-20T03:36:01Z
2018-09-29T09:39:18Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/745
[ "question" ]
nexthor
1
qubvel-org/segmentation_models.pytorch
computer-vision
1,076
Xception is unavailable
When Deeplabv3+ uses Xception as the encoder, the following problem occurs. ![Image](https://github.com/user-attachments/assets/c348d924-71b6-4553-a164-54ecfa118407)
open
2025-02-24T05:56:33Z
2025-03-05T09:42:43Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/1076
[]
QingXiaoYan
1
cchen156/Learning-to-See-in-the-Dark
tensorflow
75
how to test the model on my own dataset
open
2019-04-03T08:16:41Z
2020-10-02T14:19:30Z
https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/75
[]
AksChunara
29
databricks/spark-sklearn
scikit-learn
47
Question about further support
Hi, I am looking for road map information on this project. In specific I am looking for, if there is any work going on/plans for support of using the model generated from scikit in Spark pipelineModel and also any plans on support of other ML Algorithms like Decision Tress, K-means etc. Could anyone shed some lig...
closed
2016-11-16T09:56:53Z
2018-12-08T12:18:52Z
https://github.com/databricks/spark-sklearn/issues/47
[]
praveend
1
torchbox/wagtail-grapple
graphql
81
Update for Preview documentation
I am currently working on setting up my first project with Wagtail as the CMS and a Gatsby frontend and got quite confused when I was trying to the preview to work. In my setup I closely followed the instructions in the docs and added all the settings for the subscriptions with `channels`. This unfortunately did no...
open
2020-07-20T06:40:05Z
2020-10-06T07:28:58Z
https://github.com/torchbox/wagtail-grapple/issues/81
[ "documentation" ]
tbrlpld
2
CorentinJ/Real-Time-Voice-Cloning
deep-learning
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
jwkvam/bowtie
plotly
237
add helpful messages for yarn and node
- [ ] determine minimum yarn version - [x] determine minimum node version - [x] raise helpful message when building if yarn or node are missing or out of date
open
2018-09-19T19:07:12Z
2018-10-13T05:44:23Z
https://github.com/jwkvam/bowtie/issues/237
[ "user experience" ]
jwkvam
0
tflearn/tflearn
tensorflow
1,105
how to get the output of any specific layer
I am trying to get the output of a fully-connected layer, but i can't find any api I can use. can anyone help me? thank u
closed
2018-12-16T03:42:47Z
2019-01-07T14:55:03Z
https://github.com/tflearn/tflearn/issues/1105
[]
WuChannn
2
ploomber/ploomber
jupyter
895
`_suggest_command` does not work for some examples
See https://github.com/ploomber/ploomber/pull/825#issuecomment-1171692773 `_suggest_command` returns `None` for the input `grid` but we expect `cookbook/grid`. There may be some other cases that do not work as well.
closed
2022-07-06T19:40:55Z
2022-09-02T22:56:15Z
https://github.com/ploomber/ploomber/issues/895
[]
94rain
1
graphistry/pygraphistry
pandas
295
[FEA] Control the nodes and relationship properties displayed in the graphistry graphs
Request to include a function which filters all properties of a node or a relationship, where we just mention the property name and only those mentioned in the function are displayed when the graphs are shown. ![image](https://user-images.githubusercontent.com/67472516/147470685-25b88420-3c53-4bdf-bbbd-a58029eaf536....
open
2021-12-27T12:14:31Z
2021-12-27T18:24:19Z
https://github.com/graphistry/pygraphistry/issues/295
[ "enhancement" ]
Parth-Joshi-6669
1
pyjanitor-devs/pyjanitor
pandas
881
Speed up pytest
# Brief Description <!-- Please provide a brief description of what you'd like to propose. --> When I do local tests, I find there only use single core to test. That causes **so low**. To speed up we could patch some commands such as `-n`. # Example API <!-- One of the selling points of pyjanitor is the A...
closed
2021-08-18T07:09:43Z
2021-08-20T12:14:46Z
https://github.com/pyjanitor-devs/pyjanitor/issues/881
[]
Zeroto521
1
nicodv/kmodes
scikit-learn
149
.whl file for kmode algo ?
we're struggle to deploy that algorithm in secure server where there is no internet connection, so i just want to know if there is any .whl file that you have for kmode algorithm or is there any other through which we can deploy kmode algo in secure server(having no internet connectivity)
closed
2020-10-24T19:58:57Z
2021-02-13T03:44:10Z
https://github.com/nicodv/kmodes/issues/149
[ "question" ]
omairmauz
1
miguelgrinberg/flasky
flask
152
How to recreate development database at the end of ch 9?
At the end of ch9, it is mentioned that we need to recreate/update the db. How do we update it? Do I just have to open the manage.py python shell and run: `Role.insert_roles()` Do I need to explicitly assign roles to users in the shell? If so, what is the command for that? And then I run the following in the terminal:...
closed
2016-06-07T11:13:26Z
2017-03-17T19:00:42Z
https://github.com/miguelgrinberg/flasky/issues/152
[]
priyankamandikal
6
Urinx/WeixinBot
api
173
请问,如何判别某个群聊消息是属于哪个群的消息
大神好! 若robot加入了多个群聊,那么如何分辨它收到的某个群聊消息是属于哪个群的? 例如:群1有a,d,c, robot 四个人,群1有a,f,g,robot. 如 a(同时属于群1和群2) 发了一个消息, 如何robot分辨 这个消息是 在群1中还是在群2中的? 我看了API,没能找到分辨它们的方法和属性。 先谢了!
open
2017-04-01T06:45:56Z
2017-04-01T06:45:56Z
https://github.com/Urinx/WeixinBot/issues/173
[]
callmelu
0
keras-team/keras
machine-learning
20,359
How to apply a threshold filter to a layer?
Having an array like this : `input = np.array([[0.04, -0.8, -1.2, 1.3, 0.85, 0.09, -0.08, 0.2]])` I want to change all the values (of the last dimension) between -0.1 and 0.1 to zero and change the rest to 1 `filtred = [[0, 1, 1, 1, 1, 0, 0, 1]]` Using the lamnda layer is not my favor choice (I would prefer to ...
closed
2024-10-15T17:53:16Z
2024-10-27T14:33:05Z
https://github.com/keras-team/keras/issues/20359
[ "type:Bug" ]
nassimus26
4
axnsan12/drf-yasg
rest-api
304
Error in schema generator
getting this error after updating to 1.13.0 (everything was fine with 1.12.1): ``` Traceback (most recent call last): File "/lib/python3.6/site-packages/django/core/handlers/exception.py", line 35, in inner response = get_response(request) File "/lib/python3.6/site-packages/django/core/handlers/base.py",...
closed
2019-02-01T08:15:03Z
2019-02-21T23:00:15Z
https://github.com/axnsan12/drf-yasg/issues/304
[ "bug" ]
rsichnyi
8
pallets-eco/flask-sqlalchemy
sqlalchemy
1,189
__bind_key__ not working
Hello, the bind key is not working for me. Is this a bug, or a problem with my code? All data is written to `database.db`, but shold be seperated to the two databases. The `database_logging.db` was created but is empty. The relevant extract of the code. I need the declarative_base because I want to seperate th...
closed
2023-04-08T17:22:21Z
2023-04-23T01:10:28Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/1189
[]
Laserlicht
2
CatchTheTornado/text-extract-api
api
68
[feat] Change routing from ocr to extract
[ ] Change routing from ocr to extract with alias [ ] Clean main.py - move routes to submodules ``` router = APIRouter() @router.post("/extract", tags=["Extract"]) @router.post("/ocr", include_in_schema=False) (...) ```
open
2025-01-11T00:19:39Z
2025-01-19T16:55:22Z
https://github.com/CatchTheTornado/text-extract-api/issues/68
[]
choinek
0
K3D-tools/K3D-jupyter
jupyter
319
z-fighting
Is there a solution to mitigate z-fighting in k3d? I have some mesh faces very close together which leads to z-fighting in some areas Moving the camera closer to the mesh fixed the issue, but is there a way to fix it in all camera positions/angles? ![image](https://user-images.githubusercontent.com/44696797/14274...
closed
2021-11-20T22:27:42Z
2022-04-05T23:39:30Z
https://github.com/K3D-tools/K3D-jupyter/issues/319
[ "Next release" ]
esalehim
1
qubvel-org/segmentation_models.pytorch
computer-vision
673
Feature Request: Argument to set cache directory
Hi, While using your models, I found out that there is no straightforward way to store downloaded weights in a specific directory. Currently, to store weights in a specific directory, I have to download the weights separately to store in my directory and then use them by using load_state_dict function. ``` wg...
closed
2022-10-15T18:19:35Z
2022-12-23T01:59:31Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/673
[ "Stale" ]
mrFahrenhiet
2
open-mmlab/mmdetection
pytorch
12,028
How to compute custom iou threshold map from cocoapi?
How to compute custom iou threshold map from cocoapi, I want to compute map20 since my task is detect tiny object that area lower than 256 pixels
open
2024-11-05T03:04:58Z
2024-11-05T04:32:40Z
https://github.com/open-mmlab/mmdetection/issues/12028
[]
risingClouds
0
inducer/pudb
pytest
531
Incorrect display size which does not adapt in XFCE terminal
When I insert this code to the python script script.sh ``` #!/usr/bin/env python ...code... from pudb import set_trace; set_trace() ``` Then using Xfce session run through FastX2 in xfce4-terminal with bash shell in an conda environment I run `./script.sh` The pudb interface opens always so that its graphi...
closed
2022-07-19T13:31:40Z
2022-07-20T13:49:02Z
https://github.com/inducer/pudb/issues/531
[]
kulvait
7
frol/flask-restplus-server-example
rest-api
80
Removing all log handers is skipping some
There is a defect in the `Logging` class in the file `app/extensions/logging/__init__.py` where it attempts to remove existing Flask log handlers on lines `26` & `27` but it has a flaw in it's logic and only removes 1 of the 2 default log handlers. The reason is that the code is modifying the collection that it is ...
closed
2017-11-06T13:07:05Z
2017-11-07T00:52:47Z
https://github.com/frol/flask-restplus-server-example/issues/80
[]
rofrano
2
scikit-learn/scikit-learn
machine-learning
30,571
extra dependency needed for update lockfiles script
https://github.com/scikit-learn/scikit-learn/blob/6c163c68c8f6fbe6015d6e2ccc545eff98f655ff/build_tools/update_environments_and_lock_files.py#L28-L32 You also need `conda`. Without it I see `FileNotFoundError: [Errno 2] No such file or directory: 'conda'` Developers who use micromamba may not have conda installed.
closed
2025-01-02T17:57:43Z
2025-01-03T18:23:53Z
https://github.com/scikit-learn/scikit-learn/issues/30571
[ "Needs Triage" ]
lucascolley
0
pydantic/pydantic-ai
pydantic
1,146
Tool return types and docstrings are not used
### Initial Checks - [x] I confirm that I'm using the latest version of Pydantic AI ### Description I noticed that the return type annotations and docstrings of tools are not actually used by pydantic-ai. I was struggling to make my agent understand the instructions and only now noticed that my agent didn't even see...
closed
2025-03-17T09:56:00Z
2025-03-22T10:00:58Z
https://github.com/pydantic/pydantic-ai/issues/1146
[ "documentation", "Feature request", "help wanted" ]
Krogager
5
miguelgrinberg/python-socketio
asyncio
810
The emit call in client managers does not implement the `to` argument
The `emit()` in the `Server` classes accepts both `to` and `room` for the recipient, but the client managers only have `room`.
closed
2021-10-24T12:04:00Z
2021-10-24T18:54:29Z
https://github.com/miguelgrinberg/python-socketio/issues/810
[ "bug" ]
miguelgrinberg
0
ckan/ckan
api
8,289
postgres 12
postgres 10 has been unsupported for 2 years https://www.postgresql.org/support/versioning/ Let's suggest using and test against postgres 12, the oldest supported postgres version (supported until November this year)
closed
2024-06-20T16:26:09Z
2024-06-26T12:51:14Z
https://github.com/ckan/ckan/issues/8289
[]
wardi
0
miguelgrinberg/python-socketio
asyncio
965
Exception in MacOs while its working in Windows 10
**Describe the bug** I'm trying to consume the socket.io used in https://pypi.org/project/breeze-connect/ and in MacOs its throwing the following error. `Traceback (most recent call last): File "/Users/suresh/PycharmProjects/icicialgo/Algo.py", line 64, in <module> breeze.ws_connect() File "/Users/sures...
closed
2022-07-17T04:28:41Z
2023-02-17T10:43:35Z
https://github.com/miguelgrinberg/python-socketio/issues/965
[ "question" ]
suresh-j2
3
pytest-dev/pytest-html
pytest
787
Logs before rerun appear in html report
```py import logging logger = logging.getLogger(__name__) logger.setLevel(logging.DEBUG) seq_num = 0 def seq(): global seq_num seq_num += 1 return seq_num def test_fail(): logger.info(f'Test log {seq()}') assert False ``` pytest --reruns 1 --html=report.html The report has logs of both...
open
2023-12-22T13:42:54Z
2024-01-08T19:56:04Z
https://github.com/pytest-dev/pytest-html/issues/787
[]
orgads
8
Kanaries/pygwalker
matplotlib
475
How to hide the first row "preview" in data tab
Hi team, I would like to hide the first row that shows the dirtribution in data tab. How to do that? I tried set use_preview = False but it's not working. ``` walker = pyg.to_html(df,default_tab="data",use_preview=False) ``` Error return TypeError: pygwalker.api.pygwalker.PygWalker() got multiple values for keyw...
open
2024-03-09T08:43:40Z
2024-03-09T09:15:38Z
https://github.com/Kanaries/pygwalker/issues/475
[ "enhancement", "good first issue" ]
thienphuoc86
3
kornia/kornia
computer-vision
3,083
ruff (D): adopt some the ignored rules for the docstrings
we need an issue to discuss and check which of these rules we may want to have _Originally posted by @johnnv1 in https://github.com/kornia/kornia/pull/3082#discussion_r1868460841_ The ignored rules are (from https://docs.astral.sh/ruff/rules/#pydocstyle-d): - 'D100' : Missing docstring in public...
open
2024-12-03T22:46:55Z
2024-12-17T07:17:57Z
https://github.com/kornia/kornia/issues/3083
[ "help wanted", "good first issue", "docs :books:" ]
johnnv1
8
thtrieu/darkflow
tensorflow
691
identifying persons
Is there any way that to extend the person detection to identify the person. Example If we train the program using some known person image, how to extend this project to identify those persons from the video ?
closed
2018-04-03T09:16:10Z
2018-04-04T03:24:00Z
https://github.com/thtrieu/darkflow/issues/691
[]
vins2win
2
sktime/pytorch-forecasting
pandas
1,029
question: MultiHorizonMetric temporal-based error-weighting
- PyTorch-Forecasting version: **0.10.2** ### Question I wonder whether it's possible (and if possible - how) to pass **shared temporal-based weights** to calculate loss, inherited from [MultiHorizonMetric](https://pytorch-forecasting.readthedocs.io/en/stable/_modules/pytorch_forecasting/metrics/base_metrics.html#M...
open
2022-06-14T10:49:01Z
2022-06-14T21:13:32Z
https://github.com/sktime/pytorch-forecasting/issues/1029
[]
fnavruzov
0
twopirllc/pandas-ta
pandas
617
variance - sample or population variance?
ta.variance can cover both variances: population variance and sample variance: ddof = 0 => population variance ddof = 1 => sample variance TALIB's VAR function can calculate only _population_ variance (when ddof = 0) **Bug** the default is ddof=1, instead ddof=0 - therefore ta.variance returns: - _sample_ var...
closed
2022-11-14T20:31:03Z
2023-08-30T17:55:30Z
https://github.com/twopirllc/pandas-ta/issues/617
[ "bug" ]
mihakralj
1
onnx/onnx
machine-learning
6,185
Shape Inference crash on Gemm
# Bug Report ### Describe the bug ``` import onnx import onnx.parser model = """ < ir_version: 10, opset_import: ["" : 6] > graph (double[2,1] in0, double in1, double[2] in2) => () { out0 = Gemm <alpha: float = 1, beta: float = -693.752, broadcast: int = -436, transB: int = 823> (in0, in1, in2) ...
closed
2024-06-17T09:33:29Z
2024-07-25T15:27:03Z
https://github.com/onnx/onnx/issues/6185
[ "bug", "module: shape inference" ]
mgehre-amd
0
microsoft/hummingbird
scikit-learn
160
Cleanup SKL LabelEncoder Converter Code
We have the original draft of the SKL LabelEncoder code uploaded in [this branch](https://github.com/microsoft/hummingbird/tree/cleanup/label-encoder). All credit here goes to @scnakandala, the original author and brains behind this. It contains an un-edited implementation of LabelEncoder [here](https://github.com/m...
closed
2020-06-19T18:55:18Z
2020-12-18T00:42:34Z
https://github.com/microsoft/hummingbird/issues/160
[]
ksaur
3
unit8co/darts
data-science
2,189
[BUG] historical_forecasts() method gives empty list in v0.27.2
**Describe the bug** After upgrading my darts package from v0.24.0 to v0.27.2, historical_forecasts() method for the Random Forest, XGBoost and LightGBM models gives empty list which leads to NaN in computing the backtest error. **To Reproduce** code snippet to reproduce the issue: ``` import pandas as pd fro...
open
2024-01-26T08:39:39Z
2024-02-09T12:45:55Z
https://github.com/unit8co/darts/issues/2189
[ "bug" ]
VivCh14
0
ijl/orjson
numpy
475
update issue - orjson 3.10.1 on Almalinux 9
I cannot update orjson 3.10.1 on Almalinux 9... H. ``` poetry update - Updating orjson (3.10.0 -> 3.10.1): Failed RuntimeError Unable to find installation candidates for orjson (3.10.1) at env/lib/python3.11/site-packages/poetry/installation/chooser.py:74 in choose_for 70│ 71│...
closed
2024-04-16T16:55:17Z
2024-04-26T08:01:51Z
https://github.com/ijl/orjson/issues/475
[ "Stale" ]
jankrnavek
0
OpenBB-finance/OpenBB
python
6,969
[IMPROVE] `obb.equity.screener`: Make Input Of Country & Exchange Uniform Across Providers
In the `economy` module, the `country` parameter can be entered as names or two-letter ISO codes. The same treatment should be applied to the `obb.equity.screener` endpoint. Additionally, the "exchange" parameter should reference ISO MICs - i.e, XNAS instead of NASDAQ, XNYS instead of NYSE, etc.
open
2024-11-27T04:48:54Z
2024-11-27T04:48:54Z
https://github.com/OpenBB-finance/OpenBB/issues/6969
[ "enhancement", "platform" ]
deeleeramone
0
jupyter-book/jupyter-book
jupyter
2,204
singlehtml and pdfhtml formatting and images from code not showing
I'd like to get a single PDF copy of some UC Berkeley textbooks including https://github.com/data-8/textbook and https://github.com/prob140/textbook/. Building the books locally with the basic `jupyter-book build <path-to-book>` command works just fine, however when I use `--builder singlehtml` or `--builder pdfhtml...
open
2024-09-10T18:38:26Z
2024-09-10T18:38:26Z
https://github.com/jupyter-book/jupyter-book/issues/2204
[]
pancakereport
0
horovod/horovod
machine-learning
4,021
Unexpected Worker Failure when using Elastic Horovod + Process Sets
**Environment:** 1. Framework: PyTorch 2. Framework version: 1.9.0+cu102 3. Horovod version: 0.28.1 4. MPI version: N/A 5. CUDA version: cu102 6. NCCL version: 2708 7. Python version: 3.9.18 8. Spark / PySpark version: N/A 9. Ray version: N/A 10. OS and version: Linux SMP x86_64 x86_64 x86_64 GNU/Linux 11. G...
open
2024-02-07T04:38:46Z
2024-02-07T04:38:46Z
https://github.com/horovod/horovod/issues/4021
[ "bug" ]
Pranavug
0
noirbizarre/flask-restplus
flask
506
ImportError: No module named enum
I upgraded to a new version of flask-restplus(0.11.0) and I got error: "ImportError: No module named enum" In HTTPStatus we probably use enum. please add to the setup.py dependencies "enum34"
closed
2018-08-01T11:02:48Z
2018-09-21T15:54:20Z
https://github.com/noirbizarre/flask-restplus/issues/506
[]
aspir
2
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
112
Serialize enum fields
![HELP](https://pp.userapi.com/c836321/v836321919/4495a/cAqKeht2iUE.jpg) I ran into a problem. When I use instance, I get a field type of enum. ``` print(UserSchema().load({}, instance=user).data.status) # <StatusType.active: 1> ``` But if I use data, I get a field type of string. ``` print(UserSchema()...
closed
2017-06-17T07:08:57Z
2024-08-14T17:58:14Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/112
[]
MyGodIsHe
5
xonsh/xonsh
data-science
5,716
Pressing backspace causes crash?
## Current Behavior <!--- For general xonsh issues, please try to replicate the failure using `xonsh --no-rc --no-env`. Short, reproducible code snippets are highly appreciated. You can use `$XONSH_SHOW_TRACEBACK=1`, `$XONSH_TRACE_SUBPROC=2`, or `$XONSH_DEBUG=1` to collect more information about the failure. --> ...
open
2024-10-30T01:08:00Z
2024-10-30T13:19:22Z
https://github.com/xonsh/xonsh/issues/5716
[ "prompt-toolkit", "windows" ]
brokedarius
0
ivy-llc/ivy
numpy
28,214
Fix Ivy Failing Test: jax - shape.shape__bool__
closed
2024-02-07T18:29:28Z
2024-02-09T09:27:05Z
https://github.com/ivy-llc/ivy/issues/28214
[ "Sub Task" ]
fnhirwa
0
PokeAPI/pokeapi
graphql
654
CORS - access-control-allow-origin hardcoded
Steps to Reproduce: 1. Clone this repository which utilizes graphql pokeapi 2. Install dependencies via `npm install` 3. Run development server via `npm run dev` 4. Error should be visible under Network tab in Chrome Developer Tools Error preview: https://imgur.com/a/yIqbC8G
closed
2021-09-16T12:00:15Z
2021-09-16T18:46:31Z
https://github.com/PokeAPI/pokeapi/issues/654
[ "invalid" ]
patryknawolski
3
marimo-team/marimo
data-science
3,302
Autocomplete does not find suggestions in polars namespaces
### Describe the bug When using polars the marimo autocomplete is unable to find any suggestions for names that are within namespaces. For example, here is what the autocomplete shows for the `dt` namespace. ![Image](https://github.com/user-attachments/assets/71169f44-6c31-4da1-8109-b2feb3c8d41a) Here is what VS Cod...
open
2024-12-27T21:03:15Z
2025-01-03T10:17:17Z
https://github.com/marimo-team/marimo/issues/3302
[ "bug", "upstream" ]
kjgoodrick
3
Anjok07/ultimatevocalremovergui
pytorch
713
Not opening on macOS Monterey M1
Tried using the installer and instructions given for if the app doesn't open, and it still doesn't work. The app icon bounces once and doesn't open.
closed
2023-08-01T19:39:32Z
2024-07-27T17:45:29Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/713
[]
GageHoweTamu
1
hpcaitech/ColossalAI
deep-learning
5,992
llama3 pretrian TypeError: launch_from_torch() missing 1 required positional argument: 'config'
![6aeb204fbcf3539f19bd4a46f0088e62](https://github.com/user-attachments/assets/0d86e795-e275-42cf-b248-bdbe75cba80b)
closed
2024-08-12T09:12:56Z
2024-08-13T02:22:35Z
https://github.com/hpcaitech/ColossalAI/issues/5992
[]
wuduher
1
jpjacobpadilla/Stealth-Requests
web-scraping
2
AsyncStealthSession Windows
Anytime I try to use AsyncStealthSession I get this warning which I can't seem to remove: RuntimeWarning: Proactor event loop does not implement add_reader family of methods required. Registering an additional selector thread for add_reader support. To avoid this warning use: asyncio.set_ev...
closed
2024-11-25T09:59:51Z
2025-01-23T18:46:12Z
https://github.com/jpjacobpadilla/Stealth-Requests/issues/2
[]
MrGrasss
0
jupyter/nbviewer
jupyter
302
nbviewer : render git repository served by webgit
Will be a nice enanchment in nbviewer to have the capabilities to render ipython notebooks from a directory stored in a “non github” git repository. The same way how it now works with github repositories. The official webviewer provided by GIT is [gitweb](http://git-scm.com/book/en/Git-on-the-Server-GitWeb), I tempo...
open
2014-06-19T20:37:56Z
2015-03-03T17:59:35Z
https://github.com/jupyter/nbviewer/issues/302
[ "type:Enhancement", "tag:Provider" ]
epifanio
3
HumanSignal/labelImg
deep-learning
1,006
Feature Request: Root Folder Flag
I would like to request a new feature for labelimg: a root folder flag. This flag would allow users to specify the root folder for their images, labels, and classes.txt file when running labelimg from the command line. For example, running `labelimg --root=/path/to/folder/` would mean that the images folder is locat...
open
2023-08-03T18:25:32Z
2023-08-03T18:25:32Z
https://github.com/HumanSignal/labelImg/issues/1006
[]
sohang3112
0
ultralytics/ultralytics
machine-learning
18,795
Object Detection: Precision 1 Recall 0
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug I am training an object detector however the results show a precision of 1 and a recall of 0 for som...
open
2025-01-21T09:52:44Z
2025-01-21T10:17:19Z
https://github.com/ultralytics/ultralytics/issues/18795
[ "detect" ]
fninsiima
4
deepfakes/faceswap
deep-learning
1,247
Unable to use GPU
Excuse me, everyone, I installed the software with the GPU version, but when running the software, I am not using the GPU, but running the CPU. What is going on and how to solve it, thank you! ![2345截图20220715071949](https://user-images.githubusercontent.com/87623989/179118519-dcdf651d-b7e3-4f76-9d49-3cae42ae5874.jpg)...
closed
2022-07-14T23:36:34Z
2022-07-15T00:54:11Z
https://github.com/deepfakes/faceswap/issues/1247
[]
sdasdasddaaaa
1
ray-project/ray
python
51,173
[RFC] GPU object store support in Ray Core
# GPU Support in Ray Core Authors: @stephanie-wang @edoakes TLDR: We discuss a design for GPU objects (specifically `torch.Tensors`) in the Ray Core API. # Requirements The goal of this API proposal is to add support for GPU “objects” and direct GPU-GPU communication in the Ray Core API. **Goals**: * \[P0\] Perf...
open
2025-03-07T21:10:09Z
2025-03-17T23:14:27Z
https://github.com/ray-project/ray/issues/51173
[ "enhancement", "RFC", "core" ]
richardliaw
6
erdewit/ib_insync
asyncio
167
ib_insync throws "RuntimeError: There is no current event loop in thread"
I'm trying to create an IB object in a non main thread and it is throwing "RuntimeError: There is no current event loop in thread 'Thread-X'" ``` import threading from ib_insync import IB class Strategy (threading.Thread): def run(self): ib = IB() ib.connect('127.0.0.1', 7495, clientI...
closed
2019-07-09T01:11:31Z
2019-07-09T15:08:25Z
https://github.com/erdewit/ib_insync/issues/167
[]
fvalenti1
2
numba/numba
numpy
9,764
Docs: note move of CUDA target to NVIDIA
For tracking in the 0.61 milestone.
closed
2024-10-22T14:52:51Z
2024-11-19T22:50:22Z
https://github.com/numba/numba/issues/9764
[ "Task", "doc" ]
gmarkall
0
cvat-ai/cvat
tensorflow
8,388
Can't deploy CVAT on AWS.
### 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 1. Used the docs to install CVAT on EC2 instance. 2. EXPORT my public IP and run the containers. Note: I used my IPV4 not ...
closed
2024-09-02T07:59:05Z
2024-09-03T08:55:16Z
https://github.com/cvat-ai/cvat/issues/8388
[ "need info" ]
Somvit09
6
Gozargah/Marzban
api
1,343
Cross Distro Dockerfile
Some users reported problems with installing Marzban on linux distros other than Ubuntu as Marzban's Dockerfile uses apt-get, we must add `FROM ubuntu:24.04` to Dockerfile header or even switch to alpine to reduce image and container size of Marzban docker i guess for alpine must change `apt-get` to `APK` and `bas...
closed
2024-10-07T09:34:45Z
2024-10-07T10:23:28Z
https://github.com/Gozargah/Marzban/issues/1343
[]
fodhelper
1
piskvorky/gensim
nlp
2,746
Word2Vec ns_exponent cannot be changed from default
#### Problem description I am trying to train Word2Vec and tune the `ns_exponent` hyperparameter. When I initialize the model, I set `ns_exponent = 0.5`, but find that it has reset to the default of `ns_exponent = 0.75` immediately after initializing. I looked through the Word2Vec source code for any mentions of ...
closed
2020-02-06T15:17:19Z
2020-07-14T02:58:19Z
https://github.com/piskvorky/gensim/issues/2746
[ "bug" ]
coopwilliams
3
saulpw/visidata
pandas
2,629
VisiData counts "plots" instead of "points"
As a side effect of #2626 , I looked at the screensho: ![392593187-f0c4afb3-047b-4d68-b969-ac61596443ac](https://github.com/user-attachments/assets/fb97b504-fd5b-4ec1-9da9-bf512863ceb7) And noticed that the count on the bottom right is "6012 plots". Shouldn't it be "points" instead?
closed
2024-12-07T08:34:12Z
2025-01-04T06:27:09Z
https://github.com/saulpw/visidata/issues/2629
[ "bug", "fixed" ]
cool-RR
0
fbdesignpro/sweetviz
pandas
174
VisibleDeprecationWarning Exception
When I try to analyze a dataframe I get the following exception: ```python AttributeError Traceback (most recent call last) Cell In[7], line 1 ----> 1 sweetviz.analyze(df) File ~/Documentos/Projects_Software/reg/.venv/lib/python3.12/site-packages/sweetviz/sv_public.py:12, in analyze(...
open
2024-07-13T13:48:50Z
2024-08-05T23:49:09Z
https://github.com/fbdesignpro/sweetviz/issues/174
[]
fccoelho
2
FlareSolverr/FlareSolverr
api
429
[audiences] (updating) The cookies provided by FlareSolverr are not valid
**Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue. Check closed issues as well, because your issue may have already been fixed. ### How to enable debug and html traces [Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl...
closed
2022-07-16T14:14:34Z
2022-07-17T00:37:08Z
https://github.com/FlareSolverr/FlareSolverr/issues/429
[ "invalid" ]
baozaodetudou
1
autogluon/autogluon
computer-vision
3,913
[BUG] Setting `ag_args_ensemble` `num_folds` to 0 results in error when `num_bag_folds >= 2` is set in the `.fit()`.
**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 so...
closed
2024-02-11T05:20:59Z
2025-01-10T21:42:25Z
https://github.com/autogluon/autogluon/issues/3913
[ "API & Doc", "module: tabular", "Needs Triage" ]
JSpenced
1
miguelgrinberg/python-socketio
asyncio
82
Horizontal scaling and publishing to a SID
The notes on horizontal scaling say (**emphasis mine**): > If multiple Socket.IO servers are connected to the same message queue, **they automatically communicate with each other and manage a combined client list**, without any need for additional configuration. When a load balancer such as nginx is used, **this provi...
closed
2017-03-12T03:08:26Z
2020-02-17T23:50:55Z
https://github.com/miguelgrinberg/python-socketio/issues/82
[ "enhancement" ]
dfee
14
nonebot/nonebot2
fastapi
2,863
Plugin: ba-tools
### PyPI 项目名 nonebot-plugin-ba-tools ### 插件 import 包名 nonebot_plugin_ba_tools ### 标签 [{"label":"蔚蓝档案","color":"#00fcf8"}] ### 插件配置项 _No Response_
closed
2024-08-10T08:19:35Z
2024-08-13T11:22:48Z
https://github.com/nonebot/nonebot2/issues/2863
[ "Plugin" ]
hanasa2023
9
graphql-python/graphene-mongo
graphql
76
Bug in version 0.2.0 all_posts = MongoengineConnectionField(Posts)
After updating graphene-mongo from 0.18 to 0.2.0, I could not get "ListField(StringField())" types in query parameter. So I revert back to 0.18. For example: query{ allPosts(here I can have all fields of posts collection except 'selectedtags' and 'postpics') } in post_model.py I have following `class Posts(...
closed
2019-04-05T04:55:22Z
2019-04-16T10:38:54Z
https://github.com/graphql-python/graphene-mongo/issues/76
[ "work in progress" ]
anilwarbhe
6
CTFd/CTFd
flask
1,797
CTFd pages route is relative when it shouldn't be
For some reason CTFd page routes are being generated in the navbar as relative when they shouldn't be. E.g. (`page` instead of `/page`).
closed
2021-02-09T01:17:49Z
2021-02-09T08:03:18Z
https://github.com/CTFd/CTFd/issues/1797
[ "easy" ]
ColdHeat
0
CTFd/CTFd
flask
2,310
Undocumented and unauthenticated API notifications endpoint ?
**Environment**: - CTFd Version/Commit: `2474d6000dcaa9bec64d40aebcb8b6818dbe629c`, version `3.5.2` - Operating System: Linux (6.1.27-1kali1 x86_64) - Web Browser and Version: `Firefox 102.10.0esr`, trusted not relevant here **What happened?** When reviewing the API for [a Golang client](https://github.com/p...
open
2023-05-24T23:10:54Z
2023-08-07T15:53:52Z
https://github.com/CTFd/CTFd/issues/2310
[]
pandatix
3
sigmavirus24/github3.py
rest-api
1,121
Support for X-GitHub-Api-Version HTTP header
GitHub recently announced the REST API versioning [1], and that they plan breaking changes to the API. In order to avoid this, they created the X-GitHub-Api-Version header to allow us to fix ourselves in time. Would be good to have this supported in this library. [1] https://github.blog/2022-11-28-to-infinity-an...
open
2022-11-29T10:49:13Z
2023-03-02T16:27:49Z
https://github.com/sigmavirus24/github3.py/issues/1121
[]
cknowles-moz
3
KrishnaswamyLab/PHATE
data-visualization
110
conda install phate fails
<!-- If you are using PHATE in R, please submit an issue at https://github.com/KrishnaswamyLab/phateR --> **Describe the bug** Can't install `phate` from `bioconda`. **To Reproduce** `mamba install -c bioconda phate`... mamba and conda are (mostly) interchangeable so this error should occur in `conda` as well...
closed
2022-02-02T00:11:18Z
2022-02-02T02:52:15Z
https://github.com/KrishnaswamyLab/PHATE/issues/110
[ "bug" ]
stanleyjs
2
firerpa/lamda
automation
98
lamda是否支持python3.12
作者你好,我想问一下,这个lamda新版本是否支持python3.12.x的环境呢?
closed
2024-11-23T09:42:13Z
2025-01-18T04:39:07Z
https://github.com/firerpa/lamda/issues/98
[]
xxx252525
1
gunthercox/ChatterBot
machine-learning
1,615
is it possible to generate reply based on multiple questions
Bot: what is your favorite color? User: red Bot: do you like sweet? User: yes Bot: do you like fruits? User: yes Bot: i guess you like apple? Does Chatterbot able to perform such kind of conversation?
closed
2019-02-09T09:38:40Z
2019-12-11T11:35:28Z
https://github.com/gunthercox/ChatterBot/issues/1615
[]
kangaroocancode
4
ShishirPatil/gorilla
api
394
RAFT Add support for resuming `raft.py` dataset generation in case of interruption
The `raft.py` dataset generation script takes a long time to run and can be interrupted for various reasons (laptop going to sleep, network errors, API unavailable temporarily, ...). In that case, the script needs to be run all over again. The `raft.py` script should be able to resume progress after an interruption ...
closed
2024-04-27T17:10:58Z
2024-05-04T05:59:47Z
https://github.com/ShishirPatil/gorilla/issues/394
[ "enhancement" ]
cedricvidal
0
wkentaro/labelme
deep-learning
673
how to solve this problem?
usage: labelme2coco.py [-h] --labels LABELS input_dir output_dir labelme2coco.py: error: the following arguments are required: input_dir, output_dir, --labels
closed
2020-05-30T08:15:28Z
2020-06-04T08:08:19Z
https://github.com/wkentaro/labelme/issues/673
[]
Aiz-wallenstein
2
scikit-learn/scikit-learn
python
30,952
Improve TargetEncoder predict time for single rows and many categories
As reported [here](https://tiago.rio.br/work/willbank/account/patching-scikit-learn-improve-api-performance/), `TargetEncoder.transform` is optimized for large `n_samples`. But in deployment mode, it might be single rows that matter. Combined with high cardinality of the categories, `transform` can be slow, but has roo...
open
2025-03-06T21:57:03Z
2025-03-13T17:24:02Z
https://github.com/scikit-learn/scikit-learn/issues/30952
[ "Performance", "module:preprocessing" ]
lorentzenchr
1
s3rius/FastAPI-template
asyncio
174
Project starts with Docker error.
When starting the project docker-compose -f deploy/docker-compose.yml --project-directory . up --build, an error occurs: Status: Downloaded newer image for postgres:13.8-bullseye Pulling migrator (hrm:latest)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume da...
open
2023-06-22T09:04:10Z
2024-07-26T07:51:42Z
https://github.com/s3rius/FastAPI-template/issues/174
[]
shpilevskiyevgeniy
23
widgetti/solara
jupyter
808
Update our code snippets
Many of the old code examples on our website, like https://github.com/widgetti/solara/blob/master/solara/website/pages/documentation/examples/utilities/countdown_timer.py (found at https://solara.dev/documentation/examples/utilities/countdown_timer ) Use old styles * `from solara.alias import rv` instead, we can us...
open
2024-10-02T14:48:33Z
2024-10-28T12:00:26Z
https://github.com/widgetti/solara/issues/808
[]
maartenbreddels
2
roboflow/supervision
deep-learning
743
Using ByteTrack to track frames with moving detections AND moving backgrounds (i.e camera movement).
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Hi, I'm having an possible issue using ByteTrack on a 63 frame test clip to track two objects as they move and the camera observing them mov...
closed
2024-01-18T07:07:10Z
2024-01-19T02:17:04Z
https://github.com/roboflow/supervision/issues/743
[ "question" ]
adaiale
2
tensorflow/tensor2tensor
deep-learning
1,298
Python 3 compatibility issue with `self_generated_targets`
### Description I get `AssertionError` when trying to return `self_generated_targets` in a model. ### Environment information ``` OS: macOS 10.13.4 $ pip freeze | grep tensor mesh-tensorflow==0.0.4 tensor2tensor==1.11.0 tensorboard==1.12.0 tensorflow==1.12.0 tensorflow-metadata==0.9.0 tensorflow-prob...
closed
2018-12-13T06:46:14Z
2018-12-14T02:38:56Z
https://github.com/tensorflow/tensor2tensor/issues/1298
[]
ywkim
0
polakowo/vectorbt
data-visualization
104
Feature Request: Walk Forward Analysis
Would it be possible to integrate/support walk forward analysis in a future version of vectorbt?
closed
2021-02-21T21:37:42Z
2021-03-09T16:20:37Z
https://github.com/polakowo/vectorbt/issues/104
[ "enhancement" ]
elliottvillars
1
talkpython/modern-apis-with-fastapi
rest-api
5
Because UV acorns looks cool but can't serve Python code... :)
## TRANSCRIPT CORRECTIONS SUGGESTIONS https://training.talkpython.fm/courses/transcript/getting-started-with-fastapi/lecture/300303 ```diff - 4:38 we're gonna come down here and say "uviacorn, run this application". And we could + 4:38 we're gonna come down here and say "uvicorn, run this application". An...
closed
2021-03-12T20:27:16Z
2021-03-16T23:42:08Z
https://github.com/talkpython/modern-apis-with-fastapi/issues/5
[]
denis-roy
2
ahmedfgad/GeneticAlgorithmPython
numpy
64
Solution_FItness array and solutions arrays are in different length.
I am using pygad, for GA, to find combination of solutions which would satisfy conditions. I have got a code, which runs 15 generations with 40 populations. When GA stops running, the size of <solutions> array is 640 where as <fitness> array is 600. I am looking for a single array which would have solutions for all tri...
open
2021-09-13T07:23:42Z
2021-09-28T17:37:28Z
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/64
[ "bug" ]
javid-b
4
ultralytics/yolov5
deep-learning
13,203
Overlapping Bounding Boxes of Different Classes
### Search before asking - [ ] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I annotate the small bounding box in Class B to be covered by the bounding box in Class A...
open
2024-07-20T03:00:00Z
2024-10-20T19:50:24Z
https://github.com/ultralytics/yolov5/issues/13203
[ "question" ]
toigni
2
strawberry-graphql/strawberry-django
graphql
541
Global ID mapping does not work with manual id assignment on type in relay django
According to documentation something like this ```py @strawberry_django.type(Author, filters=AuthorFilter, order=AuthorOrder) class AuthorNode(strawberry.relay.Node): id: strawberry.relay.GlobalID = strawberry_django.field() books_connection: ListConnectionWithTotalCount[Annotated["BookNode", strawberry.la...
open
2024-06-03T10:20:37Z
2024-06-10T18:29:59Z
https://github.com/strawberry-graphql/strawberry-django/issues/541
[ "question" ]
Elawphant
3
pallets/quart
asyncio
262
`quart.redirect` documentation and source code mismatch
The documentation says that [`quart.redirect`](https://pgjones.gitlab.io/quart/reference/source/quart.html?highlight=redirect#quart.redirect) has 3 parameters: - location – the location the response should redirect to. - code – the redirect status code. defaults to 302. - Response (class) – a Response class to use...
closed
2023-08-17T09:23:00Z
2023-11-08T00:17:35Z
https://github.com/pallets/quart/issues/262
[]
fabge
2