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
great-expectations/great_expectations
data-science
10,757
[BUG] Custom expectation takes too long to execute when the {batch} parameter is used in a custom query but when you pass the table name to the query instead execution time becomes lesser
**Describe the bug** Using Great expectations version 1.2.4 I created a custom expectation using sql and on the query i used the {batch} parameter as shown in the documentation [https://docs.greatexpectations.io/docs/core/customize_expectations/use_sql_to_define_a_custom_expectation](url) to create the custom expecta...
open
2024-12-10T18:50:01Z
2024-12-10T18:51:00Z
https://github.com/great-expectations/great_expectations/issues/10757
[]
Erua-chijioke
0
neuml/txtai
nlp
112
ModuleNotFoundError: No module named 'transformers.hf_api'
With no changes to my code, Streamlit is now failing with: ```Python 2021-09-02 05:17:40.602 Loading faiss. 2021-09-02 05:17:40.620 Successfully loaded faiss. 2021-09-02 05:17:43.062 Uncaught app exception Traceback (most recent call last): File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/script...
closed
2021-09-02T05:23:58Z
2021-09-10T17:16:25Z
https://github.com/neuml/txtai/issues/112
[]
edanweis
2
jupyter/docker-stacks
jupyter
1,349
Switch to python 3.9 in .readthedocs.yml
It would be nice to build docs with the same version, which is used in other places (currently 3.x, which means latest python 3 version, which means 3.9.5). We're only waiting for the upstream. https://github.com/readthedocs/readthedocs.org/issues/7554
closed
2021-06-01T14:56:01Z
2021-10-16T19:45:25Z
https://github.com/jupyter/docker-stacks/issues/1349
[ "tag:Upstream" ]
mathbunnyru
2
lukas-blecher/LaTeX-OCR
pytorch
22
Deficiencies in recognition
It always recognize 0 as () or O.It seems that the simpler the formula, the less likely it is to predict success.
closed
2021-06-15T07:55:48Z
2021-06-15T15:22:33Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/22
[]
benzxiaojunjun
5
jazzband/django-oauth-toolkit
django
736
The `protected_resource` decorator for function based views not work
I had Function-based views like this: ``` @protected_resource(scopes=['read']) @api_view(['POST']) # @rw_protected_resource() def login(request): _precondition_login(request) try: user_profile = UserProfile.objects.get(telnum=request.POST.get('mobile')) user = user_profile.user ...
closed
2019-09-06T02:38:30Z
2019-09-06T03:29:02Z
https://github.com/jazzband/django-oauth-toolkit/issues/736
[]
rainytooo
1
python-gino/gino
asyncio
17
Replace metaclass with Python 3.6 feature
If possible, use [PEP 487](https://www.python.org/dev/peps/pep-0487/)
closed
2017-07-23T14:20:52Z
2017-08-07T02:12:13Z
https://github.com/python-gino/gino/issues/17
[ "enhancement", "help wanted" ]
fantix
2
mitmproxy/mitmproxy
python
7,007
Render HTTP/2 pseudo headers
#### Problem Description Via https://github.com/mitmproxy/mitmproxy/discussions/7006#discussioncomment-9975616 It's confusing that they are not rendered and you also cannot edit them. #### Proposal Render stuff like `:authority` like any other header, Chromium dev tools do that #### Alternatives Not d...
open
2024-07-06T16:54:44Z
2024-07-06T16:55:23Z
https://github.com/mitmproxy/mitmproxy/issues/7007
[ "kind/feature", "area/console" ]
Prinzhorn
0
httpie/cli
api
604
No module named 'encodings'
I am on Ubuntu. When I tried `http httpie.org` I got the error message: ``` Fatal Python error: Py_Initialize: Unable to get the locale encoding ModuleNotFoundError: No module named 'encodings' Current thread 0x00007ff6cfe8b700 (most recent call first): Aborted (core dumped) ```
closed
2017-08-27T17:13:29Z
2019-08-29T12:10:12Z
https://github.com/httpie/cli/issues/604
[]
Ollie-w
3
iperov/DeepFaceLab
machine-learning
5,287
Code guidelines
Hi @iperov, I'm interested in working on this project, and contributing improvements to the general code quality, such as refactoring functions to be more pythonic, updating code to better conform to PEP8 style/coding conventions, adding unit tests, etc. I wanted to reach out before I started, so I could find out ho...
closed
2021-03-05T20:04:21Z
2023-06-11T14:25:11Z
https://github.com/iperov/DeepFaceLab/issues/5287
[]
jmhummel
4
autogluon/autogluon
data-science
4,537
Expanding AutoGluon-Multimodal to Incorporate Audio: Enhancing AutoML with Voice Data for Multimodal Machine Learning
## Description I'm looking to do my dissertation on the topic of "Expanding AutoGluon-Multimodal to Incorporate Audio: Enhancing AutoML with Voice Data for Multimodal Machine Learning" I was wondering if some of the more experienced members could help me to grab a basic understanding of the AutoMM and the feasibili...
open
2024-10-11T08:44:10Z
2024-10-15T22:10:45Z
https://github.com/autogluon/autogluon/issues/4537
[ "enhancement", "help wanted", "module: multimodal" ]
youngaryan
1
yunjey/pytorch-tutorial
deep-learning
220
RuntimeError in Logistic Regression python file
Hi Yunjey, I'm on **macOS 10.15.7, torch v1.6.0 and Python v3.8.5** In the current `tutorials/01-basics/logistic_regression/main.py`, at **line 73**, it wrotes: ``` python print('Accuracy of the model on the 10000 test images: {} %'.format(100 * correct / total)) ``` However, this snippet of code is out of ...
open
2020-10-20T13:07:12Z
2020-10-20T13:07:12Z
https://github.com/yunjey/pytorch-tutorial/issues/220
[]
htlee6
0
donnemartin/system-design-primer
python
875
Fixing Markdown Lint related issues in readme.md file.
**Fixing Markdown Lint-related issues in readme.md file.** Using a markdown-lint extension to highlight lint-related issues. eg: MD028 - Blank line inside blockquote MD046 - Code block style MD001 - Heading levels should only increment by one level at a time MD040 - Fenced code blocks should have a language s...
closed
2024-06-25T08:56:34Z
2024-06-28T10:23:51Z
https://github.com/donnemartin/system-design-primer/issues/875
[ "needs-review" ]
pallavsharma
2
pyeve/eve
flask
784
[Bug] Insert versioning documents with file field Failed because of being altered after saving the original doc
methods/post.py in post_internal ``` python # bulk insert ids = app.data.insert(resource, documents) # update oplog if needed oplog_push(resource, documents, 'POST') # assign document ids for document in documents: # either return the custom ID_FIELD or the...
closed
2015-12-17T17:41:31Z
2018-05-18T18:19:38Z
https://github.com/pyeve/eve/issues/784
[ "stale" ]
rudaoshi
1
comfyanonymous/ComfyUI
pytorch
6,549
报错
### Expected Behavior 请问这是什么原因,改如何解决 ### Actual Behavior 报错 ### Steps to Reproduce 报错 ### Debug Logs ```powershell 报错 ``` ### Other _No response_
closed
2025-01-21T07:56:56Z
2025-01-21T07:58:40Z
https://github.com/comfyanonymous/ComfyUI/issues/6549
[ "Potential Bug" ]
Oxygen-925
0
jordaneremieff/djantic
pydantic
16
Determine supported versions
This would include: - Pydantic - Django - Python
closed
2020-12-19T03:09:31Z
2022-04-14T10:36:11Z
https://github.com/jordaneremieff/djantic/issues/16
[ "documentation" ]
jordaneremieff
2
browser-use/browser-use
python
1,044
how to change other search ?
### Bug Description The default search engine is Google. How do I change it to another one, like Bing? ### Reproduction Steps 1\ ### Code Sample ```python 111 ``` ### Version 0.12 ### LLM Model DeepSeek Coder ### Operating System windows11 ### Relevant Log Output ```shell ```
open
2025-03-17T03:32:11Z
2025-03-18T01:05:30Z
https://github.com/browser-use/browser-use/issues/1044
[ "bug" ]
lonngxiang
1
microsoft/JARVIS
pytorch
127
VQA input is not the dependency task's result.
![image](https://user-images.githubusercontent.com/52063507/231087713-6e20add2-cb03-4213-bfb5-0e960a4eaf18.png) from the log, u can see vqa's input is not objection detection's output("inference result": {"generated image with predicted box": "/images/7e4e.jpg"), but its input... I checked the code, there is no key...
open
2023-04-11T07:33:02Z
2023-04-11T08:09:21Z
https://github.com/microsoft/JARVIS/issues/127
[]
CLNET-pixel
2
Sanster/IOPaint
pytorch
37
[Feature] Batch/Video input?
Hello, I really like your GUI. Would you be interested in supporting multi-picture inputs, or even video? That would speed up the workflow for which I use this. Happy Easter!
closed
2022-04-18T12:56:00Z
2022-04-20T14:00:54Z
https://github.com/Sanster/IOPaint/issues/37
[]
Troceleng
3
jina-ai/serve
deep-learning
5,951
Add option to add ImagePullSecrets in `to_kubernetes_yaml`
closed
2023-07-06T10:21:44Z
2023-07-07T12:49:09Z
https://github.com/jina-ai/serve/issues/5951
[]
JoanFM
0
jazzband/django-oauth-toolkit
django
1,545
OIDC Back-Channel Logout
**Is your feature request related to a problem? Please describe.** Currently DOT does not provide a way for the OP to indicate that the user has signed out, this causes RP sessions to be kept open in end users agents even when they user believes that they signed out already. **Describe the solution you'd like** [B...
open
2025-01-28T09:57:57Z
2025-01-28T10:37:35Z
https://github.com/jazzband/django-oauth-toolkit/issues/1545
[ "enhancement" ]
lullis
0
jumpserver/jumpserver
django
14,554
[Question] Does the community edition support Keycloak?
### Product Version 4.4.1 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [X] Online Installation (One-click command installation) - [ ] Offline Package Installation - [ ] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] S...
closed
2024-12-01T13:50:32Z
2024-12-02T06:56:43Z
https://github.com/jumpserver/jumpserver/issues/14554
[ "🤔 Question" ]
MatinZ626
2
autokey/autokey
automation
394
There is about 1 second delay before script executed
## Classification: Enhancement ## Reproducibility: Always ## Version AutoKey version: 0.95.10 Used GUI (Gtk, Qt, or both): Gtk If the problem is known to be present in more than one version, please list all of those. Installed via: apt Linux Distribution: Kali 64 bit ## Summary Script a...
closed
2020-03-26T13:11:46Z
2020-03-26T17:24:28Z
https://github.com/autokey/autokey/issues/394
[]
aj3423
4
QuivrHQ/quivr
api
2,775
Integrate LeParser to Quivr
\-> Create a PR to quivr for using LeParser as the main file parser \-> Verify everything works
closed
2024-06-28T07:28:21Z
2024-07-04T11:39:47Z
https://github.com/QuivrHQ/quivr/issues/2775
[ "enhancement" ]
linear[bot]
1
statsmodels/statsmodels
data-science
8,859
ENH: variable addition autoregression test using score_tes
Just a thought while looking at #8854 We could include past endog as regressors for a score_test that there is no autoregressive, dynamic effect. This could be done with current score_test, except that we need to truncate initial observations, because past endog (or linpred) will not have the full nobs length. (T...
open
2023-05-02T19:04:58Z
2023-05-02T19:12:55Z
https://github.com/statsmodels/statsmodels/issues/8859
[ "type-enh", "comp-base", "comp-discrete", "topic-diagnostic" ]
josef-pkt
0
chatanywhere/GPT_API_free
api
349
gpt-4o 请求三次就出错了 (sider 工具使用)
**Describe the bug 描述bug** OpenAI: 该模型免费API限制每日3次请求,请00:00后再试,如有更多需求,请访问 https://api.chatanywhere.tech/#/shop 购买付费API。The free account is limited to 3 requests per day. Please try again after 00:00 the next day. If you have additional requirements, please visit https://api.chatanywhere.tech/#/shop to purchase a premiu...
closed
2025-01-06T03:12:10Z
2025-01-09T01:01:24Z
https://github.com/chatanywhere/GPT_API_free/issues/349
[]
Black-ants
4
microsoft/Bringing-Old-Photos-Back-to-Life
pytorch
144
output of domain B network varies in color
Hi I decided to start to train the domain B networtk first, beacause it seems to be the most easy part But I found there are usually color shifts on the generated images, as mentioned in the section 3.4 Face Enhancement of the paper I'm confused of the reason leading to this, in my opinion it should be very easy fo...
open
2021-04-07T06:21:13Z
2022-06-28T09:07:36Z
https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/144
[]
MengXinChengXuYuan
4
mwaskom/seaborn
matplotlib
2,747
Connected dots on box plot
![image](https://user-images.githubusercontent.com/97636189/155352952-a371142b-7d65-49f0-9703-93439610e4ad.png) Hello, I am having issues in trying to connect dots together in a boxplot. As you can see on the table, there are mice in the 'bsl' condition that correspond to mice in the '30min' condition (same mouse...
closed
2022-02-23T15:44:04Z
2022-03-04T11:51:46Z
https://github.com/mwaskom/seaborn/issues/2747
[ "question" ]
AdrienTassou
1
anselal/antminer-monitor
dash
108
Add a notification on zero hashrate
Hi Anselal, I've noticed that I get rows highlighted (in red) only if Chips are down. But in my case the chips are ok, but the miner is not working (not mining). Can you set also this feature to mark in red if the miner is not doing the hashrate specified? ![2018 06 22 - anselal s9 no hashing](https://user-images...
open
2018-06-22T13:26:00Z
2018-06-29T10:15:48Z
https://github.com/anselal/antminer-monitor/issues/108
[ ":bug: bug" ]
ClaudiuPRO
3
smarie/python-pytest-cases
pytest
65
Unable to install in tox env - ImportError: No module named six
Hey, this looks great but I'm unable to install this locally in my tox test envs. On installation of the package pip tries to run setup.py but then complains that six is not installed. Ive tried to add a pyproject.toml with `dependencies` and `build-system` sections to no avail, have you seen this yourself yet? Here...
closed
2019-11-12T20:33:33Z
2019-11-19T09:01:08Z
https://github.com/smarie/python-pytest-cases/issues/65
[]
raddessi
11
explosion/spaCy
data-science
13,354
Check that filter_spans input is a Span
I was trying to remove duplicate entities for exploratory purposes and realized there is no dedicated way to do that and also that simply using a `set` does not solve the problem. Since, `util.filter_spans` works for `Spans`, I fed it `doc.ents` (which are Spans indeed) and it runs with no errors, but returns the ex...
closed
2024-02-27T03:59:27Z
2024-03-29T00:02:29Z
https://github.com/explosion/spaCy/issues/13354
[ "feat / doc", "more-info-needed" ]
Nelson-Gon
3
ivy-llc/ivy
tensorflow
28,058
Fix Ivy Failing Test: paddle - statistical.cumprod
closed
2024-01-26T18:44:05Z
2024-01-29T15:56:03Z
https://github.com/ivy-llc/ivy/issues/28058
[ "Sub Task" ]
samthakur587
0
allenai/allennlp
pytorch
4,951
Add a warning on the Masked Language Modeling demo that BERT contains gender biases in pronoun predictions (was there earlier but has now been removed and request to re-add this feature). Please raise awareness about AI biases!
**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 an...
closed
2021-02-02T04:49:26Z
2021-02-22T19:09:57Z
https://github.com/allenai/allennlp/issues/4951
[ "Feature request" ]
ananyagup
2
psf/requests
python
6,298
Conflicting version with charset-normalizer
Hello, I would like to update my virtual environment. I am using python 3.9, requests 2.28.1 and charset-normalizer 2.1.1 When I update charset-normalizer: ` $ python3 -m pip install -U charset-normalizer` I get this answer: `ERROR: pip's dependency resolver does not currently take into account all the pack...
closed
2022-11-29T11:03:41Z
2023-12-06T00:03:14Z
https://github.com/psf/requests/issues/6298
[]
talcher
2
horovod/horovod
tensorflow
3,156
Spark/Keras: checkpoint is only relying on local val loss on GPU 0
**Bug report:** When multi-GPUs training is enabled: - Only GPU 0 is doing checkpoint: https://github.com/horovod/horovod/blob/master/horovod/spark/keras/remote.py#L158 - GPU 0 can only access local validation data:https://github.com/horovod/horovod/blob/master/horovod/spark/keras/remote.py#L231 - Checkpoint is b...
closed
2021-09-07T22:23:34Z
2021-09-07T23:53:02Z
https://github.com/horovod/horovod/issues/3156
[ "bug" ]
chongxiaoc
1
marimo-team/marimo
data-visualization
3,688
marimo.chat: ChatModelConfig maxTokens
### Documentation is - [ ] Missing - [ ] Outdated - [x] Confusing - [ ] Not sure? ### Explain in Detail In https://docs.marimo.io/api/inputs/chat/#supported-model-providers the parameter "max_tokens" of the class ChatModelConfig isn't working with the OpenAI LLMs. Obviously, there is a misspelling. If I'm using the...
closed
2025-02-04T20:39:06Z
2025-02-05T01:08:18Z
https://github.com/marimo-team/marimo/issues/3688
[ "documentation" ]
netzrac
1
OpenInterpreter/open-interpreter
python
635
FileNotFoundError
### Describe the bug Traceback (most recent call last): File "D:\Python311\Lib\site-packages\interpreter\code_interpreters\subprocess_code_interpreter.py", line 65, in run self.start_process() File "D:\Python311\Lib\site-packages\interpreter\code_interpreters\subprocess_code_interpreter.py", line 43...
closed
2023-10-12T20:36:31Z
2023-12-22T01:17:09Z
https://github.com/OpenInterpreter/open-interpreter/issues/635
[ "Bug" ]
mrahjoo
18
scikit-hep/awkward
numpy
2,487
PR #2477 broke an Uproot test
### Version of Awkward Array anything after 13aea6de849a794ccb35b4743edc1602dcd97f7a (#2477) ### Description and code to reproduce Suppose that a `ListOffsetArray` contains unreachable elements, like ```python import awkward as ak import numpy as np a = ak.Array( ak.contents.ListOffsetArray( ak...
closed
2023-06-02T16:31:15Z
2023-06-05T18:04:54Z
https://github.com/scikit-hep/awkward/issues/2487
[ "bug" ]
jpivarski
0
kymatio/kymatio
numpy
264
ENH tf backend
Can we make a backend using tensorflow or tensorflow eager mode? This attempt might inform how we can create a useful, better backend structure
closed
2018-12-17T16:11:12Z
2019-05-31T10:29:01Z
https://github.com/kymatio/kymatio/issues/264
[ "enhancement" ]
eickenberg
2
NVIDIA/pix2pixHD
computer-vision
126
Discriminator prediction values exceed 1.0 when compared to binary true/false label
This issue relates specifically to discriminator outputs that are used to calculate `loss_D_real`. It ultimately boils down to the code minimizing `||pred_real-1.0||`. This would make sense of pred_real was upper-bound to be 1.0, for example by taking `sigmoid(pred_real)`. The way the code is currently laid out,...
open
2019-04-30T16:59:06Z
2019-08-08T13:56:32Z
https://github.com/NVIDIA/pix2pixHD/issues/126
[]
urimerhav
3
ITCoders/Human-detection-and-Tracking
numpy
52
Can it run on OpenCV 4?
open
2023-08-25T18:33:57Z
2023-08-25T18:33:57Z
https://github.com/ITCoders/Human-detection-and-Tracking/issues/52
[]
brownfox2k6
0
Johnserf-Seed/TikTokDownload
api
688
[Feature]多个 url
可不可以同时导入多个 url 链接
open
2024-03-28T07:03:09Z
2024-03-28T09:06:08Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/688
[]
Hua-Wu-Que-Code
1
Evil0ctal/Douyin_TikTok_Download_API
fastapi
28
前端资源经常加载不下来,建议下载放在项目里
closed
2022-05-17T16:54:16Z
2022-05-22T09:38:24Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/28
[]
zhongshao666
2
CorentinJ/Real-Time-Voice-Cloning
tensorflow
434
I would like to sing in polish language instead of text
Is this tool able to "render" singing voice based on my voice? (not by typing text) I would like to sound like some other person. so, basically train model with some other speech -> I am recording my song with my voice -> generate singing voice like some other else. It doesn't need to be "perfect", I want it just to s...
closed
2020-07-20T19:13:22Z
2021-01-16T22:35:48Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/434
[]
annaskarzynska
3
keras-team/keras
python
21,068
"PyDataset: init does not call super().init(**kwargs) causing workers, use_multiprocessing, and max_queue_size parameters to be ignored."
I'm encountering this warning when using `ImageDataGenerator.flow_from_dataframe`: ``` /usr/local/lib/python3.11/dist-packages/keras/src/trainers/data_adapters/py_dataset_adapter.py:121: UserWarning: Your `PyDataset` class should call `super().__init__(**kwargs)` in its constructor. `**kwargs` can include `workers`, `...
open
2025-03-19T16:44:36Z
2025-03-19T17:00:50Z
https://github.com/keras-team/keras/issues/21068
[ "type:Bug" ]
slspencer
0
slackapi/bolt-python
fastapi
749
Intermittent Shortcut Launch Errors from app on AWS Lambda
Appears that either slack fails to respond to auth.test call from App object during initialization, or response is lost on AWS side. Issue is intermittent as appears to follow no pattern. ### Reproducible in: AWS Lambda slack_bolt 1.15.1 (applied as layer, also fails when zipped and packaged) slack_sdk 3.19.1 ...
closed
2022-10-24T14:04:29Z
2022-12-08T15:47:17Z
https://github.com/slackapi/bolt-python/issues/749
[ "question", "area:adapter", "need info", "auto-triage-stale" ]
JustinNewport
10
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,395
[Bug]: "read generation parameters from prompt" doesn't work well.
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported ...
closed
2024-03-27T14:56:34Z
2024-03-28T20:03:11Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15395
[ "bug-report" ]
koreanguysee
3
pmaji/crypto-whale-watching-app
dash
3
Zoom is lost when graph refresh
it's all in the title, it would be nice to stop refreshing when zoomed in, or better refresh but keep the zoom as it is!
closed
2018-02-08T03:55:19Z
2018-02-17T23:31:21Z
https://github.com/pmaji/crypto-whale-watching-app/issues/3
[ "help wanted" ]
arsenicks
3
kaliiiiiiiiii/Selenium-Driverless
web-scraping
164
[feature request] `driver.execute_async_script` alternative
currently, driver.execute_async_script only provides a `resolve` function in `arguments[arguments.length - 1]` https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/5f56548a3c2bade6d42edda7bcc8085fcf8afff0/src/selenium_driverless/types/deserialize.py#L226-L244 this is compatible with selenium [execute_async_...
closed
2024-02-01T20:36:32Z
2024-02-05T12:47:33Z
https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/164
[]
milahu
2
flasgger/flasgger
flask
100
Support vendor extensions
I was going to write a minimal PR for doing this, but I wasn't sure how your test setup works in order to write a minimal test for this Also I only care about doing this at the top level (to support x-groupTag with reDoc as a front-end template). Basically, I inserted the below block right after the definition of...
closed
2017-05-12T16:22:36Z
2017-05-15T21:07:42Z
https://github.com/flasgger/flasgger/issues/100
[]
DanCardin
1
tqdm/tqdm
pandas
1,277
Cleanup with colour on jupyter notebook doesn't work
I'm trying to use regular tqdm (not tqdm.notebook) in jupyter notebook with leave=False and colour option. When using the colour after calling `close()` the end of the text isn't cleaned. Running the following code: ```python from tqdm import tqdm pbar = tqdm(total=10, leave=False, colour='green') pbar.close() ...
open
2021-11-24T15:19:13Z
2022-06-18T06:49:07Z
https://github.com/tqdm/tqdm/issues/1277
[ "p2-bug-warning ⚠", "submodule-notebook 📓" ]
matanper
0
deepfakes/faceswap
machine-learning
1,186
Critical Crash
Hello, I am using Mac Intel Version 10.15.6, I know MacOS isn't ideal for faceswap but it's all I have and I'm also using the latest version of the face swap GUI. It used to run fine, but now I am receiving a critical error when extracting faces, what's causing the crash? [Faceswap Crash Log.log](https://github.com...
closed
2021-10-18T16:40:25Z
2021-10-18T18:43:17Z
https://github.com/deepfakes/faceswap/issues/1186
[]
DrDreGFunk
0
SYSTRAN/faster-whisper
deep-learning
444
Get alternatives for each segment
Hi I was wondering if it would be possible to return for each segment more than one prediction?
closed
2023-08-29T14:54:23Z
2024-11-19T23:26:35Z
https://github.com/SYSTRAN/faster-whisper/issues/444
[]
Ar770
2
StratoDem/sd-material-ui
dash
146
href in DropDownMenu
Can this contain an href element? I would like to add links to other pages in the dropdown
closed
2019-07-20T18:21:23Z
2020-09-02T13:43:42Z
https://github.com/StratoDem/sd-material-ui/issues/146
[]
oi-eddyoj
2
falconry/falcon
api
1,413
How to implement redirection in auth_request?
hi, I have a problem with the redirecting in falcon. I have configuration in ngnix: location / { auth_request /login_check; ... } location = /login_check { proxy_pass localhost/login_check; ... } and I want to redirect to another page that wil...
closed
2019-01-17T12:20:45Z
2020-07-17T21:07:00Z
https://github.com/falconry/falcon/issues/1413
[ "question" ]
czelsa
1
ResidentMario/geoplot
matplotlib
213
Customizing colorbar label font size
I would like to have a colorbar with a larger font and larger tick labels, for example in a plot like this: ``` fig, ax = plt.subplots( ) geoplot.choropleth( df, projection = gcrs.EuroPP(), hue= df["density"], cmap='Reds', figsize=(18,18), legend = True, ax = ax, ...
closed
2020-04-29T13:26:40Z
2020-04-30T17:47:05Z
https://github.com/ResidentMario/geoplot/issues/213
[]
stcoats
1
ryfeus/lambda-packs
numpy
43
[Request] Build file for Tesseract
Would you be able to provide your build file for Tesseract? I used your Zip for Tesseract (for Python 2.7) and it works fine on Lambda. But I need it for Python 3.7. I used [this link](https://stackoverflow.com/questions/33588262/tesseract-ocr-on-aws-lambda-via-virtualenv) to create Tesseract for Lambda with Python...
open
2019-05-10T18:53:09Z
2019-05-10T18:53:09Z
https://github.com/ryfeus/lambda-packs/issues/43
[]
chahna107
0
horovod/horovod
deep-learning
3,316
Install Horovod on AWS EMR
I want to install Horovod[Spark] on AWS EMR cluster but keep getting error. I was wondering if you could provide a bootstrap shell script to install it on EMR cluster? Thanks!
open
2021-12-13T14:11:04Z
2021-12-13T14:11:04Z
https://github.com/horovod/horovod/issues/3316
[ "bug" ]
xiaozhi-alan-zhu
0
dask/dask
pandas
11,580
map_overlap fails if any chunk is smaler than overlap
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
closed
2024-12-04T20:04:43Z
2024-12-17T16:56:38Z
https://github.com/dask/dask/issues/11580
[ "array" ]
wokast
0
polarsource/polar
fastapi
4,954
Add organization slug to statement descriptor
Currently, all transactions have `Polar` as the statement descriptor, but we should modify this to be `polar*<organization_slug>` for additional context. Has not been a problem historically, but certainly a good additional piece of context for customers in their bank statements.
closed
2025-02-05T10:34:21Z
2025-02-06T10:46:48Z
https://github.com/polarsource/polar/issues/4954
[]
birkjernstrom
0
marimo-team/marimo
data-visualization
3,330
mo.ui.altair_chart() reinterpreting string x-axis as datetime
### Describe the bug I have a `altair.Chart()` which outputs fine if I render it directly but if I wrap it in a `mo.ui.altair_chart()` then the string x-axis values which are versions of the form "x.y.x" are getting evaluated as datetimes so the graph is exactly the same except the x-values are erroneously shown as da...
closed
2025-01-03T00:09:23Z
2025-01-03T15:06:35Z
https://github.com/marimo-team/marimo/issues/3330
[ "bug" ]
bulletmark
0
ionelmc/pytest-benchmark
pytest
44
give example of parametrizing on input size
I'm using pytest-benchmark for the first time to benchmark [bidict](https://bidict.readthedocs.org): https://github.com/jab/bidict/blob/0.12.0-dev/tests/test_benchmark.py I'm wondering how using different input sizes affects my benchmarks (it would be cool to be able to generate a graph that shows that a particular fu...
open
2016-02-26T21:20:43Z
2016-04-12T15:07:46Z
https://github.com/ionelmc/pytest-benchmark/issues/44
[]
jab
19
ultralytics/yolov5
deep-learning
12,993
Saving Augmented Images
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello friends, "As you know, data augmentation methods lead to a slower training proces...
closed
2024-05-09T14:34:19Z
2024-06-20T00:22:02Z
https://github.com/ultralytics/yolov5/issues/12993
[ "question", "Stale" ]
BehdadSDP
2
ranaroussi/yfinance
pandas
1,752
replace frozendict with immutabledict
### Describe bug Hi, Gentoo Linux is going to remove the python package frozendict: https://bugs.gentoo.org/918899 They write "Originally added for net-im/synapse, which switched to dev-python/immutabledict since. Hacky C extension that supports up to Python 3.10". "Removal on 2023-12-30." The project site of im...
open
2023-12-01T09:19:06Z
2023-12-02T09:09:46Z
https://github.com/ranaroussi/yfinance/issues/1752
[]
VanNostrand
4
zappa/Zappa
django
651
[Migrated] Introduce ability to specify a CloudFormation role (resolves #1649)
Originally from: https://github.com/Miserlou/Zappa/issues/1650 by [relwell](https://github.com/relwell) When users provide the `stack_role_arn`, CloudFormation will assume that role when provisioning, modify, or deleting the stack specified by Zappa. From the [Boto3 CloudFormation docs](https://boto3.amazonaws.com...
closed
2021-02-20T12:32:26Z
2024-04-13T17:36:29Z
https://github.com/zappa/Zappa/issues/651
[ "needs-user-testing", "no-activity", "auto-closed" ]
jneves
2
idealo/image-super-resolution
computer-vision
158
Super-resolution by grayscale
I want to run Prediction on a grayscale image. Therefore, I tried rewriting as follows. The pixel size of the file used is (512,512) `import numpy as np from PIL import Image from ISR.models import RRDN img = Image.open('/usr/src/app/image-super-resolution/data/input/gray.png') lr_img = np.array(img) print(np....
open
2020-11-07T22:19:51Z
2022-10-07T04:27:47Z
https://github.com/idealo/image-super-resolution/issues/158
[]
FakerHU2020
3
open-mmlab/mmdetection
pytorch
11,241
V3Det训练COCOevalMP程序阻塞不动
huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks... To disable this warning, you can either: - Avoid using `tokenizers` before the fork if possible - Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | ...
open
2023-12-02T06:16:12Z
2023-12-08T09:40:47Z
https://github.com/open-mmlab/mmdetection/issues/11241
[]
stihuangyuan
1
blb-ventures/strawberry-django-plus
graphql
233
need for an async resolvers.update
hey all. I'm trying to make a `update_user` mutation that verifies that the ID passed via the input is the same as the request user. thankfully I found the `node_id.aresolve_node` function to get the user instance via the GlobalID. However on the `resolvers.update` this is a sync operation and it is unfortunate that...
open
2023-06-08T19:24:51Z
2023-06-09T14:22:10Z
https://github.com/blb-ventures/strawberry-django-plus/issues/233
[]
djstein
1
slackapi/python-slack-sdk
asyncio
1,162
files_upload API - timeout response by server regardless of timeout value passed to web client
Hi, I have this little snippet of code that used to work for me until recently: ``` slackClient=slack_sdk.WebClient(token=slackToken, timeout=300) upload = slackClient.files_upload(file=file, filename=file) ``` now I am suddenly getting this response: `slack_sdk.errors.SlackApiError: Received a response in a ...
closed
2022-01-18T10:21:04Z
2023-06-06T12:23:11Z
https://github.com/slackapi/python-slack-sdk/issues/1162
[ "needs info", "server-side-issue" ]
daniel-moonactive
26
flavors/django-graphql-jwt
graphql
195
Get Authenticated User in Model
I have a model mixin to add created_by and last_modified_by fields with the currently authenticated user. I am trying to set these fields in the save method of the mixin to help keep the code DRY. Is there currently a method to get the currently authenticated user from a model method? I tried using a middleware and ...
open
2020-05-02T15:12:58Z
2020-05-02T17:29:07Z
https://github.com/flavors/django-graphql-jwt/issues/195
[]
jimshepherd
1
ageitgey/face_recognition
machine-learning
1,149
Face Recognition face_encodings() module return empty array.
* face_recognition version: * Python version: * Operating System: ### Description I am trying to compare faces of two images. If they are similar or not but While getting face encodings through built in library face_recognition it return an empty array. ### What I Did image1 = face_recogni...
open
2020-05-20T12:58:58Z
2020-06-05T06:57:30Z
https://github.com/ageitgey/face_recognition/issues/1149
[]
maliktalha370
1
RobertCraigie/prisma-client-py
asyncio
540
Flesh out database tests even more
I'm currently working on #266 and as a part of this I am writing more extensive tests for all of the types we support. For the sake of time I am cutting corners in some places that aren't as urgent, this issue is being used to track any areas for improvement. TODO: - [x] Remove enum usage from `test_create_many.py`...
open
2022-10-30T16:17:15Z
2023-01-01T17:11:58Z
https://github.com/RobertCraigie/prisma-client-py/issues/540
[ "topic: internal", "kind/epic" ]
RobertCraigie
0
fastapi/sqlmodel
sqlalchemy
438
Class .... is not mapped with polymorphic identity
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
open
2022-09-06T10:00:35Z
2024-07-03T05:54:53Z
https://github.com/fastapi/sqlmodel/issues/438
[ "question" ]
zopyx
4
STVIR/pysot
computer-vision
346
如果想要使用别的数据集进行训练需要怎么做呢?
如题,我想训练并测试SiamRPN++在TIR数据集中的表现,但是不知道怎么做。希望能得到解答!
closed
2020-04-11T07:41:33Z
2020-04-23T14:48:06Z
https://github.com/STVIR/pysot/issues/346
[ "duplicate" ]
HanlynnKe
2
FactoryBoy/factory_boy
django
894
Helpful message when Iterator has empty iterator
#### The problem If you pass in an empty iterator to Iterator, you get a (for me) cryptic `StopIteration`. It took quite a while for me to figure out that a) it was the iterator that was raising the exception and that b) it was due to an empty QuerySet. #### Proposed solution When the Iterator encounters an empty ...
open
2021-11-02T20:30:06Z
2021-11-03T14:16:50Z
https://github.com/FactoryBoy/factory_boy/issues/894
[ "BadMagic", "DesignDecision", "Improvement" ]
0ge
2
serengil/deepface
machine-learning
842
Does the find method use multiple images for same identity of person or not?
What does the following statement mean the readme doc `Even though face recognition is based on one-shot learning, you can use multiple face pictures of a person as well. ` Will the multiple images does not add any value/benefit in recognition task here? [Here](https://github.com/serengil/deepface/issues/776#...
closed
2023-09-13T04:20:52Z
2023-09-13T05:43:58Z
https://github.com/serengil/deepface/issues/842
[ "question" ]
tusharfire
1
serengil/deepface
machine-learning
537
RAM leak with multiple calls
Hello @serengil, many thanks for this awesome library! I noticed a non neglectible memory leak when calling `DeepFace.analyze()` multiple times. I've seen #78 and your suggestion to not use the function in a `for` loop and to use the `tf.keras.backend.clear_session()` to clear the tf graph. Unfortunately, even ca...
closed
2022-08-19T09:01:54Z
2022-08-20T11:14:55Z
https://github.com/serengil/deepface/issues/537
[ "question" ]
nicobonne
6
open-mmlab/mmdetection
pytorch
11,523
Performance of Cascade-RCNN degrades dramatically when migrating from mmdet 2.X to 3.X
I achieved an 80% mAp50 on my own dataset using Cascade-RCNN with mmdet2. However, with mmdet3, I can only achieve a 60% mAP. I have tried to initialize the Cascade-RCNN in mmdet2 with the weights trained in mmdet3, and I still can achieve close to 80% mAP. It seems there might be errors during the testing phase. ...
closed
2024-03-07T09:24:53Z
2024-03-13T07:24:23Z
https://github.com/open-mmlab/mmdetection/issues/11523
[]
msy1412
1
freqtrade/freqtrade
python
11,241
fastapi.exceptions.ResponseValidationError ?
## Describe your environment * Operating system: Raspberry Pi OS * Python Version: 3.11.2 * CCXT version: 4.4.43 * Freqtrade Version: 2024.12 ## Describe the problem: Since a few days can't get the bot to go live with any strategy. The bot does work in dry-mode with all my strategies (home cooked, NASOS, N...
closed
2025-01-15T21:36:40Z
2025-01-16T05:24:40Z
https://github.com/freqtrade/freqtrade/issues/11241
[ "Duplicate" ]
Jorvdhoeven
1
custom-components/pyscript
jupyter
164
RuntimeError: Cannot be called from within the event loop
Hi, So I've been testing and using pyscript and it works quite well. But now that I'm trying to go a step deeper I'm facing a problem accessing hass.states to be able to list all entities and automate more things without having to know the entities list. Something like that: ``` @time_trigger("startup") def ...
closed
2021-02-20T18:30:56Z
2021-02-21T12:58:51Z
https://github.com/custom-components/pyscript/issues/164
[]
Tolriq
3
horovod/horovod
machine-learning
3,923
fail to build horovod 0.28.0 from the source with gcc 12 due to gloo issue
**Environment:** 1. Framework: tensorflow 2.12.0, pytorch 2.0.1 2. Framework version: 3. Horovod version: 0.28.0 4. MPI version: 5. CUDA version: 12.1.1 6. NCCL version: 2.17.1 7. Python version: 3.11 8. Spark / PySpark version: 9. Ray version: 10. OS and version: ArchLinux 11. GCC version: 12.3.0 12. CMak...
closed
2023-05-12T15:15:13Z
2023-05-24T16:52:41Z
https://github.com/horovod/horovod/issues/3923
[ "bug" ]
hubutui
3
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,263
Python 3.10.12 is not supported
When I ran python3.10 -m pip install numpy==1.20.3 on linux mint, I got an error while I was trying to install it. But it was totally fine when I used python3.8 ![12](https://github.com/CorentinJ/Real-Time-Voice-Cloning/assets/100217654/99071c68-bf38-4ffe-b789-9d292ed539a5)
closed
2023-10-15T17:19:27Z
2023-10-19T20:59:29Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1263
[]
KPCOFGS
4
aws/aws-sdk-pandas
pandas
2,673
how can i write empty dataframe to s3
*P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.*
closed
2024-02-13T11:15:55Z
2024-02-13T11:39:14Z
https://github.com/aws/aws-sdk-pandas/issues/2673
[ "question" ]
AbhishekRai-5
1
slackapi/bolt-python
fastapi
421
Disable slack button once clicked
### To disable the slack button once it is clicked. **Question**: Is there any parameter or an API that can help in updating the button field to something unclickable **Description** To begin with, let's say as a user I'm presented with a question and a few button type options: What we are trying to achieve here ...
closed
2021-07-23T16:08:27Z
2021-08-14T03:07:51Z
https://github.com/slackapi/bolt-python/issues/421
[ "question" ]
Cyb-Nikh
4
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
457
[BUG] 抖音API下更换Cookie和网络服务商后依旧出现 <class 'NoneType'> 类型错误
***发生错误的平台?*** 抖音 ***发生错误的端点?*** - API服务 ```json /api/hybrid/video_data?url=https://v.douyin.com/iMrqLnXG/ ``` ***提交的输入值?*** - 抖音短网址 ```json https://v.douyin.com/iMrqLnXG/ ``` - User-Agent: ```json Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0....
closed
2024-07-20T04:48:10Z
2024-07-31T07:21:32Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/457
[ "BUG" ]
Jiohon
6
seleniumbase/SeleniumBase
pytest
3,013
Repeat UC Browser
Hello. Please tell me how can I set the repeat? Perform an action 5 times in the browser. Browser uc. driver = Driver(uc=True, headless=True, chromium_arg=f'remote-debugging-port={port}') url = 'https://google.com' driver.uc_open_with_reconnect(url, 10) driver.click("//input[@id='usernameInput']", 'xpath', 90) ...
closed
2024-08-11T07:11:25Z
2024-08-11T13:27:45Z
https://github.com/seleniumbase/SeleniumBase/issues/3013
[ "question", "UC Mode / CDP Mode" ]
radovs3245
1
dask/dask
numpy
11,507
perf: big slowdown in tpch queries between 2024.10.0 and 2024.11.0
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
closed
2024-11-10T16:51:14Z
2024-11-12T10:05:27Z
https://github.com/dask/dask/issues/11507
[ "dask-expr" ]
MarcoGorelli
6
plotly/dash
data-science
2,552
provide control item that allows selecting and ordering options
Like sortable lists in Ag Grid: https://github.com/plotly/dash/assets/101562106/e35dcbbc-e6d3-436e-9bac-67edbabb2e4f **Code for video app:** app.py ``` import dash_ag_grid as dag from dash import dcc, html, Input, Output, State, Dash, ctx, callback import pandas as pd import dash app = Dash(__name__) ...
open
2023-05-31T11:39:09Z
2024-08-13T19:33:43Z
https://github.com/plotly/dash/issues/2552
[ "feature", "P3" ]
celia-lm
0
facebookresearch/fairseq
pytorch
5,079
a error in inference(fine-tune wav2vec2.0base with a linear)
2023-04-16 14:55:27 | INFO | __main__ | | decoding with criterion ctc 2023-04-16 14:55:27 | INFO | __main__ | | loading model(s) from /home/zhonghuihang/wav2vec2mdd/outputs/2023-04-15/09-22-50/checkpoints/checkpoint_best.pt Traceback (most recent call last): File "/home/zhonghuihang/wav2vec2mdd/fairseq/examples/sp...
open
2023-04-16T06:56:59Z
2023-04-16T06:56:59Z
https://github.com/facebookresearch/fairseq/issues/5079
[ "bug", "needs triage" ]
lunar333
0
plotly/dash
plotly
3,100
add Python 3.13 to CI pipelines
open
2024-12-09T14:09:11Z
2024-12-09T14:09:11Z
https://github.com/plotly/dash/issues/3100
[ "infrastructure", "feature", "P1" ]
gvwilson
0
aminalaee/sqladmin
asyncio
180
`ModelConverter` fails to handle one-to-one relationship
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug `get_converter()` in `ModelConverterBase` selects `QuerySelectMultipleField` instead of `QuerySelectField` for a column with `ONETOMANY` di...
closed
2022-06-16T08:52:34Z
2022-06-20T11:49:15Z
https://github.com/aminalaee/sqladmin/issues/180
[]
okapies
0
explosion/spaCy
deep-learning
13,734
en_core_web_trf (3.8.0) ORG predictions seem inaccurate compared to en_core_web_trf (3.6.1)
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> en_core_web_trf (3.8.0) labels CARDINAL tokens as ORG. This happens in the affiliation sections for many scientific manuscript I tried out. Interestingly, only the transformer pipeline has this new unexpected behavior, NER f...
open
2025-01-25T04:56:21Z
2025-01-26T04:29:23Z
https://github.com/explosion/spaCy/issues/13734
[]
vitaly-d
1
qubvel-org/segmentation_models.pytorch
computer-vision
377
encoder_depth error
Hi everyone! I am training model using DeepLabV3Plus architecture (mobilenetv2 encoder, imagenet weights). When parameter encoder_depth = 5 - everything works ok. But if encoder_depth = 4 or 3 the error occurs during training process. Input image size is: (224,244) <img width="985" alt="Screenshot 2021-04-08 at 15 ...
closed
2021-04-08T12:50:40Z
2022-03-03T01:59:49Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/377
[ "Stale" ]
MykolaRobot
3
Lightning-AI/pytorch-lightning
deep-learning
19,860
Support get optimizer and lr_schedulers from deepspeed config
### Description & Motivation Currently it's not supported. However in huggingface/accelerate, users can specify `DummyOptimizer` and `DummyScheduler` to indicate they want them to be replaced by those from deepspeed config. ### Pitch Lightning should have some way to let people use optimizers from deepspeed config, ...
open
2024-05-11T07:06:21Z
2024-05-11T07:06:40Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19860
[ "feature", "needs triage" ]
npuichigo
0
mlfoundations/open_clip
computer-vision
898
Coca Image-to-Text, RuntimeError: Boolean value of Tensor with more than one value is ambiguous
When running the exact code from https://github.com/mlfoundations/open_clip?tab=readme-ov-file#generating-text-with-coca, with a 1000x1300 pixel image, I get ``` Traceback (most recent call last): File "/home/dolphin/Desktop/clip/main.py", line 21, in <module> generated = model.generate(im) File "/home/d...
closed
2024-06-19T00:35:19Z
2024-07-02T22:06:54Z
https://github.com/mlfoundations/open_clip/issues/898
[]
sky-cake
4
plotly/dash-cytoscape
plotly
186
[Feature request]: clickNodeData callback
It would be helpful to have a custom event called, for example, 'clickNodeData' that always triggers a callback function, regardless of whether the node has been clicked before. I'm trying to create a simple Treeviewer in Dash. In my app, the root node is shown, and when I click on it, a callback function is trigger...
open
2023-01-06T12:01:36Z
2023-01-06T12:01:36Z
https://github.com/plotly/dash-cytoscape/issues/186
[]
pgruening
0
sinaptik-ai/pandas-ai
data-visualization
588
Switch to databricks-sql-python library for SQL Integration
### 🚀 The feature We are currently using the sqlalchemy-databricks library for SQL integration in our project. While it has served us well, we believe that switching to the databricks-sql-python library would be beneficial for several reasons. ## Proposed Changes: We propose replacing the existing sqlalchemy-data...
closed
2023-09-22T13:02:00Z
2024-05-31T23:41:08Z
https://github.com/sinaptik-ai/pandas-ai/issues/588
[ "enhancement", "good first issue" ]
gventuri
3
explosion/spaCy
nlp
13,111
Pre-trained coreference pipeline incompatible with spaCy > 3.4
Dear spaCy team, We are currently in the process of upgrading our workflows to spaCy 3.7x, part of which is spacy-experimental. A few weeks ago you already fixed the hard constraint in spacy-experimental such that it can be installed with 3.7x, thanks a lot 🥂 However, it turns out, the pre-trained model for core...
closed
2023-11-06T15:34:44Z
2024-02-25T00:02:42Z
https://github.com/explosion/spaCy/issues/13111
[ "feat / coref", "experimental" ]
Fohlen
5
google-deepmind/sonnet
tensorflow
173
Missing files in sdist
It appears that the manifest is missing at least one file necessary to build from the sdist for version 2.0.0. You're in good company, about 5% of other projects updated in the last year are also missing files. ``` + /tmp/venv/bin/pip3 wheel --no-binary dm-sonnet -w /tmp/ext dm-sonnet==2.0.0 Looking in indexes: http:/...
open
2020-05-21T01:23:55Z
2020-05-21T12:31:38Z
https://github.com/google-deepmind/sonnet/issues/173
[]
thatch
0
arnaudmiribel/streamlit-extras
streamlit
235
🐛 [BUG] - Row Layout does not work in a container
### Description Need to nest row into st.container ### Reproduction steps ```python VectorStoreListContainer = st.container(border=True) ``` no way to add ```python row2 = row([2, 4, 1], vertical_align="bottom") row2.button("Send", use_container_width=True) row2.button("Send2", use_container_wi...
closed
2024-07-09T22:10:55Z
2024-07-31T13:46:19Z
https://github.com/arnaudmiribel/streamlit-extras/issues/235
[ "bug" ]
nixilb
2
joerick/pyinstrument
django
187
Python 3.11 compatibility
I have a project that uses pyinstrument as a dev dependency and it's failing to build on Python 3.11: https://github.com/adriangb/di/runs/6377204976?check_suite_focus=true#step:5:156 I can confirm this also happens locally with a simple `pip install pyinstrument` on 3.11.
closed
2022-05-10T20:24:17Z
2022-07-03T15:38:23Z
https://github.com/joerick/pyinstrument/issues/187
[]
adriangb
2