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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
shaikhsajid1111/facebook_page_scraper | web-scraping | 118 | new layout loaded all_posts length: 3 no post_url, skipping | when i run the code
this keeps happening till i stop the code again
[WDM] - Driver [C:\Users\pc\.wdm\drivers\geckodriver\win64\v0.35.0\geckodriver.exe] found in cache
new layout loaded
all_posts length: 3
no post_url, skipping
no post_url, skipping
no post_url, skipping
all_posts length: 7
no post_url, skippi... | open | 2024-10-11T19:54:30Z | 2024-10-14T08:14:43Z | https://github.com/shaikhsajid1111/facebook_page_scraper/issues/118 | [] | moh-ddroid | 1 |
gunthercox/ChatterBot | machine-learning | 1,898 | How to train questions and answers? | I'm trying to train with a set of questions and answers. So I set up a list trainer, and made many calls of the form
> trainer.train(["some question","some answer"])
It seems to append all those into one big conversation, so in response to some question, it may match an answer and reply with an irrelevant questi... | closed | 2020-01-17T05:27:49Z | 2025-03-24T12:13:28Z | https://github.com/gunthercox/ChatterBot/issues/1898 | [] | John-Nagle | 2 |
vitalik/django-ninja | django | 993 | How to add nb_page and next/previous urls to PageNumber Pagination? | I'd like to achieve something pretty standard I guess, having output of my paginated endpoints with something like:
```json
{
"count": 20052,
"current_page": 1,
"nb_pages": 201,
"previous": null,
"next": "http://localhost:8000/api/users?page=2&page_size=100"
}
```
I'm not sure how I'm supposed to do this... | closed | 2023-12-09T16:57:18Z | 2023-12-12T17:42:52Z | https://github.com/vitalik/django-ninja/issues/993 | [] | ddahan | 6 |
tox-dev/tox | automation | 2,690 | The --pre option isn't passed to pip | With tox 4.0.8 the ``--pre`` option is not passed to the ``pip install`` command anymore, unlike tox 3. This is easily seen in the output of the ran commands with the ``-v`` option. As I see nothing in the changelog about this and the option isn't throwing an error I think this is a regression. | closed | 2022-12-12T17:54:36Z | 2023-06-17T01:18:18Z | https://github.com/tox-dev/tox/issues/2690 | [
"bug:normal",
"help:wanted"
] | fschulze | 10 |
yihong0618/running_page | data-visualization | 175 | GARMIN_CN 同步其他非跑步的活动数据 | 感谢作者的辛勤付出。
我使用的Garmin_CN作为数据源,但是似乎没法区分活动类型。例如我记录的骑行数据会被当成跑步显示。


| closed | 2021-10-11T01:47:44Z | 2021-12-13T00:20:28Z | https://github.com/yihong0618/running_page/issues/175 | [] | hexone2086 | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,252 | Headless=True | import time
import undetected_chromedriver as uc
driver = uc.Chrome(headless=True)
driver.get( 'https://nowsecure.nl' )
time.sleep(5)
This doesnt seem to work anymore? is anyone else getting a problem? | open | 2023-05-11T23:02:56Z | 2023-05-22T14:17:33Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1252 | [] | cuppjj | 5 |
allenai/allennlp | pytorch | 4,948 | Textual Entailment fails following demo code for RoBERTa MNLI | Following the code sample at https://demo.allennlp.org/textual-entailmenti, I stumbled across an issue (discussed in #4192 ), but has not been solved:
```
pip install allennlp==1.0.0 allennlp-models==1.0.0
```
```python
from allennlp.predictors.predictor import Predictor
import allennlp_models.tagging
pred... | closed | 2021-02-01T13:56:08Z | 2021-02-01T13:57:06Z | https://github.com/allenai/allennlp/issues/4948 | [
"Feature request"
] | jackcrane | 1 |
lux-org/lux | pandas | 396 | [BUG] Matplotlib code throwing error for temporal charts | **Describe the bug**
For Matplotlib temporal charts "from pandas import Timestamp\n" is not added to generated code.
Error: Timestamp is not defined.
**To Reproduce**
generate matplotlib code for a temporal chart with:
vis.to_code("matplotlib")
 once you have... | open | 2022-10-22T17:35:00Z | 2023-03-04T13:06:40Z | https://github.com/sherlock-project/sherlock/issues/1579 | [
"enhancement"
] | cpu2020 | 2 |
krish-adi/barfi | jupyter | 3 | "hidden" inputs/outputs? | Is there an option for hidden inputs or outputs? meaning a default input/output that is carried down each block without the user interaction? | closed | 2022-07-11T17:40:41Z | 2022-07-13T08:34:44Z | https://github.com/krish-adi/barfi/issues/3 | [] | zabrewer | 3 |
netbox-community/netbox | django | 18,347 | Add "hole type" option to Racks and Rack Types | ### NetBox version
v4.2.0
### Feature type
Data model extension
### Triage priority
N/A
### Proposed functionality
Different rack models have different mounting hole configurations, generally:
- Square universal holes
- round unthreaded
- round threaded
I would propose an addition to the Rack and Rack Type... | open | 2025-01-08T14:48:56Z | 2025-02-11T15:21:24Z | https://github.com/netbox-community/netbox/issues/18347 | [
"type: feature",
"needs milestone",
"status: backlog",
"complexity: medium"
] | justin-davisibm | 5 |
tox-dev/tox | automation | 2,904 | Indirect Extra-Dependencies use dependency metadata from PyPI | ## Issue
We've run into the problem that tox when told to use the `tests` extra uses the Mypy pin from PyPI instead of the local package. Pinning tox to `<4` fixes it.
While researching this bug for this issue, I've found out that the problem is that tests is a [second-level extra](https://github.com/python-attrs... | closed | 2023-01-28T10:24:55Z | 2023-01-29T01:33:43Z | https://github.com/tox-dev/tox/issues/2904 | [] | hynek | 2 |
LAION-AI/Open-Assistant | machine-learning | 3,133 | Using Hidden Engrams for long context | Currently, the OA models have a fairly short window of context (Compared to other models). While efforts are underway to expand the context size, I suggest that we should use hidden engrams (https://github.com/AeroScripts/HiddenEngrams) to expand the context size of the model temporarily. Previously, Areo (the maker o... | closed | 2023-05-12T14:57:31Z | 2023-12-06T03:50:58Z | https://github.com/LAION-AI/Open-Assistant/issues/3133 | [
"feature",
"ml"
] | SummerSigh | 1 |
django-import-export/django-import-export | django | 1,358 | Assign Field to specific column | I searched far and wide but sadly couldn't find any solution. I have a working form which exports all data to xls using Resource and Fields. But now I need to go a bit further and make it a bit more advanced. I need to export all data to an existing Excel template, assigning each field to a specific column, as in, for ... | closed | 2021-12-13T08:53:26Z | 2021-12-17T07:12:25Z | https://github.com/django-import-export/django-import-export/issues/1358 | [
"question"
] | Samoht1 | 4 |
seleniumbase/SeleniumBase | web-scraping | 3,530 | uc_gui_click_captcha() unable to pass captcha in cdp mode | **environment**
- ubuntu 22.04
- seleniumbase==4.34.8
This code is unable to click the captcha, this is from the examples
```python
with SB(uc=True, test=True, locale_code="fr", headed=True) as sb:
url = "https://gitlab.com/users/sign_in"
sb.activate_cdp_mode(url)
sb.uc_gui_click_captcha()
... | closed | 2025-02-17T14:20:23Z | 2025-02-18T02:56:24Z | https://github.com/seleniumbase/SeleniumBase/issues/3530 | [
"self-resolved",
"UC Mode / CDP Mode"
] | moadennagi | 0 |
StackStorm/st2 | automation | 5,967 | Action core.local_sudo can't work | ## SUMMARY
Action local_sudo return failure
st2 3.8.0
RHEL 7.9
Company policy doesn't allow "Defaults requiretty" disabled in sudoer file, and there is script to scan and enable it if it is disalbed every week. This caused a lot of workflow failures if it included action "core.local_sudo", For resolved this... | closed | 2023-04-25T03:45:53Z | 2023-07-13T02:46:47Z | https://github.com/StackStorm/st2/issues/5967 | [] | hgjsj | 2 |
tqdm/tqdm | jupyter | 1,403 | press ctrl-c the progress stopped, but continues from last progress if run again | - [X] I have marked all applicable categories:
+ [X] exception-raising bug
+ [X] visual output bug
- [X] I have visited the [source website], and in particular
read the [known issues]
- [X] I have searched through the [issue tracker] for duplicates
- [X] I have mentioned version numbers, operating syste... | open | 2022-12-02T14:43:40Z | 2022-12-02T14:43:40Z | https://github.com/tqdm/tqdm/issues/1403 | [] | NewUserHa | 0 |
erdewit/ib_insync | asyncio | 367 | Wrong Results | Hi,
I am trying to get yesterday's % change for all the symbols traded. To do this, I am ingesting two .txt files containing all the symbols and then using a multiprocessing pool to call ib.reqHistoricalData() for each symbol, after which I calculate the % change. However, when I do this, I'm getting inconsistent re... | closed | 2021-05-07T09:52:49Z | 2021-05-31T08:51:38Z | https://github.com/erdewit/ib_insync/issues/367 | [] | dangalea | 1 |
plotly/jupyter-dash | dash | 99 | I would like to know if there is a way to refresh the jupyter dash server without restarting the kernel | I am using jupyter dash to make a dash project on a jupyter notebook. Every time I update my code, I have to kill the kernel and then restart the jupyter notebook to get the changed code to work properly. Otherwise, the dash page will show a double loading error. I would like to know if there is a way to refresh the ju... | open | 2022-08-15T03:30:48Z | 2023-01-03T14:01:20Z | https://github.com/plotly/jupyter-dash/issues/99 | [] | mumususu | 2 |
healthchecks/healthchecks | django | 407 | Ability to change frequency of "monthly" report email | I'd like to receive the "monthly" report email more frequently than one a month. For example, once a week. I'm new to this software and I'd like to have a bit more security that I know everything is working correctly. Getting reports once a week would make me slightly less paranoid than checking the website every day.
... | closed | 2020-08-03T22:26:56Z | 2021-05-24T12:30:40Z | https://github.com/healthchecks/healthchecks/issues/407 | [] | gunr2171 | 7 |
FujiwaraChoki/MoneyPrinterV2 | automation | 36 | SOS | Traceback (most recent call last):
File "D:\Money PrinterV2\MoneyPrinterV2\src\main.py", line 14, in <module>
from classes.YouTube import YouTube
File "D:\Money PrinterV2\MoneyPrinterV2\src\classes\YouTube.py", line 30, in <module>
change_settings({"IMAGEMAGICK_BINARY": get_imagemagick_path()})
... | closed | 2024-02-23T14:45:48Z | 2024-02-24T16:39:18Z | https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/36 | [] | lkmgwgj | 2 |
marcomusy/vedo | numpy | 1,019 | How to add edges to join two detached meshes? | I have a `a = mesh.boundaries()` and a `a_smooth = mesh.boundaries().smooth_mls_1d().shift(dz=-1)`. I want to be able to join them together via new edges determined by nearest neighbours.
My approach was to calculate the nearest neighbour of `a` in `a_smooth` and to then append them to a copy of `a`.
I have calcul... | closed | 2024-01-16T03:28:55Z | 2024-02-01T22:02:31Z | https://github.com/marcomusy/vedo/issues/1019 | [] | JeffreyWardman | 13 |
jmcnamara/XlsxWriter | pandas | 373 | Exception RuntimeError: RuntimeError('sys.meta_path must be a list of import hooks',) | Hello,dear:
when i create a ExcelClass, and it has an attr self.workbook = xlsxwriter..Workbook("1.xlsx")
now, i want to call selfworkbook.close() In **del**, but it raise the error。
i remember that does well sometimes ago,but now it dosent work well,is it an problem?
i dont want to call close() somewhere,i wa... | closed | 2016-08-11T16:49:34Z | 2018-09-19T18:47:36Z | https://github.com/jmcnamara/XlsxWriter/issues/373 | [
"question",
"ready to close"
] | whybeyoung | 4 |
recommenders-team/recommenders | machine-learning | 1,724 | [ASK] Python version support needed | ### Description
<!--- Describe your general ask in detail -->
Hello,
I'm implementing NAML in my project and am getting the error, 'ERROR: Could not find a version that satisfies the requirement recommenders (from versions: none)ERROR: No matching distribution found for recommenders' when I tested it with Python... | closed | 2022-05-25T18:06:14Z | 2022-05-27T08:29:54Z | https://github.com/recommenders-team/recommenders/issues/1724 | [
"help wanted"
] | shrgupta1 | 1 |
deezer/spleeter | deep-learning | 871 | [Bug?] No output when the audio duration exceed 7200s |
## Description
The audio(.mp3) duration is more than 1 hour, when I use default command
`spleeter separate -p spleeter:2stems -o output live3.mp3`
it can work and generate two 7min separated files in output,
but when I set `-d 7200 `, the processed audio did not generated even no error appear
` spleeter s... | open | 2023-10-03T09:07:16Z | 2023-10-03T09:07:16Z | https://github.com/deezer/spleeter/issues/871 | [
"bug",
"invalid"
] | wei-z-git | 0 |
PokeAPI/pokeapi | api | 718 | Docs should mention User-Agent header requirement | Somewhere in the docs, perhaps in the information section, it may be worth mentioning that a User-Agent header is required. I was stuck for a while as I kept getting a 403 despite auth not being required. Eventually I discovered that I was not providing a user-agent and that was why I was receiving a 403. | open | 2022-05-18T16:32:10Z | 2022-05-18T19:29:25Z | https://github.com/PokeAPI/pokeapi/issues/718 | [] | chasingtheflow | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,429 | CycleGAN is bypassing information to minimize the reconstruction error | Hi, the results I obtained in the facade dataset look quite strange.
To me, it looks like if the CycleGAN is keeping the information in the synthetic generated images, so then it can get a perfect reconstruction of the input images, and is completely forgetting about optimizing the discriminators error. Note that ev... | open | 2022-05-31T11:17:35Z | 2022-06-07T19:49:56Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1429 | [] | jgciudad | 1 |
clovaai/donut | computer-vision | 259 | How to annotate and train donut for extracting all dates (unknown number of dates) | Hi, Thank you for the great work you shared.
just wondering how the annotation in jsonl should look like if I want to extract all dates from document (Parsing) although labels of dates are different and I don't know how many dates in every image (some images have 1 date, other have 9 dates)
is the shape is like:
"... | open | 2023-10-18T11:38:03Z | 2023-10-18T11:38:03Z | https://github.com/clovaai/donut/issues/259 | [] | Anas-Khayata | 0 |
bmoscon/cryptofeed | asyncio | 635 | Warning on Python3.8 setup install | in Linux-ubuntu server, with python3.8
`sudo python3.8 setup.py install`
```
creating build/temp.linux-x86_64-3.8/cryptofeed
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wfo... | closed | 2021-09-16T04:22:52Z | 2021-09-16T16:27:35Z | https://github.com/bmoscon/cryptofeed/issues/635 | [
"bug"
] | xiandong79 | 1 |
seleniumbase/SeleniumBase | web-scraping | 3,466 | Include macOS instructions in the exception message when Rosetta 2 is missing/needed | ### Include macOS instructions in the exception message when Rosetta 2 is missing/needed
----
When using UC Mode / CDP Mode on an Apple silicon Mac without Rosetta 2 installed, users may encounter the following error message:
`"Bad CPU type in executable"`.
That's an easy fix, as seen in: https://apple.stackexchange... | closed | 2025-02-01T18:53:18Z | 2025-02-01T20:00:22Z | https://github.com/seleniumbase/SeleniumBase/issues/3466 | [
"enhancement",
"UC Mode / CDP Mode"
] | mdmintz | 1 |
SYSTRAN/faster-whisper | deep-learning | 464 | convert pytorch model to ctranslate2 model stops because of the tokenizer file problem | I have finetune whisper by transformer and pytorch. And after execute those steps below,
```
processor.save_pretrained(training_args.output_dir)
trainer.save_model(output_dir)
```
all of the files generated are:
```
preprocessor_config.json
tokenizer_config.json
special_tokens_map.json
added_tokens.json
voc... | closed | 2023-09-09T03:13:49Z | 2023-11-26T01:41:14Z | https://github.com/SYSTRAN/faster-whisper/issues/464 | [] | ILG2021 | 5 |
Guovin/iptv-api | api | 962 | [Bug]: TypeError: tuple indices must be integers or slices, not str | ### Don't skip these steps | 不要跳过这些步骤
- [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**限制**
- [x] I am sure that this is a running error exception problem and will not submit any problems unrelated to this project | 我确定这是运行报错异常问题,... | closed | 2025-03-07T06:06:25Z | 2025-03-07T07:08:42Z | https://github.com/Guovin/iptv-api/issues/962 | [
"duplicate"
] | shark0816 | 2 |
deezer/spleeter | tensorflow | 662 | [Discussion] Spleeter using Legacy TF 1.15 and DirectML | Is there any plans to support TF 1.15 and DirectML? This is very useful especially for who doesn't have NVIDIA cards. | closed | 2021-09-13T17:23:00Z | 2021-09-21T09:42:49Z | https://github.com/deezer/spleeter/issues/662 | [
"question"
] | RoARene317 | 1 |
xuebinqin/U-2-Net | computer-vision | 371 | ImportError: cannot import name 'U2NET' from 'model' | can't import u2net model from model location..can u fix it..thanks in advance!!! | open | 2023-12-01T07:35:59Z | 2023-12-02T05:46:25Z | https://github.com/xuebinqin/U-2-Net/issues/371 | [] | tzktz | 2 |
gee-community/geemap | streamlit | 1,432 | Save - export map to html and image in macintosh env, does not work | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
--------------------------------------------------------------------------------
Date: Thu Feb 16 09:51:25 2023 WIB
OS : Darwin
CPU(s) : 8
Machine : x86_64
Archite... | closed | 2023-02-16T02:53:17Z | 2023-02-16T04:09:38Z | https://github.com/gee-community/geemap/issues/1432 | [
"bug"
] | miqbalf | 2 |
public-apis/public-apis | api | 3,465 | First project | closed | 2023-03-13T07:31:56Z | 2023-05-26T18:44:57Z | https://github.com/public-apis/public-apis/issues/3465 | [] | IntrovertCoder21 | 0 | |
waditu/tushare | pandas | 1,576 | 接口名称:pro_bar接口的输入参数factors增加权限等级描述 | 接口名称:pro_bar接口的输入参数factors增加权限等级描述
输入参数的factors:增加具体需要多少积分可用说明,且每分钟最大调用次数也需要增加
ID:370008 | open | 2021-08-08T08:27:18Z | 2021-08-08T08:27:18Z | https://github.com/waditu/tushare/issues/1576 | [] | FumoGuangYin | 0 |
deezer/spleeter | tensorflow | 807 | [Discussion] Kernel died for bath processing. | <!-- Please respect the title [Discussion] tag. -->
Hello,
I have around 240 wav files to separate on my CPU machine. I am using the separate_to_file() method from the Spleeter package. What I am trying to do is like follows:
for i in range(len(audio_list)):
separator.separate_to_file(audio_list[I], './output')... | open | 2022-12-01T03:24:19Z | 2022-12-01T03:27:36Z | https://github.com/deezer/spleeter/issues/807 | [
"question"
] | ligujie123 | 0 |
deepfakes/faceswap | deep-learning | 1,063 | CRITICAL error after last update | **Describe the bug**
The critical error appears when starting a training dfl-sae
**Desktop (please complete the following information):**
- OS: Windows 10
- Python Version 3.7
- Conda Version 4.8.4
**Crash Report**
https://gofile.io/d/QMulKe | closed | 2020-09-12T18:08:10Z | 2020-09-26T23:38:49Z | https://github.com/deepfakes/faceswap/issues/1063 | [] | The14me | 0 |
biosustain/potion | sqlalchemy | 97 | Add meta-info to schema | I would like to add to the schema fields that add some meta-information about the model.
An example could be to add a field "label"key" which says which of the keys in the model is to be used as label in form.
I wouldn't mind setting such meta information at sqlalchemy level but if I add it as a @property or as @hybrid... | closed | 2016-09-07T18:43:43Z | 2016-09-26T15:06:06Z | https://github.com/biosustain/potion/issues/97 | [] | Alain1405 | 1 |
clovaai/donut | nlp | 163 | Typo errors - Document parsing | I have trained Donut model in my custom dataset following this [tutorial](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/Donut/CORD/Fine_tune_Donut_on_a_custom_dataset_(CORD)_with_PyTorch_Lightning.ipynb) from @NielsRogge .
I have managed to get a decent accuracy 0.65% if I expect the values to be... | open | 2023-03-13T13:56:26Z | 2023-11-07T06:54:34Z | https://github.com/clovaai/donut/issues/163 | [] | WaterKnight1998 | 1 |
python-restx/flask-restx | api | 565 | Flask restx is not compatible with StrictUndefined mode of jinja | ### **Repro Steps** (if applicable)
1. Change Flask app's Jinja environment from undefined to StrictUndefined:
```python
app = Flask(__name__)
app.jinja_env.undefined = StrictUndefined
```
2. Visit the swagger documentation of the app on `/api/v1/doc/`
3. The documentation page crashes with a jinja2.except... | open | 2023-09-23T18:30:16Z | 2024-01-30T17:20:32Z | https://github.com/python-restx/flask-restx/issues/565 | [
"bug"
] | sloschert | 0 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 250 | 预测结果均为空集 | 按照“教你如何使用ASRT训练中文语音识别模型”这个文档训练了模型,测试时所有预测结果均为空集。
在mac系统上,用Anaconda创建了python3.6, tensorflow-cpu==1.15.0,keras==2.3.1,h5py==2.10.0 | closed | 2021-08-04T14:03:23Z | 2021-08-05T06:56:31Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/250 | [] | Wilson0925 | 2 |
tqdm/tqdm | pandas | 1,225 | How to switch tqdm text mode | I have an custom tqdm class implementation for my app to show memory and cpu use on tqdm bars:
```python
import joblib
from psutil import Process, virtual_memory, cpu_count
from tqdm.auto import tqdm as tqdm_auto
from typing import Optional, Union
class TqdmStats(tqdm_auto):
"""Custom tqdm class showin... | open | 2021-08-06T19:55:06Z | 2024-09-14T14:46:34Z | https://github.com/tqdm/tqdm/issues/1225 | [] | quancore | 2 |
mwaskom/seaborn | data-science | 3,003 | Documentation archive dropup only works on homepage | Needs to be changed to use absolute paths. | closed | 2022-09-06T22:25:00Z | 2022-09-09T01:50:34Z | https://github.com/mwaskom/seaborn/issues/3003 | [
"docs"
] | mwaskom | 1 |
lepture/authlib | flask | 541 | httpx 0.24 OAuth1Auth integration broken? | Haven't gotten into the details but by upgrading httpx to 0.24 and using
OAuth1Auth from authlib.integrations.httpx_client, I can no longer use e.g. Twitter's API and get an unauthorized header back. Reverting to the previous versions resolves this.
I assume it has to do with their recent change:
- Query paramet... | closed | 2023-04-16T08:26:45Z | 2023-04-16T12:27:14Z | https://github.com/lepture/authlib/issues/541 | [] | marban | 0 |
koxudaxi/datamodel-code-generator | pydantic | 2,341 | Pydantic Undefined Annotation: name 'Optional' is not defined | **Describe the bug**
An import statement is missing in the generated model code: you need to ensure that List, Optional, etc are imported from typing.
datamodel-code-generator==0.28.3
```
self = <pydantic._internal._generate_schema.GenerateSchema object at 0x10e7431f0>, name = 'parameters', field_info = FieldInfo(a... | open | 2025-03-11T21:11:41Z | 2025-03-11T21:14:23Z | https://github.com/koxudaxi/datamodel-code-generator/issues/2341 | [] | bonk1t | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 758 | fatal error: torch/extension.h: 没有那个文件或目录 | i face the problem "fatal error: torch/extension.h: 没有那个文件或目录 "
how to deal with it | open | 2024-04-16T19:10:19Z | 2024-04-19T05:45:19Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/758 | [] | zlfffan | 2 |
awesto/django-shop | django | 857 | Is there a way to checkout without billing or shipping addresses? | I'm trying to set up product classes for digital-delivered goods, which don't need shipping or billing addresses. Further, I'd like to minimize the amount of PII exists on the site to simplify PCI-DSS auditing requirements. Yet I keep hitting:
```
django.core.exceptions.ImproperlyConfigured: No class implements abs... | open | 2021-06-10T05:31:16Z | 2021-07-10T18:07:15Z | https://github.com/awesto/django-shop/issues/857 | [] | greyhare | 1 |
deezer/spleeter | tensorflow | 309 | [Bug] name your bug | #
I tried to install spleeter-gpu package from conda-forge and while librosa package was missing, I get the following error:
```
Traceback (most recent call last):
File "/home/user/anaconda3/envs/spleeter/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1356, in _do_call
return fn(... | closed | 2020-03-31T15:26:31Z | 2020-10-13T10:59:37Z | https://github.com/deezer/spleeter/issues/309 | [
"bug",
"conda",
"Tensorflow"
] | ysig | 3 |
psf/black | python | 4,209 | stdin-filename doesn't support UNC path in python 3.8/3.9 on Windows | <!--
Please make sure that the bug is not already fixed either in newer versions or the
current development version. To confirm this, you have three options:
1. Update Black's version if a newer release exists: `pip install -U black`
2. Use the online formatter at <https://black.vercel.app/?version=main>, which w... | closed | 2024-02-05T04:17:43Z | 2024-02-12T08:04:11Z | https://github.com/psf/black/issues/4209 | [
"T: bug"
] | guotuofeng | 0 |
apache/airflow | python | 48,191 | Dag schedule and 'next run' is only visible after 1st run on the dag details page | ### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Dag schedule is not visible to the user on dag details page if there is not run available.

... | open | 2025-03-24T12:13:05Z | 2025-03-24T13:42:43Z | https://github.com/apache/airflow/issues/48191 | [
"kind:bug",
"area:core",
"area:UI",
"needs-triage",
"affected_version:3.0.0beta"
] | atul-astronomer | 1 |
deeppavlov/DeepPavlov | nlp | 729 | [bug] I saw a small typo | Hello, guys.
https://github.com/deepmipt/DeepPavlov/blob/66c676cc8db4994c8ddf8fc9bcd619bebd990245/deeppavlov/models/seq2seq_go_bot/bot.py#L86
In this file you have written 'target_vocab_soze', but it seems it should look like "target_vocab_size"
I don't want to make a pull request for this nonsense, just fix it ... | closed | 2019-02-28T06:06:37Z | 2019-03-03T23:29:39Z | https://github.com/deeppavlov/DeepPavlov/issues/729 | [] | exelents | 3 |
sigmavirus24/github3.py | rest-api | 1,021 | Reissue a new app installation token if it's expired. | Github installation tokens expire after 1 hour and this setting is not configured.
When running a long process that lasts more than 1 hour it hits the proper exception.
```
github3.exceptions.AppInstallationTokenExpired: Your app installation token expired at 2021-01-12T14:20:20Z
```
Does it make sense to ad... | closed | 2021-01-12T14:44:58Z | 2021-01-15T14:11:04Z | https://github.com/sigmavirus24/github3.py/issues/1021 | [] | ericofusco | 2 |
streamlit/streamlit | python | 10,689 | `st.page_link`: Visual breakage | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
**In any single page app, every `st.page_link... | closed | 2025-03-08T01:16:19Z | 2025-03-11T17:24:10Z | https://github.com/streamlit/streamlit/issues/10689 | [
"type:bug",
"status:confirmed",
"priority:P2",
"feature:st.page_link"
] | mayagbarnes | 1 |
iperov/DeepFaceLab | deep-learning | 5,440 | Poor achieved settings with a rtx 3090 | Sorry for my English...
Hi, i have tried the two last versions available (10_20_2021 and 11_20_2021) (dx12 version doesn't work for me) and i can't get more than 128 of resolution and 6 for batch size, (all rest of settings by default). I think it's a very poor setup for a rtx 3090 with 24gb vram. I remember to train ... | open | 2021-12-07T13:37:14Z | 2023-06-08T23:18:45Z | https://github.com/iperov/DeepFaceLab/issues/5440 | [] | petabyteHD | 4 |
davidsandberg/facenet | tensorflow | 1,118 | Integrating facenet model in android for my pickle file | How can i integrate with android by converting it into tflite file for my own dataset and pickle file | open | 2019-12-04T07:51:16Z | 2019-12-04T07:51:16Z | https://github.com/davidsandberg/facenet/issues/1118 | [] | vihari1729 | 0 |
OFA-Sys/Chinese-CLIP | computer-vision | 45 | KNN检索中输入的疑惑 | `KNN检索` 示例中
输入应该包含 txt or image。但是没有看到
是什么情况呢 | closed | 2023-01-25T14:39:30Z | 2023-02-15T05:00:09Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/45 | [] | 597038837 | 2 |
dropbox/sqlalchemy-stubs | sqlalchemy | 109 | Base.query is consider as error | Hello,
I have an issue using sqlalchemy-stubs with mypy. I need advices.
my dependencies
```bash
mypy 0.720 Optional static typing for Python
├── mypy-extensions >=0.4.0,<0.5.0
├── typed-ast >=1.4.0,<1.5.0
└── typing-extensions >=3.7.4
└── typing >=3.7.4
sqlalchemy-stubs 0.2 SQLAlchemy stubs and mypy... | closed | 2019-09-20T06:43:15Z | 2020-07-22T08:21:42Z | https://github.com/dropbox/sqlalchemy-stubs/issues/109 | [] | NargiT | 4 |
plotly/dash | plotly | 2,677 | Dash.run return url with 404 when calling JupyterDash.infer_jupyter_proxy_config() | Hello,
I'm migrating several Jupyter Notebooks using dash.
It used to rely on https://pypi.org/project/jupyter-plotly-dash/ and I upgraded all python librairies and migrating in miniforge environment.
The notebooks are distributed through a jupyterhub, behind nginx as reverse proxy. Both nginx and jupyterhub are ... | closed | 2023-10-27T16:34:35Z | 2025-03-20T09:18:48Z | https://github.com/plotly/dash/issues/2677 | [
"bug",
"P3"
] | ferdinandbayard | 2 |
mwouts/itables | jupyter | 156 | Table does not display text correctly in VS code | 
For some reason in VS code on my Ubunry 18.0 only rare lines get displayed. I tried to change maximum output length but it did not help | closed | 2023-01-31T12:44:42Z | 2024-03-05T21:29:33Z | https://github.com/mwouts/itables/issues/156 | [] | Serbernari | 4 |
flairNLP/flair | nlp | 3,080 | [Feature]: allow proxy parameter to load models/embeddings | ### Problem statement
At the time of writing, I don't see a way to download models when the machine is situated behind a Proxy Server.
This issue has been raised before (https://github.com/flairNLP/flair/issues/1249), however it was closed due to staleness (and not fixed).
### Solution
For methods that al... | closed | 2023-02-03T08:46:27Z | 2023-02-06T12:06:25Z | https://github.com/flairNLP/flair/issues/3080 | [
"feature"
] | Guust-Franssens | 2 |
milesmcc/shynet | django | 248 | Running shynet on a subpath | Hi, I want to run shynet on a subpath of my website like /shynet/. I tried to reach this but I didn't find a solution. Does anyone know how to do this?
Thanks a lot | closed | 2023-01-01T19:48:09Z | 2023-01-01T20:01:41Z | https://github.com/milesmcc/shynet/issues/248 | [] | Cameo007 | 1 |
davidteather/TikTok-Api | api | 365 | AttributeError: 'NoneType' object has no attribute '_set_running_loop' | **Describe the error**
**The buggy code**
```
from TikTokApi import TikTokApi
api = TikTokApi.get_instance()
results = 10
trending = api.trending(count=results)
for tiktok in trending:
# Prints the id of the tiktok
print(tiktok['id'])
print(len(trending))
```
**Error Trace (if any)... | closed | 2020-11-17T15:47:26Z | 2020-11-21T17:19:37Z | https://github.com/davidteather/TikTok-Api/issues/365 | [
"installation_help"
] | mengguiyouziyi | 1 |
huggingface/transformers | deep-learning | 36,747 | text-to-video_app | please and thank you?🤗
from transformers import AutoModel
```
#35885
``` | closed | 2025-03-16T06:32:27Z | 2025-03-19T13:50:05Z | https://github.com/huggingface/transformers/issues/36747 | [] | Ninjadeveloper007 | 1 |
Neoteroi/BlackSheep | asyncio | 361 | documentation typo | "Blacksheep" is misspelled as "Blachsheep" on this page:
https://www.neoteroi.dev/blacksheep/request-handlers/

| closed | 2023-05-17T12:07:30Z | 2023-06-04T18:44:28Z | https://github.com/Neoteroi/BlackSheep/issues/361 | [] | remdragon | 2 |
sebp/scikit-survival | scikit-learn | 88 | About confidence and confidence intervals | Recently, I have been learning about reliability analysis. General survival analysis involves the concepts of confidence degree and confidence interval. Is it necessary to consider these when using scikit-survival?Thanks | closed | 2019-11-29T08:33:56Z | 2019-12-27T10:43:17Z | https://github.com/sebp/scikit-survival/issues/88 | [] | luoshuangyang | 1 |
man-group/arctic | pandas | 184 | Latest change to setup.py breaks internal building of arctic | Need to back out latest commit to setup.py and pin the version of setup tools in circle-ci
```
$ python setup.py develop
Traceback (most recent call last):
File "setup.py", line 81, in <module>
packages=find_packages(include=("arctic*", )),
TypeError: find_packages() got an unexpected keyword argument 'include'
... | closed | 2016-07-22T18:40:35Z | 2016-07-24T20:59:59Z | https://github.com/man-group/arctic/issues/184 | [] | bmoscon | 0 |
OthersideAI/self-operating-computer | automation | 14 | Error parsing JSON: [Errno 2] No such file or directory: 'screencapture' | ```
search for latest news on AI and give top two news
Error parsing JSON: [Errno 2] No such file or directory: 'screencapture'
[Self-Operating Computer][Error] something went wrong :(
[Self-Operating Computer][Error] AI response
Failed take action after looking at the screenshot
```
getting this error on Linux... | closed | 2023-11-29T17:30:54Z | 2023-12-04T16:47:38Z | https://github.com/OthersideAI/self-operating-computer/issues/14 | [
"bug",
"question"
] | thesanju | 4 |
ludwig-ai/ludwig | computer-vision | 3,665 | Self-supervised pre-training of LLMs | Self-supervised pre-training is the mechanism through which LLMs are pre-trained and also fine-tuned in absence of instruction datasets or human preferences, but when text documents are available.
The mechanism is actually simple: treat each document as a long sequence of tokens and create windows of tokens as input... | closed | 2023-09-26T00:28:46Z | 2024-10-18T17:04:02Z | https://github.com/ludwig-ai/ludwig/issues/3665 | [
"feature",
"help wanted"
] | w4nderlust | 6 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 875 | [FEATURE]: CI: add linting to CI and linting config for consistency | ### Feature summary
Add ruff linting to CI
### Feature description
Requested changes:
- Pre-config is intended to help developers catch issues that will be inevitably caught during CI. Linting in CI guarantees checking across all future PRs.
- Add ruff.toml for consistent config across local development (add to ... | closed | 2024-11-17T13:15:38Z | 2025-01-31T23:40:38Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/875 | [
"enhancement"
] | Tgenz1213 | 2 |
yezz123/authx | pydantic | 553 | 📝 Include References for `authx-extra` | closed | 2024-03-11T00:24:59Z | 2024-04-04T18:27:33Z | https://github.com/yezz123/authx/issues/553 | [
"documentation"
] | yezz123 | 0 | |
pyg-team/pytorch_geometric | pytorch | 9,940 | GATConv ignores "edge_attr" without error message | ### 🛠 Proposed Refactor
### Description
The current version of `GATConv` and `GATv2Conv` handle the `edge_attr` parameter inconsistently in the **edge_update** function. When users forget to set `edge_dim` in the constructor but pass `edge_attr` in the forward function, `GATv2Conv` will raise an error, whereas `GA... | open | 2025-01-14T04:53:44Z | 2025-01-14T04:53:44Z | https://github.com/pyg-team/pytorch_geometric/issues/9940 | [
"refactor"
] | FrancisOWO | 0 |
sherlock-project/sherlock | python | 2,437 | Missing assets | ### Installation method
Other (indicate below)
### Package version
pipx
### Description
when attempting to use the program, the following error occurs, as the link to the json file is a 404 page:
A problem occurred while checking for an update: list index out of range
ERROR: Bad response while accessing data file... | open | 2025-03-20T19:11:00Z | 2025-03-21T00:32:15Z | https://github.com/sherlock-project/sherlock/issues/2437 | [
"bug"
] | Rho-9-Official | 2 |
cvat-ai/cvat | pytorch | 8,312 | creating task issue | I recently applied for data annotation position, I was given some tasks to do and I was unable to create the task | closed | 2024-08-16T11:20:11Z | 2024-08-17T04:38:02Z | https://github.com/cvat-ai/cvat/issues/8312 | [] | ToshVits | 1 |
piskvorky/gensim | data-science | 3,045 | Understanding the topic significance of LDA | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2021-02-12T20:21:17Z | 2021-02-12T21:59:55Z | https://github.com/piskvorky/gensim/issues/3045 | [] | simon19891101 | 2 |
automl/auto-sklearn | scikit-learn | 1,315 | [Question] How to retain previously searched information? | Dear all,
How to reload the content searched before the break in the training after the break.
similar to checkpoints in tensorflow.
Now I'm using the same parameters and the same data set and than I get the same results is obtained after two runs.
but what I'm looking forward to is the second time that we can ... | closed | 2021-11-18T03:20:50Z | 2021-11-24T09:38:21Z | https://github.com/automl/auto-sklearn/issues/1315 | [] | CzsGit | 4 |
pytorch/vision | computer-vision | 7,996 | LeNet | ### 🚀 The feature
Hi, I'm interested in reproducing the neural network architecture "LeNet" from the paper "Gradient-Based Learning Applied to Document Recognition" (https://ieeexplore.ieee.org/document/726791)
### Motivation, pitch
My main motivation for contributing this neural network architecture is to ha... | closed | 2023-09-26T17:20:24Z | 2023-09-26T20:58:34Z | https://github.com/pytorch/vision/issues/7996 | [] | Algorithmist-Girl | 1 |
anselal/antminer-monitor | dash | 119 | How can you get the miner status without login to the miner? | Actually, this is just a question and should be marked as 'help wanted' :<).
I just wonder how could the tool get the miner status without login to the miner, I checked the code but I could not find where to login to the antminer.. Could anyone help to answer me? | closed | 2018-09-09T14:15:38Z | 2018-09-09T14:43:28Z | https://github.com/anselal/antminer-monitor/issues/119 | [
":octocat: help wanted"
] | feikiss | 1 |
huggingface/transformers | deep-learning | 36,561 | Improving expected test results | Several tests use the concept of "expected" results.
Sometimes the expected results are dependant on the environment.
We've used `torch.cuda.get_device_capability()` to differentiate between different cuda environments, and this has worked fairly well so far.
I recently started adding expected results for AMD devices ... | open | 2025-03-05T13:34:16Z | 2025-03-05T13:34:16Z | https://github.com/huggingface/transformers/issues/36561 | [] | ivarflakstad | 0 |
satwikkansal/wtfpython | python | 147 | example | >>> 'Alice' * 5.0
TypeError: can't multiply sequence by non-int of type 'float' | closed | 2019-11-09T10:19:26Z | 2020-08-08T19:46:25Z | https://github.com/satwikkansal/wtfpython/issues/147 | [] | Yukti-09 | 1 |
kubeflow/katib | scikit-learn | 2,110 | KatibClient().list_experiments/list_trials fails with RuntimeError | /kind bug
**What steps did you take and what happened:**
I tried to list the experiments/trials using the Katib Client:
```
from kubeflow.katib import KatibClient
client=KatibClient()
my_namespace="my-namespace"
client.list_experiments(namespace=my_namespace)
client.list_trials(namespace=my_namespace)
``... | closed | 2023-02-10T11:05:31Z | 2023-04-20T16:56:42Z | https://github.com/kubeflow/katib/issues/2110 | [
"kind/bug"
] | votti | 13 |
roboflow/supervision | computer-vision | 1,295 | Does evaluation API support OBB | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Hello! I am working with YOLOv8 for an object detection issue. I need to evaluate my model on a testset with a custom filtering method, and woul... | closed | 2024-06-20T03:39:18Z | 2024-10-01T16:57:35Z | https://github.com/roboflow/supervision/issues/1295 | [
"question"
] | elifhelfer | 20 |
scrapy/scrapy | web-scraping | 6,008 | The "item-pipeline" section example of the docs was not updated. | <!--
Thanks for taking an interest in Scrapy!
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
Keep in mind that by filing an iss... | closed | 2023-08-10T07:50:31Z | 2023-08-10T11:48:45Z | https://github.com/scrapy/scrapy/issues/6008 | [
"bug",
"good first issue",
"docs"
] | shengchenyang | 0 |
pallets/quart | asyncio | 104 | Quart hello world eats 25-30% of my CPU | Hi,
When running the simple Quart hello world example, I see 25-30% of CPU taken on my PI0 or PI-3B+.
I'm using Python 3.7.3
I was not expecting such high load when nothing is really happening. | closed | 2020-06-11T08:09:02Z | 2022-07-05T01:59:03Z | https://github.com/pallets/quart/issues/104 | [] | tuxedo78 | 8 |
deepfakes/faceswap | machine-learning | 614 | Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"/run_jupyter.sh\": stat /run_jupyter.sh: no such file or directory": unknown | Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"/run_jupyter.sh\": stat /run_jupyter.sh: no such file or directory": unknown
Error: failed to start containers: 072c53fbff85
**Related to the following tips?**
Successfully built f8bcd7471fd6... | closed | 2019-02-19T01:13:37Z | 2019-02-19T01:18:40Z | https://github.com/deepfakes/faceswap/issues/614 | [] | smalike | 1 |
satwikkansal/wtfpython | python | 18 | Can I translate it into Chinese? | I just forked it. | closed | 2017-09-01T16:34:22Z | 2017-09-02T10:15:09Z | https://github.com/satwikkansal/wtfpython/issues/18 | [] | tmpbook | 5 |
scikit-multilearn/scikit-multilearn | scikit-learn | 95 | Meka wrapper on Windows | Hi everyone,
I am new to Python and the scikit-multilearn repository so thank you in advance for your patience. I tried executing the following code through the Spyder application on Ananconda:
```
from sklearn.datasets import make_multilabel_classification
from sklearn.model_selection import train_test_split
... | closed | 2018-03-05T05:44:04Z | 2019-03-03T14:27:15Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/95 | [] | ekyy2 | 24 |
d2l-ai/d2l-en | machine-learning | 2,532 | 2.4.3 transpose confusion ∇x (Ax) = A^T | 2.4.3 Partial Derivatives and Gradients
* For all A ∈ R ^ (m×n) we have ∇x (Ax) = A^⊤ ?
The correct gradient is ∇x (Ax) = A
https://www.youtube.com/watch?v=e73033jZTCI
https://www.matrixcalculus.org/ | open | 2023-07-21T23:56:01Z | 2023-07-21T23:56:01Z | https://github.com/d2l-ai/d2l-en/issues/2532 | [] | PilotLeoYan | 0 |
ultralytics/ultralytics | computer-vision | 19,145 | result.plot(pil=True) | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
results = model.predict(sourece)
for result in results:
so this is the problem:
when result.plot(p... | closed | 2025-02-09T12:33:54Z | 2025-02-09T23:13:36Z | https://github.com/ultralytics/ultralytics/issues/19145 | [
"bug",
"fixed"
] | ansaricard | 3 |
davidsandberg/facenet | tensorflow | 663 | n | closed | 2018-03-09T12:07:40Z | 2018-09-28T06:30:49Z | https://github.com/davidsandberg/facenet/issues/663 | [] | akraimit | 1 | |
deepspeedai/DeepSpeed | machine-learning | 7,107 | [REQUEST] An option for SUM gradient allreduce instead of MEAN | **Is your feature request related to a problem? Please describe.**
In some learning problems, the correct allreduce of gradients across data-parallel workers is SUM rather than MEAN. For example, when doing contrastive learning for embedding models, it is common to allgather embeddings across all workers during the for... | open | 2025-03-04T00:38:30Z | 2025-03-12T20:59:33Z | https://github.com/deepspeedai/DeepSpeed/issues/7107 | [
"enhancement"
] | sfc-gh-lmerrick | 4 |
coqui-ai/TTS | pytorch | 2,917 | [Bug] Fine-tuning broken for Tacotron2-DDC | ### Describe the bug
Taking the simplest test case possible, I cannot fine-tune the `en/ljspeech/tacotron2-DDC` model at all, using a single epoch and lowered `lr`. All attempts at doing so results in garbled output.
Either the `restore_path` function is broken, or the recipe has the wrong data points. The Tacotr... | closed | 2023-09-03T21:13:04Z | 2024-09-01T14:56:50Z | https://github.com/coqui-ai/TTS/issues/2917 | [] | SineSwiper | 7 |
LAION-AI/Open-Assistant | machine-learning | 3,608 | Frontend issue | It happens to me everytime.

I tried asking for help on the OA Discord server, nobody had any good answer.
Can you guys do something about it? | closed | 2023-07-26T04:05:46Z | 2023-08-06T12:13:25Z | https://github.com/LAION-AI/Open-Assistant/issues/3608 | [] | KatsumiKougen | 4 |
plotly/dash | dash | 2,918 | plot a tree map instead of creating a grid | Hi Team,
How we can plot the treemap for the following code instead of dash ag grid.
```
import dash_ag_grid as dag
from dash import Dash, html, dcc
import os
app = Dash(__name__)
rowData = [
{
"orgHierarchy": ["Erica Rogers"],
"jobTitle": "CEO",
"employmentType": "Perma... | closed | 2024-07-10T14:11:53Z | 2024-08-14T23:53:40Z | https://github.com/plotly/dash/issues/2918 | [
"feature",
"P3"
] | BalaNagendraReddy | 1 |
supabase/supabase-py | fastapi | 798 | async create client function should not be marked as async | # Feature request
Make functions `_async.client.create_client` and `_async.client.AsyncClient.create` synchronous.
## Problem description
Right now, `acreate_client` is a re-import of the `_async.client.create_client` function. This function has been marked as `async` (see [source code](https://github.com/supa... | closed | 2024-05-14T22:43:00Z | 2024-05-22T20:07:50Z | https://github.com/supabase/supabase-py/issues/798 | [
"enhancement"
] | dartt0n | 3 |
serengil/deepface | machine-learning | 979 | OpenVino or other inference server | HI, I'm exploring openvino and was wondering if deepface can be executed in a converted model.
Kind of what they do with huggingface optimum.
Sorry maybe the question is kind of silly.
Since there is some inference servers, I wanted to know if I can run it that way.
I was thinking openvino inference server or... | closed | 2024-01-28T18:51:01Z | 2024-01-28T21:13:57Z | https://github.com/serengil/deepface/issues/979 | [
"question"
] | santicomp2014 | 1 |
OpenBB-finance/OpenBB | python | 6,845 | Incorrect Currency Symbol for NSE-Listed Stocks | **Description:**
It is related to currency conversion for stocks. The Stocks listed in India (on NSE) with the ticker of the form (e.g., RELIANCE.NS) display the current value in INR, but the symbol shown is “$.” Meanwhile, the financial figures appear in Cr. INR only.
**Expected Behavior:**
The currency symbol sh... | closed | 2024-10-22T19:19:01Z | 2024-11-19T00:29:40Z | https://github.com/OpenBB-finance/OpenBB/issues/6845 | [
"bug",
"Terminal"
] | harshsinha-12 | 4 |
PeterL1n/BackgroundMattingV2 | computer-vision | 145 | 4K settings as suggested by PeterL1n gives worst result. | Default Setting:
python inference_video.py --model-type mattingrefine --model-backbone resnet50 --model-checkpoint ./model/PyTorch/pytorch_resnet50.pth --model-refine-sample-pixels 320_000 --video-src ./input/Raw.avi --video-bgr ./input/Empty_Background.png --output-dir ./output --output-types com fgr pha err ref
4... | closed | 2021-08-07T10:49:34Z | 2021-08-10T15:09:19Z | https://github.com/PeterL1n/BackgroundMattingV2/issues/145 | [] | BracerJack | 3 |
deepset-ai/haystack | nlp | 8,874 | Improve type validation to handle bare typing objects | **Is your feature request related to a problem? Please describe.**
Our current type validation used when validating pipeline connections doesn't support comparison of bare types. For example, `List[Any]` does not get matched to `List` even though it should.
**Describe the solution you'd like**
Update the function such... | closed | 2025-02-19T07:53:35Z | 2025-03-11T07:48:27Z | https://github.com/deepset-ai/haystack/issues/8874 | [
"P3"
] | sjrl | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.