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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
psf/black | python | 4,495 | string-processing f-string debug expressions quotes changed when using conversion | **Describe the bug**
When using unstable, f-string quotes get incorrectly changed if the expression contains a conversion. This changes program behavior. As an example, `"" f'{""=!r}'` currently formats to `f"{''=!r}"`.
```pycon
>>> print("" f'{""=!r}')
""=''
>>> print(f"{''=!r}")
''=''
```
**To Reproduce... | open | 2024-10-22T20:20:02Z | 2024-10-25T20:24:37Z | https://github.com/psf/black/issues/4495 | [
"T: bug",
"F: strings"
] | MeGaGiGaGon | 2 |
developmentseed/lonboard | data-visualization | 352 | Feature request: export to Protomaps? | Lonboard is amazing for exploratory data analysis - thank you!
however, not sure how best to publish the results of an analysis.
Would it be feasible to export a lonboard map to the protomaps pmtiles format? (E.g. for embedding interactively on a static website) | closed | 2024-02-09T13:56:24Z | 2024-02-29T20:30:26Z | https://github.com/developmentseed/lonboard/issues/352 | [] | jaanli | 3 |
tfranzel/drf-spectacular | rest-api | 1,006 | Auto schema generation doesn't support pydantic schema | **Describe the bug**
I currently use `SQLModel` and `Pydantic` to support queries to my database and serialization of said data into json. Pydantic comes with a handy `schema` feature for all BaseModels that generates either a json or dict schema.
When I use a single model with no nested fields and pass in the Mode... | closed | 2023-06-18T12:28:07Z | 2023-07-17T11:27:52Z | https://github.com/tfranzel/drf-spectacular/issues/1006 | [] | sydney-runkle | 29 |
autogluon/autogluon | data-science | 4,427 | Fix Colab and Kaggle Import on Source Install | (Help Wanted) If anyone knows how fix the below issue so we no longer need to restart the runtime after source install, please let us know.
Currently on Kaggle and Colab, the following fails:
```
!git clone https://github.com/autogluon/autogluon
!cd autogluon && pip install -e common/
from autogluon.common i... | open | 2024-08-24T04:21:00Z | 2025-03-07T20:36:25Z | https://github.com/autogluon/autogluon/issues/4427 | [
"bug",
"help wanted",
"env: kaggle",
"install",
"env: colab",
"priority: 0"
] | Innixma | 1 |
polakowo/vectorbt | data-visualization | 683 | Exits do not trigger consistently when using limit orders with from_signals | To replicate, let's say I have a 5min dataframe for AAPL where the index includes ETH session (04:00 to 19:55 US/Eastern), and I have a column 'vwap' representing the anchored VWAP, which is np.nan outside of the RTH session.
Generate an entry at 9:30, and an exit at 15:30. Without limit orders, this works fine:
... | closed | 2024-01-17T22:01:55Z | 2024-01-18T14:13:33Z | https://github.com/polakowo/vectorbt/issues/683 | [] | rxhh | 2 |
browser-use/browser-use | python | 832 | buildDomTree.js may not use getEventListeners | ### Bug Description
I've found elements like this: <div data-v-555aab2b="">I Accept</div> that lack clear interactive features, but they do have click events. When I try to get the listeners using the Chrome DevTools API through JavaScript code, it returns an empty value.
This should be a relatively common situation... | closed | 2025-02-23T10:42:48Z | 2025-03-11T02:22:17Z | https://github.com/browser-use/browser-use/issues/832 | [
"bug"
] | awes61 | 3 |
FujiwaraChoki/MoneyPrinterV2 | automation | 15 | Error when running on Mac | 
Hi. I got error when running on Mac.
What should i do ? | closed | 2024-02-19T05:28:59Z | 2024-12-31T08:26:23Z | https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/15 | [] | s4-hub | 4 |
biolab/orange3 | scikit-learn | 6,129 | Orange installed from conda/pip does not have an icon (on Mac) | ### Discussed in https://github.com/biolab/orange3/discussions/6122
<div type='discussions-op-text'>
<sup>Originally posted by **DylanZDD** September 4, 2022</sup>
<img width="144" alt="Screen Shot 2022-09-04 at 12 26 04" src="https://user-images.githubusercontent.com/44270787/188297386-c463907c-9e7f-45ea-b46f-... | closed | 2022-09-05T11:49:28Z | 2023-01-20T08:39:42Z | https://github.com/biolab/orange3/issues/6129 | [
"bug",
"snack"
] | markotoplak | 0 |
collerek/ormar | fastapi | 1,031 | How to query a string in all table columns? | ### Discussed in https://github.com/collerek/ormar/discussions/911
<div type='discussions-op-text'>
<sup>Originally posted by **lucashahnndev** October 29, 2022</sup>
I apologize if something is wrong because I'm Brazilian and I'm using the translator
I searched the documentation and didn't find anything simi... | open | 2023-03-15T20:15:17Z | 2023-03-15T20:15:17Z | https://github.com/collerek/ormar/issues/1031 | [] | lucashahnndev | 0 |
amidaware/tacticalrmm | django | 1,182 | Stuck at Mesh Central not ready yet | **Server Info (please complete the following information):**
- OS: Ubuntu 20.04
- Browser: Chrome
- RMM Version (as shown in top left of web UI): Fresh install (Latest Version)
**Installation Method:**
- Standard
**Describe the bug**
Fresh install stuck at Mesh Central not ready yet
**Screenshots... | closed | 2022-06-22T17:39:22Z | 2022-06-22T18:17:38Z | https://github.com/amidaware/tacticalrmm/issues/1182 | [] | Aghiad90 | 3 |
pennersr/django-allauth | django | 4,068 | WebAuthn Login POST API - Handling X-Session-Token for Initial Login Request (App Usage) | I'm encountering an issue with the WebAuthn login process using the app usage of the API in Django-Allauth. According to the documentation, the X-Session-Token header is required when using the app client for API calls.
While I am successfully able to perform actions such as adding and deleting WebAuthn tokens for a... | closed | 2024-08-23T15:31:03Z | 2024-08-23T22:48:17Z | https://github.com/pennersr/django-allauth/issues/4068 | [
"Unconfirmed"
] | vasilistotskas | 3 |
jmcnamara/XlsxWriter | pandas | 266 | Issues hyperlinking | Hello,
I am using XlsxWriter in order to export some information into a XLSX file.
I am using the last version of XlsxWriter and Python 2.7.6.
The issue comes when I print out the following information into a field of the excel file:
_http://www.test.com/…/test-my-stuff-well…/ blablabla blablabla_
As you can see th... | closed | 2015-06-12T15:45:13Z | 2015-06-15T14:17:49Z | https://github.com/jmcnamara/XlsxWriter/issues/266 | [
"question"
] | clopezcapo | 7 |
microsoft/JARVIS | deep-learning | 215 | data目录下hg上llm的元数据文件p0_models.jsonl怎么获取 | data目录下hg上llm的元数据文件p0_models.jsonl怎么获取?huggingface上的model增加了很多,这个上面过滤了下只有673个,请问下导出最新的这个数据? | open | 2023-06-27T08:23:01Z | 2023-06-27T08:23:01Z | https://github.com/microsoft/JARVIS/issues/215 | [] | elven2016 | 0 |
mirumee/ariadne | api | 294 | Error importing module (circular import) when the local script is called graphql.py | **Description**: when trying to import the ariadne module (either as `import ariadne` or `from ariadne import ...` when your own module file is named `graphql.py`, it causes the following error:
```
Exception has occurred: ImportError
cannot import name 'gql' from partially initialized module 'ariadne' (most likel... | closed | 2020-01-15T15:39:08Z | 2020-01-15T15:58:10Z | https://github.com/mirumee/ariadne/issues/294 | [] | v1b1 | 3 |
vaexio/vaex | data-science | 1,275 | [QUESTION] How to handle dates in filters or how to use boolean arrays in select? | **How to handle dates in filters or how to use boolean arrays in select?**
I like to filter by a column with dates, given some date range or a boolean array. Using Pandas I'm able to use either way, however, with vaex I get back either a `NoneType` (with boolean arrays) or get an error message when directly compare ... | closed | 2021-03-20T22:52:24Z | 2021-03-21T14:18:23Z | https://github.com/vaexio/vaex/issues/1275 | [] | Eisbrenner | 4 |
zama-ai/concrete-ml | scikit-learn | 875 | Significant Accuracy Decrease After FHE Execution | ## Summary
What happened/what you expected to happen?
## Description
We've observed significant accuracy discrepancies when running our model with different FHE settings. The original PyTorch model achieves 63% accuracy. With FHE disabled, the accuracy drops to 50%, and with FHE execution enabled, it further d... | open | 2024-09-19T12:50:45Z | 2025-03-04T15:02:35Z | https://github.com/zama-ai/concrete-ml/issues/875 | [
"bug"
] | Sarahfbb | 7 |
pywinauto/pywinauto | automation | 1,201 | How to use Pre-supplied Tests? | I tried the tests like below:
```
truncation.TruncationTest(app.windows(visible_only=True))
missalignment.MissalignmentTest(app.windows(visible_only=True))
```
but seems they does not work as expected, cause I do have something controls truncation, but it report nothing.
I have also tried your examples/notepad... | open | 2022-04-06T07:37:11Z | 2022-05-12T14:04:49Z | https://github.com/pywinauto/pywinauto/issues/1201 | [
"question"
] | saimadao | 2 |
mlfoundations/open_clip | computer-vision | 171 | Fp16 or Fp32 in the inference phase? | Hello~
Thanks for the great work!
And I'd like to know that the impact of using fp16 not fp32 in the inference phase (e.g., the ViT-H-14). I find that all the models in OpenAI clip will convert to fp16 automatically. So does it matter here?
Thank you~
Zhiliang. | closed | 2022-09-21T17:42:04Z | 2022-09-21T18:23:56Z | https://github.com/mlfoundations/open_clip/issues/171 | [] | pengzhiliang | 2 |
microsoft/JARVIS | pytorch | 72 | I seems to have deploy the server successfully, but a 404 error is returned in the web API | Dear Jarvis Team
I'm new to posting issues on Github, Please excuse any unclear descriptions.
I followed the Guidance for server as follow:
```
# setup env
cd server
conda create -n jarvis python=3.8
conda activate jarvis
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
... | closed | 2023-04-06T13:17:07Z | 2023-04-06T23:07:23Z | https://github.com/microsoft/JARVIS/issues/72 | [] | Daeda1used | 13 |
collerek/ormar | fastapi | 789 | Joins result in an error with tables that have a period in their name | **Describe the bug**
https://github.com/collerek/ormar/blob/a27d7673a5354429bef4158297d76a58522c1579/ormar/queryset/join.py#L112
Because `SqlJoin._on_clause` expects a `from_clause` string in the format of "table_name.column_name", if your table name has a period in it, the string will be chunked into more than t... | closed | 2022-08-19T19:53:51Z | 2023-09-06T20:13:04Z | https://github.com/collerek/ormar/issues/789 | [
"bug"
] | pmdevita | 2 |
LAION-AI/Open-Assistant | python | 3,749 | Potential Information Leakage | In the source code, sensitive informaiton like `api_key` is inserted into the log. It is a potential security issue as bescribed in [cwe-532](https://cwe.mitre.org/data/definitions/532.html). The `api_key` could be redacted.
The leakage could happen in
[1](https://github.com/LAION-AI/Open-Assistant/blob/f1e6ed9526f... | open | 2024-03-11T14:52:20Z | 2024-03-11T14:52:20Z | https://github.com/LAION-AI/Open-Assistant/issues/3749 | [] | nevercodecorrect | 0 |
ansible/ansible | python | 84,495 | "creates" is ignored when multiple files are specified, and the files are outside current directory | ### Summary
The "creates" constraint in `shell` behaves differently depending on where the listed files are located.
When a single file is given, it appears to behave as expected, i.e., if the file already exists then the task is not performed.
When multiple files are given, and they are in the task path, behavi... | open | 2024-12-27T11:19:47Z | 2025-01-14T15:48:48Z | https://github.com/ansible/ansible/issues/84495 | [
"module",
"bug",
"affects_2.16",
"data_tagging"
] | erikv85 | 7 |
Sanster/IOPaint | pytorch | 180 | I have two suggestions | First,thanks you for sharing the project,It's very nice.
details:
1)lama.py
when I have a model named big-lama.pt,I should not download from the remote server.I suggest you change lama_mdoel_url support the path,like this:
```
url_or_path = LAMA_MODEL_URL
if os.path.exists(url_or_path... | open | 2023-01-12T03:05:28Z | 2023-01-12T03:05:28Z | https://github.com/Sanster/IOPaint/issues/180 | [] | aqie13 | 0 |
sqlalchemy/alembic | sqlalchemy | 514 | shell script doesn't work for python paths with spaces | **Migrated issue, originally created by Nonprofit Metrics**
Upon installing Alembic into a Python Virtualenv, where a space exists in the python path, the "alembic" shell command fails with the message "bad interpreter: No such file or directory". I'm using alembic 1.0.1, just installed from pip.
It appears the error... | closed | 2018-10-24T00:34:53Z | 2018-10-24T01:15:02Z | https://github.com/sqlalchemy/alembic/issues/514 | [
"bug",
"low priority",
"command interface"
] | sqlalchemy-bot | 7 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 700 | NotADirectoryError occurs when using combine_A_and_B.py | I am preparing my own datasets and **I want to combine my own sketch and photo images into one picture for trainning on the pix2pix model**. I read the ["Prepare your own datasets for pix2pix"instruction](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/master/docs/tips.md#prepare-your-own-datasets-for-cycl... | closed | 2019-07-13T03:31:52Z | 2023-07-11T09:17:54Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/700 | [] | diaosiji | 4 |
streamlit/streamlit | python | 10,678 | Clickable Container | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Hi,
it would be very nice, if I could turn a st.container clickable (with an on_click event), so I could bui... | open | 2025-03-07T12:00:23Z | 2025-03-07T12:56:13Z | https://github.com/streamlit/streamlit/issues/10678 | [
"type:enhancement",
"feature:st.container",
"area:events"
] | alex-bork | 1 |
nltk/nltk | nlp | 2,876 | TreebankWordDetokenizer is not always an inverse of TreebankWordTokenizer | For example, for the following script:
```python
import nltk
import nltk.tokenize
tokens = nltk.tokenize.TreebankWordTokenizer().tokenize("I wanna watch something")
print(tokens)
sentence = nltk.tokenize.treebank.TreebankWordDetokenizer().detokenize(tokens)
print(sentence)
```
The result is:
```
['I'... | closed | 2021-11-04T12:38:16Z | 2021-11-06T23:34:16Z | https://github.com/nltk/nltk/issues/2876 | [
"bug",
"tokenizer"
] | kazet | 1 |
mwaskom/seaborn | data-visualization | 3,707 | Issue with facet grid and legends | Here is an MRE:
```python
import pandas as pd
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt
np.random.seed(1)
n_samples = 1000
data = {
'metric': np.random.rand(n_samples),
'method': np.random.choice(['Method A', 'Method B', 'Method C'], n_samples),
'criterion': np.... | closed | 2024-06-05T21:27:21Z | 2024-06-06T18:31:58Z | https://github.com/mwaskom/seaborn/issues/3707 | [] | vsbuffalo | 2 |
TracecatHQ/tracecat | fastapi | 886 | Broken link in user interface | **Describe the bug**
The "Find playbook" button in web ui has broken link to github
The button leads to https://github.com/TracecatHQ/tracecat/tree/main/playbooks , but this folder doesn't exist in main branch
**To reproduce**
1. Open tracecat web ui and go to "Workflows"
2. Click on "Find playbook" button
**Expected... | closed | 2025-02-22T15:23:33Z | 2025-02-23T14:19:54Z | https://github.com/TracecatHQ/tracecat/issues/886 | [
"frontend",
"triage"
] | szymon-romanko | 1 |
vllm-project/vllm | pytorch | 14,443 | [Bug]: External Launcher producing NaN outputs on Large Models when Collocating with Model Training | ### Your current environment
<details>
<summary>The output of `python collect_env.py`</summary>
```text
PyTorch version: 2.5.1+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: CentOS Stream 9 (x86_64)
GCC version: (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Clang version:... | open | 2025-03-07T15:16:32Z | 2025-03-07T15:22:24Z | https://github.com/vllm-project/vllm/issues/14443 | [
"bug"
] | fabianlim | 0 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 508 | Have probles to get it working on a Devuan distribution. | Hello i am having this output on a Devuan (it directly did nt work on my old linux mint :C) python3 demo_cli.py
2020-08-24 22:00:26.726664: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No... | closed | 2020-08-25T04:19:52Z | 2020-08-26T02:02:50Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/508 | [] | afantasialiberal | 2 |
kornia/kornia | computer-vision | 2,158 | Augmentation Sampling Speed Improvement | In general, for all samplings, I am thinking to use only one sampler for each uniform sampler. However, it will lose the ability to be customized for each operation. For example:
```python
class ColorJiggleGenerator(RandomGeneratorBase):
...
def make_samplers(self, device: torch.device, dtype: torch.dtype... | closed | 2023-01-19T12:48:05Z | 2023-01-26T11:55:05Z | https://github.com/kornia/kornia/issues/2158 | [
"help wanted"
] | shijianjian | 1 |
vllm-project/vllm | pytorch | 14,659 | [Bug]: `subprocess.CalledProcessError` when building docker image from source on AMD MI210 | ### Your current environment
I have trouble building docker image right now.
### 🐛 Describe the bug
The raised error:
> 1913.1 File "/usr/local/lib/python3.12/dist-packages/setuptools/_distutils/cmd.py", line 339, in run_command
> 1913.1 self.distribution.run_command(command)
> 1913.1 File "/usr/local/lib/p... | closed | 2025-03-12T07:12:41Z | 2025-03-20T06:37:09Z | https://github.com/vllm-project/vllm/issues/14659 | [
"bug"
] | luciaganlulu | 1 |
Evil0ctal/Douyin_TikTok_Download_API | api | 313 | [BUG] Can't download video from douyin | I use the sample python code, then return the follow error when download the video
URL: https://www.douyin.com/video/6914948781100338440
ERROR
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/jame/Code/home/video/download.py", line 12, in <m... | closed | 2023-11-02T08:57:37Z | 2024-02-07T03:45:27Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/313 | [
"BUG",
"enhancement"
] | nhannguyentrong | 6 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 72 | predict issue | 模型训练完成后,进行predict时出现如下操作:
Traceback (most recent call last):
File "/Users/mengxiangyu/Desktop/faster_rcnn/predict.py", line 47, in <module>
model.load_state_dict(torch.load(train_weights)["model"])
File "/Users/mengxiangyu/anaconda3/envs/th1.6/lib/python3.7/site-packages/torch/serialization.py", line 577,... | closed | 2020-10-27T03:19:56Z | 2020-11-07T03:35:35Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/72 | [] | menggerSherry | 1 |
sammchardy/python-binance | api | 717 | Client.get_all_coins_info() method missing? | **Describe the bug**
Client.get_all_coins_info() method is missing (its not shown in autocomplete and if used causes 'AttributeError: 'Client' object has no attribute 'get_all_coins_info'
**To Reproduce**
```
import binance.client as binance
client = binance.Client()
x = client.get_all_coins_info()
```
**Ex... | open | 2021-03-02T22:27:08Z | 2021-04-07T21:56:17Z | https://github.com/sammchardy/python-binance/issues/717 | [] | BGriffy78 | 4 |
flairNLP/flair | pytorch | 2,742 | StackedEmbeddings with PooledFlairEmbeddings returning TypeError | **Describe the bug**
While running the given code for the best configuration for CONLL-03 NER on English at the following page: [link](https://github.com/flairNLP/flair/blob/b3797096742699997e77d12a66c82310361990a4/resources/docs/EXPERIMENTS.md) I get a TypeError (see screenshot). I have tested out several embeddings ... | closed | 2022-04-25T13:36:46Z | 2022-05-04T11:45:41Z | https://github.com/flairNLP/flair/issues/2742 | [
"bug"
] | Nuveyla | 2 |
Lightning-AI/LitServe | rest-api | 286 | Example in documentation on how to setup an OpenAI-spec API with LlamaIndex-RAG | ## 🚀 Feature
A new page of documentation explaining how to expose an LlamaIndex RAG using an OpenAI-compatible API.
### Motivation
It took me a good 6 hours to put together these two tutorials: [LlamaIndex RAG API](https://lightning.ai/lightning-ai/studios/deploy-a-private-llama-3-1-rag-api) and [OpenAI spec]... | closed | 2024-09-22T16:11:01Z | 2024-10-16T09:59:16Z | https://github.com/Lightning-AI/LitServe/issues/286 | [
"enhancement",
"help wanted"
] | PierreMesure | 4 |
lexiforest/curl_cffi | web-scraping | 143 | what the acurl parameter gives and affects? | what the acurl parameter gives and affects? | closed | 2023-10-17T20:40:07Z | 2023-10-20T11:21:14Z | https://github.com/lexiforest/curl_cffi/issues/143 | [] | r00t-Taurus | 1 |
kynan/nbstripout | jupyter | 159 | `--dry-run` should exit non-0 if files would be updated | Using `nbstripout` as a pre-commit hook with the `--dry-run` option so the verification fails with a list of files that need to be updated **without** actually updating the files. But `--dry-run` always exits with `0` (success), which means the hook doesn't work with `--dry-run`.
IMO, `--dry-run` should return non-0... | closed | 2021-10-29T23:54:00Z | 2022-01-02T16:55:38Z | https://github.com/kynan/nbstripout/issues/159 | [
"resolution:duplicate",
"type:enhancement"
] | joaonc | 1 |
autogluon/autogluon | computer-vision | 3,983 | Is Conv-LoRA available? | ## Problem
I've read this paper(Conv-LoRA), whose code links to this repository's directory. However, I noticed that this directory has been deleted already. Is Conv-LoRA still available in this repository? Where can I find the code? Many thanks for your reply.
## References
- Conv-LoRA https://arxiv.org/pdf/240... | closed | 2024-03-15T07:18:06Z | 2024-04-17T00:34:49Z | https://github.com/autogluon/autogluon/issues/3983 | [
"enhancement",
"module: multimodal"
] | iamjinchen | 1 |
ultralytics/ultralytics | machine-learning | 19,172 | Yolo11obb recommended number of epochs while training | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I'm training a yolo11obb model with a dataset which is based on the Waymo Op... | open | 2025-02-11T01:58:52Z | 2025-02-12T21:47:47Z | https://github.com/ultralytics/ultralytics/issues/19172 | [
"question",
"OBB"
] | Berni11 | 4 |
vitalik/django-ninja | pydantic | 851 | Add schema field at runtime | Hi...
Is there any way to add a ModelField to an existing schema class at runtime?
Thank you very much.
| closed | 2023-09-12T08:55:26Z | 2023-09-14T14:38:42Z | https://github.com/vitalik/django-ninja/issues/851 | [] | aegeavaz | 12 |
InstaPy/InstaPy | automation | 5,942 | possible posts: 0 | Getting `possible posts: 0`, using a simplified [quickstart](https://github.com/InstaPy/instapy-quickstart). Similar to [#2358](https://github.com/timgrossmann/InstaPy/issues/2358).
Changing `skip_top_posts` doesn't help either.
Can you still like by tags?
<img width="746" alt="Screen Shh" src="https://user-... | closed | 2020-12-08T05:04:40Z | 2021-01-04T01:08:17Z | https://github.com/InstaPy/InstaPy/issues/5942 | [] | blue-tomato6 | 4 |
graphql-python/graphene-django | graphql | 1,314 | Input of type date required when filtering using double underscore day, month, or year in date fields. |
**Current behavior**
Given a node like this:
```python
class EventNode(DjangoObjectType):
class Meta:
model = Event
filter_fields = {
"event_date": ["exact", "year", "month", "day"],
"status": ["exact"],
}
interfaces = (relay.Node,)
```
a... | open | 2022-03-11T10:28:05Z | 2022-03-30T17:38:47Z | https://github.com/graphql-python/graphene-django/issues/1314 | [
"🐛bug"
] | keystroke3 | 3 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,324 | . | closed | 2024-12-22T14:36:52Z | 2024-12-22T14:37:07Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1324 | [] | RollingDreams | 0 | |
littlecodersh/ItChat | api | 381 | 怎样发送贴图。。。 | 在提交前,请确保您已经检查了以下内容!
- [x] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [x] 我已经阅读并按[文档][document] 中的指引进行了操作
- [x] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [x] 本问题确实关于`itchat`, 而不是其他项目.
- [x] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | closed | 2017-05-25T13:12:11Z | 2017-05-29T01:25:19Z | https://github.com/littlecodersh/ItChat/issues/381 | [
"question"
] | JanzenLiu | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 9 | What does the mean of self.include_top? | I'm confused about "self.include_top" in Test5/model in class ResNet(nn.Module), could you please show me some information about it?
Thank you in advance~ | closed | 2020-03-01T10:29:18Z | 2020-03-08T10:29:41Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/9 | [] | antenna-before | 3 |
coqui-ai/TTS | deep-learning | 3,729 | [Feature request] Allow the use of `logging` instead of `print` | **🚀 Feature Description**
The `print` function is in several places, most noticeably (to me) is in `utils.synthesizer.Synthesizer.tts`, with lines like:
```python
print(f" > Processing time: {process_time}")
print(f" > Real-time factor: {process_time / audio_time}")
```
This is great when m... | closed | 2024-05-10T14:31:42Z | 2024-07-18T23:47:12Z | https://github.com/coqui-ai/TTS/issues/3729 | [
"wontfix",
"feature request"
] | christophertubbs | 4 |
Johnserf-Seed/TikTokDownload | api | 73 | 可以下载tiktok视频吗 | closed | 2021-12-25T08:52:35Z | 2022-02-16T16:12:59Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/73 | [
"需求建议(enhancement)"
] | Michael-YYang | 1 | |
firerpa/lamda | automation | 73 | 雷电模拟器 CRITICAL failed (1) | 

X86_64 | open | 2024-01-19T05:21:20Z | 2025-02-12T02:10:31Z | https://github.com/firerpa/lamda/issues/73 | [] | WolfMoss | 4 |
deepset-ai/haystack | machine-learning | 8,946 | Add MCPTool | We should add a Tool to Haystack that allows calling MCP servers as an Agent's Tool.
https://modelcontextprotocol.io/quickstart/client
Once we have an MCPTool implemented, we could share an example with one of the many tools available: https://github.com/modelcontextprotocol/servers
### Tasks
- [x] The code is docu... | open | 2025-03-03T08:52:00Z | 2025-03-12T19:13:07Z | https://github.com/deepset-ai/haystack/issues/8946 | [
"P1"
] | julian-risch | 1 |
unit8co/darts | data-science | 2,163 | [BUG] Model page indicating that probabilistic forecasting not applicable for AutoARIMA and StatsforecastAutoCES | In the model page (https://github.com/unit8co/darts?tab=readme-ov-file#forecasting-models) we can see that for AutoARIMA and StatsforecastAutoCES probabilistic forecasting is set to not applicable but pmdarima and statsforecast support prediction intervals for those so I'm wondering why it's indicating that it's not ap... | open | 2024-01-13T11:16:16Z | 2024-01-19T15:03:22Z | https://github.com/unit8co/darts/issues/2163 | [
"feature request"
] | Jonathan-87 | 1 |
CTFd/CTFd | flask | 2,457 | Preconfigure or automate installations of ctfd | I am not sure if it is possible (at least I have not seen it documented) to automate installations of ctfd.
My goal is to automatically deploy ctfd as docker services that is ready to run and to achieve this I need to automate:
1. Disabling of the setup wizard
2. Configuration of a admin user and set or acquir... | closed | 2024-01-25T14:29:02Z | 2025-01-17T13:01:52Z | https://github.com/CTFd/CTFd/issues/2457 | [] | jonakarl | 8 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,060 | Quality of generated audio | When using a recording from the LibriSpeech downloaded dataset, a good ratio of the generated audio pieces sound good and accurate. However, whenever I record some audio and use that, no matter who the speaker is, all the generated audio pieces sound the same. Is there any way I can fix this, or am I not understanding ... | open | 2022-05-01T20:45:45Z | 2022-10-21T17:38:13Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1060 | [] | aryanpanpalia | 3 |
thunlp/OpenPrompt | nlp | 91 | Model output without gard. | I followed the tutorial code 0_basic.py and modified the Template, Verbalizer, and then defined the model, but in the end my model output had no gradient.
The code show as below:
```
plm, tokenizer, model_config, WrapperClass = load_plm("t5", "t5-base")
```
```
promptTemplate = ManualTemplate(
text = '{"pl... | closed | 2022-01-03T06:26:31Z | 2022-01-12T09:47:25Z | https://github.com/thunlp/OpenPrompt/issues/91 | [] | hebicheng | 3 |
plotly/dash-core-components | dash | 529 | react-markdown ugrade has broken containerProps | According to this, `containerProps` has been removed as of react-markdown 3.0.0: https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md#breaking-1
As a result, dash-core-components 0.45.0 changes the behaviour of the following app, as `containerProps` can no longer be set on `dcc.Markdown`:
```python
... | closed | 2019-04-18T15:25:47Z | 2019-04-29T12:47:33Z | https://github.com/plotly/dash-core-components/issues/529 | [] | slishak | 1 |
horovod/horovod | tensorflow | 3,281 | Containerized horovod | Hi all,
I have a problem running horovod using containerized environment.
I'm running it on the host and trying to run on one single machine first:
```
horovodrun -np 4 -H localhost:4 python keras_mnist_advanced.py
2021-11-18 00:12:14.851827: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Succes... | closed | 2021-11-18T00:13:28Z | 2021-11-18T17:09:04Z | https://github.com/horovod/horovod/issues/3281 | [] | dimanzt | 1 |
mwouts/itables | jupyter | 218 | How to show a table with both head and tail? | ie:
Is there a config such that:
instead of `df.head(5).append(df.tail(5))`,
just `df`, and **both head and tail** are shown (with `...` in middle)?
| open | 2024-01-27T05:44:12Z | 2024-01-30T20:16:51Z | https://github.com/mwouts/itables/issues/218 | [] | Norlandz | 4 |
dynaconf/dynaconf | flask | 1,038 | [RFC] add `@get` converter | I need to add a new converter called `@get` to be used to simply call `settings.get` with specified key and use whatever value is there with the current type.
Example:
```python
from dynaconf import Dynaconf
settings = Dynaconf(settings_files=["a.py", "b.py"])
# a.py
THING = "value"
# b.py
ANOTHER_THING... | closed | 2024-01-03T20:56:30Z | 2024-01-12T21:19:02Z | https://github.com/dynaconf/dynaconf/issues/1038 | [
"Not a Bug",
"RFC"
] | rochacbruno | 3 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 21 | Batch Beam Search Problem | In the [Beam.py-L30-L31](https://github.com/jadore801120/attention-is-all-you-need-pytorch/blob/master/transformer/Beam.py#L30-L31):
```
self.next_ys = [self.tt.LongTensor(size).fill_(Constants.PAD)]
self.next_ys[0][0] = Constants.BOS
```
It seems that only the top hypothesis get "BOS" as start while all other hyp... | closed | 2017-07-24T02:00:00Z | 2017-10-24T18:42:19Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/21 | [] | ZiJianZhao | 3 |
autokey/autokey | automation | 507 | Empty substitution with abbreviations | ## Classification:
Bug
## Reproducibility:
Always
## Version
AutoKey version: 0.90.4
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: PPA
Linux Distribution: Ubuntu 18.04 on elementary OS 5
## Summary
... | closed | 2021-01-29T08:05:15Z | 2022-12-10T19:46:05Z | https://github.com/autokey/autokey/issues/507 | [
"bug",
"autokey-gtk",
"phrase expansion"
] | aphilas | 12 |
pandas-dev/pandas | pandas | 60,384 | DOC: Missing type hint for squeeze method | ### Pandas version checks
- [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py
### Documentation problem
The squeeze method i... | closed | 2024-11-21T06:33:11Z | 2024-11-26T21:28:40Z | https://github.com/pandas-dev/pandas/issues/60384 | [
"Typing"
] | JessJohn0 | 1 |
microsoft/nni | tensorflow | 5,726 | Mismatched hyperparameters between web server display and their actual values | **Describe the issue**:
**Environment**:
- NNI version: 3.0
- Training service (local|remote|pai|aml|etc): local
- Client OS: Ubuntu 20.04.4 LTS (GNU/Linux 5.13.0-30-generic x86_64)
- Server OS (for remote mode only):
- Python version: 3.11
- PyTorch/TensorFlow version: 2.1.2
- Is conda/virtualenv/venv used?:... | open | 2023-12-27T09:33:25Z | 2024-07-16T03:02:25Z | https://github.com/microsoft/nni/issues/5726 | [] | WenjieDu | 4 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,305 | Cancion | Hoy es sabado indica las coordenadas que hoy nos vamos | open | 2024-07-19T17:25:52Z | 2024-07-19T17:25:52Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1305 | [] | 4ndr32xd | 0 |
numba/numba | numpy | 9,029 | Segfault when using assert with parallel=True | The following code triggers a segfault. Tested on Ubuntu 22.04 with Numba 0.56.4 and Numba 0.57.0.
```python
from numba import njit
import numpy as np
@njit(parallel=True)
def foo():
n = 1000
for _ in range(n):
for _ in range(n):
values = np.zeros(3)
np.max(valu... | closed | 2023-06-21T13:41:57Z | 2023-12-01T11:29:53Z | https://github.com/numba/numba/issues/9029 | [
"ParallelAccelerator",
"bug - segfault"
] | 99991 | 8 |
Yorko/mlcourse.ai | seaborn | 360 | Add demo gif to README | __Disclaimer: This is a bot__
It looks like your repo is trending. The [github_trending_videos](https://www.instagram.com/github_trending_videos/) Instgram account automatically shows the demo gifs of trending repos in Github.
Your README doesn't seem to have any demo gifs. Add one and the next time the parser runs ... | closed | 2018-10-02T07:09:26Z | 2018-10-09T15:47:16Z | https://github.com/Yorko/mlcourse.ai/issues/360 | [
"invalid"
] | va3093 | 0 |
skforecast/skforecast | scikit-learn | 629 | Custom predictors are inefficient for window features | The way that custom predictors are calculated in `ForecasterAutoregCustom` is potentially inefficient.
See the [relevant code snippet](https://github.com/JoaquinAmatRodrigo/skforecast/blob/270dcb26923eec62f8be827422de30a16bfccbd4/skforecast/ForecasterAutoregCustom/ForecasterAutoregCustom.py#L387C2-L396C36).
The ... | closed | 2024-01-26T17:35:45Z | 2024-11-12T10:14:25Z | https://github.com/skforecast/skforecast/issues/629 | [] | KishManani | 7 |
scikit-optimize/scikit-optimize | scikit-learn | 1,182 | Inclusion of PRIMA solvers in Skit-Optimize | Dear Scikit-Optimize maintainers,
This is Dr. Zaikun Zhang from The Hong Kong Polytechnic University. Together with Professor [N.I.M. Gould](https://www.numerical.rl.ac.uk/people/nimg/), I am responsible for maintaining the renowned derivative-free optimization solvers of the late Professor [M.J.D. Powell](https://w... | open | 2023-09-20T02:55:53Z | 2023-10-03T11:48:12Z | https://github.com/scikit-optimize/scikit-optimize/issues/1182 | [] | zaikunzhang | 5 |
plotly/dash | data-science | 3,143 | Accessing prop_name/component_name via Deprecated loading_state in Dash 3.0 | In the Dash 3.0, the `loading_state` attribute has been deprecated/removed. In previous versions, we relied on accessing `prop_name` and `component_name` through `loading_state` to implement custom loading animation components that matched component-specific behaviors. | closed | 2025-01-30T02:46:55Z | 2025-01-30T11:20:14Z | https://github.com/plotly/dash/issues/3143 | [] | CNFeffery | 2 |
apify/crawlee-python | web-scraping | 295 | HTTP API for Spider | `Scrapy` offers an HTTP API through a third-party library called `ScrapyRT`, which exposes an HTTP API for spiders. By sending a request to `ScrapyRT` with the spider name and URL, you receive the items collected by the spider from that URL.
It would be great if `Crawlee` could provide similar functionality out of t... | closed | 2024-07-14T04:02:07Z | 2024-09-02T03:43:32Z | https://github.com/apify/crawlee-python/issues/295 | [
"enhancement",
"t-tooling"
] | Ehsan-U | 1 |
mage-ai/mage-ai | data-science | 5,487 | [BUG] Plots in notebooks are shown only once (first time) | ### Mage version
v0.9.74
### Describe the bug
Plots (like matplotlib.pyplot) in python notebooks are shown for a small time period and only once and then plot is missing. The same happens in https://demo.mage.ai
### To reproduce
_No response_
### Expected behavior
_No response_
### Screenshots
... | open | 2024-10-10T10:35:29Z | 2024-10-10T10:36:22Z | https://github.com/mage-ai/mage-ai/issues/5487 | [
"bug"
] | kzemis | 0 |
psf/black | python | 4,138 | f-string with internal same-quote expression | Verified with https://black.vercel.app/?version=main
**Describe the bug**
Black fails to parse format strings (f-strings) where an express
**To Reproduce**
Default black settings with either of these
```python
f"{""}"
```
**Error**
> cannot use --safe with this file; failed to parse source file AST: ... | closed | 2023-12-31T17:39:43Z | 2023-12-31T21:48:42Z | https://github.com/psf/black/issues/4138 | [
"T: bug"
] | quittle | 1 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 51 | 按照demo命令运行报错 | 我的py环境为 **3.10.14**
.onnx文件已经放到根目录,目前还没排查出问题 请大佬指教
执行 `python inference.py -i images/test.jpg -o ./idphoto.png -s '(413,295)'`
```
正在加载抠图模型...
抠图采用本地模型
image_matting 函数花费的时间为 0.22.
face_number_detection_mtcnn 函数花费的时间为 0.32.
Traceback (most recent call last):
File "C:\Users\49201\working\HivisionIDPhotos\infe... | closed | 2024-09-05T03:17:01Z | 2024-09-05T06:14:10Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/51 | [] | shen774411223d | 5 |
Integuru-AI/Integuru | api | 4 | two factor authentication | Can you please add a note about the workflow required when the destination site uses 2fa? | closed | 2024-10-29T20:13:33Z | 2024-11-21T03:13:57Z | https://github.com/Integuru-AI/Integuru/issues/4 | [] | lockmeister | 2 |
ivy-llc/ivy | pytorch | 28,566 | Fix Frontend Failing Test: jax - reduction_ops.torch.mean | closed | 2024-03-12T16:55:36Z | 2024-03-16T15:28:11Z | https://github.com/ivy-llc/ivy/issues/28566 | [
"Sub Task"
] | ZenithFlux | 0 | |
miguelgrinberg/flasky | flask | 225 | Flask_script issue | I git flasky and installed flask-script but the terminal saied No module named flask_script
| closed | 2016-12-28T12:31:36Z | 2016-12-29T14:31:01Z | https://github.com/miguelgrinberg/flasky/issues/225 | [
"question"
] | Insofan | 5 |
harry0703/MoneyPrinterTurbo | automation | 156 | huggingface_hub.utils._errors. | huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the files on the Hub and we cannot find the appropriate snapshot folder for the specified revision on the local disk. Please check your internet connection and try again. | closed | 2024-04-03T04:55:18Z | 2024-04-08T02:46:02Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/156 | [] | AIzhiqing | 1 |
aiortc/aiortc | asyncio | 1,016 | P2P RTC connection using a STUN server. | Im trying to make an echo p2p connection using a STUN server.
I understood that it should go like that:
Both clients need to create an RTCPeerConnection.
Each client creates a data channel on their RTCPeerConnection.
Each client creates an offer, sets it as their local description, and sends it to the server.
The ... | closed | 2023-12-23T22:03:00Z | 2024-01-07T09:35:04Z | https://github.com/aiortc/aiortc/issues/1016 | [] | Godwhitelight | 0 |
yunjey/pytorch-tutorial | pytorch | 78 | RuntimeError: cuda runtime error (30) : unknown error at /opt/conda/conda-bld/pytorch_1501972792122/work/pytorch-0.1.12/torch/lib/THC/THCGeneral.c:66 | I get this error upon executing the [rnn.cuda()](https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02-intermediate/recurrent_neural_network/main-gpu.py#L59) command. Privious cuda based pytorch code was running fine. Could it be a bug in pytorch (version 0.1.12_1) ? | open | 2017-11-06T08:57:22Z | 2019-02-24T12:49:18Z | https://github.com/yunjey/pytorch-tutorial/issues/78 | [] | mgarbade | 2 |
fastapi/sqlmodel | pydantic | 252 | how to auto generate created_at, updated_at, deleted_at... field with SQLModel | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2022-02-26T08:38:00Z | 2025-02-09T10:37:21Z | https://github.com/fastapi/sqlmodel/issues/252 | [
"question"
] | mr-m0nst3r | 17 |
axnsan12/drf-yasg | django | 393 | Rendering existing OpenAPI specifications | In our project, we have a documentation-first flow. So you have to write OpenAPI specs first and only then you can start developing that feature. That's why I don't really need a "swagger generation".
I want to specify a path to the `.yml` file or a folder containing them and serve it. Does this package have such a ... | closed | 2019-06-27T05:16:36Z | 2019-06-28T09:41:19Z | https://github.com/axnsan12/drf-yasg/issues/393 | [] | progremir | 2 |
TencentARC/GFPGAN | deep-learning | 350 | Project dependencies may have API risk issues | Hi, In **GFPGAN**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
basicsr>=1.4.2
facexlib>=0.2.5
numpy
tqdm
```
The version constraint **==** will introduce the risk of dependency conflicts because the scope o... | open | 2023-03-12T07:21:52Z | 2023-03-12T07:21:52Z | https://github.com/TencentARC/GFPGAN/issues/350 | [] | PyDeps | 0 |
CTFd/CTFd | flask | 2,415 | Change challenge from static to dynamic | Hi,
Is it possible to change a static challenge to a dynamic one ?
I don't want to recreate the challenge because I would lose all correct submissions.
Thank you. | open | 2023-10-18T11:53:14Z | 2023-10-18T11:53:14Z | https://github.com/CTFd/CTFd/issues/2415 | [] | Whidix | 0 |
Miserlou/Zappa | django | 2,065 | Cannot import name '_levenshtein' from 'Levenshtein' | When I try to get my app deployed, I get an ImportError for the levenshtein package
## Context
I am using the `fast-autocomplete` package, which is dependent upon the `levenshtein` package. When I deploy, this is the full traceback of the error:
```
[ERROR] ImportError: cannot import name '_levenshtein' from 'Leven... | closed | 2020-03-18T17:25:28Z | 2020-03-19T16:32:34Z | https://github.com/Miserlou/Zappa/issues/2065 | [] | Robinspecteur | 1 |
sinaptik-ai/pandas-ai | data-visualization | 1,404 | Add the option for no parsing. | ### 🚀 The feature
I would like a response value in the following format:
{"type": "dataframe", "value": "xyz"}
### Motivation, pitch
This would allow downstream programmatic handling of the different potential responses types.
### Alternatives
_No response_
### Additional context
As it stands I believe i... | closed | 2024-10-21T15:27:53Z | 2025-01-28T16:01:46Z | https://github.com/sinaptik-ai/pandas-ai/issues/1404 | [
"enhancement"
] | aevo98765 | 3 |
piskvorky/gensim | machine-learning | 3,192 | FastText models `.save()`d from 4.0+ slower to load; gain less benefit from mmap | [Reported in forum thread: https://groups.google.com/g/gensim/c/xaGvo0j8yv0/m/VI74_Fp7AAAJ]
User identically-trained models in `gensim-3.8.3` and `gensim-4.0.1`. As expected, the files on disk from from 4.0.1 save are much smaller. Unexpectedly, loading the 4.0.1 save, using the `mmap` option, takes a few minutes, w... | open | 2021-07-13T17:31:46Z | 2021-12-04T06:12:19Z | https://github.com/piskvorky/gensim/issues/3192 | [
"bug",
"performance"
] | gojomo | 0 |
docarray/docarray | pydantic | 1,508 | Fixing CI for documentation | closed | 2023-05-08T12:05:40Z | 2023-05-08T12:31:45Z | https://github.com/docarray/docarray/issues/1508 | [] | samsja | 0 | |
BlinkDL/RWKV-LM | pytorch | 195 | 运行报错 | 在运行chat.py文件时,报出如下错误:

python 3.10
cuda 12.1
torch 2.0 | closed | 2023-10-31T07:20:43Z | 2023-11-05T07:15:02Z | https://github.com/BlinkDL/RWKV-LM/issues/195 | [] | surviveMiao | 3 |
xuebinqin/U-2-Net | computer-vision | 189 | Training with EG1800 dataset using alpha mask | I trained the model with [EG1800](https://onedrive.live.com/?authkey=%21ADkS4V32BUmspOg&cid=F5111408123B1D9C&id=F5111408123B1D9C%2115035&parId=F5111408123B1D9C%2115033&action=locate) dataset which contains ground truth mask with values [0.0....1.0] i.e alpha. It contains 1500 train and 300 validation images. After 100... | open | 2021-04-10T05:36:23Z | 2021-04-10T05:36:23Z | https://github.com/xuebinqin/U-2-Net/issues/189 | [] | anilsathyan7 | 0 |
hbldh/bleak | asyncio | 617 | start_notify needs asyncio.sleep | * bleak version: 0.12.1
* Python version: 3.8.0
* Operating System: Windows 10 Enterprise
* BlueZ version (`bluetoothctl -v`) in case of Linux:
### Description
Not sure if this is a bug, undocumented quirk, or just something I missed, but:
When I use `start_notify`, it seems to only work when `asyncio.sleep` ... | closed | 2021-08-05T23:09:40Z | 2021-08-09T16:22:36Z | https://github.com/hbldh/bleak/issues/617 | [
"question"
] | Erhannis | 4 |
arogozhnikov/einops | tensorflow | 292 | [BUG] batchsize of dataloading | If I set dataloading batch_size to larger than 1. The whole program may need to modified, I am not sure whether I am right.
| closed | 2023-11-25T14:42:04Z | 2024-09-15T14:44:27Z | https://github.com/arogozhnikov/einops/issues/292 | [] | wwwy-binary | 0 |
whitphx/streamlit-webrtc | streamlit | 1,201 | get device : chrome webpage show 'component error' | when starting streamlir run app.py with URL: http://localhost:8501 , the webpage could get camera device correctly.
when starting streamlir run app.py with (IP) URL: http://10.146.11.214:8501 , the webpage could not show camera device list , it show'component error' .
| closed | 2023-02-21T08:19:51Z | 2023-03-02T05:56:36Z | https://github.com/whitphx/streamlit-webrtc/issues/1201 | [] | hcgprague | 5 |
QingdaoU/OnlineJudge | django | 206 | 更新到 Version: 20181215 的問題 | 前7天出完比賽題,Special Judge 測試為正常
前3天更新到 Version: 20181215
昨天開比賽的時候,有用到Special Judge的題目,沒有CE的Code全部爆System Error
比賽途中稍微改spj的code推測錯誤點,似乎在這裡
```cpp
input = fopen(args[1], "r");
user_output = fopen(args[2], "r");
if(input == NULL || user_output == NULL){
printf("Failed to open output file\n");
close_file(in... | closed | 2018-12-25T03:59:27Z | 2018-12-26T04:09:33Z | https://github.com/QingdaoU/OnlineJudge/issues/206 | [] | tico88612 | 18 |
huggingface/datasets | deep-learning | 6,668 | Chapter 6 - Issue Loading `cnn_dailymail` dataset | ### Describe the bug
So I am getting this bug when I try to run cell 4 of the Chapter 6 notebook code:
`dataset = load_dataset("ccdv/cnn_dailymail", version="3.0.0")`
Error Message:
```
---------------------------------------------------------------------------
ValueError Tracebac... | open | 2024-02-16T04:40:56Z | 2024-02-16T04:40:56Z | https://github.com/huggingface/datasets/issues/6668 | [] | hariravichandran | 0 |
deezer/spleeter | deep-learning | 134 | FileNotFoundError on basic spleeter separate | I was just trying out the following simple command line:
`C:\Users\Léo\Downloads>spleeter separate -i celine.mp3`
It unfortunately fails for me due to a FileNotFoundError. I made sure celine.mp3 does exist in Downloads though. Any idea what could cause it? Here's the stack trace (most recent call last):
```
... | closed | 2019-11-24T20:26:47Z | 2019-11-25T14:19:29Z | https://github.com/deezer/spleeter/issues/134 | [
"bug",
"invalid",
"wontfix",
"RTMP"
] | LogyLeo | 2 |
voila-dashboards/voila | jupyter | 1,295 | Templates: The page_config setup is copied in all templates, it should be done in the base one | ## Description
The following page_config setup is copied in the lab/classic/reveal... templates:
```jinja2
{# Copy so we do not modify the page_config with updates. #}
{% set page_config_full = page_config.copy() %}
{%- set kernel_id = kernel_start(nb) -%}
{# Set a dummy variable - we just want the side e... | open | 2023-02-28T15:46:26Z | 2023-02-28T15:46:26Z | https://github.com/voila-dashboards/voila/issues/1295 | [
"enhancement"
] | martinRenou | 0 |
getsentry/sentry | django | 87,340 | Disable Sentry hotkeys within Create Issue Modal | ### Problem Statement
Filing on behalf of a user on a [zendesk ticket](https://sentry.zendesk.com/agent/tickets/147820)
Hitting ctrl + k in Sentry opens the command palette search bar. If you open this during the Create Issue modal, it will close the modal and open the palette instead. The user then loses all work ... | closed | 2025-03-18T20:52:41Z | 2025-03-19T16:56:31Z | https://github.com/getsentry/sentry/issues/87340 | [
"Product Area: Issues"
] | Fwang36 | 2 |
lux-org/lux | jupyter | 467 | [BUG] `LuxSeries.unique` returns incorrect values after subsetting | **Describe the bug**
`LuxSeries` wrapper around pandas Series, does not compute the unique values correctly for series corresponding to subsets of dataframe.
**To Reproduce**
Invent some data:
```
data = pd.DataFrame([['a', 1, 2], ['b', 2, 3], ['c', -1, 17]], columns=['foo', 'bar', 'baz'])
```
View i... | open | 2022-03-15T12:49:04Z | 2022-03-20T15:19:42Z | https://github.com/lux-org/lux/issues/467 | [] | lukauskas | 1 |
ydataai/ydata-profiling | jupyter | 843 | Summarize Categorical Spark Type | Branch : spark-branch
Categorical Types are currently not being summarized in spark
Feature:
Categorical Types are currently not being summarized in spark. We want to generate summaries for them properly, including generating simple statistics (similar to pandas)
| closed | 2021-10-04T15:24:43Z | 2021-10-23T08:09:17Z | https://github.com/ydataai/ydata-profiling/issues/843 | [
"spark :zap:"
] | chanedwin | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.