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
ymcui/Chinese-BERT-wwm
tensorflow
203
model sizing of โ€BERT-wwm-ext, Chineseโ€ and โ€BERT-wwm, Chineseโ€
closed
2021-10-31T12:02:49Z
2021-11-01T14:29:41Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/203
[]
elulue
2
dpgaspar/Flask-AppBuilder
flask
1,700
Type error in the official rest_api example code
I am a new FAB user here, and found a minor but frustrating error in the official documentation. - https://flask-appbuilder.readthedocs.io/en/latest/rest_api.html - Flask-AppBuilder/docs/rest_api.rst I was trying to follow through the above rest_api example, and copy the exact code below to my editor but it did...
closed
2021-09-17T02:50:21Z
2021-09-17T13:58:00Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1700
[]
journeast
1
nltk/nltk
nlp
2,984
Senses lost in WordNet mappings
The Multilingual Wordnet uses WordNet 3.0 identifiers, and relies on mappings when used together with later wordnet versions. However, a few WordNet 3.0 synsets are deprecated in these later versions, and thus _lost in the mapping_. Presently, these cases lead to fatal errors. For example, one of the 3 senses of 'per...
closed
2022-04-18T09:20:13Z
2022-05-03T01:19:28Z
https://github.com/nltk/nltk/issues/2984
[]
ekaf
1
sktime/pytorch-forecasting
pandas
1,304
Validation DataLoader speed deteriorates significantly
- PyTorch-Forecasting version: 1.0.0 - PyTorch version: 2.0.1+cu117 - Python version: 3.9.16 - Operating System: Linux 4.14.311-161.529.amzn1.x86_64 #1 SMP Thu Mar 23 10:36:36 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### Expected behavior Evaluation time to be increasing linearly to the amount of data. ### A...
open
2023-05-15T21:44:36Z
2023-05-15T22:01:11Z
https://github.com/sktime/pytorch-forecasting/issues/1304
[]
zhh210
0
exaloop/codon
numpy
559
String concatenation in a loop slow compared to Python
test code ``` import time def test_f_string_format_performance(num_entries: int) -> float: start_time = time.time() for i in range(num_entries): formatted_string = f"Number {i}: {i * 2}" return time.time() - start_time def test_string_concatenation_performance(num_entries: int) -> float:...
open
2024-05-21T03:36:55Z
2024-09-23T05:08:43Z
https://github.com/exaloop/codon/issues/559
[]
willstudy
4
koaning/scikit-lego
scikit-learn
330
[FEATURE] allow custom best_estimator picking
@MBrouns and @koaning understand it. ``` grid = GridSearch(...) policy = RefitPolicy(filter_steps=, score_steps=, combiner=) best_est = policy.pick_best_est(grid) ``` Types of functions to pass in: ``` veto_policy = hard_filter score_added = sklearn.metrics combiner = ways of combining scores ``` ...
closed
2020-05-01T16:45:23Z
2023-09-25T18:02:03Z
https://github.com/koaning/scikit-lego/issues/330
[ "enhancement" ]
koaning
2
graphistry/pygraphistry
pandas
629
[BUG] g2.search(..., fuzzy=True, cols=['title','text'] ), AssertionError: ydf must be provided to transform data
**Describe the bug** It seems, exact match(fuzzy=False) works well, but for fuzzy=True it fails giving the following error: AssertionError: ydf must be provided to transform data **To Reproduce** Code, including data, than can be run without editing: Ask-HackerNews-Demo.ipynb g2 = g.umap(X=['title','text']....
open
2025-01-04T17:04:02Z
2025-01-10T09:51:35Z
https://github.com/graphistry/pygraphistry/issues/629
[ "bug", "help wanted", "p2", "good-first-issue" ]
maksim-mihtech
2
apachecn/ailearning
python
540
MachineLearning(ๆœบๅ™จๅญฆไน ) ๅญฆไน ่ทฏ็บฟๅ›พ้“พๆŽฅๅคฑๆ•ˆ
MachineLearning(ๆœบๅ™จๅญฆไน ) ๅญฆไน ่ทฏ็บฟๅ›พ้“พๆŽฅๅคฑๆ•ˆ๏ผš http://www.apachecn.org/map/145.html
closed
2019-08-05T05:50:26Z
2019-10-28T03:17:39Z
https://github.com/apachecn/ailearning/issues/540
[]
gocpplua
1
Josh-XT/AGiXT
automation
419
Error updating agent:
### Description On the settings page: When pushing update agent button I get an error Got also this error, when creating a new agent with azure as provider ### Steps to Reproduce the Bug 1. got to settings page 2. click 'update agent' button 3. receive error V2: create agent 1. go to settings page ...
closed
2023-05-21T07:40:13Z
2023-05-21T12:10:33Z
https://github.com/Josh-XT/AGiXT/issues/419
[ "type | report | bug", "needs triage" ]
WillTryToDoItRight
1
noirbizarre/flask-restplus
api
509
Can't read swagger JSON from http://my_url/swagger.json
If this is a wrong place to post this question, please delete. I am running a docker container behind AWS Application Load Balancer. We forward based on the path. ex. http://my_url/application, will be forwarded based on "application". The container is using Flask-rest to generate documentation. Here is from m...
closed
2018-08-07T20:22:00Z
2018-08-08T15:14:34Z
https://github.com/noirbizarre/flask-restplus/issues/509
[]
blondowski
1
plotly/dash-cytoscape
plotly
20
Object Oriented Approach for Elements, Styling and Layouts
## Description At the moment, the elements, styles and layouts are specified using dictionaries. In fact, the syntax is closer to CSS and JS than Pythonic (although dictionaries are inherently pythonic, an object-oriented approach would be intuitive for long-time python users). I still believe dictionary declaration...
closed
2019-01-08T15:38:20Z
2020-06-18T18:30:46Z
https://github.com/plotly/dash-cytoscape/issues/20
[ "suggestion" ]
xhluca
1
erdewit/ib_insync
asyncio
109
marketPrice
I think there may be a very minor issue with the marketPrice() method in the Ticker class. When the market is closed the bid and and ask will return a -1. When that happens the first conditional statement will return nan instead of last. As a result the next conditional statement returns the close. Instead the first...
closed
2018-11-16T00:15:59Z
2018-11-16T09:57:10Z
https://github.com/erdewit/ib_insync/issues/109
[]
ejpjapan
1
OWASP/Nettacker
automation
126
Implementing SSL vulnerability Scanner
Implementing SSL based vulnerabilities like SSL logjam, SSL drown, SSL Poodle, SSL crime, TLS fallback, SSL lucky13, Weak DH ciphers and many others by enumerating server ciphers and also by detecting which SSL/TLS versions are being used in the server.
closed
2018-04-24T03:09:47Z
2021-02-02T20:24:54Z
https://github.com/OWASP/Nettacker/issues/126
[ "enhancement" ]
pradeepjairamani
9
3b1b/manim
python
1,920
Invalid color type Exception occured running ControlsExample in example_scenes.py
I ran the ControlsExample in example_scenes.py ``` manimgl .\example_scenes.py ControlsExample ``` and this Exception occured: ``` Traceback (most recent call last): File "E:\Anaconda\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "E:\Anaconda\lib\runpy....
closed
2022-11-28T14:13:08Z
2023-01-31T17:17:45Z
https://github.com/3b1b/manim/issues/1920
[ "bug" ]
YalienY
1
unit8co/darts
data-science
1,985
[Scaler] General procedure. [SHAP] Single timestamp forceplots.
Hi there! First of all, congratulations on the amazing library; I'm really enjoying it. I've been using Darts for my latest project (so by no means am I an expert), and I've come across a couple of questions that I would greatly appreciate your help with. I've used the standard TimeSeries.from_series() method to ...
closed
2023-09-07T09:03:58Z
2024-01-21T15:27:29Z
https://github.com/unit8co/darts/issues/1985
[ "question", "q&a" ]
nomadicsenseis
1
graphql-python/gql
graphql
88
ModuleNotFoundError with the latest 0.5.0 version and the documentation example
Reproduction: ```console $ virtualenv env $ . .\env\Scripts\activate $ pip install aiohttp gql $ python >>> from gql.transport.aiohttp import AIOHTTPTransport Traceback (most recent call last): File ".\test_gql.py", line 1, in <module> from gql.transport.aiohttp import AIOHTTPTransport ModuleNotFoundErr...
closed
2020-05-16T20:32:38Z
2022-01-07T10:37:34Z
https://github.com/graphql-python/gql/issues/88
[ "type: question or discussion" ]
bozhodimitrov
14
sammchardy/python-binance
api
1,272
How do I know whether the volume gotten from "(futures(get)_historical_klines" is divided by 1M or not?
klines_SHIBUSDT = client.futures_historical_klines('1000SHIBUSDT', '1d', "2017-01-01 00:00:00") klines_BTCUSDT = client.futures_historical_klines('BTCUSDT', '1d', "2017-01-01 00:00:00") The volume of SHIBUSDT is more than BTCUSDT cause it is not divided by 1M. How do I know that? Thanks
open
2022-12-03T07:25:32Z
2022-12-03T07:25:32Z
https://github.com/sammchardy/python-binance/issues/1272
[]
wanga10000
0
vaexio/vaex
data-science
1,689
[Locking] When converting tsv files, it would be nice to specify the directory where the vaex lock files go
**Description** When converting tsv files, it would be nice to specify the directory where the vaex lock files go. If we could create an option for example: ``` vx.from_csv(path_to_file, lock_folder="/tmp") ``` that could make this clutter a bit better also, sometimes the current working directory is read onl...
closed
2021-11-09T20:43:20Z
2021-12-24T17:13:36Z
https://github.com/vaexio/vaex/issues/1689
[ "enhancement", "priority: medium" ]
mwang87
3
Anjok07/ultimatevocalremovergui
pytorch
839
I can not use UVR-BVE-4B-SN
Last Error Received: Process: VR Architecture If this error persists, please contact the developers with the error details. Raw Error Details: RuntimeError: "Error(s) in loading state_dict for CascadedNet: size mismatch for stg1_low_band_net.0.lstm_dec2.lstm.weight_ih_l0: copying a param with shape torch....
open
2023-09-30T18:43:41Z
2023-10-29T17:23:44Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/839
[]
omideghbalnassab
1
GibbsConsulting/django-plotly-dash
plotly
374
The plotly_direct command doesn't provide session state to the dash callback using Dash 2.0
This HTML code ``` <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> {%load plotly_dash%} {% plotly_header %} </head> <body> {% plotly_direct name="SimpleExample"%} </body> {% plotly_footer %} </html> ``` with this in app views.py ``` def detail(...
closed
2022-01-05T16:45:07Z
2022-06-06T02:01:08Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/374
[ "question" ]
EmperorPenguin117
2
pydantic/pydantic
pydantic
10,619
When I used "A Simple Example" in the `README` part of pydantic, I saw it was unclear in the terminal output by default.
When I used "A Simple Example" in the `README` part of pydantic, I saw it was unclear in the terminal output by default. > ``` > from datetime import datetime > from typing import List, Optional > from pydantic import BaseModel > > class User(BaseModel): > id: int > name: str = 'John Doe' > sig...
closed
2024-10-14T03:56:08Z
2024-10-14T07:55:18Z
https://github.com/pydantic/pydantic/issues/10619
[]
v-danh
0
thtrieu/darkflow
tensorflow
973
how does fine tuning work ?
I have copied the cfg file, edited it with filters, classes, etc ..., I changed labels file I trained the network ... and it's working. but I can't figure out what exactly is "fine tuning", is it only the way darkflow works ? i.e. loading pre-trained weights for all layers except for the last 2 ? or there is so...
open
2019-01-20T10:57:29Z
2019-01-20T10:57:29Z
https://github.com/thtrieu/darkflow/issues/973
[]
Exorcismus
0
d2l-ai/d2l-en
computer-vision
2,582
The mlm loss computation in the function _get_batch_loss_bert seems wrong in d2l pytorch code
In my opinion, the BERT pretrain batch loss in the function _get_batch_loss_bert is not correct. The following is the detail: The CrossEntropyLoss is initialized with default reduction 'mean', `loss = nn.CrossEntropyLoss() ` In the function _get_batch_loss_bert, mlm_loss and nsp_loss used the same input instanc...
open
2024-01-06T11:44:26Z
2024-01-29T02:13:33Z
https://github.com/d2l-ai/d2l-en/issues/2582
[]
lyconghk
2
slackapi/bolt-python
fastapi
948
How to get query params from oauth/v2/authorize to the success handler
@seratch Recently explained that to get a query param from a /slack/install call to the authorize call you need to overload the handle_installation call like so `As previously mentioned, you can create a custom OAuthFlow class and override the OAuthFlow#handle_installation(request: BoltRequest) method. Once y...
closed
2023-08-22T05:04:06Z
2023-08-22T23:09:01Z
https://github.com/slackapi/bolt-python/issues/948
[ "question" ]
bhaktatejas922
3
psf/black
python
3,982
black >= 23.10.0 does not provide compiled wheels usable on Apple Silicon machines with macOS Sonoma with Python.org 3.11
<!-- Please make sure that the bug is not already fixed either in newer versions or the current development version. To confirm this, you have three options: 1. Update Black's version if a newer release exists: `pip install -U black` 2. Use the online formatter at <https://black.vercel.app/?version=main>, which w...
closed
2023-10-26T22:23:09Z
2023-10-26T22:23:38Z
https://github.com/psf/black/issues/3982
[ "T: bug" ]
glyph
1
albumentations-team/albumentations
machine-learning
2,029
ToTensorV2 return always a CHW image
In contrast to the docstring, where it is specified that if an image in HW format is passed ToTensorV2 will return a HW image https://github.com/albumentations-team/albumentations/blob/759d8de18732881a9e12c56f313fe84e35558841/albumentations/pytorch/transforms.py#L16 the method apply() returns always a CHW images:...
closed
2024-10-25T16:22:31Z
2024-10-25T16:41:33Z
https://github.com/albumentations-team/albumentations/issues/2029
[ "bug" ]
rmarconzini
1
ultralytics/yolov5
machine-learning
12,433
Polygraphy compares the output of onnx and TensorRT engine is inconsistent
### Search before asking - [X] 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 used the following command to export the onnx model๏ผš ``` python export.py --we...
closed
2023-11-27T01:33:13Z
2024-01-07T00:23:34Z
https://github.com/ultralytics/yolov5/issues/12433
[ "question", "Stale" ]
JensenGao
4
plotly/dash
plotly
2,701
[Feature Request] Making setProps available
### Feature request Make `setProps` function available in Dash so it's possible to update a prop in JavaScript and have it trigger a Dash callback. ### Use Cases: __Dash AG Grid__ Dash Ag Grid has a limited number of props that trigger callbacks. While the Grid's full API is accessible clientside, ther...
closed
2023-11-25T21:55:11Z
2024-03-11T16:37:00Z
https://github.com/plotly/dash/issues/2701
[ "feature", "P1" ]
AnnMarieW
1
trevismd/statannotations
seaborn
169
pvalue_format Parameter error in Annotator.config call
When I'm running something like this where I'm trying to set the pvalue levels like in the docs: ``` annot = Annotator(ax, pairs, data=df, x='variable', y='value', hue='syntenic', order=order, hue_order=hue_order) annot.configure(test='Mann-Whitney',text_format='star', loc='inside',pvalue_format=[[1...
closed
2025-02-15T21:01:47Z
2025-03-09T13:12:41Z
https://github.com/trevismd/statannotations/issues/169
[]
mtvector
1
FactoryBoy/factory_boy
django
271
Deprecate Fuzzy Attributes that are already supported in Faker
I'd like to start a conversation around deprecating and eventually removing the Fuzzy Attributes that are already supported by Faker: http://factoryboy.readthedocs.org/en/latest/fuzzy.html Reasoning: I'd prefer to limit the scope of FactoryBoy to handling turning input data into models, including complicated scenario...
open
2016-02-17T21:07:59Z
2024-10-10T10:02:37Z
https://github.com/FactoryBoy/factory_boy/issues/271
[ "DesignDecision" ]
jeffwidman
34
pnkraemer/tueplots
matplotlib
24
Automated PyPi publishing
It might be very useful to automate the pypi publishing via a github action that is coupled to (potential future) releases. See for example https://github.com/marvinpfoertner/cholupdates/blob/main/.github/workflows/python-publish.yml
closed
2021-12-09T16:02:53Z
2022-01-11T09:58:36Z
https://github.com/pnkraemer/tueplots/issues/24
[]
pnkraemer
0
grantmcconnaughey/cookiecutter-django-vue-graphql-aws
graphql
3
frontend failed to build. win10
# docker-compose up --build Building frontend Step 1/3 : FROM node:10-alpine ---> 947b2561f403 Step 2/3 : RUN apk add --no-cache git ---> Running in fa89055619cb fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKIND...
open
2020-04-14T17:10:45Z
2020-04-18T16:10:24Z
https://github.com/grantmcconnaughey/cookiecutter-django-vue-graphql-aws/issues/3
[]
davehorner
1
ARM-DOE/pyart
data-visualization
815
Plotting/displaying legacy NEXRAD level II data
Good evening- I am attempting to plot a map of NEXRAD reflectivity data from Sterling, VA (KLWX) for September 24, 2001, using the following code: import matplotlib.pyplot as plt import pyart import numpy as np # open the file, create the displays and figure filename = 'KLWX20010924_210141_file' radar = pyar...
closed
2019-02-28T02:38:50Z
2022-11-07T17:22:19Z
https://github.com/ARM-DOE/pyart/issues/815
[]
kenpryor67
6
Johnserf-Seed/TikTokDownload
api
782
Meeyd_dhaye
https://github.com/tiktokrechargecoins
open
2025-02-09T00:29:29Z
2025-02-09T00:30:46Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/782
[]
lillchriz
2
gevent/gevent
asyncio
2,024
Questions about Copilot + Open Source Software Hierarchy
Hi! My name is Chris and I'm writing a thesis on Open Source Software. I'm trying to collect/validate my data and I have two questions for the maintainers of this project. 1. **Did maintainers of this project receive free github copilot access on June 2022, as maintainers of popular open source projects? And do projec...
closed
2024-03-25T15:05:00Z
2024-04-25T14:48:02Z
https://github.com/gevent/gevent/issues/2024
[]
liaochris
0
microsoft/nni
pytorch
4,785
Using torch.jit.export, AttributeError: 'RecursiveScriptModule' object has no attribute '_name' โ€‹
**Describe the issue**: I am trying to package my model into a jit package. In the process, I want to include the predict function (SSD model) in the jit package for which I am using a function decorator called `@torch.jit.export`. On decorating the function with this, I am getting the following error. If I exclud...
closed
2022-04-20T13:55:56Z
2022-05-13T08:58:09Z
https://github.com/microsoft/nni/issues/4785
[]
shenoynikhil98
4
pyro-ppl/numpyro
numpy
1,963
Error with control_flow.scan and plated uniform random variables
Hi -- I'm facing this weird issue where I'm unable to run a model with `control_flow.scan` and uniformly distributed random variables in it. The following is a simplified reproducer of what I'm trying to do ```python import jax from jax import numpy as jnp import numpyro from numpyro import distributions as dist from ...
closed
2025-01-29T19:31:50Z
2025-01-30T18:05:54Z
https://github.com/pyro-ppl/numpyro/issues/1963
[ "bug" ]
miguelbiron
1
dask/dask
pandas
11,420
merge_asof Throws error when merging to single partitions
**Describe the issue**: Encountered this issue while trying to debug other issues using a subset of the data I typically use, i.e. the data fit into a single partition. One might argue this isn't the appropriate use case for the Dask library but the error message is also confusing. **Minimal Complete Verifiable ...
closed
2024-10-08T15:12:20Z
2024-10-10T16:50:25Z
https://github.com/dask/dask/issues/11420
[ "dask-expr" ]
kylehiroyasu
0
QingdaoU/OnlineJudge
django
472
ๅ…ณไบŽๆ€ง่ƒฝ็–‘้—ฎ
ๅฆ‚4ๆ ธ8GๆœๅŠกๅ™จ๏ผŒ่ƒฝๆ”ฏๆŒๅคšๅฐ‘ไบบๅŒๆ—ถๆไบคๅ‘ข 200~300๏ผŸ
closed
2024-07-26T06:19:54Z
2024-08-01T05:03:31Z
https://github.com/QingdaoU/OnlineJudge/issues/472
[]
xuyu199742
1
dpgaspar/Flask-AppBuilder
rest-api
1,948
Adding filters for columns from JSON keys to search drop down
### Environment Flask-Appbuilder version: 3.4.5 (running from within Airflow 2.2.5 iirc) ### Describe the expected results I've got a table within PostgreSQL that I'm querying, that I don't control. The table has a JSONB column, for which there is no support; this isn't a problem a I'm only interested in a few...
open
2022-11-04T19:20:41Z
2022-11-07T21:22:06Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1948
[]
aodj
0
aiogram/aiogram
asyncio
981
Specifying python version 3.7 in the documentation as valid
### Checklist - [X] I am sure the error is coming from aiogram code - [X] I have searched in the issue tracker for similar bug reports, including closed ones ### Operating system Windows 11 ### Python version 3.7 ### aiogram version 3.0.0b4 ### Expected behavior The documentation should indi...
closed
2022-08-15T20:01:56Z
2023-08-04T18:22:45Z
https://github.com/aiogram/aiogram/issues/981
[ "bug", "docs", "upstream", "3.x" ]
romanolegov
1
ContextLab/hypertools
data-visualization
122
new feature: "precognition" animation option
chemtrails is turned on before the animated plot starts so you can see where the lines are going
closed
2017-05-25T19:23:50Z
2017-05-30T16:47:59Z
https://github.com/ContextLab/hypertools/issues/122
[]
andrewheusser
1
airtai/faststream
asyncio
1,319
Feature: use subscribe in KafkaBroker to create handlers with explicit options propagation
https://aiokafka.readthedocs.io/en/stable/consumer.html?highlight=subscribe#topic-subscription-by-pattern
closed
2024-03-18T17:05:45Z
2024-04-16T17:52:59Z
https://github.com/airtai/faststream/issues/1319
[ "enhancement", "good first issue" ]
Lancetnik
0
jupyterlab/jupyter-ai
jupyter
929
`allowlist` not fully respected
I was expecting that any entry in the `allowlist` will ensure that other providers are not allowed. However, the protocols show that provider-specific imports are nevertheless tested. This affects in contrast to https://github.com/jupyterlab/jupyter-ai/issues/913 version 2.19.1 and is IMHO independent of that issue...
open
2024-08-02T14:33:44Z
2024-08-02T14:36:53Z
https://github.com/jupyterlab/jupyter-ai/issues/929
[ "bug" ]
jhgoebbert
0
PaddlePaddle/ERNIE
nlp
784
Modeling_ernie.py ไธญfrom_pertrainedๆœ‰bug
็Žฏๅขƒ๏ผš win10 python3.7 paddle2.2 ้—ฎ้ข˜๏ผš ๅœจไฝฟ็”จๅฟซ้€Ÿๅผ€ๅง‹ๆ•™็จ‹ๆ—ถ๏ผŒไปฃ็ ๆŠฅ้”™๏ผŒๆ‰“ๅฐไฟกๆฏ๏ผš C:\ProgramData\Anaconda3\lib\site-packages\socks.py:58: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Callable C:\ProgramData\A...
closed
2022-01-07T17:20:57Z
2022-03-16T03:43:09Z
https://github.com/PaddlePaddle/ERNIE/issues/784
[ "wontfix" ]
softsweetengineer
1
lukas-blecher/LaTeX-OCR
pytorch
304
'latexocr' is not recognized as an internal or external command, operable program or batch file.
After doing all steps at finally i am getting error as "'latexocr' is not recognized as an internal or external command, operable program or batch file." while typing cd\LaTeX-OCR and followed by latexocr. Please help me how to execute this application as .exe method
open
2023-08-15T05:38:27Z
2023-09-06T22:29:58Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/304
[]
kirankumara1b2c3
1
hzwer/ECCV2022-RIFE
computer-vision
290
Result slightly diffenrent when do inference with RIFE using same images 2 times
Hello, the mid-frame generated by RIFE is always static when we launch 2 times inference with same input images ? Because I just did a test and realized that the result is somehow slightly different: The image below show the heat map of `img_diff = img1 - img2`, so basically we have 2-3 pixels values diff. ![1](...
closed
2022-11-17T09:25:01Z
2022-11-21T16:23:55Z
https://github.com/hzwer/ECCV2022-RIFE/issues/290
[]
chenyuZha
2
graphql-python/graphene-django
graphql
629
ImportError: cannot import name 'DjangoFilterConnectionField'
I've updated Django to version `2.2.1` but I can't import `from graphene_django.filter import DjangoFilterConnectionField` ``` >>> from graphene_django.filter import DjangoFilterConnectionField Traceback (most recent call last): File "<console>", line 1, in <module> ImportError: cannot import name 'DjangoFilte...
closed
2019-05-08T15:48:19Z
2019-10-23T13:53:21Z
https://github.com/graphql-python/graphene-django/issues/629
[]
Siecje
5
ARM-DOE/pyart
data-visualization
788
GeoTiff broken under python 2.7
See https://github.com/OSGeo/gdal/issues/1120
closed
2018-11-27T21:52:53Z
2018-11-28T16:54:03Z
https://github.com/ARM-DOE/pyart/issues/788
[]
scollis
2
pydantic/pydantic-ai
pydantic
116
Add LLM optimized documentation
### Enhancement When using AI coding assistants it is very helpful to have a version of the documentation that is on a single page and optimized for LLMs, usually markdown source seems to be a good idea. There is also [llmstxt](https://llmstxt.org/) for this purpose but addresses a wider use case, generally making web...
closed
2024-12-02T17:16:23Z
2025-01-15T12:03:46Z
https://github.com/pydantic/pydantic-ai/issues/116
[ "documentation" ]
olafgeibig
9
vitalik/django-ninja
pydantic
686
[BUG] django's `@non_atomic_requests` decorator does not work with ninja views
**Describe the bug** When using `ATOMIC_REQUESTS`, django has a decorator, [`@non_atomic_requests`][1], to opt-out on a specific view. This is necessary e.g. when you want to mix sync and async views, since async views don't support transactions. Applying this decorator to a ninja view doesn't work: ```python ...
open
2023-02-22T22:27:13Z
2024-12-04T07:17:09Z
https://github.com/vitalik/django-ninja/issues/686
[ "help wanted" ]
ajalt
4
Avaiga/taipy
automation
2,434
[๐Ÿ› BUG] Metric takes too much vertical space
### What went wrong? ๐Ÿค” Metric takes too much vertical space and it can't be modified through CSS: ![Image](https://github.com/user-attachments/assets/3ad94250-9429-44c9-9eaf-26e526ab4676) I can't remove the empty space in red: ![Image](https://github.com/user-attachments/assets/0c8fe752-64dd-4db5-ae7f-2253ec1f665e...
closed
2025-01-30T08:44:49Z
2025-01-30T08:55:31Z
https://github.com/Avaiga/taipy/issues/2434
[ "๐Ÿ’ฅMalfunction", "๐ŸŸง Priority: High", "GUI: Front-End" ]
AlexandreSajus
1
lepture/authlib
django
650
Token refresh failed when using AsyncOAuth2Client with client credentials
**Describe the bug** In case of using AsyncOAuth2Client with client credential I'm obtaining a TypeError exception after token expiration when making POST request. **Error Stacks** ```json { "exc_type": "TypeError", "exc_value": "Invalid type for url. Expected str or httpx.URL, got <class 'NoneType'>: ...
open
2024-05-20T05:18:36Z
2025-02-20T09:52:46Z
https://github.com/lepture/authlib/issues/650
[ "bug", "client" ]
radiophysicist
0
hpcaitech/ColossalAI
deep-learning
5,909
[BUG]: Low_Level_Zero plugin crashes with LoRA
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### ๐Ÿ› Describe the bug The line **808** of `zero/low_level/low_level_optim.py` assumes that every single parameter in model.parameters() is trainable. However, this is not true when it comes to LoRA tuning, resulting in training...
open
2024-07-15T11:27:11Z
2024-08-07T02:41:38Z
https://github.com/hpcaitech/ColossalAI/issues/5909
[ "bug" ]
Fallqs
14
joke2k/django-environ
django
248
mongodb url
It would be great to provide mongo_db URL such as SQL/Redis URL config
open
2020-01-27T08:57:39Z
2023-07-17T13:22:03Z
https://github.com/joke2k/django-environ/issues/248
[ "enhancement" ]
ArezKhalimi
1
yihong0618/running_page
data-visualization
102
[ๅฐๅธฎๅŠฉ]running page ็š„iOS app็‰ˆๆœฌ
ๆ‚จๅฅฝ ๆˆ‘ๆญฃๅœจๆ‰“็ฎ—ๅผ€ๅ‘ไธ€ๆฌพiOS็š„app๏ผŒๅฏไปฅ้€š่ฟ‡iOS14ๅฐ็ป„ไปถๅœจๆกŒ้ขๆ˜พ็คบ่ท‘ๆญฅ็š„ๆ–นๆ ผๅ›พ๏ผŒๆˆ‘็›ฎๅ‰็š„ๆ–นๅผๆ˜ฏ่งฃๆžrunning page็”Ÿๆˆ็š„`github.svg`ๆ–‡ไปถ๏ผŒไฝ†ๆ˜ฏ่ฟ™ๆ ทไผšๆœ‰ไธช้—ฎ้ข˜๏ผšๅฆ‚ๆžœsvgๆ–‡ไปถๅŒ…ๅซๅคšไธชๅนดไปฝ็š„่ท‘ๆญฅ่ฎฐๅฝ•๏ผŒ้‚ฃไนˆๆˆ‘ๅฐฑๆฒกๅŠžๆณ•ๅพˆๅฅฝ็š„่ฟ›่กŒๅŒบๅˆ†ใ€‚ๆˆ‘ไนŸ่ฏ•่ฟ‡้€š่ฟ‡`activities.json`ๆ–‡ไปถๆฅๆ“ไฝœ๏ผŒไนŸๆ˜ฏ้‡ๅˆฐไบ†ไธ€็‚น้—ฎ้ข˜๏ผšๅชๅŒ…ๅซๆœ‰ๆ•ฐๆฎ็š„ๅคฉ๏ผŒๆฒกๅŠžๆณ•ๅพˆๅฅฝ็š„้ๅކ ๆ‰€ไปฅๆ‚จ็œ‹่ฟ™ๆ ท่กŒๅ—๏ผš 1. ๅœจsvgๆ–‡ไปถ้‡Œ้ขๅฐ†ๆฏไธ€ไธชๅนดไปฝๅˆ†ๅˆซๆ”พ่ฟ›ไธ€ไธชๅฎนๅ™จ๏ผˆๅ…ƒ็ด ๏ผ‰้‡Œ้ข๏ผŒๆˆ‘ๆๅ–ไธ€ไธชๅฎนๅ™จๅฐฑๆ˜ฏไธ€ไธชๅนด็š„ๆ•ฐๆฎ 2. `activities.json`็›ฎๅ‰ๅชๅŒ…ๅซๆœ‰ๆ•ฐๆฎ็š„ๅคฉ๏ผŒๅธŒๆœ›่ƒฝๅฐ†ๆฒกๆœ‰่ท‘ๆญฅๆ•ฐๆฎ็š„ๅคฉไนŸ่ฟ›่กŒๅกซๅ……๏ผˆๅชๅŒ…ๅซๆ—ฅๆœŸ๏ผŒไธๅŒ…ๅซ่ท‘ๆญฅๆ•ฐๆฎ๏ผ‰๏ผŒๆˆ‘้€š่ฟ‡ๆ—ฅๆœŸๆฅๆ“ไฝœ...
closed
2021-03-23T03:41:34Z
2022-01-07T05:24:25Z
https://github.com/yihong0618/running_page/issues/102
[ "enhancement" ]
L1cardo
30
seleniumbase/SeleniumBase
pytest
2,606
Error Message: element not interactable random appears...
Hello I am getting the following error: `Message: element not interactable` I don't understand how to avoid it, in few words, i am trying to do click on a tab element and get some information from what is within (table with data), before i check the table data, I sleep 2 seconds to try to avoid it (sb.sleep(2...
closed
2024-03-15T06:33:05Z
2024-03-15T15:08:57Z
https://github.com/seleniumbase/SeleniumBase/issues/2606
[ "question" ]
manel00
1
ydataai/ydata-profiling
pandas
823
Profiling is generating the report
Not prodcuing report while using the attached titanic dataset. Code : df=pd.read_csv('train.csv') df.head() Id | MSSubClass | MSZoning | LotFrontage | LotArea | Street | Alley | LotShape | LandContour | Utilities | ... | PoolArea | PoolQC | Fence | MiscFeature | MiscVal | MoSold | YrSold | SaleType | SaleCond...
closed
2021-09-05T09:18:09Z
2021-09-15T20:10:24Z
https://github.com/ydataai/ydata-profiling/issues/823
[]
vvsenthil
2
521xueweihan/HelloGitHub
python
2,394
ใ€ๅผ€ๆบ่‡ช่ใ€‘hel-micro : ๆจกๅ—่”้‚ฆ sdk ๅŒ–๏ผŒๅ…ๆž„ๅปบใ€็ƒญๆ›ดๆ–ฐใ€ๅทฅๅ…ท้“พๆ— ๅ…ณ็š„ๅพฎๆจกๅ—ๆ–นๆกˆ
## ๆŽจ่้กน็›ฎ - ้กน็›ฎๅœฐๅ€๏ผšhttps://github.com/tnfe/hel - ็ฑปๅˆซ๏ผšJS - ้กน็›ฎๆ ‡้ข˜๏ผšๆจกๅ—่”้‚ฆ sdk ๅŒ–๏ผŒๅ…ๆž„ๅปบใ€็ƒญๆ›ดๆ–ฐใ€ๅทฅๅ…ท้“พๆ— ๅ…ณ็š„ๅพฎๆจกๅ—ๆ–นๆกˆ - ้กน็›ฎๆ่ฟฐ๏ผš - ไบฎ็‚น๏ผšhel-micro ไปฅjsไธบๅŸบๅปบๅš่ฟœ็จ‹ๆจกๅ—ๅˆ†ๅ‘ไฝ“็ณป๏ผŒ่€Œ้žๆ‰“ๅŒ…ๅทฅๅ…ทๆ’ไปถ๏ผŒๅฏนๆฏ”`webpack5 fedaration plugin`ใ€`vite-federation-plugin`็ญ‰ๆ–นๆกˆ๏ผŒๅฐ†ๅฝปๅบ•ๅ‘Šๅˆซๅทฅๅ…ท้“พ็ป‘ๅฎš่ฟ™ไธช่‡ดๅ‘ฝ้—ฎ้ข˜๏ผŒๆ„ๅ‘ณ็€ไฝ ๆ— ่ฎบๆ˜ฏ webpack 2 3 4 ใ€viteใ€ parcel ๆˆ–ๅ…ถไป–ไปปไฝ•ไฝ“็ณป๏ผŒ้ƒฝๅฏไปฅไธ€ๆžไฝŽ็š„ไปฃ็ ๆŽฅๅ…ฅๆจกๅ—่”้‚ฆๆŠ€ๆœฏไฝ“็ณป๏ผŒๅนถไบซๅ—ๆจกๅ—่”้‚ฆๅธฆๆฅ็š„ๅ…ๆž„ๅปบใ€็ƒญๆ›ดๆ–ฐใ€ๅŠจๆ€ๅ…ฑไบซไผ˜ๅŠฟ ...
closed
2022-10-08T06:07:44Z
2022-10-26T09:52:00Z
https://github.com/521xueweihan/HelloGitHub/issues/2394
[]
fantasticsoul
4
tortoise/tortoise-orm
asyncio
1,500
meta ordering not working
```py class Event(models.Model): name = fields.TextField() users = fields.ForeignKeyField('models.Users', related_name='events',on_delete=fields.CASCADE) prize = fields.DecimalField(max_digits=10, decimal_places=2, null=True) prize2 = fields.DecimalField(max_digits=10, decimal_places=2, null=True...
open
2023-10-18T08:18:35Z
2023-10-18T08:32:57Z
https://github.com/tortoise/tortoise-orm/issues/1500
[]
neonarc4
1
aleju/imgaug
machine-learning
812
Takes an hour to install from pycharm package manager
Any ideas why this simple script takes an hour to install on pycharm on a DSVM with 224GB memory and 24 Core CPU?
open
2022-03-18T18:31:48Z
2022-04-22T15:44:46Z
https://github.com/aleju/imgaug/issues/812
[]
ffsEveryNameIsTaken
1
abhiTronix/vidgear
dash
163
its not working with OpenCV 4.3.0
I get this error: "[Vidgear:ERROR] :: Installed OpenCV API version(< 3.0) is not supported!" ImportError: [Vidgear:ERROR] :: Installed OpenCV API version(< 3.0) is not supported! but i am working with OpenCV 4.3.0
closed
2020-10-13T00:01:45Z
2020-10-13T08:35:10Z
https://github.com/abhiTronix/vidgear/issues/163
[ "INVALID :stop_sign:", "QUESTION :question:" ]
masterchop
3
ageitgey/face_recognition
machine-learning
1,460
Unable to locate images
* face_recognition version: * Python version: * Operating System: ### Description So I am trying to train my model what multiple images using SVM's SVC classifier While training the model, The face_recognition.face_locations(img) function is **unable** to detect images in a **phone captured image** While it i...
closed
2022-12-26T09:48:18Z
2023-05-01T10:34:21Z
https://github.com/ageitgey/face_recognition/issues/1460
[]
BirenMer
1
gevent/gevent
asyncio
1,556
uWSGI workers die under gevent 1.5.0
* gevent version: `gevent==1.5.0` `greenlet==0.4.15` * Python version: Python 3.6.9 or Python 3.5.2 * Operating System: Linux 5852ea657147 4.15.0-96-generic #97~16.04.1-Ubuntu SMP Wed Apr 1 03:03:31 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux (reproducible in Docker Ubuntu 16.04 & 18.04) ### Description: uWSGI worker...
closed
2020-04-11T08:55:24Z
2020-04-22T21:59:02Z
https://github.com/gevent/gevent/issues/1556
[ "Type: Question" ]
vytas7
7
mwaskom/seaborn
data-visualization
3,558
Elongated Jointplot Issue (Distorted graph)
We are running into an issue with Python 3.12 and Seaborn 0.13.0 that produces elongated jointplots. See screenshot below. <img width="1236" alt="image" src="https://github.com/mwaskom/seaborn/assets/407661/cb1121c7-6122-48f3-9266-fe6c8aa1ec31"> Here is what this should look like, running Python 3.11.4 <img wid...
open
2023-11-13T15:53:29Z
2024-05-15T01:16:21Z
https://github.com/mwaskom/seaborn/issues/3558
[ "mod:distributions", "needs-reprex" ]
cfreder2
3
litestar-org/litestar
asyncio
3,210
Enhancement: Abstraction for injecting template globals
### Summary It would be nice to have a nice abstraction for injecting globals into templates so that we don't have to do such a dance around this current process (see #basic-examples) ### Basic Example Some examples of what is currently required I think: @Alc-Alc's ```py """Template config.""" from __future_...
closed
2024-03-16T04:25:21Z
2025-03-20T15:54:29Z
https://github.com/litestar-org/litestar/issues/3210
[ "Enhancement", "Help Wanted :sos:", "Good First Issue" ]
JacobCoffee
3
SCIR-HI/Huatuo-Llama-Med-Chinese
nlp
72
ๅˆ›ๅปบ่ดฆๆˆท้œ€่ฆ40ๅญ—็ฌฆๆŠฅ้”™ไบ†ๆ€Žไนˆ่งฃๅ†ณๅ‘ขwandb.errors.AuthenticationError: The API key you provided is either invalid or missing. If the `WANDB_API_KEY` environment variable is set, make sure it is correct.
closed
2023-07-08T06:07:50Z
2023-08-12T15:24:35Z
https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/72
[]
qingxiangjia
1
HumanSignal/labelImg
deep-learning
914
cannot differ between two images with the same name but different ending
<!-- When trying to work with a set of images some of my images had the same name with different suffix: 'ABC.jpeg' and 'ABC.png' The system does not know to tell the difference and if you toggle between them and create or update their rect box it updates it as well to the other image as well. --> - **OS:** ...
open
2022-07-11T09:01:50Z
2022-07-11T09:01:50Z
https://github.com/HumanSignal/labelImg/issues/914
[]
AvivTahar
0
scikit-learn/scikit-learn
data-science
30,123
RISC-V
Can scikit-learn be installed and used normally on RISC-V architecture?
closed
2024-10-21T09:54:22Z
2024-10-23T12:24:33Z
https://github.com/scikit-learn/scikit-learn/issues/30123
[ "Needs Triage" ]
JocelynPanPan
2
scikit-learn-contrib/metric-learn
scikit-learn
79
MMC - fit_diag can potentially loop forever
For the condition in the while loop in MMC - fit_diag `while error > self.convergence_threshold: ` I think the number of iterations should also be checked here. I've had runs where it keeps running and getting the same value for `conv`. It doesn't respect `max_iter`, and doesn't terminate.
closed
2017-12-11T04:41:16Z
2017-12-12T15:23:23Z
https://github.com/scikit-learn-contrib/metric-learn/issues/79
[ "bug" ]
shalan12
2
Lightning-AI/pytorch-lightning
deep-learning
20,383
`WandbLogger` logging step incorrectly if `project` name not passed.
### Bug description If the `project` name is not passed (left as `None`), when creating a `WandbLogger`, the logger logs the global step differently. ### What version are you seeing the problem on? v2.3 ### How to reproduce the bug In the below minimal example, `project` is not passed to `WandbLogger` an...
closed
2024-11-01T18:19:07Z
2024-11-01T18:34:08Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20383
[ "bug", "needs triage", "ver: 2.3.x" ]
golmschenk
1
sktime/pytorch-forecasting
pandas
1,703
[BUG] Example.py has wrong DATA_PATH
**Describe the bug** <!-- A clear and concise description of what the bug is. --> https://github.com/sktime/pytorch-forecasting/blob/b8c39808bd1d7a0a8024e331d8af14c30d8f62a4/pytorch_forecasting/data/examples.py#L13 The following line gets the parent of the `__file__` which is incorrect when I'm importing the l...
open
2024-10-22T13:13:38Z
2024-10-27T19:35:54Z
https://github.com/sktime/pytorch-forecasting/issues/1703
[ "bug" ]
thethiny
7
Gozargah/Marzban
api
1,229
showing each none sudo Admin its used traffic
Greetings it would be great that each none sudo admin will be able to see its users traffic spent instead of all Admins in the main panel. thanks
closed
2024-08-07T14:51:19Z
2024-09-01T07:59:49Z
https://github.com/Gozargah/Marzban/issues/1229
[ "Feature", "Backend", "OnHold" ]
iyf577ge6
3
Neoteroi/BlackSheep
asyncio
353
Constructor of JWTBearerAuthentication dosn't have algorithms parameter
The constructor of _JWTBearerAuthentication_ doesn't accept _algorithms_ parameter and doesn't pass it to _JWTValidator_. At the same time docstring of the constructor of _JWTBearerAuthentication_ contains a description of _algorithms_ parameter. https://github.com/Neoteroi/BlackSheep/blob/c27b0f18337450ef69b04d4...
closed
2023-05-05T20:55:28Z
2023-05-17T11:46:03Z
https://github.com/Neoteroi/BlackSheep/issues/353
[]
tyzhnenko
1
nonebot/nonebot2
fastapi
2,937
Plugin: nonebot-plugin-tarina-lang-turbo
### PyPI ้กน็›ฎๅ nonebot-plugin-tarina-lang-turbo ### ๆ’ไปถ import ๅŒ…ๅ nonebot_plugin_tarina_lang_turbo ### ๆ ‡็ญพ [{"label":"i18n","color":"#ea5f52"}] ### ๆ’ไปถ้…็ฝฎ้กน _No response_
closed
2024-09-08T07:47:23Z
2024-09-08T09:41:54Z
https://github.com/nonebot/nonebot2/issues/2937
[ "Plugin" ]
shoucandanghehe
1
slackapi/bolt-python
fastapi
754
Does the Tornado adapter support AsyncApp?
Hello, I am trying to set up a slack app using the Tornado adapter. I am trying to use AsyncApp instead of App, as that is the purpose of Tornado as an Asyncio server. however, it looks like the Tornado adapter tries to call `self.app.dispatch` and doesn't attempt to call `await self.app.async_dispatch` which is what t...
closed
2022-11-01T23:38:50Z
2022-11-08T02:03:59Z
https://github.com/slackapi/bolt-python/issues/754
[ "enhancement", "area:adapter" ]
castrapel
4
strawberry-graphql/strawberry
graphql
3,788
OpenTelemetry Extension groups all resolver in one old span
<!-- 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 With the OpenTelemetry extension e...
open
2025-02-19T13:21:55Z
2025-03-24T17:54:41Z
https://github.com/strawberry-graphql/strawberry/issues/3788
[ "bug" ]
pgelinas
3
igorbenav/fastcrud
pydantic
147
Improving Static Typing Support
**Describe the bug or question** Hi ๐Ÿ‘‹๐Ÿป I can see oportunity to improve the typig for FastCRUD lib. I'll be listing type issues I encounter while using the FastCRUD and try to make PR as I get the time. **1. Using `FastCRUD` & `delete` gives partially unknow method** **To Reproduce** minimal example ```py...
open
2024-08-08T03:46:05Z
2024-12-23T03:43:14Z
https://github.com/igorbenav/fastcrud/issues/147
[ "enhancement" ]
jd-solanki
0
MagicStack/asyncpg
asyncio
423
How to select Multiple arguments from a column. ("SELECT item_id FROM item WHERE LOWER(name) = $1, name) name has more than one word in the column
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2019-03-26T18:23:37Z
2019-03-26T22:27:02Z
https://github.com/MagicStack/asyncpg/issues/423
[]
stanach
4
mljar/mercury
jupyter
407
Unable to run app with docker deployment
Hi, First of, I really like the app and the idea of enhancing notebooks with Django admin and richer UI. Kudos! I'm following the guide to run app using docker. I've setup the required fields in `.env` and pointed to `localhost`. After running `docker-compose build` and `docker-compose up`, on `http://localhost` I'm ...
open
2024-01-01T15:22:51Z
2024-02-02T09:27:54Z
https://github.com/mljar/mercury/issues/407
[]
nitsant
3
PokeAPI/pokeapi
api
1,058
Maximum and Minimum of Stats
# Maximum and Minimum of Stats [stats](https://pokeapi.co/api/v2/stat/) It would be helpful to have the maximum value for any stat, such as HP, weight, height, attack, and defense ...., for making accurate comparisons between Pokรฉmon. # Happy Developing ![ConfusedGIF](https://github.com/PokeAPI/pokeapi/assets...
closed
2024-03-27T00:32:36Z
2024-04-02T07:48:52Z
https://github.com/PokeAPI/pokeapi/issues/1058
[]
PowerLevel9000
2
psf/black
python
3,778
black skips subdirectories due to incorrect interpretation of .gitignore rules
<!-- Please make sure that the bug is not already fixed either in newer versions or the current development version. To confirm this, you have three options: 1. Update Black's version if a newer release exists: `pip install -U black` 2. Use the online formatter at <https://black.vercel.app/?version=main>, which w...
closed
2023-07-10T19:56:20Z
2024-09-12T14:33:24Z
https://github.com/psf/black/issues/3778
[ "T: bug", "C: file collection" ]
A-CGray
4
MaartenGr/BERTopic
nlp
1,967
Issues with Zero-shot Topic Modeling regarding outliers and future operations
I am using zero-shot topic modeling and have run into some issues (a subset of which has already been brought up in passed issues), plus I have some concerns about correctness of the resulting topic model. I have two strategies in mind to resolve these, one of which I have already mostly written as a patch to the proce...
closed
2024-05-03T07:39:24Z
2024-07-01T09:25:39Z
https://github.com/MaartenGr/BERTopic/issues/1967
[]
ianrandman
9
aiortc/aioquic
asyncio
138
is_client when using serve()
Is there a specific reason why is_client in the QuicConfiguration isn't automatically set to False when using serve() from the asyncio API?
closed
2020-10-12T20:47:53Z
2020-10-14T16:45:16Z
https://github.com/aiortc/aioquic/issues/138
[]
MaxF12
2
inventree/InvenTree
django
8,627
No data on Parts and Stock webpage
### Please verify that this bug has NOT been raised before. - [x] I checked and didn't find a similar issue ### Describe the bug* Hello, I have a problem with the web page "Parts" and "Stock" which are empty (cf. screenshot). The other menu are OK. I don't know where I have to search. Thanks for your help! [Image](h...
closed
2024-12-04T10:24:32Z
2024-12-08T21:06:39Z
https://github.com/inventree/InvenTree/issues/8627
[ "bug", "question" ]
IT-META
2
PokeAPI/pokeapi
graphql
365
Support paged resource lists?
https://pokeapi.co/docsv2/#resource-lists Currently, calling something like `/api/v2/pokemon-species/` return a list limited to 20 items. The GET params `offset` and `limit` are also supported to scan through the resource list. The `next` and `previous` fields allow a client to scan through the list. Example resp...
closed
2018-09-12T05:37:21Z
2018-09-25T08:19:47Z
https://github.com/PokeAPI/pokeapi/issues/365
[ "question" ]
sargunv
25
manrajgrover/halo
jupyter
97
Bug: "Error in atexit._run_exitfuncs" when running unit tests
<!-- Please use the appropriate issue title format: BUG REPORT Bug: {Short description of bug} SUGGESTION Suggestion: {Short description of suggestion} OTHER {Question|Discussion|Whatever}: {Short description} --> ## Description <!-- Describe the bug or suggestion in detail --> ...
closed
2018-10-05T06:46:06Z
2019-05-29T09:48:07Z
https://github.com/manrajgrover/halo/issues/97
[ "bug", "discussion" ]
tterb
7
jupyter-widgets-contrib/ipycanvas
jupyter
22
Pattern support
We should provide a `CanvasPattern` widget https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Applying_styles_and_colors#Patterns
closed
2019-09-18T19:04:05Z
2020-12-04T17:52:09Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/22
[ "enhancement" ]
martinRenou
0
sqlalchemy/sqlalchemy
sqlalchemy
10,175
attributekeyeddict does not serialize the collectionadapter
### Describe the bug Hello, I am facing an unexpected error while accessing a mapped dict field in multiprocessing context. The dict-field is not set when accessing. For example ``` class Parent: id: str childs_dict: Optional[dict[str, ChildDict]] = field( default_factory=dict, init=...
closed
2023-08-02T06:01:53Z
2023-08-03T14:13:06Z
https://github.com/sqlalchemy/sqlalchemy/issues/10175
[ "bug", "orm", "near-term release" ]
cschroeer
4
robotframework/robotframework
automation
4,755
Report the correct status of the test in the console output
When we use the tags `robot:exclude` and `robot:skip-on-failure` on tests, the console output gives the test as PASSED, instead of EXCLUDED or SKIPPED. This provides misleading information about the real status of the test execution. For instance: `2023-05-04 04:58:36.220473 [PID:240] [0] [ID:34] PASSED MyTest in 4.9 ...
closed
2023-05-04T06:55:33Z
2023-05-04T20:15:34Z
https://github.com/robotframework/robotframework/issues/4755
[]
nicolasbillamboz-flowbird
3
deepinsight/insightface
pytorch
1,997
Can you share ageDB-30 dataset?
Can you share ageDB-30 dataset? It's a great dataset to do research on metric learning. Thank you!
open
2022-05-08T12:50:18Z
2022-05-08T12:50:18Z
https://github.com/deepinsight/insightface/issues/1997
[]
ducanhnguyen-lab
0
pytorch/pytorch
deep-learning
148,944
DISABLED test_set_nccl_pg_timeout_backend0 (__main__.ProcessGroupNCCLGroupTest)
Platforms: linux, rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_set_nccl_pg_timeout_backend0&suite=ProcessGroupNCCLGroupTest&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/38526659704). Over the ...
open
2025-03-11T03:46:40Z
2025-03-11T03:46:44Z
https://github.com/pytorch/pytorch/issues/148944
[ "oncall: distributed", "module: flaky-tests", "skipped" ]
pytorch-bot[bot]
1
BeanieODM/beanie
pydantic
491
[BUG]
**Describe the bug** I have 2 collections: Collections and Persons When add exists linked documents. If I already have document with linked "collection" and try to add new linked document with the same _id, linked document is added. And I have in linked documents 2 collection with the same _id. But if I have in lin...
closed
2023-02-15T11:54:50Z
2023-07-08T02:09:24Z
https://github.com/BeanieODM/beanie/issues/491
[ "Stale" ]
evghenimelnic
5
fastapi/sqlmodel
pydantic
255
Relationship attribute not in model schema
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
closed
2022-02-28T02:57:02Z
2024-10-23T11:07:38Z
https://github.com/fastapi/sqlmodel/issues/255
[ "question", "answered" ]
carlosporta
6
keras-team/autokeras
tensorflow
1,373
Unable to replicate auto model by using custom blocks
This is not necessarily a bug. I'm probably doing something wrong. I used `StructuredDataRegressor` to run some predictions. I assume the resulting "oracle.json" describes the model architecture and hyperparameters for the best model found. This is what the relevant part of "oracle.json" says: ``` "valu...
closed
2020-10-08T04:12:42Z
2020-12-28T00:55:31Z
https://github.com/keras-team/autokeras/issues/1373
[ "wontfix" ]
mklosi
5
sinaptik-ai/pandas-ai
data-visualization
671
Conversational Answer won,t work
### System Info OS version: windows 10 Python version : 3.11 The current version of pandas ai ### ๐Ÿ› Describe the bug In the current version of Pandas AI : # Conversational Answer won,t work # when I asked what is the GDP then answer Just 20,0000 But I need The GDP is 20,000 like this ..
closed
2023-10-22T08:34:21Z
2024-06-01T00:20:17Z
https://github.com/sinaptik-ai/pandas-ai/issues/671
[]
Ridoy302583
2
Lightning-AI/LitServe
fastapi
90
enable users to override the default api endpoint path
customize the API endpoint path by providing `LitServer(..., endpoint_path="/api/CUSTOM_PATH")`.
closed
2024-05-16T20:45:27Z
2024-11-20T20:31:08Z
https://github.com/Lightning-AI/LitServe/issues/90
[ "enhancement", "help wanted" ]
aniketmaurya
10
chaoss/augur
data-visualization
2,628
Change Requests Declined metric API
The canonical definition is here: https://chaoss.community/?p=3588
open
2023-11-30T18:05:21Z
2023-11-30T18:20:24Z
https://github.com/chaoss/augur/issues/2628
[ "API", "first-timers-only" ]
sgoggins
0
modelscope/data-juicer
streamlit
292
ไธบไป€ไนˆๅคง้ƒจๅˆ†็š„refined recipe้ƒฝๆ˜ฏ็”จsimhashๅŽป้‡๏ผŸ
### Before Asking ๅœจๆ้—ฎไน‹ๅ‰ - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. ๆˆ‘ๅทฒ็ปไป”็ป†้˜…่ฏปไบ† [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) ไธŠ็š„ๆ“ไฝœๆŒ‡ๅผ•ใ€‚ - [X] I have pulled the latest code of main branch to run again and the problem still existed. ๆˆ‘ๅทฒ็ปๆ‹‰ๅ–ไบ†ไธปๅˆ†...
closed
2024-04-10T14:40:00Z
2024-05-10T09:31:57Z
https://github.com/modelscope/data-juicer/issues/292
[ "question", "stale-issue" ]
sherrytonger
3
home-assistant/core
asyncio
140,504
APsystems EZ1 Firmware 1.1.2_b removes local API control โ€“ Home Assistant integration broken
### The problem Affected device: APsystems EZ1 Inverter Affected firmware: 1.1.2_b Issue type: Breaking change / API functionality removed Description of the issue: The latest firmware update 1.1.2_b for the APsystems EZ1 Inverter removes critical local API functions, rendering the Home Assistant integration and othe...
closed
2025-03-13T11:15:39Z
2025-03-13T11:58:46Z
https://github.com/home-assistant/core/issues/140504
[ "integration: apsystems" ]
Just-Zuul
3