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
ckan/ckan
api
8,415
AI pipeline with CKAN catalog
### Problem research and evidence It's a struggle to manage and utilize data effectively in AI and machine learning (ML) pipelines. Manual data integration and structuring are time-consuming and error-prone. #### Evidence Carlos Kuhn highlighted the need for automatic data collection and structuring to feed AI models...
open
2024-08-31T14:13:05Z
2024-09-10T08:25:24Z
https://github.com/ckan/ckan/issues/8415
[ "To Discuss" ]
thegostev
0
ludwig-ai/ludwig
data-science
3,962
Improve docker build times for `ludwig-ray` and `ludwig-ray-gpu`
Old docker build times: https://github.com/ludwig-ai/ludwig/commit/a707840b62cffe430bc517d00aafc2b5d69a4b0b (https://github.com/ludwig-ai/ludwig/actions/runs/8104368079/job/22150838886) New docker build times: https://github.com/ludwig-ai/ludwig/commit/e0f112ca837f11c42d0c3cf2473d14f1d999d599 (https://github.com/ludwi...
closed
2024-03-11T18:26:29Z
2024-10-21T11:35:13Z
https://github.com/ludwig-ai/ludwig/issues/3962
[]
arnavgarg1
0
nolar/kopf
asyncio
278
[PR] Improve the GitHub issues/prs templates
> <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2019-12-23 16:24:23+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/pull/278 > Merged by [nolar](https://githu...
closed
2020-08-18T20:02:33Z
2020-08-23T20:53:57Z
https://github.com/nolar/kopf/issues/278
[ "archive", "automation" ]
kopf-archiver[bot]
0
takapy0210/nlplot
plotly
15
import nlplotでエラーが発生する。
cf. https://github.com/takapy0210/takapy_blog/issues/1#issue-683849954 --- pip install nlplot自体はエラーなく完了しましたが、import nlplotを実行すると以下のエラーが発生してしまいます。 環境はwin10, Python 3.6.5 |Anacondaです。 >>> import nlplot Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\******myenv\lib...
open
2020-08-22T13:25:34Z
2021-07-06T14:35:12Z
https://github.com/takapy0210/nlplot/issues/15
[]
takapy0210
3
gto76/python-cheatsheet
python
159
Шпаргалка python
closed
2023-04-02T19:03:21Z
2023-04-02T19:04:19Z
https://github.com/gto76/python-cheatsheet/issues/159
[]
lnikioffic
0
CorentinJ/Real-Time-Voice-Cloning
tensorflow
808
TypeError: can only concatenate list (not "dict_keys") to list
I get "TypeError: can only concatenate list (not "dict_keys") to list" when I write "demo_toolbox.py" on the last step. What should I do? (Sorry for bad English.)
closed
2021-07-29T11:02:13Z
2021-09-08T13:54:50Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/808
[]
Sueda48870
1
Yorko/mlcourse.ai
matplotlib
641
Docker image Kernel error
Windows 10 Jupyter starts, although it throws 'Kernel error' and cannot start python kernel. [...] File "/opt/conda/lib/python3.6/site-packages/jupyter_core/paths.py", line 412, in secure_write .format(file=fname, permissions=os.stat(fname).st_mode)) RuntimeError: Permissions assignment failed for secure file:...
closed
2019-11-01T15:03:24Z
2019-11-04T14:09:40Z
https://github.com/Yorko/mlcourse.ai/issues/641
[ "enhancement" ]
elgator
2
deepinsight/insightface
pytorch
2,020
ImageNet model's links for RetinaFace Face Detector are down
Thanks for sharing the RetinaFace Face Detector training code. The links provided for the ImageNet pre-trained models, - ImageNet ResNet50 - ImageNet ResNet152 are down( both baidu_cloud and dropbox). [here](https://github.com/deepinsight/insightface/blob/4c61cde106908abe9eac35a17535dcd9563fa3ae/detection/retin...
open
2022-05-31T19:05:35Z
2022-06-14T18:01:35Z
https://github.com/deepinsight/insightface/issues/2020
[]
akmalmasud96
2
benbusby/whoogle-search
flask
652
[BUG] Rate limited after first install
**Describe the bug** I have rate limited right after I installed whoogle **Deployment Method** Whoogle on docker on a VPS, Cloudflare as DNS (proxied or not proxied, I have same issue) **Version of Whoogle Search** latest one (today at 11-02-2022) **Additional context** I use Whoogle with docker on a V...
closed
2022-02-11T13:49:44Z
2022-04-29T07:50:12Z
https://github.com/benbusby/whoogle-search/issues/652
[ "bug" ]
d4rklynk
3
MagicStack/asyncpg
asyncio
239
DuplicatePreparedStatementError not solved for Pgbouncer behind ha settings
<!-- 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 ...
open
2018-01-01T00:11:58Z
2018-06-06T13:50:09Z
https://github.com/MagicStack/asyncpg/issues/239
[]
danigosa
4
sktime/pytorch-forecasting
pandas
1,190
Single Element List target Parameter leads to error
- PyTorch-Forecasting version: 0.10.2 - PyTorch version1.13.0 - Python version: 3.9.15 - Operating System: Ubuntu 22.04.1 LTS ### Expected behavior I executed TimeSeriesDataSet with a len 1 list as the target parameter. I expected a TimeSeriesDataSet to be initialized. ### Actual behavior However, res...
open
2022-11-28T12:18:42Z
2022-11-30T14:59:15Z
https://github.com/sktime/pytorch-forecasting/issues/1190
[]
JustusMzB
1
noirbizarre/flask-restplus
flask
361
Overriding default error handler doesn't work with namespace
A colleague of mine has been trying to override the default error handler for a namespace, but we can't get it to work–he gets an Internal Server Error instead. I checked that this case isn't tested and tried adding the test myself (#360), but, as the Travis CI build indicates, it fails similarly. Did I make a mista...
open
2017-12-04T00:39:32Z
2019-07-09T14:43:05Z
https://github.com/noirbizarre/flask-restplus/issues/361
[]
deepyaman
2
noirbizarre/flask-restplus
api
699
SLACK channel flask-restplus.slack.com
Hi guys, I am very new to py/flask/ flask-restplus, BUT i see the huge benefits behind this project. Maybe it's interesting to get together on a chat channel... like slack... and communicate faster. What do you think?
closed
2019-08-22T09:59:41Z
2019-09-04T07:36:10Z
https://github.com/noirbizarre/flask-restplus/issues/699
[]
iahim
3
pydata/pandas-datareader
pandas
17
Pandas issues that may need migration/support
- [ ] https://github.com/pydata/pandas/issues/9571
closed
2015-01-26T00:58:51Z
2015-12-06T20:16:13Z
https://github.com/pydata/pandas-datareader/issues/17
[ "enhancement" ]
jreback
2
gradio-app/gradio
machine-learning
10,504
public link 504 gateway time-out
### Describe the bug I was able to launch earlier using same piece of code when setting 'share=True' at app.queue().launch(). I still succeeded to today but cannot open the public link generated and received a 504 error. I wonder if the public server is down again? ### Have you searched existing issues? 🔎 - [x] I ...
closed
2025-02-05T05:21:47Z
2025-02-05T05:54:57Z
https://github.com/gradio-app/gradio/issues/10504
[ "bug" ]
sichma
1
graphql-python/graphene
graphql
880
Test upload file
Hi grapheners I'm making test cases for my Graphql API. Actually I test it with Insomnia and it works, but I don't know how to make a test case with it. My mutation ```python class AddImagesToPost(relay.ClientIDMutation): post = graphene.Field(PostNode) class Input: id = graphene.Argument(g...
closed
2018-12-23T03:39:50Z
2024-09-06T05:10:52Z
https://github.com/graphql-python/graphene/issues/880
[ "👀 more info needed" ]
ckristhoff
7
JaidedAI/EasyOCR
machine-learning
1,253
Training Model Struggling with Character Recognition in Custom Sports Fonts
I am working on an OCR project aimed at accurately reading player numbers and names from sports images. These images feature 10 different custom fonts, predominantly thick and bold, which cater to a sports aesthetic. The primary challenge is the model's ability to distinguish between similar characters, particularly un...
open
2024-05-13T04:29:29Z
2025-01-03T09:31:39Z
https://github.com/JaidedAI/EasyOCR/issues/1253
[]
Suriyapongmax
6
pywinauto/pywinauto
automation
1,383
pywinauto tree dump is different from Inspect despite same/similar settings
## Expected Behavior Firstly, awesome work building this amazing wrapper around the Windows API! It has helped save me a lot of time once I found out about it from a colleague. Thank you. As part of something I'm working on, below is what the tree view looks like with Inspect: ![image](https://github.com/pywin...
closed
2024-03-12T08:13:54Z
2024-10-24T03:50:47Z
https://github.com/pywinauto/pywinauto/issues/1383
[]
a-r-r-o-w
2
mitmproxy/pdoc
api
406
support wavedrom in docstrings markdown quoted code to document communication protocol
#### Problem Description When writing some low level driver stuff it would ease the documentation if I would be able to just do the protocol diagram/description using wavedrom directly in the python docstring #### Proposal Add the support of wavedrom in the markdown quoted code. Similar to mermaid ```python ...
closed
2022-06-13T09:16:46Z
2022-09-30T07:03:43Z
https://github.com/mitmproxy/pdoc/issues/406
[ "enhancement" ]
9y2070m
4
modelscope/modelscope
nlp
620
容器离线部署时报错
我用的时damo/cv_tinynas_head-detection_damoyolo这个模型。 使用容器部署时报错: HTTPConnectionPool(host='[www.modelscope.cn](https://www.modelscope.cn/)', port=80): Max retries exceeded with url 我传入的时本地local 代码如下 `model_id = 'damo/cv_tinynas_head-detection_damoyolo' img=Image.open('image/image_detection.jpg') head_detection = pipel...
closed
2023-11-06T16:21:41Z
2024-06-24T01:52:05Z
https://github.com/modelscope/modelscope/issues/620
[ "Stale" ]
qiangruoyu
3
PaddlePaddle/ERNIE
nlp
4
BERT模型train.py估算memory问题
![image](https://user-images.githubusercontent.com/7981476/53866060-9c34fb00-402b-11e9-8c34-280a2cefaf59.png) BERT模型,发现在估算memory use的时候,batch_size做了处理,为什么要这样做呢?我理解这两者似乎不相关?
closed
2019-03-06T08:19:57Z
2019-03-06T14:34:53Z
https://github.com/PaddlePaddle/ERNIE/issues/4
[]
joshuia
1
sinaptik-ai/pandas-ai
pandas
1,147
Custom head not working
### System Info Python version : 3.11.9 OS version : 64-bit operating system, x64-based processor Pandsai version : 2.0.28 (enforce privacy not working on above versions) ### 🐛 Describe the bug I am using Azure OpenAI and Custom head is not working in my case. Here is are my code snipp...
closed
2024-05-06T05:41:47Z
2024-08-13T16:03:39Z
https://github.com/sinaptik-ai/pandas-ai/issues/1147
[]
Hrishikesh-Dutta0078
1
django-oscar/django-oscar
django
3,640
Hello a problem in Django on inux
## Issue Summary Hello a problem in Django on inux Hello When I'm trying to execute this command while installing Graphite /usr/lib/python3/dist-packages/django/bin/django-admin.py migrate --settings=graphite.settings I get this message !! No migrations to apply. Your models have changes...
closed
2021-02-07T22:34:30Z
2021-02-08T03:22:35Z
https://github.com/django-oscar/django-oscar/issues/3640
[]
SATadsl
1
slackapi/bolt-python
fastapi
859
Have a documentation regrading testings bolt applications
I'm developing a slack bot using bolt, and I wanted to write some tests for it, but there is no documentation regarding testing, in the end, I look into your test and found [this](https://github.com/slackapi/bolt-python/blob/v1.6.1/tests/scenario_tests/test_block_actions.py#L154-L189) piece of code, but I ough to think...
closed
2023-03-14T09:37:33Z
2023-03-14T16:39:33Z
https://github.com/slackapi/bolt-python/issues/859
[ "docs", "area:async", "area:sync" ]
yuvalshi0
1
hankcs/HanLP
nlp
1,006
关于elasticsearch衍生项目的问题
## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检索功能](https://github.com/hankcs/HanLP/issues)搜索了我的问题,也没有找...
closed
2018-10-24T11:00:47Z
2020-01-01T10:56:16Z
https://github.com/hankcs/HanLP/issues/1006
[ "ignored" ]
qiulang
3
opengeos/leafmap
jupyter
145
21_ts_inspector not rendering sat image in split map mode
Ran the notebook # ts inspector on binder. Entered a planet API but the split map is not showing satellite imagery. ![image](https://user-images.githubusercontent.com/14004559/146626413-5174b38c-6631-4e32-8453-593005c71040.png)
closed
2021-12-18T02:48:52Z
2021-12-18T03:47:15Z
https://github.com/opengeos/leafmap/issues/145
[ "bug" ]
Niko-La
5
huggingface/datasets
tensorflow
6,731
Unexpected behavior when using load_dataset with streaming=True in a for loop
### Describe the bug ### My Code ``` from datasets import load_dataset res=[] for i in [0,1]: di=load_dataset( "json", data_files='path_to.json', split='train', streaming=True, ).map(lambda x: {"source": i}) res.append(di) for e in res[...
closed
2024-03-12T23:26:43Z
2024-04-16T00:00:00Z
https://github.com/huggingface/datasets/issues/6731
[]
uApiv
2
stitchfix/hamilton
numpy
205
Better notebook support for visualizing DAGs
**Is your feature request related to a problem? Please describe.** If you are using Hamilton in a jupyter notebook, we should enable creating a visualization easily when you request a DAG visualized. **Describe the solution you'd like** In simplest terms, doing something like `dask` does for visualizing its DAGs i...
closed
2022-10-10T05:32:11Z
2023-01-31T00:48:16Z
https://github.com/stitchfix/hamilton/issues/205
[ "enhancement" ]
skrawcz
4
mwaskom/seaborn
matplotlib
3,131
Add flag to jointplot: perform "copula like" plot by using empirical probability integral transform on X and Y variables
As far as I understand, performing a jointplot for looking at the relation between 2 random variables can be a bit deceptive depending on the context, as the 2D density plot obtained is then a mixture of the effect of the marginal distributions and the effect of the relation between the variables. A way to get a more c...
closed
2022-11-08T21:00:38Z
2022-11-18T23:39:31Z
https://github.com/mwaskom/seaborn/issues/3131
[]
jerabaul29
4
marimo-team/marimo
data-science
3,549
Altair layer chart with geoshapes not displayed with marimo altair wrapper
### Describe the bug When using `alt.LayerChart` with geoshapes, the plot does not display when rendered with `mo.ui.altair_chart`. However, it displays correctly without using `mo.ui.altair_chart`. <img width="440" alt="Image" src="https://github.com/user-attachments/assets/1ec1e42b-dae5-47a1-bc99-a35b9f567a1f" /> ...
closed
2025-01-23T10:18:23Z
2025-01-27T23:04:00Z
https://github.com/marimo-team/marimo/issues/3549
[ "bug" ]
mdziecielski
3
joeyespo/grip
flask
103
Terminal rendering not working on Mac
This ``` $ grip - Hello **world**! ^Z * Running on http://localhost:5000/ ``` does not work on Mac. When I press `<Ctrl>`-`Z` I get ``` ^Z [1]+ Stopped grip - ``` and nothing more. http://localhost:5000/ says "This webpage is not available".
closed
2015-03-10T03:35:07Z
2015-03-10T23:30:24Z
https://github.com/joeyespo/grip/issues/103
[ "not-a-bug" ]
Atcold
5
DistrictDataLabs/yellowbrick
scikit-learn
1,156
Manifold Learning: TSNE doesn't have any effect on scikit-learn parameters
Hi, Thanks for this amazing library. I am trying to pass additional parameters to TSNE model (such as perplexity and early_exaggeration), however, they don't seem to have any effect on the output. Also, I checked the source code and there doesn't seem to be any error or warning raised if unknown params are passe...
closed
2021-02-14T07:21:16Z
2021-02-15T18:42:45Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1156
[ "type: question" ]
DivJ
1
tqdm/tqdm
jupyter
759
Race condition with tqdm.write
`tqdm.write()` appears to have a race condition that triggers occasionally: ```python from tqdm import tqdm def do_something(_): tqdm.write('test') with ThreadPoolExecutor(max_workers=10) as pool: list(tqdm(pool.map(do_something, range(1000))) ``` This fixes it: ```python with ThreadPoolExec...
closed
2019-06-12T10:04:31Z
2020-10-07T11:40:15Z
https://github.com/tqdm/tqdm/issues/759
[ "p0-bug-critical ☢", "question/docs ‽", "synchronisation ⇶" ]
orf
5
aio-libs/aiomysql
asyncio
522
special characters in password causes connecting failed
the password like ```a/b``` is not able to connect to the mysql server, even if I percent-encoded the password to ```a%2Fb```
closed
2020-09-02T08:53:01Z
2020-09-05T09:12:40Z
https://github.com/aio-libs/aiomysql/issues/522
[]
ChristianYeah
2
marimo-team/marimo
data-visualization
3,835
Failed to fetch dynamically imported module: http://localhost:2718/assets/edit-page-BWqV53Ap.js
### Describe the bug installed Marimo 11.6 had this error in browser after typing marimo tutorial intro. Also tried with version 11.0. Using WSL2, Ubuntu 20.04 Failed to fetch dynamically imported module: http://localhost:2718/assets/edit-page-BWqV53Ap.js <img width="332" alt="Image" src="https://github.com/user-a...
closed
2025-02-18T18:56:29Z
2025-02-20T13:59:06Z
https://github.com/marimo-team/marimo/issues/3835
[ "bug" ]
tmontana
6
Anjok07/ultimatevocalremovergui
pytorch
1,374
Files overwriting when running in MP3 mode after WAV mode
I use the OpenCL version from the latest release to separate the vocals from two songs last night, I use the GPU acceleration with ensemble mode with all 3 models available on the OpenCL version. I first had it output in .WAV format, then ran it again in .MP3 format. It deleted the first output in .WAV format when it m...
open
2024-05-26T18:22:47Z
2024-05-26T18:35:02Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1374
[]
OrangeMan432
0
dynaconf/dynaconf
fastapi
981
[RFC] Stop setting default value inside validate method
There is a problem with the current way of setting default values when using validators. The method `_validate_items` should have no `side effect` on the object being validated, inside that method, teh `settings` must be read only to perform the validation. Currently this method calls set twice to set default val...
open
2023-08-17T17:51:32Z
2024-07-02T15:17:39Z
https://github.com/dynaconf/dynaconf/issues/981
[ "enhancement", "Not a Bug", "RFC", "4.0-breaking-change" ]
rochacbruno
1
vitalik/django-ninja
rest-api
678
Default Resolver for custom field types
Hi there, I'm want to resolve the django PhoneNumberField into a string by default. At the moment I would have to write a resolve_phone func on each schema just to call `str(obj.phone)`. Is it possible to write a default resolve for a specific field type from the ORM? I guess that CharField must output an str or ...
open
2023-02-10T10:39:24Z
2023-02-20T09:20:20Z
https://github.com/vitalik/django-ninja/issues/678
[]
Jragon
4
python-gino/gino
sqlalchemy
565
Clarification on prepared statements
Gino seems to support prepared statements to some extent. As there is no documentation yet, could you please clarify how the prepared statements currently work. What is the relationship between Gino prepared statements, Sqlalchemy and asyncpg? As far as I understand, * Sqlalchemy does not support prepared statement...
closed
2019-10-10T09:55:59Z
2019-10-15T08:08:13Z
https://github.com/python-gino/gino/issues/565
[ "question" ]
mikmatko
2
jupyterlab/jupyter-ai
jupyter
885
`/learn` has unused `-v/--verbose` option
<!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue. Before creating a new issue: * Search for relevant issues * Follow the issue reporting guidelines: https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html --> ## Description https://github.com/jupyter...
open
2024-07-09T11:41:29Z
2024-07-10T17:43:11Z
https://github.com/jupyterlab/jupyter-ai/issues/885
[ "bug", "regression" ]
krassowski
2
syrupy-project/syrupy
pytest
866
Loosen python version requirement from `>=3.8.1,<4` to `>=3.8.1`
**Is your feature request related to a problem? Please describe.** Libraries that may want to use syrupy cannot do so if they declare their python version without a ceiling version. For example, assume my library declares the following dependency: ```toml [tool.poetry.dependencies] python = ">=3.9" ``` Syrup...
closed
2024-07-06T12:46:58Z
2024-08-21T01:54:42Z
https://github.com/syrupy-project/syrupy/issues/866
[ "released" ]
Ravencentric
2
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
870
How to set the number of maximum epoch for CycleGan?
Hello,I'm using my own dataset training CycleGan model,I want to set the number of maximum epoch,but I can't find any parameters to set that.Thx
open
2019-12-08T14:23:03Z
2020-11-26T04:04:21Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/870
[]
Zhaoyisong
4
Kanaries/pygwalker
matplotlib
625
Access plugin
**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 [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and conci...
closed
2024-09-25T06:05:11Z
2024-10-11T13:11:45Z
https://github.com/Kanaries/pygwalker/issues/625
[]
r1i2n3g4j44
0
GibbsConsulting/django-plotly-dash
plotly
355
"Minified Redux error #14" | Docker stack doesn't work on production. Where should I begin looking? Perhaps nginx?
Great work and thanks for making this integration available! My Dash apps display exactly as I expect when I deploy my Docker stack locally. I have two `DjangoDash` apps available at: - localhost:8001/app1 - localhost:8001/app2 However, when I deploy this same stack to a production server, things go awry for bo...
closed
2021-09-23T17:50:40Z
2024-04-19T13:22:10Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/355
[]
afparsons
2
sczhou/CodeFormer
pytorch
74
No Inpainting
I installed it locally, and checked the similar hugging face page: [https://huggingface.co/spaces/sczhou/CodeFormer](url) but there are a few issues, maybe I'm just not getting it. 1. I don't see how to use Face Inpainting. 2. I don't see how to use Face Color Enhancement. 3. The examples show a restoration (and c...
open
2022-11-28T21:46:06Z
2022-12-01T00:12:22Z
https://github.com/sczhou/CodeFormer/issues/74
[]
zvit
1
plotly/dash
plotly
2,809
How does the new version of dash dynamically create callback
I want to dynamically create callback or modify callback after the service is successfully started. How can the new dash be implemented?
closed
2024-03-21T13:11:15Z
2024-04-02T18:02:53Z
https://github.com/plotly/dash/issues/2809
[]
jaxonister
1
deepset-ai/haystack
machine-learning
8,714
Add a `ListJoiner` Component to Merge Multiple Lists into a Single List
**Is your feature request related to a problem? Please describe.** There is a need for a `ListJoiner` component in Haystack to handle scenarios where multiple lists (e.g., `List[ChatMessage]`) need to be merged into a single flat list. This component would simplify workflows by consolidating variadic inputs into one...
closed
2025-01-13T13:50:08Z
2025-02-05T22:19:17Z
https://github.com/deepset-ai/haystack/issues/8714
[ "type:feature", "P2", "2.x" ]
Amnah199
0
plotly/dash
data-visualization
2,727
Get current active / clicked shape from plotly figure
**Is your feature request related to a problem? Please describe.** As discussed in https://community.plotly.com/t/how-to-get-current-active-shape/42235 and https://stackoverflow.com/questions/76163350/shape-click-eventactive-shape-index-how-to-retrieve-the-index-of-a-drawn-sha, it would be a great feature to get the c...
open
2024-01-19T22:26:55Z
2024-08-13T19:44:52Z
https://github.com/plotly/dash/issues/2727
[ "feature", "P3" ]
subsurfaceiodev
4
onnx/onnx
scikit-learn
5,842
Shape Inference Error of DepthwiseConv2D
## Issue Description I have an ONNX model converted by `tf2onnx`. When I use `onnx.shape_inference.infer_shapes(original_model)`, I encounter the following error: ``` onnx.onnx_cpp2py_export.shape_inference.InferenceError: [ShapeInferenceError] (op_type:Transpose, node name: dscnn_5/depthwise_conv2d_1/depthwis...
closed
2024-01-04T13:13:55Z
2025-01-26T06:42:47Z
https://github.com/onnx/onnx/issues/5842
[ "topic: converters", "module: shape inference", "stale" ]
Azulita0317
1
babysor/MockingBird
pytorch
338
小白求助,前面所有步骤ok,运行demo_toolbox.py时Error: Model files not found.
(pytorch) C:\Users\666>python D:\MockingBird-main\demo_toolbox.py Arguments: datasets_root: None enc_models_dir: encoder\saved_models syn_models_dir: synthesizer\saved_models voc_models_dir: vocoder\saved_models cpu: False seed: None no_mp3_support: ...
closed
2022-01-13T13:58:41Z
2023-02-13T02:45:41Z
https://github.com/babysor/MockingBird/issues/338
[]
tianming937
4
yihong0618/running_page
data-visualization
214
Keep App更新了,runninglog报错
服务器返回账号有问题,请重新登录。有人有这个问题吗
closed
2022-04-05T10:49:35Z
2022-06-27T00:56:00Z
https://github.com/yihong0618/running_page/issues/214
[]
Cadplanner
3
ahmedfgad/GeneticAlgorithmPython
numpy
145
Fitness function issues with Multiprocessing
Hi everyone, I am using the parallel processing feature and am encountering and issue where if I define the fitness function using closure in a class (to pass additional data whilst respecting the number of arguments the function can take) and use parallel processing with the `"process"` flag, no errors are raised a...
closed
2022-11-17T14:42:22Z
2023-04-09T18:11:38Z
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/145
[ "bug" ]
Aleksy9
7
s3rius/FastAPI-template
fastapi
82
Add optional RabbitMQ integration.
closed
2022-04-30T10:39:32Z
2022-05-04T07:23:07Z
https://github.com/s3rius/FastAPI-template/issues/82
[]
s3rius
1
gradio-app/gradio
machine-learning
10,736
Nested functions with generic type annotations using python 3.12 syntax is not supported
### Describe the bug The easiest way to explain this issue is with an example of a concrete failing function: ```python def confirmation_harness[T](x: T) -> Callable[..., T]: def _wrapped_fn() -> T: return x return _wrapped_fn ``` In this case gradio errors out with `NameError: name 'T' is not define...
open
2025-03-05T22:32:29Z
2025-03-05T22:32:29Z
https://github.com/gradio-app/gradio/issues/10736
[ "bug" ]
JackismyShephard
0
proplot-dev/proplot
data-visualization
289
3d axes failing with `UFuncTypeError`
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description 3D axes seem to fail with a matplotlib error after popping u...
closed
2021-10-01T21:33:05Z
2021-10-02T01:17:00Z
https://github.com/proplot-dev/proplot/issues/289
[ "bug" ]
scottstanie
1
zama-ai/concrete-ml
scikit-learn
680
Feature Request : Implement LogSoftmax, Softmax, ReduceMax
## Feature request Request the implementation of the following ONNX operators: * LogSoftmax * Softmax * ReduceMax ## Motivation These operators are common in neural networks of many types; softmax is common in classification, reducemax is common in CNNs.
open
2024-05-13T15:09:44Z
2024-06-11T09:42:21Z
https://github.com/zama-ai/concrete-ml/issues/680
[]
jsilter
3
huggingface/datasets
computer-vision
7,344
HfHubHTTPError: 429 Client Error: Too Many Requests for URL when trying to access SlimPajama-627B or c4 on TPUs
### Describe the bug I am trying to run some trainings on Google's TPUs using Huggingface's DataLoader on [SlimPajama-627B](https://huggingface.co/datasets/cerebras/SlimPajama-627B) and [c4](https://huggingface.co/datasets/allenai/c4), but I end up running into `429 Client Error: Too Many Requests for URL` error when ...
closed
2024-12-22T16:30:07Z
2025-01-15T05:32:00Z
https://github.com/huggingface/datasets/issues/7344
[]
clankur
2
JoeanAmier/TikTokDownloader
api
429
[功能异常] 运行main.py突发报错
**问题描述** 运行方式: "run_command": "6 1 1 Q", python: 3.12 环境:win2019 使用软件几个月了,一直很稳定, 今日运行main.py报错 可以正常运行一会,正常下载几个作者作品(一共15个), 运行到一半开始报错 Traceback (most recent call last): File "C:\Users\admin\Desktop\project2\douyin-download-xijudongbei-done\main.py", line 19, in <module> run(main()) File "C:\Users\admin\A...
open
2025-03-15T14:10:01Z
2025-03-15T16:04:56Z
https://github.com/JoeanAmier/TikTokDownloader/issues/429
[]
9ihbd2DZSMjtsf7vecXjz
2
roboflow/supervision
machine-learning
1,025
Can i track unique faces in video ?
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Can I track unique faces in the video? ### Additional _No response_
closed
2024-03-20T07:07:38Z
2024-03-20T11:15:55Z
https://github.com/roboflow/supervision/issues/1025
[ "question" ]
anas140
1
influxdata/influxdb-client-python
jupyter
560
client.delete_api() not working anymore?
### Specifications * Client Version: 1.27.0 * InfluxDB Version: Cloud * Platform: Windows 10 I am trying to use the below function that we normally use to delete a measurement. But it seems to no longer be working as intended. Has this been depreceated? ``` def delete_influx(self, device): """Given...
open
2023-02-17T11:54:46Z
2023-06-21T13:21:24Z
https://github.com/influxdata/influxdb-client-python/issues/560
[ "bug" ]
MatinF
4
PrefectHQ/prefect
automation
16,733
Top line charts in Cloud UI displaying incorrect run dates
### Bug summary The 'Success Rate' and 'Average Duration' graphs in the UI are off by a day. In the example screenshot, you can see the correct date on the flow run (2025/01/14, Tuesday), but the incorrect day on the top-line graphs. <img width="2356" alt="Screenshot 2025-01-15 at 1 17 12 PM" src="https://github.com/...
closed
2025-01-15T19:17:51Z
2025-01-21T21:22:37Z
https://github.com/PrefectHQ/prefect/issues/16733
[ "bug", "ui" ]
mthatt
0
miguelgrinberg/python-socketio
asyncio
582
TypeError: send() got an unexpected keyword argument 'binary
Hi, I installed today the flask-socketio on a new system, and I get this error when the client socketio tries to connect. this still works on my other machine and I cannot understand why it won't work on the new one, same code, and same versions. my code doesn't have much in it, it's just the basic connect functi...
closed
2020-12-11T15:19:54Z
2020-12-12T12:17:08Z
https://github.com/miguelgrinberg/python-socketio/issues/582
[ "question" ]
razdahan
4
nvbn/thefuck
python
1,460
I get a error when i run fuck command in windows, installed fuck with pip
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem has not already been reported and if not, just op...
open
2024-08-27T13:57:58Z
2024-09-08T13:25:34Z
https://github.com/nvbn/thefuck/issues/1460
[]
arsalanmohseni
3
roboflow/supervision
deep-learning
1,359
Help with using Supervision on real time feed
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question I am using a Lucid Machine Vision Camera and I want to use supervision for detection, speed estimation of objects from real time feed. Since ...
closed
2024-07-15T04:48:35Z
2024-07-15T09:43:58Z
https://github.com/roboflow/supervision/issues/1359
[ "question" ]
likith1908
0
Yorko/mlcourse.ai
scikit-learn
707
Issue on page /book/extra/rating.html
Aleksandr Korotkov, [LinkedIn](https://www.linkedin.com/in/alexandr-korotkov/), [email](mailto:krotix%40gmail.com) Ссылка на мой linkedin не правильная. Поправьте пожалуста на мой https://www.linkedin.com/in/krotix/
closed
2022-06-30T12:07:17Z
2022-08-27T17:37:44Z
https://github.com/Yorko/mlcourse.ai/issues/707
[]
krotix
0
PrefectHQ/prefect
automation
17,272
Prefect doesn't show zero number from enum variants in UI dropdown
### Bug summary Hello! I have following prefect setup. When setting one of the parameters to Python Enum '0' variant is not shown in drop-down list. Same happens if i set `OrderType` extended from 'pydantic.baseModel` ```python class OrderStatus(enum.IntEnum): ACCEPTED = 0 CANCELED = 1 ``` ```python @datacl...
open
2025-02-25T11:28:58Z
2025-02-25T19:54:21Z
https://github.com/PrefectHQ/prefect/issues/17272
[ "bug", "ui" ]
peterochek
0
Kanaries/pygwalker
matplotlib
49
DataFrame's column names display Unicode
# DataFrame's column names display Unicode I am using JupyterLab. I encountered an encoding problem when importing a data set. The column names of the DataFrame contain Chinese, but the Chinese is displayed as Unicode. The strange thing is that the value of the field also contains Chinese, but it can be displayed norm...
closed
2023-02-28T02:49:07Z
2023-02-28T09:37:54Z
https://github.com/Kanaries/pygwalker/issues/49
[]
freedomgod
1
allenai/allennlp
data-science
4,755
Installation issues due to PyPI version of dataclasses
After installing the latest build with PyTorch 1.7 in a Python 3.7 or 3.8 environment, I'm getting this error after running `allennlp test-install`: ``` $> allennlp test-install Traceback (most recent call last): File "/usr/local/bin/allennlp", line 5, in <module> from allennlp.__main__ import run File ...
closed
2020-10-28T00:00:02Z
2021-02-22T22:13:12Z
https://github.com/allenai/allennlp/issues/4755
[ "bug" ]
epwalsh
8
viewflow/viewflow
django
348
Ability to have more than one workflow frontend group
closed
2022-02-07T11:13:04Z
2024-02-16T07:25:19Z
https://github.com/viewflow/viewflow/issues/348
[ "request/enhancement", "dev/flow" ]
kmmbvnr
3
hbldh/bleak
asyncio
698
BleakScannerWinRT import fails in Jupyter Notebook - [WinError -2147417850] Cannot change thread mode after it is set
* bleak version: 0.13.0 * Python version: 3.8.8 * Operating System: Windows 10 * BlueZ version (`bluetoothctl -v`) in case of Linux: N/A ### Description Hi, New to bleak. I encountered `[WinError -2147417850] Cannot change thread mode after it is set` when I attempted to import the scanner with the following...
closed
2021-12-09T19:04:28Z
2021-12-31T21:05:14Z
https://github.com/hbldh/bleak/issues/698
[ "Backend: WinRT" ]
datoslabs
2
miguelgrinberg/python-socketio
asyncio
365
server logger setup behaviour
Hello! Found strangeness of logger setup in server.py. Server's docstring says that if you put logger=False, it will disable logging of the server. But on rows 124, 125 there is: ``not logging.root.handlers and self.logger.level == logging.NOTSET`` and that would be ok, if logging.root.handlers was empty while se...
closed
2019-10-23T13:13:51Z
2019-10-27T21:07:37Z
https://github.com/miguelgrinberg/python-socketio/issues/365
[ "question" ]
DmitriyValetov
1
Farama-Foundation/PettingZoo
api
827
MAgent
https://pettingzoo.farama.org/environments/magent/ is a broken link now, I was able to access it a few hours ago...
closed
2022-10-13T19:55:09Z
2022-10-14T07:36:11Z
https://github.com/Farama-Foundation/PettingZoo/issues/827
[ "documentation" ]
AdityaKapoor74
2
pydata/pandas-datareader
pandas
958
Fail to download data from yahoo on 01/13/2023
Hello, Data download fails from yahoo finance. The error msg is df = web.DataReader("SPY", data_source='yahoo', start='2020-01-01', end='2020-03-03', session = sesh) Traceback (most recent call last): File "C:\Users\peter\AppData\Local\Temp/ipykernel_25324/3322276019.py", line 1, in <module> df = we...
open
2023-01-14T05:21:22Z
2023-03-06T11:55:36Z
https://github.com/pydata/pandas-datareader/issues/958
[]
yuzhipeter
10
keras-team/autokeras
tensorflow
1,690
pprint for hyperparameter printout
I am wondering if [pprint](https://docs.python.org/3/library/pprint.html#module-pprint) can be used for the metric printout? > Sometimes the results of the solver are too harsh cropped? <img width="502" alt="image" src="https://user-images.githubusercontent.com/13209783/154848699-3a1b562e-86b9-4792-beff-f2debabd...
open
2022-02-20T14:57:12Z
2022-02-20T14:57:12Z
https://github.com/keras-team/autokeras/issues/1690
[]
Anselmoo
0
microsoft/qlib
machine-learning
1,875
detailed_workflow.ipyb collector.py not working
## ❓ Questions and Help Thank you for making this tool. I am learning the ropes and was going through `[\examples\tutorial\detailed_workflow.ipynb](https://github.com/microsoft/qlib/blob/main/examples/tutorial/detailed_workflow.ipynb)` I am stuck at at cell where it is suppose to download extra data ```python if not...
open
2024-12-26T03:24:58Z
2025-01-11T04:39:43Z
https://github.com/microsoft/qlib/issues/1875
[ "question" ]
vishalkhialani
3
graphql-python/graphene-django
graphql
820
Settings for unittests missing in package
Hi there, I'm trying to build an RPM package on https://build.opensuse.org based on the package at PyPI and run the unittests during the build process. But I kind of miss a settings module I can use. Would you mind including e.g. `django_test_settings.py` in the next release?
closed
2019-12-04T11:50:55Z
2020-10-19T16:23:42Z
https://github.com/graphql-python/graphene-django/issues/820
[ "✨enhancement" ]
crazyscientist
9
AutoViML/AutoViz
scikit-learn
64
incorrect categorical variable assignment
I have a dataframe that has 32 columns of type object and float.32 one of the float.32 columns is treated as categorical by AutoViz. How can I exclude that column from being treated as categorical?
closed
2022-02-26T16:59:29Z
2022-03-09T17:17:00Z
https://github.com/AutoViML/AutoViz/issues/64
[]
zeydabadi
1
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
532
[HELP WANTED]: Answers provided are incorrect
### Issue description I don't know how it is choosing the answers. I want to answer yes to this question but it is submitting no. Here is the debug logs. 2024-10-14 00:46:24.786 | DEBUG | src.aihawk_easy_applier:_fill_additional_questions:605 - Filling additional questions 2024-10-14 00:46:24.790 | DEBUG ...
closed
2024-10-14T07:51:53Z
2025-01-22T22:52:29Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/532
[ "help wanted" ]
susravya-d
5
litestar-org/litestar
api
3,457
Bug: SQLAlchemy models with default=func.now() error with Unexpected default type
### Description Columns with `default=func.now()` will cause `SQLAlchemySerializationPlugin` to error with `ValueError: Unexpected default type`. Workaround is replacing it with `server_default=func.now()` ### URL to code causing the issue _No response_ ### MCVE ```python from litestar import Litestar, get fro...
closed
2024-05-01T04:44:32Z
2025-03-20T15:54:40Z
https://github.com/litestar-org/litestar/issues/3457
[ "Bug :bug:" ]
MitPitt
5
erdewit/ib_insync
asyncio
411
Connection listeners initialization shall be isolated as a separate IB object method
**Description:** Upon IB server reavailability (IB status code 1101 and 1102), my server needs to re-subscribe to the standard account/positions/orders/executions events, following some code exactly like the standard ib_insync connection code: https://github.com/erdewit/ib_insync/blob/20180813c2c768c408f1febe7e1373...
closed
2021-11-03T13:14:45Z
2021-11-05T07:57:16Z
https://github.com/erdewit/ib_insync/issues/411
[]
rgeronimi
2
httpie/cli
api
850
[2.0.0] Force Content-Type
Trying to submit a form via POST with several params (in the url) and a binary file is being sent. httpie is trying to set `Content-Type: multipart/form-data` or something but I need it to be `Content-Type: binary/octet-stream` as this is what the server is expecting, any ideas how to configure it? I tried adding a...
closed
2020-02-07T05:15:05Z
2020-02-12T05:38:57Z
https://github.com/httpie/cli/issues/850
[]
CyberMew
0
modin-project/modin
pandas
6,604
HDK: DataFrame.agg() does not support list of function names
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
closed
2023-09-26T16:10:33Z
2023-09-27T11:53:35Z
https://github.com/modin-project/modin/issues/6604
[ "bug 🦗", "HDK" ]
AndreyPavlenko
0
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
605
[BUG]: every answer is being written to answers.json
### Describe the bug it should be skipping write if answer is found and used ### Steps to reproduce run `python main.py` ### Expected behavior it should be skipping write if answer is found and used ### Actual behavior very answer is being written to answers.json ### Branch main ### Branch name _No response_...
closed
2024-10-25T20:26:53Z
2024-10-30T00:35:16Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/605
[ "bug" ]
sarob
1
tqdm/tqdm
jupyter
1,467
tqdm.auto.tqdm process leak when using on torch.utils.data.DataLoader with multiple workers in notebook
## Reproduce ### Code ``` Python rnd_workers_dataloader = DataLoader( dataset=rnd_dataset, batch_size=32, num_workers=10 ) from tqdm.auto import tqdm smth = 0 for epoch in tqdm(range(EPOCHS)): print(f"Epoch {epoch+1}\n-------") for X_train, y_train in tqdm(rnd_workers_dataloader): ...
open
2023-04-15T08:27:57Z
2023-04-21T06:34:19Z
https://github.com/tqdm/tqdm/issues/1467
[]
anast3t
0
dask/dask
scikit-learn
11,800
`Array.__setitem__` fails on size 0
As of Dask 2025.2.0: ```python >>> import dask.array as da >>> a = da.zeros((0, 2)) >>> b = da.ones((0, 2)) >>> a[:, :] = b ValueError: shape mismatch: value array of shape (0, 2) could not be broadcast to indexing result of shape (0, 2) ``` ### Impact This edge case by itself is unimportant; however it has a magnified...
open
2025-02-28T16:52:57Z
2025-03-05T11:01:10Z
https://github.com/dask/dask/issues/11800
[ "array", "bug" ]
crusaderky
0
CorentinJ/Real-Time-Voice-Cloning
tensorflow
628
Can I convert a speech to someone else's voice with this software? Speech to Speech voice conversation
Ok here what I want to achieve. I have a speech recording and I want to convert this speech to another voice. Is this possible? I am not interested in text to speech. I want to convert the voice. This will be used for experimental purposes. Also do application have any pre-trained voices that I can conv...
closed
2021-01-16T19:33:37Z
2021-01-18T00:03:35Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/628
[]
FurkanGozukara
1
JoeanAmier/TikTokDownloader
api
109
DownloadRecorder一直提示下载记录数据可能已经丢失
它检查的是构造函数中的`state` 而`main.py`中传入的是`not self.abnormal` 看名称它是异常 可它好像是检查`./cache/temp`是否存在 存在反而是异常? 是我理解错误了吗... 不是应该直接检查`IDRecorder.txt`是否存在吗
open
2023-12-25T04:47:50Z
2023-12-25T15:33:35Z
https://github.com/JoeanAmier/TikTokDownloader/issues/109
[]
vvyoko
3
matplotlib/matplotlib
data-visualization
29,466
I figured it out... Sorry guys. Simply close this issue.
I didn't understand the "quartile" correctly. Sorry guys. ### Bug summary The cap of the box should be a data point according to whatever docs I can find, but it's not. ### Code for reproduction ```Python from typing import List data:List[List[float]] = [] for i in range(20): data.append([0,1...
closed
2025-01-12T13:55:44Z
2025-01-12T14:16:06Z
https://github.com/matplotlib/matplotlib/issues/29466
[]
YagaoDirac
1
microsoft/unilm
nlp
1,225
Question about BeiT3 pre-training
Recently, i'v been reading the BeiT3 paper which leaves me a deep impression.However, there's some details i don't understand. In the paper, each batch contains 2048 images, 2048 texts and 2048 image-text pairs. How do you choose the ffn ? I wonder if it's like the input before ffn is divide into 3 parts and diffenrent...
open
2023-07-27T14:13:50Z
2023-07-28T03:10:35Z
https://github.com/microsoft/unilm/issues/1225
[]
lzy-ps
1
mars-project/mars
scikit-learn
3,176
[BUG] session creation error
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** session creation error **To Reproduce** To help us reproducing this bug, please provide information below: 1. Python 3.7.13 2. Mars 9.0 ...
closed
2022-06-29T13:04:47Z
2023-03-31T05:00:52Z
https://github.com/mars-project/mars/issues/3176
[]
Ukon233
2
BoltzmannEntropy/xtts2-ui
streamlit
37
Explanation copy Pranav Banuru
why no explanation why is this a copy of https://github.com/pbanuru/xtts2-ui Pranav Banuru is also in this one ?!?
closed
2024-12-06T16:40:44Z
2024-12-07T09:31:38Z
https://github.com/BoltzmannEntropy/xtts2-ui/issues/37
[]
kalle07
3
plotly/dash
flask
3,207
Editshape - overwriting the behavior of the editable properly in shape definition
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. **Context** In DCC Graph if `'edits': {'shapePosition':True}` is defined - it overwrites the editable property of the shapes when defining t...
closed
2025-03-11T05:13:02Z
2025-03-11T05:15:39Z
https://github.com/plotly/dash/issues/3207
[]
sssaha
1
JaidedAI/EasyOCR
deep-learning
367
Information about training dataset for cyrillic characters
Hi. Thanks for your great work! Could you share more information about your training dataset for cyrillic characters recognition for now?
closed
2021-02-04T18:20:17Z
2022-11-01T13:36:22Z
https://github.com/JaidedAI/EasyOCR/issues/367
[]
chamecall
1
sktime/pytorch-forecasting
pandas
1,022
Can DeepVar handle multiple multivariates series
- PyTorch-Forecasting version: 0.10.2 - Python version: 3.9.7 Hello, I am currently trying to use DeepVAR for a dataset containing multiple series that each contains several correlated targets, I thought I could use this implementation but I am struggling to make it work. As far as I understood on the tutorial...
open
2022-06-08T09:00:14Z
2022-06-08T09:37:17Z
https://github.com/sktime/pytorch-forecasting/issues/1022
[]
stailx
0
piskvorky/gensim
machine-learning
2,828
CHANGELOG.md vs PyPI?
PyPI shows gensim releases "3.8.2" and "3.8.3". But these aren't mentioned in the `CHANGELOG.md`, nor were they announced on the project discussion list. (There was a tweet announcing 3.8.3.) Should those steps – especially, updating `CHANGELOG.md` – be part of a release checklist, or maybe even some sort of automated-...
closed
2020-05-05T23:02:47Z
2020-05-09T12:53:10Z
https://github.com/piskvorky/gensim/issues/2828
[ "bug", "documentation", "impact MEDIUM", "reach LOW" ]
gojomo
10
coqui-ai/TTS
python
3,526
[Bug] LLVM ERROR: Symbol not found: __svml_cosf8_ha
### Describe the bug Not sure what this means but when I go to launch coqui_tts after using the one click installer from the patreon page, it gives me this error: LLVM ERROR: Symbol not found: __svml_cosf8_ha Please, how does one fix this? Windows 10 Pro Processor Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ...
closed
2024-01-17T19:00:37Z
2024-03-02T00:44:41Z
https://github.com/coqui-ai/TTS/issues/3526
[ "bug", "wontfix" ]
EfficioVitae
2
noirbizarre/flask-restplus
api
774
Could anyone help me with Flask-Swagger
Hello, everyone, I am not sure that it is a right place to post it, but I came from https://flask-restplus.readthedocs.io/en/stable/swagger.html link I posted this already https://github.com/swagger-api/swagger-ui/issues/5794 Let me be more clear: ![1](https://user-images.githubusercontent.com/16399207/7293938...
open
2020-01-22T22:17:21Z
2020-02-09T14:44:28Z
https://github.com/noirbizarre/flask-restplus/issues/774
[ "bug" ]
chainsaw2100
1
kensho-technologies/graphql-compiler
graphql
810
Support renaming one schema field into multiple new schema fields
The [current code](https://github.com/kensho-technologies/graphql-compiler/blob/f8073d09239a75cc8391002dd0663e4c06b8c76e/graphql_compiler/schema_transformation/rename_schema.py#L41) assumes that we always want to perform a 1-1 renaming of schema fields: rename a given existing field into a new field. However, this pres...
open
2020-04-29T14:30:03Z
2021-01-13T20:17:56Z
https://github.com/kensho-technologies/graphql-compiler/issues/810
[ "enhancement" ]
obi1kenobi
1
awesto/django-shop
django
603
Is it possible to remove fields from Customer Form?
I have added fields to the customer model, but these fields appear on the checkout page because the Customer Form plugin shows all model fields. Is there a way to select or exclude fields?
closed
2017-06-21T02:20:24Z
2017-06-22T18:14:36Z
https://github.com/awesto/django-shop/issues/603
[]
racitup
5
iterative/dvc
data-science
10,554
Optional vars files: dynamic DAGs
I have quite unusual case where I rely on variable generation from the first stage of the pipeline. The problem is that on the first run it doesn't exist yet which in turn invalidates the whole yaml file. ``` vars: - items: {} - items.yaml # non-existent before the first run stages: collect_items: ...
open
2024-09-12T14:45:34Z
2024-09-13T15:42:53Z
https://github.com/iterative/dvc/issues/10554
[ "question", "feature request", "A: pipelines" ]
mike-grayhat
2