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
dfm/corner.py
data-visualization
155
Overplot_lines and overplot_points do not deal with reversed corner plots
Hi there, If you create a reversed corner plot using `reverse=true`, the helpful and new `overplot_` functions do not account for this and merrily put their output in the non-existent axes in the transpose of the graph. A simple MWE of the problem would be: ```python3 #Taken from the docs import corner ...
closed
2021-03-17T21:41:51Z
2021-03-18T17:20:39Z
https://github.com/dfm/corner.py/issues/155
[]
NeutralKaon
2
dynaconf/dynaconf
fastapi
1,149
[RFC] Remove upperfy()
On 4.0, Schema will be truth, so we must follow the casing defined on schema. - `find_correct_casing` will fetch the proper casing from schema - settings sources will be case insensitive so both `FOO` and `foo` will feed the same `foo:str` on the schema.
open
2024-07-07T14:47:13Z
2024-07-08T18:38:24Z
https://github.com/dynaconf/dynaconf/issues/1149
[ "Not a Bug", "RFC", "typed_dynaconf", "4.0-breaking-change" ]
rochacbruno
0
inventree/InvenTree
django
9,030
Logging in creates Permission Denied
### Please verify that this bug has NOT been raised before. - [x] I checked and didn't find a similar issue ### Describe the bug* I have Inventree installed on Ubuntu 22.4, using the one line installer. Yesterday I updated Inventree from 16.5 to 17.4. I logged in, worked productively, experienced no problems. Late a...
closed
2025-02-04T12:52:28Z
2025-02-07T19:00:24Z
https://github.com/inventree/InvenTree/issues/9030
[ "question", "setup" ]
SparkeyinVA
5
dadadel/pyment
numpy
80
Add option for output to STDOUT
It seems that there is currently no option to output to STDOUT. That would be a nice feature in my opinion, since my usual workflow with tools like this is to first get a quick preview of the proposed changes on STDOUT (usually piped to `less`) and, if satisfied, apply the changes in-place. Of course I can do that usin...
closed
2019-06-20T09:57:20Z
2019-11-19T20:36:43Z
https://github.com/dadadel/pyment/issues/80
[]
torfsen
3
mwaskom/seaborn
data-visualization
3,105
Typo in Seaborn Documentation
There is a small typo in the following [page](https://seaborn.pydata.org/generated/seaborn.pairplot.html) of documentation. The typo is in this section at the top of the page: > By default, this function will create a grid of Axes such that each numeric variable in data will **by** shared across the y-axes across a ...
closed
2022-10-22T13:04:48Z
2022-10-22T13:17:57Z
https://github.com/mwaskom/seaborn/issues/3105
[]
msharara1998
1
HumanSignal/labelImg
deep-learning
839
No module named 'libs.resources'
<!-- Please provide as much as detail and example as you can. You can add screenshots if appropriate. --> - **OS:** Archlinux amd64 - **PyQt version:** 5.14.1
closed
2022-01-23T05:51:26Z
2022-01-28T06:19:42Z
https://github.com/HumanSignal/labelImg/issues/839
[]
dmzlingyin
3
sinaptik-ai/pandas-ai
pandas
569
Remove OpenAI as required dependency
### 🚀 The feature We are using [JupyterLite](https://jupyterlite.readthedocs.io/), a Pyodide based Jupyter notebook that runs entirely in the browser. Due to various reasons, the OpenAI package doesn't work in this environment. It would be great if we can install and import `pandasai` without this as a required depen...
closed
2023-09-17T20:04:11Z
2024-06-01T00:21:48Z
https://github.com/sinaptik-ai/pandas-ai/issues/569
[]
andeplane
0
alirezamika/autoscraper
web-scraping
60
Scraping skips item
Hello, I am really delighted with this fantastic module. However I want to signal a lillte annoying bug: 1. I am trying to scrape wsj.com. 2. In the wanted list I put the left column 1st article title and left colum 1st article summary. 3. The results list does not include the head (up center) article summary but...
closed
2021-04-25T09:25:32Z
2022-07-17T17:11:08Z
https://github.com/alirezamika/autoscraper/issues/60
[]
zepef
1
pyeventsourcing/eventsourcing
sqlalchemy
19
1.10 release?
Any chance you could release the 1.10 version to PyPI? 1.09 doesn't seem to work with MySQL and SQLAlchemy. `sqlalchemy.exc.CompileError: (in table 'stored_events', column 'event_id'): VARCHAR requires a length on dialect mysql` This is already fixed in the main branch.
closed
2016-10-05T10:30:07Z
2016-10-05T20:56:31Z
https://github.com/pyeventsourcing/eventsourcing/issues/19
[]
rogoman
3
nolar/kopf
asyncio
944
CTRL C - delete resource is stuck
### Keywords _No response_ ### Problem Hello, I have a basic example ``` #!/usr/bin/env python3 import kopf import kubernetes.config as k8s_config import kubernetes.client as k8s_client import logging text_analyzer_crd = k8s_client.V1CustomResourceDefinition( api_version="apiextensions.k8s...
closed
2022-08-07T13:32:49Z
2022-08-08T12:28:17Z
https://github.com/nolar/kopf/issues/944
[ "question" ]
ric79
2
xorbitsai/xorbits
numpy
333
BUG: Cudf 'Series' object has no attribute 'agg'
Note that the issue tracker is NOT the place for general support. For discussions about development, questions about usage, or any general questions, contact us on https://discuss.xorbits.io/. Cudf 22.10.0 'Series' object has no attribute 'agg' Test this during running TPCH Q22 on GPU. Reprofuce ```python i...
closed
2023-04-06T06:56:06Z
2023-04-16T08:18:30Z
https://github.com/xorbitsai/xorbits/issues/333
[ "bug", "gpu" ]
ChengjieLi28
0
skforecast/skforecast
scikit-learn
631
Feature request: Add ability to skip steps in backtesting
My current understanding is that in all the backtesters the forecast origin moves forward by one time step for each fold of backtesting. I think it would be helpful if users could set the forecast origin to move forward by N steps rather than just one step for each fold. This can help reduce the time for backtesting. ...
open
2024-01-27T14:20:33Z
2024-06-18T08:08:45Z
https://github.com/skforecast/skforecast/issues/631
[]
KishManani
7
keras-team/keras
machine-learning
20,497
Will Keras 3 support intel gpu with oneapi
Dear Keras Team, The latest version of [pytorch 2.5](https://pytorch.org/blog/pytorch2-5/) already supports Intel GPU. Users can use pytorch on Intel GPU with [minimum code change.](https://pytorch.org/docs/main/notes/get_start_xpu.html). ``` # CUDA CODE tensor = torch.tensor([1.0, 2.0]).to("cuda") # CODE f...
closed
2024-11-15T10:03:57Z
2024-11-17T08:11:12Z
https://github.com/keras-team/keras/issues/20497
[]
HaroldYin1024
7
deepspeedai/DeepSpeed
machine-learning
7,031
Fix - Update DeepSpeed to be PEP517 compliant, update to `pyproject.toml`
We need to update DeepSpeed to be compliant with [PEP 517](https://peps.python.org/pep-0517/) as well as for handling of [future changes to pip](https://github.com/pypa/pip/issues/11457).
open
2025-02-13T16:59:26Z
2025-02-14T16:52:59Z
https://github.com/deepspeedai/DeepSpeed/issues/7031
[ "build", "install" ]
loadams
0
serengil/deepface
deep-learning
730
Confirm that deepface/tests/dataset/img1.jpg exists
closed
2023-04-25T13:49:02Z
2023-04-25T14:43:28Z
https://github.com/serengil/deepface/issues/730
[]
T1m3x
0
Farama-Foundation/Gymnasium
api
1,160
[Bug Report] pip remove ale-py==0.8.1
### Describe the bug I'm attempting to install the release version of Gymnasium using pypi , which requires ale-py==0.8.1. However, when I try to install it using: `pip install ale-py==0.8.1` I receive the following error: ``` ERROR: Could not find a version that satisfies the requirement ale-py==0.8.1 (fr...
closed
2024-09-13T17:08:46Z
2024-09-13T18:17:40Z
https://github.com/Farama-Foundation/Gymnasium/issues/1160
[ "bug" ]
Hananel-Hazan
2
satwikkansal/wtfpython
python
317
Image for tricky strings is not visible in dark mode
https://github.com/satwikkansal/wtfpython#-strings-can-be-tricky-sometimes Please, invert the following image to white color for dark mode users: ![image](https://github.com/satwikkansal/wtfpython/assets/66633028/6cc9c239-e803-41df-9c17-30976adcd2d4)
closed
2023-09-14T10:41:14Z
2024-10-16T08:59:17Z
https://github.com/satwikkansal/wtfpython/issues/317
[]
dimaklepikov
0
wandb/wandb
tensorflow
8,942
[Bug]: log_params flag in the wandb_callback() of the lightgbm integration is not working
### Describe the bug <!--- Describe your issue here ---> the `log_params` looks not to be passed to the `_WandbCallback` constructor, I think the following fix is needed ```diff - return _WandbCallback(define_metric) + return_WandbCallback(log_params, define_metric) ``` See: https://github.com/wandb/wandb/blob/4e7...
closed
2024-11-25T05:41:39Z
2024-12-03T22:31:52Z
https://github.com/wandb/wandb/issues/8942
[ "ty:bug", "a:app" ]
i-aki-y
3
MagicStack/asyncpg
asyncio
581
Cannot pass a list or tuple!
``` mylist = [2,3,4,1] conn.fetch("SELECT * FROM test WHERE ID IN ($1)", mylist) ``` Error: `asyncpg.exceptions.DataError: invalid input for query argument $1: [2,3,4,1] (an integer is required (got type list))`
closed
2020-05-31T13:27:18Z
2020-06-08T16:16:35Z
https://github.com/MagicStack/asyncpg/issues/581
[]
jzr-supove
2
graphistry/pygraphistry
pandas
539
databricks: when calling register using SSO, databricks does not display the HTML link to the SSO login
**Describe the bug** When calling register using SSO, databricks does not display the HTML link to the SSO login until after the timer has expired, which prevents the user from clicking the link. Only the text of the auth_url is presented. **To Reproduce** ``` graphistry.register(api=3, protocol="https...
open
2024-01-16T20:32:42Z
2024-05-08T15:08:32Z
https://github.com/graphistry/pygraphistry/issues/539
[ "bug" ]
DataBoyTX
0
tflearn/tflearn
data-science
1,125
dask example not working
Running the first few lines of https://github.com/tflearn/tflearn/blob/master/examples/basics/use_dask.py gives me an error in line 29: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-13-220c...
open
2019-04-05T13:36:05Z
2019-04-05T13:36:05Z
https://github.com/tflearn/tflearn/issues/1125
[]
r0f1
0
pyro-ppl/numpyro
numpy
1,379
[Feature Request] Show params in `render_model()`
Hi @fehiepsi and team, Prof. @nipunbatra explained the [issue](https://github.com/pyro-ppl/pyro/issues/3023) (in `pyro`) of rendering params in `pyro.render_model()` and then I added this feature in `pyro` ([PR](https://github.com/pyro-ppl/pyro/pull/3039)). I would like to add the same feature in `numpyro`. I ha...
closed
2022-03-28T10:49:40Z
2022-04-06T14:54:28Z
https://github.com/pyro-ppl/numpyro/issues/1379
[ "enhancement" ]
karm-patel
1
Gozargah/Marzban
api
763
Connection errors in nodes
how to fix node connecting issues? Any other ideas?
closed
2024-01-26T12:14:01Z
2024-06-18T07:53:10Z
https://github.com/Gozargah/Marzban/issues/763
[]
ImMohammad20000
4
google-research/bert
nlp
523
Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary
I am using bert-serving to deploy tf-serving: https://github.com/bigboNed3/bert_serving,eporting model work fine,however inference doesn't work,anybody knows how to fix this problem: Traceback (most recent call last): File "request_queryclassifier_client.py", line 183, in <module> tf.app.run() File "...
open
2019-03-26T03:45:06Z
2020-11-13T08:50:11Z
https://github.com/google-research/bert/issues/523
[]
iiapache
5
miguelgrinberg/Flask-Migrate
flask
359
ImportError when creating the migration repository
Hello! Could you help me,please? I am trying to create the migration repository. Flask-Migrate and Flask-SQLAlchemy were installed to venv without any problems. But when I write in command window the command 'flask db init', the Import Error raised. I can't understand why. I checked the code from __init__.py and co...
closed
2020-08-08T11:00:37Z
2020-10-09T18:47:26Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/359
[ "question" ]
PavelDymov
3
mwaskom/seaborn
data-visualization
3,239
[Feature Request] sns.histplot() automatically supports discreted axis labeling.
# Background / related function desc As the doc saids: When both x and y are assigned, a bivariate histogram is computed and shown as a heatmap: ```python sns.histplot(penguins, x="bill_depth_mm", y="body_mass_g") ``` ![image](https://user-images.githubusercontent.com/23258141/215312148-a51a8e14-0640-4224-af42-96...
closed
2023-01-29T07:53:32Z
2023-02-06T17:29:56Z
https://github.com/mwaskom/seaborn/issues/3239
[]
kaimo455
4
viewflow/viewflow
django
31
Transaction context
with activation.transaction_context: done()
closed
2014-04-03T11:53:47Z
2014-05-12T06:58:55Z
https://github.com/viewflow/viewflow/issues/31
[ "request/enhancement" ]
kmmbvnr
2
JaidedAI/EasyOCR
pytorch
358
easyocr.recognize is significantly slower when given several boxes to estimate, rather than running it several time with one box each time
Hello, Thank you for this tool, it is great. I want to build on top of it, and execution time is a matter of importance for me (even on CPU). I don't know if it's a bug or a *feature*, but I've noticed that `easyocr.recognize` is significantly slower when called once and given `n` boxes to estimate the text in, r...
closed
2021-01-28T20:50:10Z
2021-02-22T01:04:12Z
https://github.com/JaidedAI/EasyOCR/issues/358
[]
fxmarty
4
vitalik/django-ninja
rest-api
479
How do I perform google social authentication?
I need to implement a social login for my api with django ninja, but i don't find any example for this. what is the best approach?
open
2022-06-22T01:38:17Z
2024-07-06T21:19:51Z
https://github.com/vitalik/django-ninja/issues/479
[]
Jorncg
24
InstaPy/InstaPy
automation
6,813
from clarifai.rest import ClarifaiApp, Workflow ModuleNotFoundError: No module named 'clarifai.rest'
Can anyone fix this File "C:\Users\Christian\Desktop\Instapy\instagram.py", line 2, in <module> from instapy import InstaPy File "C:\Users\Christian\AppData\Local\Programs\Python\Python39\lib\site-packages\instapy\__init__.py", line 6, in <module> from .instapy import InstaPy File "C:\Users\Christian\...
open
2024-06-06T01:43:20Z
2024-10-01T13:29:47Z
https://github.com/InstaPy/InstaPy/issues/6813
[]
FlowCodee
3
scrapy/scrapy
web-scraping
6,017
handling exceptions from the previous middleware in process_exception
## Summary I hope that in the middleware's preprocessing_ The exception method can handle exceptions thrown by the previous middleware. ## Motivation I am in the process of the first middleware_ An exception was thrown in the response method, and I want to record these exceptions in the next middleware, but the ...
closed
2023-08-17T17:21:47Z
2023-08-18T15:29:40Z
https://github.com/scrapy/scrapy/issues/6017
[]
cscxj
1
python-visualization/folium
data-visualization
1,473
Create a folium map with a pop up window appearing when clicking a shapefile feature (converted to GeoJSON)
#### Problem description I'm trying to create a folium map that will have the following features: - A layer will be created from a shapefile including multiple polygon features. - When clicking on a single feature a pop up window will appear that will either show a clickable link directing to a locally saved ima...
closed
2021-04-28T12:39:06Z
2022-11-18T13:53:30Z
https://github.com/python-visualization/folium/issues/1473
[]
pdim21
3
QingdaoU/OnlineJudge
django
258
编译器出错该怎么解决
Compile Error g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
closed
2019-08-28T15:53:31Z
2019-09-22T06:55:56Z
https://github.com/QingdaoU/OnlineJudge/issues/258
[]
Akvicor
15
pydata/xarray
pandas
9,928
DataTree attribute-like access bug
### What happened? I have a datatree with a dataset in a group. I tried to filter this dataset and store in the datatree. The dataset showed the filtered dataset and the unfiltered dataset, depending on the method to get the group. `dt.variable1` or `dt['variable1']`. ### What did you expect to happen? I expe...
open
2025-01-07T13:33:28Z
2025-01-09T01:12:30Z
https://github.com/pydata/xarray/issues/9928
[ "bug", "topic-DataTree" ]
pepijnvtol
9
learning-at-home/hivemind
asyncio
199
Add mixed precision support to ExpertBackend/RemoteExpert
Right now, we don't fully utilize the Tensor Core capabilities of modern NVIDIA GPUs due to making all server-side computations in mixed precision. It might be possible to switch to PyTorch native mixed precision here and improve the performance
open
2021-03-29T07:24:01Z
2021-03-29T07:24:01Z
https://github.com/learning-at-home/hivemind/issues/199
[ "enhancement" ]
mryab
0
coqui-ai/TTS
python
4,039
[Bug] inference with mix arabic and english words (or persian and english words)
### Describe the bug Consider you have a long text which is arabic or persian. But you have some english words in it. what should you do in inference? ### To Reproduce Consider you have a long text which is Arabic or Persian. But you have some English words in it. what should you do in inference? ### Expected beh...
closed
2024-10-28T08:11:14Z
2024-12-28T11:58:20Z
https://github.com/coqui-ai/TTS/issues/4039
[ "bug", "wontfix" ]
cod3r0k
1
ghtmtt/DataPlotly
plotly
126
Provide sample dataset in plugin
A small dataset to play with could be interesting to provide to the users
closed
2019-07-06T17:02:55Z
2019-10-11T13:00:12Z
https://github.com/ghtmtt/DataPlotly/issues/126
[ "enhancement" ]
ghtmtt
1
joeyespo/grip
flask
262
Internal Server Error, HTTPSConnectionPool Error
``` grip -b * Using personal access token * Running on http://localhost:6419/ (Press CTRL+C to quit) * Error: could not retrieve styles: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /joeyespo/grip (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 aler...
closed
2018-02-24T02:27:19Z
2018-03-21T19:33:52Z
https://github.com/joeyespo/grip/issues/262
[ "question" ]
adoyle-h
8
litestar-org/litestar
asyncio
3,785
Bug: `return_dto` with optional nested `Struct` field raises 500 error when no default exists
### Description I read through every open bug and couldn't find something directly comparable (though in general it seems like nested objects in DTOs is a recurring source of issues). The crux is that I don't want to provide a default for the `None` case of a field because I want to explicitly set it, even if it's...
open
2024-10-13T02:45:53Z
2025-03-20T15:54:58Z
https://github.com/litestar-org/litestar/issues/3785
[ "Bug :bug:" ]
bdoms
0
Yorko/mlcourse.ai
scikit-learn
654
mlcourse.ai is down
Hello, is https://mlcourse.ai down?
closed
2020-02-24T11:30:12Z
2020-02-24T11:34:50Z
https://github.com/Yorko/mlcourse.ai/issues/654
[]
vitvakatu
3
cupy/cupy
numpy
8,451
BUG: `cupyx.scipy.special.gammainc`: returns finite results with NaN input
### Description `cupyx.scipy.special.chdtr` sometimes returns finite results when one of the arguments is NaN. As one might expect, there are similar cases in `chdtrc`, `gammainc`, and `gammaincc`. ### To Reproduce ```py import cupy as cp from cupyx.scipy import special arg = cp.asarray([-cp.inf, -1., 0., 1., cp....
open
2024-08-04T13:35:22Z
2025-02-06T05:59:52Z
https://github.com/cupy/cupy/issues/8451
[ "contribution welcome", "cat:numpy-compat" ]
mdhaber
2
kizniche/Mycodo
automation
489
All measurements returned failed CRC
## Mycodo Issue Report: - 6.1.2 #### Problem Description "All measurements returned failed CRC" Shows up in Daemon log for all 3 sensors. Wanna know why. No problem per se. Sensor readings are ok for now. (3 x AM2315 sensors) - I use fairly long cables (12 meter is the longest) I started with unshielded U...
closed
2018-06-05T13:40:21Z
2018-10-13T14:50:02Z
https://github.com/kizniche/Mycodo/issues/489
[]
Gossen1
6
aleju/imgaug
deep-learning
46
Rotate Affine augment Keypoints
Hi, I am using sequential augment with only rotate affine transform with -30, 30 range. Then I wanted to augment keypoints. I did this with the point (100, 100). But, the augmented point is not in the correct position. I ran the key point augmentation for other sequential non-affine augmentations and they seemed ...
closed
2017-07-11T13:10:30Z
2018-12-04T03:49:39Z
https://github.com/aleju/imgaug/issues/46
[]
araghava92
9
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,896
same issue, fixed?
same issue, fixed? _最初由 Sensanko52123 在 https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16882#issuecomment-2725201568 发布_ It can be opened now, but it’s not completely working. Currently, I can only open it using the following method: 1. Open Command Prompt as Administrator (press Win + R, type cmd,...
open
2025-03-16T04:20:54Z
2025-03-18T17:57:45Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16896
[]
jeremt001
1
kymatio/kymatio
numpy
79
Sphynx gallery
Hi, Those files : mnist.py|synthetic.py|real_signal.py|scattering3d_qm7.py do not pass in sphynx gallery because there is no doc string. I'm willing to removing the warning also
closed
2018-10-30T14:44:24Z
2018-11-01T16:26:13Z
https://github.com/kymatio/kymatio/issues/79
[ "bug" ]
edouardoyallon
4
paperless-ngx/paperless-ngx
django
7,516
Tasks stuck in queue
### Description A few days after starting the webserver it stops processing all incoming tasks, everything stucks in the queue. After I restart the webserver container all queued tasks are processed. ### Steps to reproduce No idea ### Webserver logs ```bash no related logs ``` ### Browser logs ...
closed
2024-08-22T20:19:04Z
2024-08-22T20:59:22Z
https://github.com/paperless-ngx/paperless-ngx/issues/7516
[ "not a bug" ]
thumDer
2
scikit-learn-contrib/metric-learn
scikit-learn
287
MarginLoss produces incorrect result when both num_pos_pairs and num_neg_pairs are 0
It may happen, that late in the training process both positive and negative distances in all triplets in some batch fall below thresholds. In such case MarginLoss produces very large loss (like 997187911680.0). This breaks computation of batch statistics, such as a mean loss per batch, which I include in my code. I...
closed
2020-05-14T14:04:14Z
2020-05-14T15:57:25Z
https://github.com/scikit-learn-contrib/metric-learn/issues/287
[]
jac99
2
Josh-XT/AGiXT
automation
859
command "google search" not show
### Description When I set GOOGLE_API_KEY , "google search" command not show in command setting list ### Steps to Reproduce the Bug 1. Click Agent Setting Page 2. Add new Agent "xxx" 3. set GOOGLE_API_KEY in Setting Page 4. find "google search" command ### Expected Behavior "google search " in setting command l...
closed
2023-07-25T10:16:34Z
2023-08-25T00:55:09Z
https://github.com/Josh-XT/AGiXT/issues/859
[ "type | report | bug", "needs triage" ]
ychy00001
1
ultralytics/ultralytics
machine-learning
18,739
How can I add a loss function, other than the bbox and classification loss, to the YOLOv8 model?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question I have redesigned the backbone of YOLOv8, and for this, I need to add...
open
2025-01-17T14:59:21Z
2025-03-24T14:42:56Z
https://github.com/ultralytics/ultralytics/issues/18739
[ "enhancement", "question" ]
CC-1997
27
developmentseed/lonboard
data-visualization
275
Trouble Displaying PathLayer
I'm trying to display some LineStrings and having an issue where the map appears but there's nothing on it. ``` import geopandas as gpd import shapely.geometry from lonboard import Map, PathLayer gdf = gpd.GeoDataFrame( { "geometry": [ shapely.geometry.LineString(shapely.geometry.box...
closed
2023-11-29T21:51:47Z
2023-11-30T01:46:44Z
https://github.com/developmentseed/lonboard/issues/275
[]
jwass
6
scrapy/scrapy
python
6,204
PyPy tests fail
Some of the `tests/test_feedexport.py::::BatchDeliveriesTest` tests fail on both PyPy envs, with "still running at 120.0 secs".
closed
2024-01-12T12:41:43Z
2024-01-12T17:50:42Z
https://github.com/scrapy/scrapy/issues/6204
[ "bug", "CI" ]
wRAR
1
nidhaloff/igel
scikit-learn
77
Add CNN support
### Description We want igel to support CNNs. @Prasanna28Devadiga will work on this ;) My suggestion would be just to write CNN in the algorithm field in order to use a CNN model. Here is an example to illustrate what I mean: ``` model: type: classification algorithm: CNN # here just CNN insteea...
closed
2021-08-22T09:30:11Z
2021-09-11T19:22:23Z
https://github.com/nidhaloff/igel/issues/77
[ "enhancement", "contribution", "feature", "discussion" ]
nidhaloff
2
nalepae/pandarallel
pandas
141
ValueError: Number of processes must be at least 1
[6887] Failed to execute script sbp Traceback (most recent call last): File "sbp.py", line 565, in <module> File "pandarallel/pandarallel.py", line 447, in closure File "multiprocessing/context.py", line 119, in Pool File "multiprocessing/pool.py", line 169, in __init__ ValueError: Number of processes mus...
closed
2021-04-23T07:45:14Z
2024-02-16T08:07:36Z
https://github.com/nalepae/pandarallel/issues/141
[]
ztsweet
11
Esri/arcgis-python-api
jupyter
2,054
Error in spatial.to_featurelayer: Temp zip file being used by another process
*Describe the bug* When using spatial.to_featurelayer on a moderately large (62,000 rows, 93 columns) spatially enabled data frame, I'm getting the following error, and the feature layer is never created. ``` C:\Users\aheinlei\work\mi-flora-scripting\to_featurelayer_bug_demo.py:9: DtypeWarning: Columns (16,17,19,2...
closed
2024-09-18T19:55:31Z
2025-01-08T07:54:17Z
https://github.com/Esri/arcgis-python-api/issues/2054
[ "bug" ]
roelofsaj
2
bmoscon/cryptofeed
asyncio
291
Finer grained resets in response to sequence number misses on Coinbase
**Is your feature request related to a problem? Please describe.** Currently, a reset and book snapshot is triggered for *all* pairs in a Coinbase feed if *any* of the pairs encounters a missing sequence number. Instead, what might be better is to only trigger the reset and subsequent REST book snapshot request for th...
closed
2020-09-01T03:10:39Z
2020-12-30T02:41:30Z
https://github.com/bmoscon/cryptofeed/issues/291
[ "help wanted", "Feature Request" ]
zahnz
3
xinntao/Real-ESRGAN
pytorch
330
关于输出的图片全为黑色的问题
**一、运行环境:** 操作系统:Windows 11 专业版 21H2 处理器:Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz 2.90 GHz 显卡信息:NVIDIA GeForce RTX 1660Ti ``` (gfpgan) > nvidia-smi Sat May 14 16:53:18 2022 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 512.59 Driver Version: 512.59 CU...
closed
2022-05-14T09:09:34Z
2023-09-26T03:07:13Z
https://github.com/xinntao/Real-ESRGAN/issues/330
[]
rayeesoft
10
Johnserf-Seed/TikTokDownload
api
263
[BUG]今天开始闪退了,新旧版本都闪退
**描述出现的错误** 今天Tiktoktool主程序开始频繁闪退,有的时候一打开就闪退,有的时候解析完用户名就闪退,有的时候则是下载几条之后闪退。 **bug复现** 复现这次行为的步骤: 1.ini文件粘贴用户主页链接 2.打开主程序 3.随机高频闪退无提示信息 同时会出现这样的错误信息: ![1670337942908](https://user-images.githubusercontent.com/103325310/205943335-7d81b9b2-3c0c-4584-952b-23a11cff3738.png) **桌面(请填写以下信息):** -操作系统:windows10 ...
closed
2022-12-06T14:42:06Z
2023-01-14T12:14:29Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/263
[ "故障(bug)", "额外求助(help wanted)", "无效(invalid)" ]
zhiben5201
4
jupyterhub/repo2docker
jupyter
783
Utility to print which buildpack would be triggered
<!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Proposed change <!-- Use this section to describe the feature you'd like to be added. --> Following on from https://github.com/jupyter/repo2docker/pull/635#issuec...
open
2019-09-07T12:26:08Z
2019-09-07T12:26:08Z
https://github.com/jupyterhub/repo2docker/issues/783
[ "needs: discussion" ]
betatim
0
akfamily/akshare
data-science
5,346
请增加获取北证50数据接口
经过阅读文档、查看原网页,发现只能获取上证指数和深证成指两个重要指数指标,没有获取北证50的接口 在网页[连接](https://quote.eastmoney.com/center/hszs.html)中可以看到 ![image](https://github.com/user-attachments/assets/7d44b66a-4704-4f01-8563-20ed3aa101cb) 上证指数、深证成指和北证50是排在最前面的三个指数 烦请添加北证50的获取接口,谢谢 如已有接口,请指出。
closed
2024-11-18T16:19:17Z
2024-11-19T12:26:25Z
https://github.com/akfamily/akshare/issues/5346
[ "bug" ]
simon-yanghl
2
newpanjing/simpleui
django
354
错误的css背景样式
**bug描述** * 在使用django-ckeditor时,发现后台各弹出面板背景存在问题,如图所示 * ![image](https://user-images.githubusercontent.com/15062548/112988640-a5efa500-9196-11eb-8502-2b66603b0e6c.png) **重现步骤** ** repeat step ** 1. 安装django-editor插件 2. models内使用ckeditor_uploader.fields.RichTextUploadingField, 并将该模型注册入admin 3. 在后台编辑对象,点击打开编辑器的图片...
closed
2021-03-30T12:39:01Z
2021-05-11T08:50:55Z
https://github.com/newpanjing/simpleui/issues/354
[ "bug" ]
cxgreat2014
1
saulpw/visidata
pandas
2,523
Precision adjustments on date columns
I'm new to the `alt`,`-`/`+` command for the precision of shown/formatted data. Unfortunately, when I derive a column from `created_utc`, which is a string of epoch seconds, `+/-` does weird things... 1. `=date(created_utc)` seems to work but `alt+-` turns it back into seconds with ".00" precision. I can't find muc...
closed
2024-09-20T12:07:35Z
2024-10-02T12:45:25Z
https://github.com/saulpw/visidata/issues/2523
[ "bug", "fixed", "By Design" ]
reagle
4
influxdata/influxdb-client-python
jupyter
444
Python access to InfluxDB parameters via JSON fie
<!-- Thank you for suggesting an idea to improve this client. * Please add a :+1: or comment on a similar existing feature request instead of opening a new one. * https://github.com/influxdata/influxdb-client-python/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3A%22enha...
closed
2022-05-26T00:02:10Z
2022-07-23T07:03:23Z
https://github.com/influxdata/influxdb-client-python/issues/444
[ "enhancement" ]
rslippert
10
OpenBB-finance/OpenBB
machine-learning
6,923
[🕹️] Star eyed supporter
### What side quest or challenge are you solving? Get five friends to star ### Points 150 ### Description _No response_ ### Provide proof that you've completed the task ![Screenshot 2024-10-26 211440](https://github.com/user-attachments/assets/7381bbaa-85a4-4868-bc01-6b8eacaa3379) ![Screenshot 2024-10-26 211634...
closed
2024-10-31T10:30:33Z
2024-11-02T07:40:39Z
https://github.com/OpenBB-finance/OpenBB/issues/6923
[]
Dehelaan
1
Miksus/rocketry
pydantic
187
Scheduler don´t run after_success(fuc) after some time.
When I start the scheduler, it runs stable for some time, but withouht any msg, the after_success(fuc) stop running. Only the periodic timer functions are executed. **Screenshots from the DB log** ![image](https://user-images.githubusercontent.com/60062133/215484559-f4816f1d-18bc-49f6-9a8b-ccc723173d3d.png) ...
open
2023-01-30T13:02:40Z
2023-02-07T12:22:25Z
https://github.com/Miksus/rocketry/issues/187
[ "bug" ]
everthought
2
flaskbb/flaskbb
flask
467
Banned user pagination goes to normal user page
If there are enough banned users to take up more than one page, the pagination links at the bottom go to the "normal" user page.
closed
2018-05-12T08:16:07Z
2018-05-23T20:02:25Z
https://github.com/flaskbb/flaskbb/issues/467
[ "bug" ]
gordonjcp
0
kennethreitz/responder
flask
340
@kenneth-reitz @mmanhertz
@kenneth-reitz @mmanhertz I'm using APISpec version 1.1.0 and still receive the same error as above. Appreciate your help. ``` [2019-03-29 19:27:37 +1100] [33025] [ERROR] Exception in worker process Traceback (most recent call last): File "/anaconda3/envs/proton_py3/lib/python3.7/site-packages/gunicorn/arb...
closed
2019-03-29T08:31:06Z
2019-04-21T02:32:54Z
https://github.com/kennethreitz/responder/issues/340
[ "question" ]
1x-eng
2
yinkaisheng/Python-UIAutomation-for-Windows
automation
144
Linux下基于Electron打包的应用程序是否有控件的获取方式
Windows下使用uiautomation能获取到Electron打包相关控件,想请教下linux端是否有方式可以实现呢。
open
2020-12-21T07:46:18Z
2021-05-11T05:06:47Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/144
[ "question" ]
zhouxihong1
1
tfranzel/drf-spectacular
rest-api
604
Could not resolve request body even though it is defined
**Describe the bug** We expect to have parameters well defined in the generated schema, however a warning is thrown instead and the resulted schema is wrong. **To Reproduce** ```py @extend_schema( request=[ OpenApiParameter(name='username', type=str, location=OpenApiParameter.QUERY, requ...
closed
2021-11-24T07:47:43Z
2021-11-25T09:33:29Z
https://github.com/tfranzel/drf-spectacular/issues/604
[]
mourad1081
3
lucidrains/vit-pytorch
computer-vision
279
vit_pytorch -> cross_vit.py(mistake)
![Screenshot 2023-09-10 212757](https://github.com/lucidrains/vit-pytorch/assets/103850081/f07836b6-5e98-49a8-9026-d7cc05e070ac)
closed
2023-09-10T16:01:53Z
2023-09-10T16:33:28Z
https://github.com/lucidrains/vit-pytorch/issues/279
[]
RufusRubin
1
BeanieODM/beanie
asyncio
731
[BUG] Can not create dbref without id
**Describe the bug** Trying on the Link demos but getting exception. Can not create dbref without id **To Reproduce** class Door(Document): class Settings: name = "door" height: int = 2 width: int = 1 class Window(Document): class Settings: name = "window" x:...
closed
2023-10-04T18:18:13Z
2023-11-28T01:49:51Z
https://github.com/BeanieODM/beanie/issues/731
[ "Stale" ]
ID2343242
4
huggingface/transformers
python
36,125
Transformers
### Model description Transformer Practice ### Open source status - [x] The model implementation is available - [x] The model weights are available ### Provide useful links for the implementation _No response_
closed
2025-02-10T22:18:45Z
2025-02-11T13:52:00Z
https://github.com/huggingface/transformers/issues/36125
[ "New model" ]
HemanthVasireddy
1
mwaskom/seaborn
data-visualization
3,023
Error during legend creation with mixture of marks
Here's a minimal example, it seems that you need all three layers to trigger the error: ```python ( so.Plot(penguins, "bill_length_mm", "bill_depth_mm", color="species") .add(so.Dots()) .add(so.Line(), so.PolyFit(1)) .add(so.Line(), so.PolyFit(2)) ) ``` <details><summary>Traceback</summary>...
closed
2022-09-13T21:24:39Z
2022-10-04T23:44:57Z
https://github.com/mwaskom/seaborn/issues/3023
[ "bug", "objects-plot" ]
mwaskom
1
strawberry-graphql/strawberry
fastapi
3,126
local tests broken because of pydantic
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Describe the Bug Currently it isn't possible t...
closed
2023-10-01T04:27:21Z
2025-03-20T15:56:24Z
https://github.com/strawberry-graphql/strawberry/issues/3126
[ "bug" ]
devkral
1
InstaPy/InstaPy
automation
5,969
After liking post, comment and follow the same user
When running like by hashtags, I've set to comment on 20% and follow 20%. InstaPy will comment and follow 20% but not necessarily the same person. So some people will get like + comment and some will get like + follow. Is there any way to make the 20% it follows to be the same 20% of people it commented so th...
closed
2020-12-19T21:54:39Z
2021-07-21T07:18:30Z
https://github.com/InstaPy/InstaPy/issues/5969
[ "wontfix" ]
Ardy000
1
pywinauto/pywinauto
automation
1,372
Application hangs at FindAll in uia_element_info.py
## Expected Behavior Can quickly complete script ## Actual Behavior It will take more than 60 seconds to run FindAll of IUIA().root object ## Steps to Reproduce the Problem 1. download and install RingCentral.exe, and login 2. run a python file with code 'Desktop(backend="uia").windows(title="Taskbar"...
open
2024-01-31T07:03:49Z
2024-01-31T07:03:49Z
https://github.com/pywinauto/pywinauto/issues/1372
[]
travis-1992
0
plotly/plotly.py
plotly
4,366
Add a function to save animations as mp4 files.
Dear Plotly Express Community, I hope this message finds you well. I am an enthusiastic user of Plotly Express, and I have a feature suggestion that I believe would greatly enhance the utility of this fantastic library: the ability to save animations as MP4 files. Currently, Plotly Express provides several functi...
closed
2023-09-20T16:52:43Z
2024-07-11T17:24:25Z
https://github.com/plotly/plotly.py/issues/4366
[]
robbymumo
2
streamlit/streamlit
deep-learning
10,363
v1.42.0 - st.login() Error: Proof Key for Code Exchange is required for cross-origin authorization code redemption.
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary I have SSO setup in Azure (Microsoft EntraID)...
closed
2025-02-07T22:18:00Z
2025-02-08T13:47:34Z
https://github.com/streamlit/streamlit/issues/10363
[ "type:not-issue" ]
numericOverflow
2
piskvorky/gensim
nlp
3,173
Gensim 4.0 loading Phraser trained from Gensim 3.x
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2021-06-15T21:01:10Z
2021-06-16T08:42:33Z
https://github.com/piskvorky/gensim/issues/3173
[]
canmingh
2
postmanlabs/httpbin
api
724
Crash when passing an accent in payload (via headers)
If one goes here: - http://httpbin.org/#/Response_inspection/get_response_headers - type "éphémère" and you'll get an error 500: - https://httpbin.org/response-headers?freeform=%C3%A9ph%C3%A9m%C3%A8re HTTP 1 headers encoding is a legacy subject (latin-1 etc), as mentioned here: - https://github.com/elixir-mint/m...
open
2024-06-18T06:35:48Z
2024-06-18T06:59:31Z
https://github.com/postmanlabs/httpbin/issues/724
[]
thbar
1
neuml/txtai
nlp
343
Add graph documentation
Update documentation with graph configuration and details.
closed
2022-09-20T12:12:00Z
2022-09-20T12:13:32Z
https://github.com/neuml/txtai/issues/343
[]
davidmezzetti
0
PokemonGoF/PokemonGo-Bot
automation
5,423
Error in config
What did I do wrong this time XD?? Docker says: "/usr/src/app/pokemongo_bot/../configs/config.json:441:0: Error: Unexpected text after end of JSON value | At line 441, column 0, offset 16194 /usr/src/app/pokemongo_bot/../configs/config.json: has errors 2016-09-13 15:25:09,420 [ cli] [CRITICAL] Error with con...
closed
2016-09-13T15:29:57Z
2016-09-13T16:36:38Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5423
[]
jh0s3ph
0
google-research/bert
tensorflow
880
some questions about the script run_classifier_with_tfhub
![image](https://user-images.githubusercontent.com/30173360/66884390-a11b4d80-f003-11e9-8039-c722da00dbce.png) In this script, what's the meaning of the tag、trainable? when I set the trainable is True, does the word embedding change in finue-tune?
open
2019-10-16T03:00:12Z
2019-10-16T03:00:12Z
https://github.com/google-research/bert/issues/880
[]
Cumberbatch08
0
iperov/DeepFaceLab
machine-learning
5,499
3090 faceset extract is very slow,Is it possible to use chunking and multiple processes for extraction operations?
## Expected behavior very fast extract face ## Actual behavior extract face fastest speed is only 2.34it/s ## Steps to reproduce data_xxx faceset extract.bat ## Other relevant information - RTX3090 Is it possible to use chunking and multiple processes for extraction operations?
open
2022-03-22T06:36:30Z
2023-06-08T23:18:46Z
https://github.com/iperov/DeepFaceLab/issues/5499
[]
deviljoker5200
1
roboflow/supervision
machine-learning
1,144
Multi-can tracking
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question I have 6 cams connected in a hallway and my task is to track and count people walking in it (there are always many people there), yet I do not u...
closed
2024-04-26T11:54:47Z
2024-04-26T12:09:35Z
https://github.com/roboflow/supervision/issues/1144
[ "question" ]
Vdol22
1
littlecodersh/ItChat
api
130
sync check失败,{retcode:"1100",selector:"0"}
设备系统: android 5.1.1 微信版本: 6.3.27 可以正常扫码登录。登录后就在命令行界面显示LOG OUT. 我看了itchat的源码, 在源码中加了一些调试信息。 发现在sync check的时候, retcode和selector有问题。 sync check msg: window.synccheck={retcode:"1100",selector:"0"} 我用iphone登录itchat是ok。 看到的retcode和selector是 sync check msg: window.synccheck={retcode:"0",selector:"2"}。 想问下问题出在哪里, 有没有什么...
closed
2016-10-30T09:31:22Z
2016-11-01T15:19:33Z
https://github.com/littlecodersh/ItChat/issues/130
[ "bug" ]
hackstoic
3
xlwings/xlwings
automation
1,941
Necessity for 32bit Windows numpy/scipy binaries in future
This is not an issue, but a RFC especially for @fzumstein and users of xlwings. _How important is the availability of the 32-bit numpy/scipy stack in future?_ I'm asking here, because MS Office is AFAIK often installed as 32-bit due to compatibility to old Addins. I know the default bitness during install is 64-b...
closed
2022-06-21T15:46:35Z
2022-06-21T17:57:01Z
https://github.com/xlwings/xlwings/issues/1941
[]
carlkl
2
piskvorky/gensim
data-science
2,880
Really remove the 10000-token limit in [Word2Vec, FastText, Doc2Vec]
The *2Vec models have an underdocumented implementation limit in their Cython paths: any single text passed to training that's more than 10000 tokens is silently truncated to 10000 tokens, discarding the rest. This may surprise users with larger texts - as much of the text, including words discovered during the vocabul...
open
2020-07-12T04:39:25Z
2022-04-12T21:37:11Z
https://github.com/piskvorky/gensim/issues/2880
[ "feature", "difficulty hard", "impact MEDIUM", "reach LOW" ]
gojomo
7
ranaroussi/yfinance
pandas
2,177
NaN on the last Close for some tickers if using Tickers function with more than one ticker
### Describe bug If I call `tk = yfinance.Tickers('1ABBV.MI').history(start=start_date, end=end_date)` the last Close for 1AABV.MI is always filled If I Call `tk = yfinance.Tickers('1ABBV.MI 1AAPL.MI').history(start=start_date, end=end_date)` I always get the last close as NaN for 1AABV.MI if I try to swap ...
closed
2024-12-13T15:16:29Z
2025-02-16T20:14:01Z
https://github.com/ranaroussi/yfinance/issues/2177
[]
MarcoOvidi
3
sammchardy/python-binance
api
564
OpenPose tensolflow Microsoft Visual Studio 2017 cl.exe' failed with exit status 2 error
Hello while trying to run open pose with tesorfolw gpu following https://github.com/ildoonet/tf-pose-estimation I ran into this error in git bash ERROR: Command errored out with exit status 1: command: 'C:\Users\HP\anaconda3\envs\AIMachine\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'...
closed
2020-07-29T15:57:20Z
2020-07-29T22:09:52Z
https://github.com/sammchardy/python-binance/issues/564
[]
NusaibaNizam
0
NullArray/AutoSploit
automation
1,299
traceback issue
# Running information <!-- Running detail, OS, arch, did you clone, etc --> - What branch did you download? - 4.0 - Clone, or docker run? - Clone - What OS are you running? Parrot OS 4.11.2 # Program information <!-- Basic python information we will need --> - Python version number? Python 3...
open
2021-07-15T08:45:55Z
2021-07-15T08:45:55Z
https://github.com/NullArray/AutoSploit/issues/1299
[]
Jinnku
0
PrefectHQ/prefect
automation
17,414
DaskTaskRunner does not properly wait for mapped futures
### Bug summary When passing a list of mapped futures to a downstream task via `wait_for`, the downstream tasks runs immediately and does not wait: (EDIT: fixed typo) ```python from prefect import task, flow from prefect_dask import DaskTaskRunner from time import sleep @task def list_nums(): return [1, 5, 10] @...
closed
2025-03-07T17:24:28Z
2025-03-07T21:43:23Z
https://github.com/PrefectHQ/prefect/issues/17414
[ "bug", "integrations" ]
bnaul
5
hyperspy/hyperspy
data-visualization
3,324
Producing sum-spectra of non rectangular ROIs from Bruker M4 Tornado X-ray fluorescence BCF files
Hi there, I cannot find a solution to the following in the documentation: I am trying to use hyperspy on Bruker M4 Tornado X-ray fluorescence BCF files in order to extract sum-spectra of regions of interest (ROIs). My ROIs are exported from ImageJ as text files containing a list of x and y coordinates. The shapes o...
closed
2024-02-26T20:35:27Z
2024-03-23T10:57:33Z
https://github.com/hyperspy/hyperspy/issues/3324
[]
AbaPanu
7
Sanster/IOPaint
pytorch
217
May you upgrade cuda as torch to Found existing installation: torch 1.13.1+cu117
As other softs are using this one, the torch1.12+cu113 is just obsolete and make a fuss with the premium installs.. With no compatibility, Lama has to be down to keep other functionning. is it possible ?
closed
2023-02-15T17:50:13Z
2023-03-05T23:59:32Z
https://github.com/Sanster/IOPaint/issues/217
[]
AkoZ
4
litestar-org/litestar
api
3,373
bug(typing): Internal type exposed on public interface
We expose `SchemaCreator` on DTOFactory.create_openapi_schema()`, but its an undocumented type. We should replace it with a protocol. This weird wording is because `SchemaFactory` is an internal type, but its exposed on a public interface here. We should probably replace the annotation with a Protoc...
open
2024-04-11T00:00:48Z
2025-03-20T15:54:35Z
https://github.com/litestar-org/litestar/issues/3373
[ "Bug :bug:" ]
peterschutt
0
ansible/awx
automation
15,082
Are `ghcr.io/ansible/awx_devel` Docker images supported?
Hi, Sorry for not following the issue template. I'm trying to install AWX locally to play with it. The best solution I found is to follow the https://github.com/ansible/awx/blob/devel/tools/docker-compose/README.md which instructs to: - build the `awx_devel` Docker image via `make docker-compose-build` - run the A...
closed
2024-04-09T14:00:53Z
2024-06-14T15:32:47Z
https://github.com/ansible/awx/issues/15082
[ "needs_triage", "community" ]
AlexPykavy
1
httpie/cli
python
581
Many tests fail
Ubuntu 16.10 tag: 0.9.8 Building & testing with: ``` echo -------- echo Cleaning echo -------- cd git-httpie sudo -u actionmystique -H git-reset-clean-pull-checkout.sh $branch $tag echo ----------------------- echo Installing Dependencies ec...
closed
2017-05-01T18:14:35Z
2019-09-03T15:23:17Z
https://github.com/httpie/cli/issues/581
[]
jean-christophe-manciot
6
giotto-ai/giotto-tda
scikit-learn
42
Linting
The azure-pipelines execute the `flake8` command to check the code linting. There are some linting problems: ``` ./giotto/__init__.py:1:48: W291 trailing whitespace ./giotto/base.py:1:80: E501 line too long (90 > 79 characters) ./giotto/homology/point_clouds.py:195:13: E128 continuation line under-indented for vis...
closed
2019-10-20T21:32:24Z
2019-12-06T06:56:38Z
https://github.com/giotto-ai/giotto-tda/issues/42
[]
matteocao
0
sammchardy/python-binance
api
646
BinanceAPIException: APIError(code=-1022): Signature for this request is not valid. - when trying to cancel order
Hi, i'm trying to cancel an active order, i get the list of orders with futures_get_open_orders() and i try to cancel order like this : futures_cancel_order(symbol='EGLDUSDT', origClientOrderIdList=["asdasda"], timestamp=client.get_server_time()) or: .futures_cancel_order(symbol='EGLDUSDT', orderIdList=[12313...
open
2021-01-16T00:18:33Z
2023-05-24T14:43:05Z
https://github.com/sammchardy/python-binance/issues/646
[]
liviuancas
7
nltk/nltk
nlp
2,549
CoreNLP server connection issue
For some reason, I can't connect to the server. Can anyone help me out? Here's the code I'm running. from nltk.parse.corenlp import CoreNLPServer server = CoreNLPServer("stanford-corenlp-4.0.0.jar","stanford-corenlp-4.0.0-models.jar",verbose=True) server.start() from nltk.parse.corenlpnltk.pa import CoreNLPPars...
open
2020-05-29T03:42:58Z
2020-05-29T03:42:58Z
https://github.com/nltk/nltk/issues/2549
[]
BS211561
0
CorentinJ/Real-Time-Voice-Cloning
python
1,273
AttributeError: module 'umap' has no attribute 'UMAP' on macOS Big Sur
I tried a clean installation of the repo on macOS with Python3.8: ``` brew install python@3.8 mkdir venv python3.8 -m venv ./venv source venv/bin/activate python3 -m pip install --upgrade pip # packages missing from requirements.txt python3 -m pip install torch torchvision torchaudio unidecode librosa inflec...
open
2023-11-19T17:45:53Z
2024-07-25T20:39:17Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1273
[]
mm3509
2