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
akfamily/akshare
data-science
5,443
AKShare 接口问题报告 | AKShare Interface Issue Report
> 欢迎加入《数据科学实战》知识星球,交流财经数据与量化投资相关内容 | > Welcome to join "Data Science in Practice" Knowledge > Community for discussions on financial data and quantitative investment. > > 详细信息参考 | For detailed information, please visit::https://akshare.akfamily.xyz/learn.html ## 前提 | Prerequisites 遇到任何问题,请先将您的 AKShare 版本升级到**...
closed
2024-12-20T07:09:36Z
2024-12-21T09:24:51Z
https://github.com/akfamily/akshare/issues/5443
[ "bug" ]
youturn45
1
schemathesis/schemathesis
pytest
1,742
[FEATURE] Support `requests` 2.31 in order to address CVE-2023-32681
**Is your feature request related to a problem? Please describe.** I would like to be able to use Schemathesis without being vulnerable to CVE-2023-32681. **Describe the solution you'd like** Schemathesis needs to support `requests` 2.31. **Describe alternatives you've considered** I'm not aware of any alterna...
closed
2023-05-23T09:35:17Z
2023-05-25T07:54:01Z
https://github.com/schemathesis/schemathesis/issues/1742
[ "Status: Needs Triage", "Type: Feature" ]
allanlewis
4
kensho-technologies/graphql-compiler
graphql
866
Incorrect sql output for recurse
If there are no traversals, filters or coercions leading up to the recurse (therefore no need for a base-case cte), but there is an output field, the resulting sql output is incorrect, missing a join from the base where the output is selected, to the recursive cte. It's not hard to fix this, just making an issue so ...
closed
2020-06-29T15:36:46Z
2020-07-16T18:01:44Z
https://github.com/kensho-technologies/graphql-compiler/issues/866
[ "bug" ]
bojanserafimov
0
idealo/imagededup
computer-vision
221
cannot install,wish master can help 。
![截图_20240918220055](https://github.com/user-attachments/assets/211ae446-f949-475c-9ffc-0aa1ef117eae) ![截图_20240918220136](https://github.com/user-attachments/assets/66dc55d8-1073-455d-8a0a-d13c050f37d8) i try to solve them,but false.
open
2024-09-18T14:02:52Z
2024-10-19T09:23:22Z
https://github.com/idealo/imagededup/issues/221
[]
ShanHeJun
1
ets-labs/python-dependency-injector
asyncio
729
FastAPI: AttributeError: 'Provide' object has no attribute 'test_message'
Hello folks! I get the error `AttributeError: 'Provide' object has no attribute 'test_message'` This is the code **containers.py** ``` from dependency_injector import containers, providers from services.conversationService import ConversationService class Container(containers.DeclarativeContainer): conv...
closed
2023-08-02T07:13:53Z
2025-01-04T10:11:38Z
https://github.com/ets-labs/python-dependency-injector/issues/729
[]
MaxiPigna
5
wger-project/wger
django
1,409
psycopg2 needs a installed libpq.so.5 library
The [commit](https://github.com/wger-project/wger/commit/02697acdf0d1129100b3a6c243ac883c0e64af53) removed the `libpq5` library from the final image, but i think this is needed for psycopg2. At least for me on x86_64 i get the following error: ```bash django.core.exceptions.ImproperlyConfigured: Error loading ps...
closed
2023-08-07T13:38:22Z
2023-08-09T07:36:16Z
https://github.com/wger-project/wger/issues/1409
[]
bbkz
2
vllm-project/vllm
pytorch
14,683
[Feature]: Data parallel inference in offline mode(based on Ray)
### 🚀 The feature, motivation and pitch I've been building model evaluation datasets using offline inference as outlined in the [documentation](https://docs.vllm.ai/en/stable/serving/offline_inference.html#offline-inference), and I noticed that it’s challenging to fully leverage all available GPUs—when the model fits...
open
2025-03-12T14:14:42Z
2025-03-21T21:42:28Z
https://github.com/vllm-project/vllm/issues/14683
[ "feature request" ]
re-imagined
1
coqui-ai/TTS
python
2,979
[Bug] argument of type 'NoneType' is not iterable
### Describe the bug Run the below code and get error like: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/i/miniconda3/envs/llm/lib/python3.9/site-packages/TTS/api.py", line 384, in tts_to_file self._check_arguments(speaker=speaker, language=language, speaker_wav...
closed
2023-09-21T08:06:27Z
2023-10-20T10:50:02Z
https://github.com/coqui-ai/TTS/issues/2979
[ "bug" ]
violet17
5
biolab/orange3
data-visualization
6,298
Hierarchical clustering: Switching Radio buttons
Clicking spin boxes, or typing into them and pressing Enter, should change the Radio button to select the option with that spin. While at it, right-align the numbers.
closed
2023-01-14T21:58:40Z
2023-02-09T07:23:55Z
https://github.com/biolab/orange3/issues/6298
[ "wish", "snack" ]
janezd
0
microsoft/hummingbird
scikit-learn
656
Should SKLearn operators be assumed to produce a single output?
See https://github.com/microsoft/hummingbird/blob/main/hummingbird/ml/_parse.py#L256 Consider models which implement `predict` and `predict_proba` functions. These return both `label` and `probabilities` as outputs. The current logic means that we cannot name the outputs in the hummingbird conversion step (ie with `...
open
2022-11-25T18:21:20Z
2023-02-02T23:05:54Z
https://github.com/microsoft/hummingbird/issues/656
[]
stillmatic
7
litestar-org/litestar
asyncio
3,663
Bug: OpenTelemetry Middleware Doesn't Capture Exceptions Raised Before Route Handler
### Description Recently, I integrated OpenTelemetry into my backend to improve observability. However, I've noticed a specific issue where exceptions raised before the route handler is hit aren't being logged under the current request span. This results in incomplete tracing, making it difficult to capture the full c...
closed
2024-08-13T07:35:00Z
2025-03-20T15:54:52Z
https://github.com/litestar-org/litestar/issues/3663
[ "Bug :bug:" ]
abelkm99
6
graphql-python/graphql-core
graphql
148
Support/help with promise-based resolvers
I think I have a good use-case for non-async, promise-based resolution. We are making django ORM from our dataloaders. We moved away from using async in django 3.0 because django would force us to isolate ORM calls and wrap them in `sync_to_async`. Instead, we ditched async and used promises with a generator based s...
open
2021-11-25T14:20:44Z
2022-12-27T13:18:04Z
https://github.com/graphql-python/graphql-core/issues/148
[ "help wanted", "discussion", "feature", "investigate" ]
AlexCLeduc
14
microsoft/nlp-recipes
nlp
26
Word emdedding loaders
Adding a downloader, extractor and loader for 3 different pre-trained word vectors - Word2vec - FastText - GloVe
closed
2019-04-30T15:23:23Z
2019-05-14T15:13:12Z
https://github.com/microsoft/nlp-recipes/issues/26
[]
AbhiramE
1
mithi/hexapod-robot-simulator
plotly
68
Add docstrings for public packages etc
## Public Packages ``` hexapod/ widgets/ pages/ tests/ ``` ## Some public methods ``` hexapod/ik_solver/ik_solver2.py - init hexapod/linkage.py - init - str - repr hexapod/points.py - init - repr - str - eq hexapod/models.py - for VirtualHexapod - for Hexagon ``` See also: https://w...
open
2020-04-19T21:42:50Z
2021-01-10T05:31:04Z
https://github.com/mithi/hexapod-robot-simulator/issues/68
[ "documentation", "good first issue", "low hanging fruit", "code quality", "first-timers-only" ]
mithi
6
langmanus/langmanus
automation
111
新版本会经常出现类似这样的错误:
使用模型:qwen2.5 File "D:\llm-code\langManus\langmanus\.venv\Lib\site-packages\langchain_community\chat_models\litellm.py", line 105, in _convert_dict_to_message return AIMessage(content=content, additional_kwargs=additional_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D...
closed
2025-03-23T02:46:44Z
2025-03-23T09:30:20Z
https://github.com/langmanus/langmanus/issues/111
[ "bug" ]
aaastar
0
keras-team/keras
tensorflow
20,072
Rescaling Layer Issue when Loading .keras Model
Hello, I have an issue with saving and reloading a .keras model when I use a rescaling layer. [I opened an issue in the tensorflow repo](https://github.com/tensorflow/tensorflow/issues/69719) but they pointed me here! Here's the reproduced issue I put on my original issue submission: ## Issue type Bug ## Hav...
closed
2024-07-31T18:35:45Z
2024-08-02T01:58:39Z
https://github.com/keras-team/keras/issues/20072
[ "type:Bug" ]
marcobornstein
2
Guovin/iptv-api
api
573
docker 容器部署后两天访问界面一直是正在更新,请耐心等待更新完成...
output目录下的日志............,#genre# 2024-11-17 08:15:38,url ................,#genre#............,#genre# 2024-11-17 10:05:40,url ................,#genre#............,#genre# 2024-11-17 22:05:43,url ................,#genre#............,#genre# 2024-11-18 10:06:25,url ................,#genre#............,#genre# 20...
closed
2024-11-19T07:54:46Z
2024-11-21T02:01:46Z
https://github.com/Guovin/iptv-api/issues/573
[]
DENGXUELIN
12
koaning/scikit-lego
scikit-learn
525
[FEATURE] Support multi-output for `EstimatorTransformer`
`EstimatorTransformer` [forces output into a 1-dimensional array](https://github.com/koaning/scikit-lego/blob/307133c07dbc2295292d67fb4bd8d46d653ee28f/sklego/meta/estimator_transformer.py#L41). However, there are quite some use cases where the output of a given estimator outputs a 2-dimensional array (i.e. multi-target...
closed
2022-09-05T12:25:33Z
2022-09-10T12:13:30Z
https://github.com/koaning/scikit-lego/issues/525
[ "enhancement" ]
CarloLepelaars
4
flasgger/flasgger
rest-api
488
NotADirectoryError: [Errno 20] Not a directory from installed .egg
I'm using setuptools to install my package but it seems that flasgger has an error loading the yml files from the .egg. This is the error: ``` MyApp.main:Exception on /swagger.json [GET] Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flasgger/utils.py", line 546, in load_from_fil...
open
2021-08-12T22:44:32Z
2021-12-02T17:28:15Z
https://github.com/flasgger/flasgger/issues/488
[]
aalonzolu
2
huggingface/datasets
pytorch
6,848
Cant Downlaod Common Voice 17.0 hy-AM
### Describe the bug I want to download Common Voice 17.0 hy-AM but it returns an error. ``` The version_base parameter is not specified. Please specify a compatability version level, or None. Will assume defaults for version 1.1 @hydra.main(config_name='hfds_config', config_path=None) /usr/local/lib/pyth...
open
2024-04-29T10:06:02Z
2024-05-13T06:09:30Z
https://github.com/huggingface/datasets/issues/6848
[]
mheryerznkanyan
1
FujiwaraChoki/MoneyPrinterV2
automation
112
Unable to install all requirements
````python pip install -r requirements.txt ```` This is the error I have : ERROR: Could not find a version that satisfies the requirement TTS (from versions: none) ERROR: No matching distribution found for TTS
closed
2025-02-19T18:45:48Z
2025-03-11T17:22:53Z
https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/112
[]
bpiaple
4
django-import-export/django-import-export
django
1,091
Empty cells on Excel import are imported as None for CharFields with blank=True
**A description of the problem/suggestion.** Not 100% sure if this is a bug or a problem from my end. As the title mentions, I have an Excel file with the columns that my model requires. One thing I have noticed is that when I have CharFields defined with blank=True, and in the Excel file the cell is empty, I get Non...
closed
2020-03-05T18:19:59Z
2022-04-06T13:16:56Z
https://github.com/django-import-export/django-import-export/issues/1091
[]
MicBoucinha
2
kymatio/kymatio
numpy
779
Time support of wavelets & time resolution
Dear developers, I am trying to in-depth understand the scattering transform while using it through the kymatio library. I compared the first-order coefficients with the Mel Spectrogram to better understand the time resolution and I obtained the following result (mel and scattering transform are both log scaled): ...
closed
2021-09-10T07:58:54Z
2022-01-01T23:23:34Z
https://github.com/kymatio/kymatio/issues/779
[]
robertanto
4
proplot-dev/proplot
matplotlib
135
2D scatter plot not work
### Description `axs.scatter()` only supports 1D data. ### Steps to reproduce ```python import numpy as np import proplot as plot lon, lat = np.meshgrid(np.linspace(-20, 20, 5), np.linspace(0, 30, 4)) f, axs = plot.subplots() axs.scatter(lat, lon) ``` **Expected behavior**: ![image](https://user-images...
closed
2020-03-25T03:17:50Z
2020-05-10T04:24:17Z
https://github.com/proplot-dev/proplot/issues/135
[ "bug" ]
zxdawn
2
vllm-project/vllm
pytorch
15,024
[Usage]: How to benchmark throughput of DeepSeek-R1-671B on 2 nodes
### Your current environment Hi, I want to use the benchmark_throughput.py to evaluate the offline performance of DeepSeek-R1-671B, and I **use more than one server (more than 16 GPUs)** to deploy the DeepSeek-R1-671B. **The question is how do I set the command line parameters of benchmark_throughput.py to evaluate t...
open
2025-03-18T10:33:40Z
2025-03-22T04:57:09Z
https://github.com/vllm-project/vllm/issues/15024
[ "usage" ]
Wang-my
3
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
326
抖音好像无法解析了
如题
closed
2024-02-23T12:35:45Z
2024-03-26T03:50:42Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/326
[ "BUG", "enhancement" ]
Sunsh4j
2
alteryx/featuretools
scikit-learn
2,085
DFS fails using Dask EntitySet with categorical index
DFS fails on a Dask EntitySet that contains a categorical index #### Code Sample - use the attached dataset ```python import dask.dataframe as dd import featuretools as ft orders = dd.read_csv("orders.csv") es = ft.EntitySet() order_ltypes = { "order_id": "categorical", } es.add_dataframe(data...
open
2022-05-19T15:16:22Z
2023-06-26T19:11:12Z
https://github.com/alteryx/featuretools/issues/2085
[ "bug" ]
thehomebrewnerd
0
pydantic/pydantic-settings
pydantic
493
AttributeError: __qualname__ on Python 3.9 with typing.Sequence, Collection, Iterable or other generic aliases
To reproduce: ```shell $ python3.9 -c 'from pydantic_settings import BaseSettings, CliSettingsSource from typing import * class S(BaseSettings): s: Sequence[int] # or Collection, Iterable, etc. CliSettingsSource(S)' ``` ``` Traceback (most recent call last): File "<string>", line 5, in <module> ...
closed
2024-12-06T08:26:58Z
2024-12-13T08:41:09Z
https://github.com/pydantic/pydantic-settings/issues/493
[ "unconfirmed" ]
palotasb
4
microsoft/nni
deep-learning
5,549
Is there any way to see the ranking of hyperparameters without the webui?
**Describe the issue**: Can we see the ranking of hyperparameters without the webui? For there are some scenarios without web browsers, such as some remote scenarios.
closed
2023-05-09T08:14:00Z
2023-05-24T15:17:56Z
https://github.com/microsoft/nni/issues/5549
[]
Jia-py
2
tiangolo/uwsgi-nginx-flask-docker
flask
156
The README on the Docker Hub page is truncated.
I just noticed the readme at https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/ is cut off at the end, and I thought it was a mistake until I realized that the readme on Github is not truncated, so I assume Docker Hub just has a maximum length. I think it would be helpful to have a note at the end of the readme on Do...
closed
2019-11-01T12:26:47Z
2020-04-23T00:06:01Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/156
[]
chrisshroba
2
miguelgrinberg/Flask-Migrate
flask
295
flask db init execute error
### Expected Behavior I use `flask db init` execute error ```python from flask import Flask from flask_sqlalchemy import SQLAlchemy from flask_migrate import Migrate app = Flask(__name__) app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///app.db' db = SQLAlchemy(app) migrate = Migrate(app, db) class...
closed
2019-10-11T08:11:29Z
2019-12-15T17:39:29Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/295
[ "question" ]
danerlt
2
sammchardy/python-binance
api
920
Typo in Rate limit example documentation
In the [Synchronous rate limit example](https://python-binance.readthedocs.io/en/latest/overview.html#api-rate-limit) code instead of ` print(res.headers)` it should be `print(client.response.headers)` otherwise, it will cause an attribute error: > *** AttributeError: 'dict' object has no attribute 'headers' ...
closed
2021-06-12T15:09:10Z
2021-06-17T22:14:29Z
https://github.com/sammchardy/python-binance/issues/920
[]
zume2020
0
neuml/txtai
nlp
179
Update workflow example to support embeddings content
Add options for tabular and embeddings to support processing full document content
closed
2021-12-17T15:57:59Z
2021-12-17T16:00:17Z
https://github.com/neuml/txtai/issues/179
[]
davidmezzetti
0
aiogram/aiogram
asyncio
1,364
Copy_message only copy one attachment to a message
### 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 WSL Ubuntu 22.04 LTS ### Python version 3.10.12 ### aiogram version 3.1.1 ### Expected behavior The bot should ...
closed
2023-11-15T11:07:56Z
2025-01-13T13:17:24Z
https://github.com/aiogram/aiogram/issues/1364
[ "bug" ]
xDayTripperx
5
dynaconf/dynaconf
flask
1,145
[RFC] Implement Typed DjangoDynaconf
This is related to #1123 For Django on 4.0 we will start recommending the explicit mode with less `magic` For the schema it will work the same, on the `<app>/settings.py` user will be able to declare the typed.Dynaconf schema and then load `settings = Settings(...)` + `settings.populate_obj` at the end. This ...
open
2024-07-07T14:37:40Z
2024-07-08T18:38:22Z
https://github.com/dynaconf/dynaconf/issues/1145
[ "Not a Bug", "RFC", "typed_dynaconf" ]
rochacbruno
0
mwaskom/seaborn
pandas
3,292
Wrong legend color when using histplot multiple times
``` sns.histplot([1,2,3]) sns.histplot([4,5,6]) sns.histplot([7,8,9]) sns.histplot([10,11,12]) plt.legend(labels=["A", "B", "C", "D"]) ``` ![image](https://user-images.githubusercontent.com/14833020/224363975-cc4d8975-bf3f-4044-80d7-b8d1e3d77b38.png) Seaborn 0.12.2, matplotlib 3.6.2 This may be related to http...
closed
2023-03-10T16:04:15Z
2023-03-10T19:10:43Z
https://github.com/mwaskom/seaborn/issues/3292
[]
mesvam
1
statsmodels/statsmodels
data-science
8,883
ExponentialSmoothing
hello world! Could you please verify if there is an issue with the formula in the predict function of Holt-Winters? bold text is needed to change **s[i-1]** to **s[i-m]** **"(https://github.com/statsmodels/statsmodels/tree/main/statsmodels/tsa/holtwinters) /model.py:1360"** ```python `elif` seasonal == "add": ...
closed
2023-05-16T05:46:10Z
2023-10-27T09:57:38Z
https://github.com/statsmodels/statsmodels/issues/8883
[]
kim-com
4
JaidedAI/EasyOCR
machine-learning
766
UserWarning from torchvision
I am running the demo in the readme, but I got several warnings. ``` import easyocr reader = easyocr.Reader(['en']) result = reader.readtext(imgpath + 'sample.png', detail = 0) print(result) ``` And I got the following warnings: ```C:\Users\22612\AppData\Local\Programs\Python\Python39\lib\site-packages\torchvis...
open
2022-06-29T16:04:11Z
2023-06-22T14:14:24Z
https://github.com/JaidedAI/EasyOCR/issues/766
[ "PR WELCOME" ]
majunze2001
5
holoviz/panel
plotly
6,915
VSCode Shortcuts Triggered When Typing on TextInput
Hello, I've done a lot of research to find a solution on how to fix this, but nothing resulted so far. I'm using it servable, and it displays the output perfectly, but when I type "A" it adds a new cell, if I type "D" twice it deletes the cell, so its triggering the VSCode shortcuts.
closed
2024-06-12T12:46:23Z
2024-08-08T09:11:53Z
https://github.com/holoviz/panel/issues/6915
[]
marciodps
3
lorien/grab
web-scraping
141
cookie.py looks for deprecated module from six
Getting an error thrown. "ImportError: No module named cookielib.http.cookiejar" Looks like it's from Line 10 in cookie.py >> six.moves.http_cookiejar import CookieJar, Cookie My six **version** = "1.9.0" (see: MovedAttribute array .... >> MovedModule("http_cookies", "Cookie", "http.cookies"), )
closed
2015-08-30T22:43:08Z
2015-11-22T19:48:42Z
https://github.com/lorien/grab/issues/141
[]
agalligani
4
deepinsight/insightface
pytorch
1,846
[arcface_torch] clip_grad_norm_(backbone.parameters(), max_norm=5, norm_type=2)
Hi, is there any trick to set max_norm=5 in [the following line](https://github.com/deepinsight/insightface/blob/master/recognition/arcface_torch/train.py#L120) Thanks!
closed
2021-11-25T02:29:27Z
2021-12-14T06:23:51Z
https://github.com/deepinsight/insightface/issues/1846
[]
lizhenstat
1
modoboa/modoboa
django
2,688
[Feature] enable admins to see user mailbox
# Impacted versions * OS Type: Debian/Ubuntu * OS Version: 4.19.260-1 * Database Type: PostgreSQL * Database version: 11.18 (Debian 11.18-0+deb10u1) * Modoboa: 2.0.2 * installer used: Yes * Webserver: Nginx # Create new user and check "Allow mailbox access", set email address. Try login in using format of "...
open
2022-11-11T20:08:03Z
2024-05-28T20:46:19Z
https://github.com/modoboa/modoboa/issues/2688
[ "enhancement" ]
dakolta
7
deepinsight/insightface
pytorch
2,252
请问八张A100训练时参数该如何设置?
您关于VIT-L的训练配置是使用64张卡, 我尝试了在webface42M上增大batchsize到1536,gradient_acc为2,目的是保证每个global-batch和您的保持一致。其他参数都保持不变,但观察到损失的下降并不稳定,同时epoch之间损失波动较大(我观察到您的epoch之间损失较为稳定),我是否因该降低我的学习率? 我该如何配置参数如学习率,batchsize以及梯度累加等,才可以在我的8张A100上尽可能的接近64张卡的效果? 感谢!
closed
2023-02-23T06:32:35Z
2024-02-29T06:31:00Z
https://github.com/deepinsight/insightface/issues/2252
[]
411104983
1
plotly/dash
plotly
2,590
deprecation warnings for selenium when using `dash_duo`
**Describe your context** When using `dash_duo` and performing tests on our application we get the following deprecation warnings ``` C:\repositories\database-gui\venv\Lib\site-packages\selenium\webdriver\remote\remote_connection.py:391: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be r...
open
2023-07-07T09:36:30Z
2024-08-13T19:35:08Z
https://github.com/plotly/dash/issues/2590
[ "bug", "P3" ]
prokie
9
ploomber/ploomber
jupyter
844
Switching references from ipynb -> html
In https://github.com/ploomber/projects/pull/34 We started changing the default for the examples to be html instead of ipynb. The documentation in this repo also contains a few example pipeline.yaml that still contain ipynb files so we should change them. Note that there are a few cases where we want to keep the ...
closed
2022-06-08T09:47:53Z
2023-06-21T21:58:22Z
https://github.com/ploomber/ploomber/issues/844
[ "documentation" ]
edublancas
0
pytest-dev/pytest-html
pytest
291
Split the results data in several tables ?
Enhancement suggestion Instead of having a gigantic HTML table with all the results, could we split that table and produce a separate HTML table per module ? That will improve the readability of the test report It would also be nice to have all the details **collapsed** in the beginning right just after the p...
open
2020-04-07T09:15:33Z
2020-10-23T01:10:37Z
https://github.com/pytest-dev/pytest-html/issues/291
[ "feature" ]
harmin-parra
1
jupyter/nbgrader
jupyter
1,628
Help answering questions on stackoverflow
### Expected behavior Questions on stackoverflow https://stackoverflow.com/questions/tagged/nbgrader should be answered and this support option be mentioned e.g. in the readme ### Actual behavior nbgrader tag was just created to day ### Steps to reproduce the behavior visit https://github.com/jupyter/nbgrader a...
closed
2022-07-08T09:31:11Z
2022-07-13T14:59:04Z
https://github.com/jupyter/nbgrader/issues/1628
[]
WolfgangFahl
3
TencentARC/GFPGAN
deep-learning
213
No module named 'basicsr.losses.losses'
thanks for your great work. Here I got some problem when I try to run GFPGAN. I have followed the steps to successfully complete all the requirements, but here comes a ERROR. Please give some help, thank you very much. ➜ GFPGAN git:(master) ✗ python inference_gfpgan.py -i /root/cloud/cephfs-group-internship/light...
open
2022-07-13T02:46:59Z
2022-09-15T12:07:13Z
https://github.com/TencentARC/GFPGAN/issues/213
[]
Sid-XXD
4
paperless-ngx/paperless-ngx
machine-learning
8,973
[BUG] Error 500 in INBOX after pdf upload
### Description After a month or two not using Paperless, i get stuck while checking my INBOX documents. I believe a signed document have been imported automatically and get paperless stuck while trying to list it and throw a 500 error only in INBOX (if excluded from filters everything works, but not being able to us...
closed
2025-01-31T17:52:16Z
2025-03-03T03:12:00Z
https://github.com/paperless-ngx/paperless-ngx/issues/8973
[ "not a bug" ]
maxoux
2
qubvel-org/segmentation_models.pytorch
computer-vision
809
Change encoder_depth in UNET
Is it possible to change the depth in any way, I don’t really want to break a good library. As far as I understand there are restrictions. model = smp.Unet( encoder_name="lol", encoder_weights="lol", activation="sigmoid", in_channels=3, classes=1, encoder_depth=6, decoder_channe...
closed
2023-09-13T18:21:11Z
2023-11-20T01:50:32Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/809
[ "Stale" ]
nafe93
2
jupyter-incubator/sparkmagic
jupyter
783
التحقق من إصدارات Apache Software Foundation
https://www.apache.org/info/verification.html#CheckingHashes
closed
2022-10-29T04:07:17Z
2022-10-31T01:16:55Z
https://github.com/jupyter-incubator/sparkmagic/issues/783
[]
gido3823
1
Gerapy/Gerapy
django
168
docker安装的gerapy,打包成功,部署失败
![image](https://user-images.githubusercontent.com/26339603/92450044-82124500-f1ed-11ea-8a13-c663276dff8b.png)
open
2020-09-08T08:08:52Z
2023-08-23T09:14:02Z
https://github.com/Gerapy/Gerapy/issues/168
[ "bug" ]
ouchaochao
3
LibreTranslate/LibreTranslate
api
384
Add Kabyle language to Weblate
Hi, Please add Kabyle `kab` as a new language to Weblate for localization. Thank you !
closed
2023-01-07T07:43:47Z
2023-01-07T13:08:20Z
https://github.com/LibreTranslate/LibreTranslate/issues/384
[]
BoFFire
3
lorien/grab
web-scraping
148
Cannot interrupt Tests
Once the tests are running, you have to let them run. My guess is that this is due to catching an exception somewhere that's at too high of a level. As per pep8, if you catch a bare exception (`except:`), it will include all exceptions including the KeyboardError. Here's the trace, for example: ``` DEBUG:grab.spider....
closed
2015-09-20T23:43:26Z
2017-02-06T03:29:00Z
https://github.com/lorien/grab/issues/148
[]
kevinlondon
1
microsoft/qlib
machine-learning
1,182
量价数据
是否有计划变更通过yahoo获取量价数据的方式
closed
2022-07-06T14:12:09Z
2022-10-18T12:03:16Z
https://github.com/microsoft/qlib/issues/1182
[ "question", "stale" ]
louis-xuy
2
voila-dashboards/voila
jupyter
1,157
Voila doesn't render html file despite whitelisted. Getting 403 Internal Error
Any way to solve this? I tried many methods including `--VoilaConfiguration.file_whitelist="['.*\.(png|jpg|gif|svg|pdf|mp4|avi|ogg|html)']" ` None of them worked. I am trying to display an IFrame that reads an html file inside the notebook folder Thanks
open
2022-05-26T19:04:46Z
2022-10-05T23:33:39Z
https://github.com/voila-dashboards/voila/issues/1157
[ "bug" ]
gioxc88
5
SYSTRAN/faster-whisper
deep-learning
64
Can't use it on gpu
My cuda version is 11.7.1, cuDNN is 8.8.0.121, gpu is 3060laptop, but I can't run the project, which returns: -1073740791 (0xC0000409).Through debugging I found that it is results = self.model.detect_language(input) in line 206 of transcribe.py that is wrong, while the input is -0.830495 -0.830495 -0.830495...
closed
2023-03-22T09:13:41Z
2023-03-27T21:09:56Z
https://github.com/SYSTRAN/faster-whisper/issues/64
[]
satisl
8
iperov/DeepFaceLab
machine-learning
844
.bat file not working
the issue is about .bat file not working as expected when run. i couldnt run the data_src.bat file. It says the file cannot open. Please help me resolve ![Screenshot (46)](https://user-images.githubusercontent.com/69077119/89100861-58107a80-d418-11ea-8d4c-2e74fa35db8b.png)
open
2020-08-01T11:29:39Z
2023-06-08T23:11:57Z
https://github.com/iperov/DeepFaceLab/issues/844
[]
Lucifermeanddevil
4
bmoscon/cryptofeed
asyncio
779
Error loading ASGI app. Could not import module "kafka"
**Describe the bug** Running uvicorn 0.17.4 (latest) and Pythong 3.10.2 on Windows 11 reports a module loading error on the kafka example, which is provided in the sample code directory. ``` uvicorn kafka:main --reload INFO: Will watch for changes in these directories: ['C:\\Users\\datasourcing'] INFO: Uvi...
closed
2022-02-09T22:40:01Z
2022-02-09T23:30:10Z
https://github.com/bmoscon/cryptofeed/issues/779
[ "bug" ]
svabra
1
pandas-dev/pandas
pandas
60,472
ENH: "forward rolling" - where instead of looking back at previous values, you look ahead at future values
open
2024-12-02T19:02:21Z
2024-12-02T22:52:06Z
https://github.com/pandas-dev/pandas/issues/60472
[ "Enhancement", "Needs Info", "Window", "Closing Candidate" ]
yotambraun
1
microsoft/unilm
nlp
1,470
an ERROR when I try to run VLMO on datasets flicker30k
ERROR - VLMo - Failed after 0:00:05! Traceback (most recent calls WITHOUT Sacred internals): File "/home/maiyubo/llm/unilm/vlmo/run.py", line 166, in main trainer.fit(model, datamodule=dm) File "/home/maiyubo/miniconda3/envs/valor/lib/python3.9/site-packages/pytorch_lightning/trainer/trainer.py", line 770, ...
open
2024-02-28T09:08:42Z
2024-02-28T09:20:09Z
https://github.com/microsoft/unilm/issues/1470
[]
master-chou
0
AutoGPTQ/AutoGPTQ
nlp
247
Can you provide us some binaries with the exllama kernels?
Hello, It seems like your binaries from yesterday doesn't have the exllama kernels in it, when I try to load models with AutoGPTQ on ooba's webui I got this warning: ![image](https://github.com/PanQiWei/AutoGPTQ/assets/110173477/b6a1b52f-37ae-438c-a2e5-e480c43c2766) I tried to make my own wheels but I got some err...
closed
2023-08-10T17:11:56Z
2023-08-11T02:35:48Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/247
[ "enhancement" ]
BadisG
2
sammchardy/python-binance
api
696
Support of websocket for klines futures ?
Can you confirm that websocket for klines futures is not yet implemented please ? See link below about Kline/Candlestick Streams on Binance documentation: https://binance-docs.github.io/apidocs/futures/en/#kline-candlestick-streams The current implementation is for the spot market: https://github.com/binance/bi...
closed
2021-02-22T03:27:53Z
2021-02-24T16:22:22Z
https://github.com/sammchardy/python-binance/issues/696
[]
q-55555
1
mage-ai/mage-ai
data-science
5,347
Feature request: Sign in with GitHub
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] No **Describe the solution you'd like** A clear and concise description of what you want to happen. same as other auth providers. it seems GitHub and GitHu...
open
2024-08-16T15:15:22Z
2024-08-28T23:46:41Z
https://github.com/mage-ai/mage-ai/issues/5347
[ "feature" ]
farmboy-dev
0
arogozhnikov/einops
tensorflow
155
[BUG] rearrange not return expected array
**Describe the bug** When i use `einops.rearrage(x,'N1 C (k1 k2 N2) -> (N1 N2) C k1 k2')`, I did not obtain the expected array. To fix the problem, I use `x = x.reshape(N1,C,N2,k,k).permute(0,2,1,3,4); x=x.reshape(N1*N2,C,k,k)` and successfully get the targeting results. **Reproduction steps** Init x as a random ...
closed
2021-12-09T11:52:09Z
2021-12-10T08:59:06Z
https://github.com/arogozhnikov/einops/issues/155
[ "bug" ]
Psilym
2
jupyterlab/jupyter-ai
jupyter
336
Update Chatgpt models
### Problem I'm using chatgpt but I can't find the models that I will use. ### Proposed Solution ``` models = dict(openai.Model.list()) for i in models['data']: if i['id'].startswith('gpt'): print(i['id']) ``` gpt-4-0314 gpt-3.5-turbo gpt-4-0613 gpt-4 gpt-3.5-turbo-16k-0613 gpt-3.5-tur...
closed
2023-08-11T16:23:35Z
2023-08-15T22:34:24Z
https://github.com/jupyterlab/jupyter-ai/issues/336
[ "enhancement" ]
bjornjorgensen
6
microsoft/MMdnn
tensorflow
843
No module named 'sync_batchnorm'
Hi there I'm trying to convert a Pytorch model into Tensorflow, but im running into an issue. Currently I'm working on Colab as an FYI. The model I'm working on can be found [here ](https://github.com/AliaksandrSiarohin/first-order-model) When I try to convert the model, I Get the following error: Traceback ...
closed
2020-06-05T19:00:55Z
2020-06-18T07:56:19Z
https://github.com/microsoft/MMdnn/issues/843
[]
MarlNox
2
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,630
请问对于输入图像大小不一样时,该代码中是否对图像进行预处理了呢?
改代码是对输入图像的大小做预处理了,使得处理后的输入图像大小一致呢,还是直接输入训练呢?
open
2024-03-09T09:17:29Z
2024-03-09T09:17:29Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1630
[]
LauraABCD
0
Textualize/rich
python
2,477
[REQUEST] Tables documentation should include `end_section=True` example
I want to create a table with a horizontal line between sections, and have multiple sections per table. This capability exists with `add_row("blah", end_section=True)`. Honestly, also including a `add_section()` with no arguments would also be cool, but `end_section=True` already exists, and works. The problem i...
closed
2022-08-18T19:43:42Z
2022-09-23T14:42:31Z
https://github.com/Textualize/rich/issues/2477
[ "Needs triage" ]
okken
1
benbusby/whoogle-search
flask
776
[BUG] Next button redirects to Google.com!
**Describe the bug** Clicking the Next button om a search redirects to Google.com if the search contains one or more slashes **To Reproduce** Steps to reproduce the behavior: 1. Search "/e/OS Apps" 2. Click next 3. Observe The screen recording is too large to upload to github: https://pool.jortage.com/voringme/misske...
closed
2022-06-03T17:33:54Z
2022-06-03T20:30:12Z
https://github.com/benbusby/whoogle-search/issues/776
[ "bug" ]
ThatOneCalculator
2
tensorflow/tensor2tensor
deep-learning
1,769
Modify learning rate with multistep_optimizer
Greetings, I found [multistep_optimizer](https://github.com/tensorflow/tensor2tensor/blob/2330203cb267fa4efc4525ad5c7dffe0a7d2f2fc/tensor2tensor/utils/multistep_optimizer.py) is an amazing class that helps me train large batch size. I, however, have an issue with this class in the sense that I also need to change th...
closed
2019-12-13T07:32:07Z
2019-12-14T14:27:02Z
https://github.com/tensorflow/tensor2tensor/issues/1769
[]
hoangcuong2011
8
matplotlib/matplotlib
data-science
29,218
[MNT]: test failures in codespaces
### Summary I just tried running the tests against a clean branch in codespaces and got these failures ``` FAILED lib/matplotlib/tests/test_backend_pgf.py::test_pdf_pages_metadata_check[lualatex] - matplotlib.backends.backend_pgf.LatexError: LaTeX errored (probably missing font or error in preamble) while proces...
open
2024-12-02T11:27:35Z
2024-12-05T11:29:32Z
https://github.com/matplotlib/matplotlib/issues/29218
[ "Maintenance" ]
rcomer
4
TencentARC/GFPGAN
pytorch
125
Errors when use other models
Hi, I have download all and tested with "GFPGANCleanv1-NoCE-C2.pth" and it worked nice. But with all other i have problems. With "GFPGANv1.pth" i got: <details><summary>CLICK ME</summary> ``` rm -rf results && python inference_gfpgan.py --upscale 2 --test_path inputs/demo --save_root results --model_pat...
open
2021-12-19T06:48:24Z
2021-12-30T19:50:35Z
https://github.com/TencentARC/GFPGAN/issues/125
[]
paulocoutinhox
1
microsoft/nlp-recipes
nlp
407
[BUG] OOM in arabic tc notebook
### Description <!--- Describe your bug in detail --> ``` tests/integration/test_notebooks_text_classification.py .F. [100%] =================================== FAILURES =================================== _____________________________ test_tc_dac_bert_ar ______________________________ notebooks ...
closed
2019-09-13T09:26:47Z
2019-09-20T16:04:51Z
https://github.com/microsoft/nlp-recipes/issues/407
[ "bug" ]
miguelgfierro
1
man-group/arctic
pandas
453
Cannnot save dataframes with numpy ndarray
#### Arctic Version 1.54.0 #### Arctic Store ChunkStore #### Platform and version Arch Linux, Python 3.6 #### Description of problem and/or code sample that reproduces the issue Can't save dataframes that include a numpy array: ``` >>> a = pd.DataFrame([{'date': dt(2017,5,10), 'a': 3, 'b' : np....
closed
2017-11-16T16:05:07Z
2018-08-25T16:09:23Z
https://github.com/man-group/arctic/issues/453
[]
Zvezdin
5
iperov/DeepFaceLab
deep-learning
5,353
The Specified module could not be found
It is showing that the "Import error : DLL load failed the specified module could not be found" how to resolve it ?
closed
2021-06-20T10:58:43Z
2021-06-26T08:10:50Z
https://github.com/iperov/DeepFaceLab/issues/5353
[]
ghost
0
MODSetter/SurfSense
fastapi
18
disable recaptcha
can recaptcha be disables attempted to delete the line and comment it out but that failed. I want to run it locally but doesn't seem like google allows that in the allowed domains
closed
2025-01-28T21:08:22Z
2025-01-28T21:43:09Z
https://github.com/MODSetter/SurfSense/issues/18
[]
cheatmaster5
0
FactoryBoy/factory_boy
sqlalchemy
396
See if a override value was provided in post_generation
I'm not sure on how to detect if a value was provided in a factory. In the following case, I'd like to know if override is None because nothing was provided, or because I provided None ```python class NotProvided: pass class SubscriptionFactory(Factory): class Meta: m...
open
2017-07-31T12:00:08Z
2018-05-05T00:17:39Z
https://github.com/FactoryBoy/factory_boy/issues/396
[]
tonial
0
pytest-dev/pytest-randomly
pytest
246
PluginValidationError: unknown hook 'pytest_configure_node'
I've just updated to the latest version of `pytest-randomly` (`3.3`) and found that it doesn't work for me. Steps: 1. Create a Python 3.6 or 3.7 virtualenv (other Python versions untested) 2. `pip install pytest pytest-randomly==3.3` 3. `pytest` This yields the following error output: ``` $ pytest =========...
closed
2020-04-15T15:41:31Z
2020-04-15T18:16:16Z
https://github.com/pytest-dev/pytest-randomly/issues/246
[]
PeterJCLaw
2
s3rius/FastAPI-template
asyncio
226
pydantic.errors.PydanticUserError: `MenuEntry` is not fully defined; you should define `BuilderContext`, then call `MenuEntry.model_rebuild()`.
python 3.10
closed
2024-11-28T08:27:59Z
2025-01-21T10:42:36Z
https://github.com/s3rius/FastAPI-template/issues/226
[]
liyown
4
pytorch/pytorch
deep-learning
149,117
Seeking minimal example to use `register_replacement` to inject kernels for both training and inference
### 📚 The doc issue Hi, it would be awesome if we can add a minimal example for this. Lets say I want to replace: ```python def forward(x: torch.Tensor, y: torch.Tensor) -> torch.Tensor: x = x * 3 z = x * F.silu(y) return z ``` with a custom autograd function: ```python class MyFunc(torch.autograd.Functi...
open
2025-03-13T10:12:15Z
2025-03-14T03:49:58Z
https://github.com/pytorch/pytorch/issues/149117
[ "module: docs", "module: autograd", "triaged", "oncall: pt2", "module: inductor" ]
mayank31398
1
graphql-python/gql
graphql
329
Invalid or incomplete introspection result
**Describe the bug** Since I upgraded from 2.0.0 to 3.2.0 (I also tested 3.1.0, same problem) I've been getting this error ``` TypeError: Invalid or incomplete introspection result. Ensure that you are passing the 'data' attribute of an introspection response and no 'errors' were returned alongside: None. ``` **...
closed
2022-05-19T13:46:11Z
2022-05-19T17:06:59Z
https://github.com/graphql-python/gql/issues/329
[ "type: question or discussion" ]
wvidana
4
proplot-dev/proplot
matplotlib
339
Setting scale after formatter in different calls resets the formatter
### Description If a formatter is set in one call to Figure.format() or Axes.format() another call to .format() setting the scale of the same axis resets the formatter to default. ### Steps to reproduce The following example produces three figures which show the problem under different circumstances. ```pyt...
open
2022-02-12T13:37:29Z
2022-02-12T18:57:20Z
https://github.com/proplot-dev/proplot/issues/339
[ "bug" ]
pguenth
1
plotly/dash
flask
2,946
[BUG] Component value changing without user interaction or callbacks firing
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip l...
closed
2024-08-10T03:24:28Z
2024-08-10T16:54:40Z
https://github.com/plotly/dash/issues/2946
[]
Casper-Guo
8
tensorflow/tensor2tensor
machine-learning
1,069
How to run t2t-decoder with tfdbg?
### Description I want to debug in the decoding time, and i run "python t2-decoder ... --tfdbg=True", it can't work. Any ideas?
open
2018-09-16T17:25:39Z
2021-02-12T13:54:46Z
https://github.com/tensorflow/tensor2tensor/issues/1069
[]
Bournet
3
cupy/cupy
numpy
8,249
Error when calling shares_memory
### Description Calling `shares_memory()` on two cupy arrays results in a JIT related error, similar to the one in #8171: ``` --------------------------------------------------- --- JIT compile log for cupy_jitify_exercise --- --------------------------------------------------- cub/util_cpp_dialect.cuh(143): wa...
closed
2024-03-19T16:28:12Z
2024-04-03T04:01:40Z
https://github.com/cupy/cupy/issues/8249
[ "cat:bug" ]
NaderAlAwar
11
marshmallow-code/apispec
rest-api
790
Inconsistant behavior when using partial schema
I have an API made with flask-smorest with to following endpoint : ```python @blp.route('/') class BinRessource(MethodView): @blp.arguments(PartialBinSchema , location="querystring") @blp.response(200, BinSchema(many=True)) def get(self, filters): """List bins""" return Bin.auth_query(**filters)...
closed
2022-09-12T15:38:04Z
2022-09-13T13:14:24Z
https://github.com/marshmallow-code/apispec/issues/790
[]
TheBigRoomXXL
1
JaidedAI/EasyOCR
deep-learning
1,113
Attribute error: PIL.Image has no attribute 'Image.ANTIALIAS'
I have tried changing pillow version to 9.5.0 as suggested by a previous issue but it doesn't work. I also tried changing from Image.ANTIALIAS to Image.Resampling.LANCZOS that doesn't also fix the problem. The code breaks when it attempts to read text from image.
open
2023-08-15T13:18:41Z
2023-08-21T17:21:05Z
https://github.com/JaidedAI/EasyOCR/issues/1113
[]
Simileholluwa
6
Miserlou/Zappa
django
2,088
An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: Unzipped size must be smaller than 262144000 bytes
I am using zappa with a conda virtual environment. I could manage to deploy other apps before this one using conda environments by doing first export VIRTUAL_ENV=/path/to/conda/env/ This app contains a deep learning model that is itself (101M) so not surprised at all if the zip itself exceeds the allowed 250M. Is th...
open
2020-04-26T21:24:26Z
2020-06-22T19:42:09Z
https://github.com/Miserlou/Zappa/issues/2088
[]
gloriamacia
2
mljar/mljar-supervised
scikit-learn
655
Warnining: pos_label is not specified
When running `examples/scripts/binary_classifier_marketing.py` I got warning: ``` y_true takes value in {'no', 'yes'} and pos_label is not specified: either make y_true take value in {0, 1} or {-1, 1} or pass pos_label explicitly. ```
closed
2023-09-20T14:39:21Z
2023-09-21T12:31:54Z
https://github.com/mljar/mljar-supervised/issues/655
[ "bug", "help wanted" ]
pplonski
0
pytest-dev/pytest-qt
pytest
179
Tests failures because of logging changes in Qt
Forwarded from [Debian-Bug#872992](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872992). The TL;DR is that testing with Qt 5.9 fails because of a change in the logging. The reporter solved this by exporting `QT_LOGGING_RULES="default.debug=true"` prior to running the tests.
open
2017-08-23T14:10:19Z
2017-08-23T20:41:58Z
https://github.com/pytest-dev/pytest-qt/issues/179
[ "infrastructure :computer:" ]
ghisvail
1
allenai/allennlp
data-science
4,790
Interpret code should be usable for non-AllenNLP models
* Currently, saliency interpreters assume that the input is an AllenNLP model and rely on the presence of `TextFieldEmbedder` to find the correct embedding layer to register hooks. * We want to add the ability for the user to specify the right embedding layer for the cases when the model does not have a `TextFieldEmb...
closed
2020-11-13T01:36:40Z
2020-12-10T19:44:04Z
https://github.com/allenai/allennlp/issues/4790
[]
AkshitaB
1
ivy-llc/ivy
tensorflow
28,319
Fix Frontend Failing Test: paddle - manipulation.paddle.take_along_axis
To-do List: https://github.com/unifyai/ivy/issues/27500
closed
2024-02-18T17:12:04Z
2024-02-20T09:26:47Z
https://github.com/ivy-llc/ivy/issues/28319
[ "Sub Task" ]
Sai-Suraj-27
0
snooppr/snoop
web-scraping
95
Installation issue
Traceback (most recent call last): File "/data/data/com.termux/files/home/snoop/snoop.py", line 145, in <module> os.makedirs(f"{dirpath}/results", exist_ok=True) File "<frozen os>", line 215, in makedirs File "<frozen os>", line 225, in makedirs PermissionError: [Errno 1] Operation not permitted: '/data/...
closed
2024-07-23T10:39:55Z
2024-07-23T17:10:23Z
https://github.com/snooppr/snoop/issues/95
[ "documentation", "invalid" ]
Begginenr
1
joouha/euporie
jupyter
91
Some unrecognized characters
Most windows in euporie-notebook display unicode characters that require a font with support for glyphs (which I have since installed). Initially, most windows displayed the following until I realized what I was seeing in the file explorer wasn't a bug, but is there a way to check that someone has those supported, and...
closed
2023-08-16T21:08:37Z
2024-05-30T18:03:17Z
https://github.com/joouha/euporie/issues/91
[]
arhowe00
4
graphistry/pygraphistry
jupyter
235
[FEA] Docker security scan
**Is your feature request related to a problem? Please describe.** PyGraphistry should pass security scans for sensitive environments and ideally with an audit trail **Describe the solution you'd like** - Use a simple free scanner like `docker scan` - Run as part of CI - Run as part of release, including scan ou...
open
2021-06-28T04:20:06Z
2021-06-28T04:20:06Z
https://github.com/graphistry/pygraphistry/issues/235
[ "enhancement", "help wanted", "good-first-issue" ]
lmeyerov
0
SciTools/cartopy
matplotlib
1,873
URLError in georeferenced plots
### Description <!-- Please provide a general introduction to the issue/proposal. --> I recently installed cartopy on a new machine using conda. The problem comes that the same plotting script works on another machine, but not on this new one. I selected a minimum amount of codes to reproduce the problem: <!-- If...
closed
2021-09-16T16:11:08Z
2021-09-16T17:41:34Z
https://github.com/SciTools/cartopy/issues/1873
[]
ghost
2
dynaconf/dynaconf
django
333
Exporting settings with substituted strings question
Hi, I'm using @format token in my settings file and I can't find a way how to export all the settings with strings already substituted. I tried: ``` dynaconf list -o path/to/file.json ``` and ``` dynaconf write json ``` but they both export the un-substituted values (values still include {} substituti...
closed
2020-05-05T19:18:03Z
2020-09-12T04:21:22Z
https://github.com/dynaconf/dynaconf/issues/333
[ "question", "RFC" ]
jernejg
4
coqui-ai/TTS
deep-learning
3,111
MAX token limit for XTTS
### Describe the bug I would like to know what is the max token limit for XTTS as while i was passing text of 130 tokens it said that it has a limit of 400 tokens for a single input prompt, kindly explain how you guys calculate tokens ### To Reproduce Just give it a long text ### Expected behavior AssertionError: ...
closed
2023-10-27T06:04:42Z
2024-03-09T16:07:42Z
https://github.com/coqui-ai/TTS/issues/3111
[ "bug" ]
haiderasad
3
tqdm/tqdm
jupyter
1,305
Random duplicated line on multithreaded progress bard update
- [ X] I have marked all applicable categories: + [ ] exception-raising bug + [X] visual output bug - [X ] I have visited the [source website], and in particular read the [known issues] - [ ] I have searched through the [issue tracker] for duplicates - [ ] I have mentioned version numbers, operating sys...
closed
2022-03-06T15:29:18Z
2023-08-27T10:14:36Z
https://github.com/tqdm/tqdm/issues/1305
[]
joaompinto
6