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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
kizniche/Mycodo | automation | 1,060 | Issue Regarding Float Switch and Relay | Thank you for making this interface, it's exactly what I was looking for.
I am having trouble using a float switch to activate a relay. Using both the GPIO On/Off Output Function and the Python function gives the same result. When the float switch is down (0 bool) the relay activates for 0.8 seconds and then turns ... | closed | 2021-07-20T19:54:23Z | 2021-08-30T02:47:47Z | https://github.com/kizniche/Mycodo/issues/1060 | [
"question"
] | justbest23 | 5 |
aminalaee/sqladmin | sqlalchemy | 519 | dependency installation conflict | During the installation of this package using `pip` I got the following error:
```
.
.
.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
googletrans 3.0.0 requires httpx==0.13.3, but yo... | closed | 2023-06-20T16:10:38Z | 2023-06-21T12:28:39Z | https://github.com/aminalaee/sqladmin/issues/519 | [] | agn-7 | 4 |
recommenders-team/recommenders | machine-learning | 1,992 | [FEATURE] Upgrade fastai to v2 | ### Description
<!--- Describe your expected feature in detail -->
fastai has breaking changes in v2, which makes [the code in recommenders](https://github.com/recommenders-team/recommenders/actions/runs/6168006071/job/16739851647#step:3:2847) incompatible with fastai v2. For example, [`CollabDataBunch`](https://git... | closed | 2023-09-13T06:12:45Z | 2024-04-08T14:53:12Z | https://github.com/recommenders-team/recommenders/issues/1992 | [
"enhancement"
] | SimonYansenZhao | 2 |
streamlit/streamlit | deep-learning | 10,279 | OSError [Error 2] – Incorrect Path and Missing .DS_Store File in Site-Packages | ### 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
There is an issue with installing the Python ... | closed | 2025-01-29T08:24:08Z | 2025-02-03T20:10:41Z | https://github.com/streamlit/streamlit/issues/10279 | [
"type:bug",
"status:awaiting-user-response"
] | Schmitt-A | 3 |
noirbizarre/flask-restplus | api | 558 | Response marshalling with nested fields documentation error | The first code snippet within the documentation for [using nested fields](https://github.com/noirbizarre/flask-restplus/blob/master/doc/marshalling.rst#nested-field) in response marshalling misses Model creation for the nested field. In this example a dict is used directly as the parameter for fields.Nested(). But this... | open | 2018-11-27T09:04:52Z | 2018-11-27T09:04:52Z | https://github.com/noirbizarre/flask-restplus/issues/558 | [] | jojoob | 0 |
aleju/imgaug | deep-learning | 742 | HELP! How can I find the output images? | I run the code with my it own data on the google colab, it shows that the code works.However,I can not find the output images.Shouldn't the output images be in the folder named out?
There is another problem,althought the code works,but there's a line that I didn't understand.
Reading checkpoints... ./out/20210131... | open | 2021-01-31T17:17:17Z | 2021-01-31T17:17:17Z | https://github.com/aleju/imgaug/issues/742 | [] | huahuaguigui | 0 |
dgtlmoon/changedetection.io | web-scraping | 2,359 | when using Xpath selectors, loses the text encoding | I have some pages in which I'm now using Xpath selectors to extract:
//tr[contains(@class, 'ui-datatable-even') or contains(@class, 'ui-datatable-odd')]/td[position() > 1 and not(position() > last() - 2)]
before I was using Xpath, the extracted text looked like this, either without filters or with CSS class selecto... | closed | 2024-05-13T20:25:27Z | 2024-05-13T21:09:36Z | https://github.com/dgtlmoon/changedetection.io/issues/2359 | [
"triage"
] | rmichelena | 2 |
piskvorky/gensim | machine-learning | 3,245 | Log level control | https://github.com/RaRe-Technologies/gensim/blob/5bec27767ad40712e8912d53a896cb2282c33880/gensim/models/tfidfmodel.py#L447
I think it a good idea to control this logger output (give an option to disable) to avoid spamming the terminal. | closed | 2021-10-05T23:12:51Z | 2021-10-06T06:37:36Z | https://github.com/piskvorky/gensim/issues/3245 | [] | cosmozhang | 1 |
jazzband/django-oauth-toolkit | django | 941 | redirect_uri encoding issue | With v1.3.0, when an OAuth client passes in the redirect_uri to the authorize view, the url encoded thusly works:
u = "https://myhost.com/grant-catch"
u_encoded = urllib.parse.quote(u)
# results in 'https%3A//myhost.com/grant-catch'
However, a url encoded this way fails with **Invalid redirect URI**... | closed | 2021-03-12T19:19:55Z | 2021-03-13T16:06:50Z | https://github.com/jazzband/django-oauth-toolkit/issues/941 | [
"bug"
] | indigodomo | 5 |
flairNLP/flair | nlp | 3,547 | hunflair2 model is not found | Dear all,
I'm encountering the error "ValueError: Could not find any model with name 'hunflair2'" when trying to run the code tagger = Classifier.load("hunflair2") as mentioned on the GitHub page. I'm using Flair version 0.14.0, and while hunflair v1 works without issues, the code is unable to find hunflair2. Could yo... | closed | 2024-09-24T06:52:50Z | 2024-12-12T11:21:00Z | https://github.com/flairNLP/flair/issues/3547 | [] | YashotharaS | 14 |
lepture/authlib | flask | 242 | Increase specificity of error messages | **Is your feature request related to a problem? Please describe.**
Hi - thanks for building and maintaining Authlib! This is a small feature suggestion - I'm debugging the integration and a few of the error responses would be more helpful if they included a little extra information. For instance, [this error would b... | closed | 2020-06-22T21:17:28Z | 2020-10-10T06:56:18Z | https://github.com/lepture/authlib/issues/242 | [] | YPCrumble | 2 |
vaexio/vaex | data-science | 2,269 | [FEATURE-REQUEST] | Hi!
thanks for the great library
**Description**
1- get the explained variance by the components after applying pca
2- just export a subset of columns like virtual pca columns
**Is your feature request related to a problem?
1- to determine how much components to extract via pca
2- to reduce the size of the d... | closed | 2022-11-16T09:52:47Z | 2022-11-16T11:06:23Z | https://github.com/vaexio/vaex/issues/2269 | [] | san-vak | 2 |
tflearn/tflearn | tensorflow | 1,048 | tflearn getting stuck when predicting | When model.predict is carried when using a sanic server, it is getting blocked and hanged.
The issue is in config.py at line tf.get_collection('is_training_ops')[1].eval(session=session)
under def is_training()
error shown when evaluating the expression is "Timeout waiting for response 113"
please help? | open | 2018-05-09T14:11:01Z | 2018-05-09T14:12:02Z | https://github.com/tflearn/tflearn/issues/1048 | [] | spawn08 | 0 |
OthersideAI/self-operating-computer | automation | 155 | [FEATURE] Improve requirements | ### Is your feature request related to a problem? Please describe.
A cleaner way to manage dependencies is crucial at the beginning of a project to reduce technical debt and allow collaboration and development. The current `requirements.txt` has a ton of pinned dependencies which is not optimal and very difficult to... | open | 2024-02-07T20:05:43Z | 2024-02-09T19:26:09Z | https://github.com/OthersideAI/self-operating-computer/issues/155 | [
"enhancement"
] | mjspeck | 9 |
gradio-app/gradio | data-science | 10,116 | Apps breaking after updating to gradio 5.x when run behind app proxy | ### Describe the bug
After updating from gradio 4.44 to gradio 5.7.1 I observe two breaking changes. I think this is related to me working behind a reverse proxy.
1. Starting from Gradio 5.x files are not accessible anymore via even if they are in a subfolder of the project root. I update my code from "file=..." to... | closed | 2024-12-04T12:01:55Z | 2025-01-29T00:24:16Z | https://github.com/gradio-app/gradio/issues/10116 | [
"bug",
"cloud"
] | greg2705 | 4 |
Neoteroi/BlackSheep | asyncio | 193 | BlackSheep does't work with a2wsgi | I attempted to use BlackSheep with https://github.com/abersheeran/a2wsgi so that I could use BlackSheep with https://pywebview.flowrl.com/ which expects a WSGI application.
It doesn't work because it seems that BlackSheep does not fully conform to the ASGI specification. Specifically, the `raw_path` field in an ASGI... | open | 2021-09-04T17:03:20Z | 2021-10-22T20:51:17Z | https://github.com/Neoteroi/BlackSheep/issues/193 | [] | jordemort | 5 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 842 | SV-EER calculation | Hi,
I'm trying to do the evaluation on test datasets. How can I calculate SV-EER for synthesizer. I did following steps, correct me if I'm wrong.
- run synthesizer on test data get melspectrums.
- did inverse melspectrum to get wav data
- get embeds for the wav data
- calculate similarity matrix and EER
Tha... | closed | 2021-09-09T08:44:12Z | 2021-09-14T20:42:00Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/842 | [] | cnu1439 | 1 |
tortoise/tortoise-orm | asyncio | 1,350 | pymysql.err.InterfaceError: (0, 'Not connected') occurred when I was trying to delete data. | I connected to mysql using Tortoise.init(config=DATABASE_CONFIG), and the rough parameters of DATABASE_CONFIG are as follows:
```python
DATABASE_CONFIG = {
"connections":{
"default":{
"engine": "tortoise.backends.mysql",
"credentials":{
"host": "...",
...
"minsize":8,
"maxsize":16,
... | closed | 2023-03-03T06:08:31Z | 2023-08-17T00:51:19Z | https://github.com/tortoise/tortoise-orm/issues/1350 | [] | tufbel | 1 |
absent1706/sqlalchemy-mixins | sqlalchemy | 91 | How to cover the original model by TimestampsMixin? | I have a table in MySQL like this
```sql
CREATE TABLE `user` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`deleted_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
```
Auto generate
... | open | 2022-09-08T13:55:27Z | 2022-10-08T09:54:39Z | https://github.com/absent1706/sqlalchemy-mixins/issues/91 | [] | vba34520 | 3 |
jofpin/trape | flask | 194 | Installation Error | hi there
I'm getting this error while installing trape, any help would be appreciate
Loading trape...
[x] ERROR: No module named flask_socketio
root@Shinobi:~/Desktop/Tool/trape# python2 -m pip install -r requirements.txt
/usr/bin/python2: No module named pip
| open | 2019-12-23T09:46:33Z | 2020-06-05T10:39:48Z | https://github.com/jofpin/trape/issues/194 | [] | kali64amd | 1 |
littlecodersh/ItChat | api | 850 | 支不支持不去语音通话、视频通话的内容 | 支不支持不去语音通话、视频通话的内容,获取去语音通话保存为MP3或其他音频格式、视频通话获取视频内容保存为mp4或其他视频格式,这个操作支不支持? | open | 2019-07-01T13:42:43Z | 2020-01-29T05:34:25Z | https://github.com/littlecodersh/ItChat/issues/850 | [] | zhaochan | 2 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 209 | ModuleNotFoundError: No module named 'lib_resume_builder_AIHawk' in main.py | When running the main.py script, I encountered the following error:
Traceback (most recent call last):
File "/home/groot/Documents/LinkedIn_AIHawk_automatic_job_application/main.py", line 11, in <module>
from lib_resume_builder_AIHawk import Resume,StyleManager,FacadeManager,ResumeGenerator
ModuleNotFoundEr... | closed | 2024-09-01T08:14:39Z | 2024-09-03T16:07:27Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/209 | [] | amanmishra7ave | 7 |
keras-team/keras | deep-learning | 21,068 | "PyDataset: init does not call super().init(**kwargs) causing workers, use_multiprocessing, and max_queue_size parameters to be ignored." | I'm encountering this warning when using `ImageDataGenerator.flow_from_dataframe`:
```
/usr/local/lib/python3.11/dist-packages/keras/src/trainers/data_adapters/py_dataset_adapter.py:121: UserWarning: Your `PyDataset` class should call `super().__init__(**kwargs)` in its constructor. `**kwargs` can include `workers`, `... | open | 2025-03-19T16:44:36Z | 2025-03-19T17:00:50Z | https://github.com/keras-team/keras/issues/21068 | [
"type:Bug"
] | slspencer | 0 |
waditu/tushare | pandas | 1,685 | 远程连接不上了 |
MaxRetryError: HTTPConnectionPool(host='api.waditu.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8e76efa550>: Failed to establish a new connection: [Errno -2] Name or service not known',))
During handling of the above exception, ano... | open | 2022-12-09T03:28:09Z | 2022-12-10T03:58:58Z | https://github.com/waditu/tushare/issues/1685 | [] | luyifanlu | 1 |
pyppeteer/pyppeteer | automation | 470 | how to set the window position | I start chrome with args `-window-position=100,100`, it works.
But when I start launch like this:
`browser = await launch(headless=False, args=['-–window-position=100,100'])`
It not work.
Also I can not find any method to do that In the document.
Please tell me how to set the position. | open | 2024-03-26T03:00:29Z | 2024-05-29T17:00:28Z | https://github.com/pyppeteer/pyppeteer/issues/470 | [] | codemanwg | 1 |
Textualize/rich | python | 3,023 | [REQUEST]Configurable size of output from inspect() | Consider posting in https://github.com/textualize/rich/discussions for feedback before raising a feature request.
Have you checked the issues for a similar suggestions?
Yes, didn't find anything
**How would you improve Rich?**
I would like to be able to increase the number of lines/items that inspect() can... | closed | 2023-07-04T11:38:34Z | 2023-08-13T13:35:47Z | https://github.com/Textualize/rich/issues/3023 | [
"Needs triage"
] | wileur | 3 |
mwaskom/seaborn | pandas | 3,325 | seaborn histplot slow and memory hungry | I am plotting a histogram of 60 million integers in the range [0, 10]. Whereas matplotlib (`ax.hist`) takes 4.5 s and 550 Mb (using `scalene` CPU/memory profiler), the seaborn based plots (`sns.histplot`) take about 43 s and 7.5 Gb. I wonder why and how this can be mitigated.
As recommended here (https://github.com/m... | open | 2023-04-17T08:15:41Z | 2023-08-28T11:28:50Z | https://github.com/mwaskom/seaborn/issues/3325 | [
"perf"
] | maximilianmordig | 3 |
JaidedAI/EasyOCR | machine-learning | 371 | CUDA out of memory, any SOLUTIONS available are NOT WORKING | I'm using EasyOCR gpu-enabled to detect numerics from images(448*448, 480*480, 512*512). It runs fine the first time and the second time it gives this error. I tired to clear memory by those torch clear cuda memory methods. torch.cuda.empty_cache(), no_grad, even numba reset device, and to restart SPYDER kernel too thr... | closed | 2021-02-08T04:40:42Z | 2023-02-08T09:19:06Z | https://github.com/JaidedAI/EasyOCR/issues/371 | [] | Anupama74 | 10 |
autokey/autokey | automation | 643 | Document changes between Autokey and AutoHotKey (Windows) | ## Classification:
UI/Usability
## Reproducibility:
n/a
## AutoKey version:
irrelevant
## Used GUI:
irrelevant
## Installed via:
irrelevant
## Linux distribution:
any
## Summary:
For AutoHotKey (AHK) users coming from Windows looking for a similar alternative in Linux a comparison between AHK a... | open | 2021-12-13T12:24:15Z | 2021-12-20T07:37:58Z | https://github.com/autokey/autokey/issues/643 | [
"help-wanted",
"documentation"
] | jose1711 | 11 |
iterative/dvc | data-science | 10,576 | Shared cache not working for 'import-url' command | # Bug Report
## Issue name
**import-url**: does not set up and use the shared cache configured for the project.
## Description
Importing an Azure file or folder with `import-url` will only use the shared cache configured for the project **the first time** it is used **IF** the `--no-download` flag is **... | open | 2024-10-01T17:23:16Z | 2024-10-23T08:06:37Z | https://github.com/iterative/dvc/issues/10576 | [
"bug",
"help wanted",
"p1-important",
"A: data-sync"
] | vandiaArch | 0 |
lukasmasuch/streamlit-pydantic | streamlit | 13 | Double ended slider | <!--
Thanks for requesting a feature 🙌 ❤️
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, be sur... | closed | 2022-02-22T13:53:28Z | 2022-06-08T02:10:51Z | https://github.com/lukasmasuch/streamlit-pydantic/issues/13 | [] | Bartcardi | 1 |
databricks/koalas | pandas | 1,450 | Is there something wrong with concat when axis=1? | 
tmp3.shape is expected to be (195638, 32)
dtype info

| closed | 2020-04-27T02:57:33Z | 2020-04-28T07:56:12Z | https://github.com/databricks/koalas/issues/1450 | [] | Tom-Deng | 8 |
microsoft/nni | tensorflow | 5,436 | torch.cuda.OutOfMemoryError occurred when running to ModelSpeedup. | **Describe the bug**:
torch.cuda.OutOfMemoryError occurred when running to ModelSpeedup.
**Environment**:
- NNI version:2.10
- Training service (local|remote|pai|aml|etc):local
- Python version:3.10
- PyTorch version:1.13.1
- Cpu or cuda version:11.7
**Reproduce the problem**
- Code|Example:
```import... | closed | 2023-03-13T12:27:23Z | 2024-08-02T04:13:56Z | https://github.com/microsoft/nni/issues/5436 | [] | 587687525 | 5 |
xorbitsai/xorbits | numpy | 769 | BUG: OSError: [Errno 24] Too many open files | ### Describe the bug
A clear and concise description of what the bug is.
### To Reproduce
To help us to reproduce this bug, please provide information below:
1. Your Python version
2. The version of Xorbits you use
3. Versions of crucial packages, such as numpy, scipy and pandas
4. Full stack of the error.
... | open | 2024-04-29T03:35:21Z | 2024-12-16T01:52:38Z | https://github.com/xorbitsai/xorbits/issues/769 | [
"bug"
] | charliedream1 | 5 |
yt-dlp/yt-dlp | python | 12,591 | [9now.com.au] Unable to extract page data | ### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've checked that all provided URLs are playable in a browser with the same IP and same... | closed | 2025-03-13T03:42:33Z | 2025-03-24T12:14:47Z | https://github.com/yt-dlp/yt-dlp/issues/12591 | [
"site-bug"
] | wastedhate | 45 |
oegedijk/explainerdashboard | dash | 288 | Speed up Dashboard joblib/yaml export | Hey, I've been trying to create an easy to understand ml dashboard and luckily I found your library. The problem appears when I tried to deploy this dashboard to a web application in a production environment with large amount of data.
I tried to follow all your recommendations to reduce memory usage, but it's still ... | closed | 2023-11-22T18:47:35Z | 2023-12-19T15:26:52Z | https://github.com/oegedijk/explainerdashboard/issues/288 | [] | Rov7 | 3 |
mouredev/Hello-Python | fastapi | 362 | 全球顶级竞技棋牌中心开元棋牌平台推荐 | 创联娱乐国际科技实业有限公司主要经营产业有,文旅、酒店、商业地产、培训、金融、竞技、娱乐、投资、行 业App软件应用开发、商学传媒、同城服务、餐具加工、时政媒体、餐饮山庄等设计、开发、经营为一 体大型多元化发展的实业有限公司,公司业务覆盖柬埔寨多省多市,公司拥有职员万余名、中层管理上百人,总部立足西港、是一家发展潜力巨 大的实业科技公司之一,在(创联娱乐国际董事长张忠诚先生)率国际化管理运营团队的带领下,以“策略先行、经营致胜、管理为本”的商业推广 理念,以核心“创联娱乐百川、恩泽四方,助利国家经济发展为使命”!一步一个脚印发展,立足西港,利他 思维、包容有爱走向世界为己任的战略目标!致力打造最具柬埔寨影响力的实业公司。助力腾飞,同... | closed | 2025-02-06T08:01:38Z | 2025-02-07T07:53:01Z | https://github.com/mouredev/Hello-Python/issues/362 | [] | clylpt | 0 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 216 | 如何替换成自己的语音数据集进行训练模型呢 | open | 2020-11-07T14:27:20Z | 2020-11-10T06:33:29Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/216 | [] | linZlee | 1 | |
coqui-ai/TTS | python | 3,776 | [Feature request] Can we add the batch inference or batch decoding for XTTS |
I tried the batch inference in XTTS, So I am doing padding till the max text sequence in the batch and also adding the attention mask for this, But for shorter sequences,
I am getting some random noise at the end of the audio
It would be helpful if we get this feature in Coqui tts. | closed | 2024-06-05T05:50:10Z | 2024-11-13T08:09:21Z | https://github.com/coqui-ai/TTS/issues/3776 | [
"wontfix",
"feature request"
] | Onkarsus13 | 5 |
huggingface/transformers | deep-learning | 36,019 | AMD CI tracking issue | Tracking issue for efforts related to CI running on AMD hardware.
Intended to record overall progress.
### Status
CI on AMD is running.
There are several different categories of failed tests that need to be addressed.
It's worth noting that many of these failed tests are not due to bugs, but rather that the test ca... | closed | 2025-02-03T14:49:56Z | 2025-03-15T08:04:18Z | https://github.com/huggingface/transformers/issues/36019 | [] | ivarflakstad | 1 |
PaddlePaddle/PaddleHub | nlp | 1,793 | Huggingface Hub | Hi, I opened a issue in paddlepaddle regarding this https://github.com/PaddlePaddle/Paddle/issues/39489 but here might be a better place
some team members already joined the paddepaddle org on Huggingface: https://huggingface.co/PaddlePaddle
is there any interest to add demos(spaces) for the models on paddlehub t... | closed | 2022-02-17T18:26:46Z | 2022-06-04T01:21:48Z | https://github.com/PaddlePaddle/PaddleHub/issues/1793 | [] | AK391 | 3 |
mkhorasani/Streamlit-Authenticator | streamlit | 110 | Why was v0.2.4 deleted? | Hello,
My application failed to deploy today because it relied on the latest 0.2.4 release after adapting the code yesterday for it.
I noticed the v0.2.4 release was deleted here on GitHub and on PyPI.
Can I ask why this happened?
Why not release 0.2.5 with required fixes or reverts to changes? | closed | 2024-01-23T10:11:19Z | 2024-01-25T20:55:26Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/110 | [] | matiboux | 3 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 209 | emoji字符乱码了 | 怎样输出正确的emoji字符呢 | open | 2022-06-16T08:14:30Z | 2022-06-16T08:14:30Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/209 | [] | xushuyi888 | 0 |
lucidrains/vit-pytorch | computer-vision | 9 | Can this idea be used for 3D voxel convolutional NN? | It will be great If it can be applied to 3D voxel convolutional NN. Any concerns? Thanks | closed | 2020-10-14T22:47:34Z | 2020-10-15T17:30:38Z | https://github.com/lucidrains/vit-pytorch/issues/9 | [] | xuzhang5788 | 9 |
unit8co/darts | data-science | 2,047 | Usage and definition of static covariates | I am currently trying to incorporate static covariates in my ML model but I am slightly confused as to the correct way to use it. From the definition in the [documentation](https://unit8co.github.io/darts/examples/15-static-covariates.html), it is written that static covariates are characteristics of a time series whic... | closed | 2023-11-01T21:01:14Z | 2023-11-24T08:35:14Z | https://github.com/unit8co/darts/issues/2047 | [
"question"
] | ETTAN93 | 4 |
man-group/arctic | pandas | 850 | How to change config options? | #### Arctic Version
1.79.3
#### Platform and version
Pycharm
#### Description of problem and/or code sample that reproduces the issue
How to turn off all compressions in arctic? In manual i read this strings "export DISABLE_PARALLEL=1" and "export LZ4_HIGH_COMPRESSION=1", but i dont understand where this strings i... | closed | 2020-03-25T11:41:59Z | 2021-03-12T12:17:41Z | https://github.com/man-group/arctic/issues/850 | [] | RoyalGoose | 7 |
seleniumbase/SeleniumBase | pytest | 3,193 | [HELP] Using click on element with ng-click of Angular does not work | Hello,
I'm using the latest version of SeleniumBase and when I click on this specific element:
`<span style="cursor:pointer;" ng-click="ctrl.ExampleClick()">clickable text inside the span</span>`
with this command:
`mydrive.press_key('span:contains("clickable text inside the span")')`
it does not work.
The same... | closed | 2024-10-16T16:34:43Z | 2024-10-16T17:27:56Z | https://github.com/seleniumbase/SeleniumBase/issues/3193 | [
"invalid usage"
] | lomiz | 1 |
bigscience-workshop/petals | nlp | 622 | Vulkan compute backend support? | Are there any plans to support Vulcan-based back-ends in the future for non NVIDIA (CUDA) / AMD devices? | open | 2025-03-05T01:54:42Z | 2025-03-05T02:09:53Z | https://github.com/bigscience-workshop/petals/issues/622 | [] | bulutthecat | 1 |
sktime/pytorch-forecasting | pandas | 1,789 | [ENH] Is there a way to pass an entire embedding to time_varying_unknown_reals without splitting it into individual components? | Hello!
I have a question regarding the `time_varying_unknown_reals` parameter. Is there any way to pass an entire embedding (e.g., a dense vector representation) directly to time_varying_unknown_reals, rather than splitting it into its individual components?
For example, if I have an embedding of size n, can I pass i... | open | 2025-03-06T20:07:25Z | 2025-03-16T18:56:59Z | https://github.com/sktime/pytorch-forecasting/issues/1789 | [
"enhancement"
] | LinearBasis | 2 |
google-research/bert | tensorflow | 1,062 | what is the different between the model in gs and tensorflow.hub | The model here can be download from:
[https://storage.googleapis.com/bert_models/2018_10_18/uncased_L-12_H-768_A-12.zip](https://storage.googleapis.com/bert_models/2018_10_18/uncased_L-12_H-768_A-12.zip)
However, we can also download from `tensorflow.hub` at
[https://tfhub.dev/tensorflow/bert_en_uncased_L-12_H-768_... | open | 2020-04-18T00:30:13Z | 2020-04-18T00:30:13Z | https://github.com/google-research/bert/issues/1062 | [] | bastia0321 | 0 |
deezer/spleeter | tensorflow | 331 | [Bug] Google Collab ValueError | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Description
I simply used the [Google Collab](https://colab.resear... | closed | 2020-04-18T04:43:53Z | 2020-05-10T13:12:37Z | https://github.com/deezer/spleeter/issues/331 | [
"bug",
"invalid"
] | welpdx | 4 |
ivy-llc/ivy | pytorch | 28,020 | Fix Ivy Failing Test: tensorflow - general.inplace_update | closed | 2024-01-24T11:35:37Z | 2024-01-24T12:00:41Z | https://github.com/ivy-llc/ivy/issues/28020 | [
"Sub Task"
] | MuhammadNizamani | 1 | |
dpgaspar/Flask-AppBuilder | flask | 1,977 | Outdated linters / formatters | The requirements for dev contain severely outdated linters and formatters:
flake8 is at version 6
black is at version 22.X
This make it tougher to develop against FAB as IDEs also use newer linting.
Is this intentional?
| open | 2023-01-09T14:23:21Z | 2023-01-09T14:23:21Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1977 | [] | bolkedebruin | 0 |
SciTools/cartopy | matplotlib | 1,804 | Using a custom rectangular boundary produces a trimmed boundary with some projections | ### Description
Using a custom rectangular boundary produces a trimmed boundary with some projections, usually at the bottom.

#### Code to reproduce
```python
import matplotlib.pyplo... | closed | 2021-06-17T11:34:07Z | 2021-06-25T06:47:22Z | https://github.com/SciTools/cartopy/issues/1804 | [] | pgf | 2 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 850 | 模型能不能存在在其他网盘一份,百度网盘限速严重,谷歌网盘会限制下载 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c... | closed | 2023-10-09T02:23:10Z | 2023-10-20T22:02:21Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/850 | [
"stale"
] | loiyouve | 2 |
ploomber/ploomber | jupyter | 577 | add an FAQ on inputs | add an FAQ section on how ploomber manages inputs (via upstream) and how to pass input paths that are not generated by the pipeline (via params or resources_) | closed | 2022-02-10T13:58:48Z | 2023-05-30T20:59:43Z | https://github.com/ploomber/ploomber/issues/577 | [
"documentation"
] | edublancas | 0 |
scikit-learn/scikit-learn | machine-learning | 30,545 | Allows finer costs to be taken into account in learning | ### Describe the workflow you want to enable
I am generally trying to take into account costs in learning. The set-up is as follows: a statistical learning problem with usuall X and y, where y is imbalanced (roughly 1% of ones). I also have costs matrices C (see below).
Scikit learn usually offers wights parameters w... | closed | 2024-12-27T10:51:16Z | 2025-03-10T15:37:32Z | https://github.com/scikit-learn/scikit-learn/issues/30545 | [
"Documentation"
] | lcrmorin | 4 |
noirbizarre/flask-restplus | flask | 795 | ERR_NAME_NOT_RESOLVED when accessing swagger doc | please help , when i am accessing swagger docs from my api gateway
the error console occur

| open | 2020-05-23T02:57:58Z | 2020-05-23T03:02:26Z | https://github.com/noirbizarre/flask-restplus/issues/795 | [] | marcianorama | 0 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,111 | Processing long text file with the cloned audio | For the text of around 20 words its working file. But for long texts the voice becomes so choppy that its not able to speak a single word. Can you help me with that? | open | 2022-09-12T15:57:57Z | 2022-09-12T15:57:57Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1111 | [] | clonedSemicolon | 0 |
babysor/MockingBird | pytorch | 803 | 请更新依赖 requirements.txt ,web.py 所需的一些包并未涵盖在其中 | 当前版本:[@main-b402f9d](https://github.com/babysor/MockingBird/commit/b402f9dbdfdebebc088edc15ee47439c9f27c038)
时间:2022-12-15
当前 ```requirements.txt``` 中所缺失的包:
```bash
fastapi==0.88.0
pydantic==1.10.2
typing_extensions==4.4.0
starlette==0.22.0
anyio==3.6.2
idna==3.4
sniffio==1.3.0
... | open | 2022-12-15T13:30:00Z | 2022-12-15T13:30:00Z | https://github.com/babysor/MockingBird/issues/803 | [] | Golevka2001 | 0 |
scikit-learn/scikit-learn | python | 30,309 | 'Section Navigation' bar missing from stable documentation website on several pages | ### Describe the issue linked to the documentation
When on the stable version of the documentation website the 'Section Navigation' header on the left side of the page remains present, but the navigation bar contents disappear. While on the dev page the feature functions as expected.
It should be noted this issue i... | open | 2024-11-20T03:28:24Z | 2024-11-20T09:02:34Z | https://github.com/scikit-learn/scikit-learn/issues/30309 | [
"Documentation"
] | K-Hern | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 518 | osnet training from scratch | python scripts/main.py
AssertionError: Override list has odd length: ['reidentification/deep-person-reid-master/torchreid/data']; it must be a list of pairs
| open | 2022-08-12T06:04:27Z | 2022-08-12T06:04:27Z | https://github.com/KaiyangZhou/deep-person-reid/issues/518 | [] | blessedDS | 0 |
PokeAPI/pokeapi | api | 216 | Indication of which resources can be called by name | It would be useful to have some indication of whether a resource can be requested by name and id or just by id.
Possible implementation:
Two new boolean fields on the resource list object: `request-by-id` and `request-by-name`.
Use case:
The PokeKotlin tests will be able to check whether I have implemented a client m... | closed | 2016-06-24T15:07:33Z | 2017-06-12T12:51:54Z | https://github.com/PokeAPI/pokeapi/issues/216 | [] | sargunv | 2 |
JaidedAI/EasyOCR | deep-learning | 1,067 | Trying to use different GPU | Hello,
I have two GPUs and I am trying to select the second one for the EasyOCR reader, but it does not work.
Here is my code:
```
import easyocr
import cv2
img = cv2.imread("image.png")
reader = easyocr.Reader(['en'], gpu="cuda:1")
eo = reader.readtext(img)
```
And the error I get:
```
RuntimeE... | closed | 2023-06-27T14:45:43Z | 2023-06-28T13:00:45Z | https://github.com/JaidedAI/EasyOCR/issues/1067 | [] | guist | 1 |
ageitgey/face_recognition | machine-learning | 1,021 | How to save face encoding in sqlite3 database? | * face_recognition version: 1.2.3
* Python version: 3.7
* Operating System: windows 10
### Description
I am saving my face_recognition encodings in a pickle file but I want to save these face_encodings in a sqlite3 database. I don't have idea how I can do that.
| open | 2020-01-07T16:41:32Z | 2020-01-10T07:27:30Z | https://github.com/ageitgey/face_recognition/issues/1021 | [] | haiderAli62 | 1 |
Miserlou/Zappa | flask | 1,330 | Async: SNS Payload should be a string not bytes | The "SnsAsyncResponse._send" encodes the message in utf-8 and it works fine for Python 2, but in Python 3 the encoding produces bytes and cannot be used for the SNS payload.
## Context
- using the Asynchronous Task Execution with the SNS service
AND
- Python 3
## Expected Behavior
The payload of the SNS notifi... | open | 2018-01-03T23:14:03Z | 2018-02-23T22:04:50Z | https://github.com/Miserlou/Zappa/issues/1330 | [
"bug",
"duplicate",
"has-pr"
] | michelorengo | 1 |
python-arq/arq | asyncio | 431 | cron job with parameter | I tested following situation with partial:
from functools import wraps
def partial(f, *args, **kwargs):
"""
Wrapper for cron functions to inject corellation_id
"""
@wraps(f)
async def partial_function(ctx):
return await f(*args, **kwargs)
return partial_function
async def my_test_cron_job(ctx, sto... | closed | 2024-02-15T13:44:44Z | 2024-02-20T08:58:09Z | https://github.com/python-arq/arq/issues/431 | [] | fmatten | 2 |
521xueweihan/HelloGitHub | python | 2,450 | 【开源自荐】FileCodeBox:匿名口令分享文本,文件 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/vastsa/FileCodeBox
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:Python
<!... | closed | 2022-12-10T16:32:06Z | 2022-12-28T08:13:10Z | https://github.com/521xueweihan/HelloGitHub/issues/2450 | [
"已发布",
"Python 项目"
] | vastsa | 1 |
explosion/spaCy | machine-learning | 12,311 | Incorrect tokenization of words with ":" in Swedish model | ## How to reproduce the behaviour
In Swedish, ":" is used before single character endings after numerals, letters, abbreviations and other cases.
In the Swedish model, words with ":" get split in tokenization. For example the word "46:e" in the sentence "_Demokraten Joe Biden blir landets 46:e president._" get split ... | closed | 2023-02-21T09:59:15Z | 2023-03-30T00:02:23Z | https://github.com/explosion/spaCy/issues/12311 | [
"enhancement",
"lang / sv"
] | lise-brinck | 1 |
kizniche/Mycodo | automation | 1,310 | Every 2 days database becomes locked. System crashes. | ### Describe the problem/bug
General problem:
Mycodo database becomes locked after repeated errors in the daemon log.
Mycodo then becomes extremely slow and unresponsive in the web interface, and SSH connection also becomes frozen or cannot connect at all.
Only way to regain access to the Pi is a hard reboot.
... | open | 2023-05-31T04:59:34Z | 2023-10-28T03:14:49Z | https://github.com/kizniche/Mycodo/issues/1310 | [] | LucidEye | 46 |
Miserlou/Zappa | flask | 1,882 | s secret | <!--- Provide a general summary of the issue in the Title above -->
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 -->
## Expected B... | closed | 2019-06-07T12:40:52Z | 2019-06-07T12:43:09Z | https://github.com/Miserlou/Zappa/issues/1882 | [] | vipradwivedi | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 626 | Sessions not reconnecting cleanly on lost MySQL connection | When my MySQL server is restarted while a Flask app using flask-sqlalchemy is running (or the connection to the DB is lost for any reason), subsequent queries fail with
`sqlalchemy.exc.StatementError: (sqlalchemy.exc.InvalidRequestError) Can't reconnect until invalid transaction is rolled back`
It seems that upon a... | closed | 2018-06-07T20:54:29Z | 2020-12-05T20:37:36Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/626 | [
"config"
] | spiritualized | 6 |
allure-framework/allure-python | pytest | 591 | Setup/TearDown of behave fixtures aren`t displayed in allure | #### I'm submitting a ...
- bug report
#### What is the current behavior?
Setup/TearDown of behave fixtures aren`t displayed in allure
#### What is the expected behavior?
Test launch has setup and teardown apart of main body of test. PyTest example:
 | dispacher log:
ERROR (nni.runtime.msg_dispatcher_base/Thread-1) 68
Traceback (most recent call last):
File "/home/mm/anaconda3/envs/CLNode_env/lib/python3.8/site-packages/nni/runtime/msg_dispatcher_base.py", line 108, in command_queue_worker
self.process_command(command, data)
File "/home/mm/anaconda3/en... | open | 2024-01-25T03:12:30Z | 2024-07-03T12:07:23Z | https://github.com/microsoft/nni/issues/5739 | [] | Moreau14 | 2 |
netbox-community/netbox | django | 18,104 | Incorrect display of virtual disk volume | ### Deployment Type
Self-hosted
### Triage priority
I volunteer to perform this work (if approved)
### NetBox Version
v4.1.7
### Python Version
3.10
### Steps to Reproduce
After exporting virtual machines, I discovered that GB turned into MB, TB into GB
I also checked the list of virtual machines, the display... | closed | 2024-11-26T13:45:38Z | 2025-02-26T03:06:41Z | https://github.com/netbox-community/netbox/issues/18104 | [
"type: bug",
"status: revisions needed"
] | LeonidFadeev | 2 |
dynaconf/dynaconf | django | 703 | [bug][DJANGO] settings.DEBUG doesn't work like expected | **Describe the bug**
Hi! I am testing out django with dynaconf, I followed the readme (https://www.dynaconf.com/django/#importing-settings-directly-recommended-for-the-above-case) and the first thing I am trying is to change the `DEBUG` value depending on the env.
But it doesn't work, and I keep getting `False`.
... | closed | 2022-01-05T20:29:09Z | 2023-02-07T18:24:52Z | https://github.com/dynaconf/dynaconf/issues/703 | [
"Not a Bug"
] | barrachri | 4 |
ResidentMario/geoplot | matplotlib | 26 | Use contextly to allow mapping with webmap tiles | darribas wrote [`contextily`](https://github.com/darribas/contextily), which is an independent library for handling tiles. This would be a really nice feature to incorporate into `geoplot`. | closed | 2017-02-07T18:53:20Z | 2020-05-17T08:19:39Z | https://github.com/ResidentMario/geoplot/issues/26 | [
"enhancement"
] | ResidentMario | 6 |
microsoft/qlib | machine-learning | 1,779 | Qlib RL 是否不支持一分鐘數據訓練嗎? | (qqlib) C:\Users\man-pc\qlib>python examples/rl_order_execution/scripts/gen_pickle_data.py -c examples/rl_order_execution/scripts/pickle_data_config.yml
[18380:MainThread](2024-04-23 08:22:19,538) INFO - qlib.Initialization - [config.py:416] - default_conf: client.
[18380:MainThread](2024-04-23 08:22:20,609) INFO - q... | open | 2024-04-23T00:23:09Z | 2024-04-23T00:23:09Z | https://github.com/microsoft/qlib/issues/1779 | [
"question"
] | man0819 | 0 |
2noise/ChatTTS | python | 23 | MacBook Pro m1 不能跑吗? | <img width="795" alt="iShot_2024-05-28_22 17 55" src="https://github.com/2noise/ChatTTS/assets/4604830/b6dc9700-cb52-4bea-822a-c72086a2610e">
| closed | 2024-05-28T14:18:54Z | 2024-05-31T02:16:14Z | https://github.com/2noise/ChatTTS/issues/23 | [] | ChenzhengUESTC | 1 |
d2l-ai/d2l-en | data-science | 2,086 | Default value for "training" parameter for BatchNorm custom layer call method | ```
class BatchNorm(tf.keras.layers.Layer):
.
.
.
@tf.function
def call(self, inputs, training):
if training:
axes = list(range(len(inputs.shape) - 1))
batch_mean = tf.reduce_mean(inputs, axes, keepdims=True)
batch_variance = tf.reduce_mean(tf.math.squared_d... | closed | 2022-03-31T00:53:51Z | 2022-12-15T23:59:52Z | https://github.com/d2l-ai/d2l-en/issues/2086 | [] | gopalakrishna-r | 3 |
reloadware/reloadium | pandas | 77 | Errors when using pycharm+flask+flask_sqlalchemy | ## Describe the bug
When I try to run a flask application with the flask-sqlalchemy module an error occurs. Without reloadium everything works fine.
- flask: 2.2.2
- flask-sqlalchemy: 3.0.2
## To Reproduce
Steps to reproduce the behavior:
1) Run in pycharm example from https://github.com/pallets-eco/flask-sqla... | closed | 2022-12-02T15:12:03Z | 2023-01-18T14:56:44Z | https://github.com/reloadware/reloadium/issues/77 | [] | kristaller486 | 1 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 637 | It can´t scrape URLs from the source | Due to the policies of some LLMs that don't allow showing URLs through a prompt response, I believe it's not possible to retrieve full URLs from a webpage or document. I’ve tried using Llama 3 via Groq API and the Chat-GPT API, but I only get hyperlinks or page titles. Is there any other way to extract links using this... | closed | 2024-09-05T17:40:32Z | 2025-03-16T19:06:54Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/637 | [] | JorgeICS | 12 |
PaddlePaddle/ERNIE | nlp | 25 | 请问:是训练数据导致了效果提升还是所用模型及方法,有相关论文或 ablation experiments 结果吗? | 如题。 | closed | 2019-03-16T16:30:22Z | 2020-05-28T12:52:43Z | https://github.com/PaddlePaddle/ERNIE/issues/25 | [
"wontfix"
] | Das-Boot | 4 |
fabiogra/moseca | streamlit | 7 | Docker installation fails | Original code failed.
Tried to add a yt-dlp at line 8. No change
apt-get install -y ffmpeg jq curl yt-dlp && \
Tried to copy scripts - no change
COPY scripts/prepare_samples.sh /prepare_samples.sh
COPY scripts/inference.py /inference.py
Tried modify executable
RUN chmod +x prepare_samples.sh
RUN ls -l /
... | closed | 2023-09-10T21:36:54Z | 2023-12-17T04:34:51Z | https://github.com/fabiogra/moseca/issues/7 | [] | nekiee13 | 6 |
microsoft/unilm | nlp | 1,653 | trOCR base model 30% CER on IAM word dataset vs 4% for IAM line dataset, is this normal? | **Describe the bug**
Model I am using: trocr-base-handwritten
Dataset:
- IAM word dataset: https://www.kaggle.com/datasets/nibinv23/iam-handwriting-word-database
- IAM line dataset: https://huggingface.co/datasets/Teklia/IAM-line
The problem arises when using:
* [ ] my own modified scripts:
` self.device = to... | open | 2024-11-12T11:07:11Z | 2024-11-12T11:07:32Z | https://github.com/microsoft/unilm/issues/1653 | [] | slender9168 | 0 |
strawberry-graphql/strawberry | django | 3,695 | Resolving Enum type from value is incredibly hard | In Graphene, this is so simple, it's great. See the `resolve_type` function here: https://docs.graphene-python.org/en/latest/types/interfaces/
## What I'm trying to do
I have a mutation that returns a relay `Node`. The returned value is a django model. Depending on data inside the django model, I want to return a di... | closed | 2024-11-14T04:13:04Z | 2025-03-20T15:56:55Z | https://github.com/strawberry-graphql/strawberry/issues/3695 | [] | jamietdavidson | 3 |
simple-login/app | flask | 1,690 | With latest docker image the web interface won´t start properly | With the latest docker app-ci image the web server doesn´t start proberly. It shows a page with "Server Error"
In the log it shows
`/usr/local/lib/python3.10/site-packages/sqlalchemy/sql/base.py:299: SAWarning: Can't validate argument 'sever_default'; can't locate any SQLAlchemy dialect named 'sever'
`
I gu... | closed | 2023-04-12T16:46:07Z | 2023-04-12T19:55:50Z | https://github.com/simple-login/app/issues/1690 | [] | Twilek-de | 1 |
kennethreitz/responder | graphql | 254 | Route variable rules and more flexible routes | Flask allows type declaration in route variables that include `string` (default), `int`, `float`, `path`, and `uuid`. This makes it possible to restrict certain rout matching rules to specific types such as:
```py
@app.route('/posts/<int:post_id>')
```
This will match `/posts/123`, but not `/posts/foo`.
On t... | closed | 2018-11-29T02:44:04Z | 2019-04-27T23:36:27Z | https://github.com/kennethreitz/responder/issues/254 | [] | ibnesayeed | 3 |
matplotlib/matplotlib | matplotlib | 29,380 | [MNT]: deprecate auto hatch fallback to patch.edgecolor when edgecolor='None' | ### Summary
Since #28104 now separates out hatchcolor, users should not be allowed to specifically ask to fallback to edgecolor and also explicitly set that edgecolor to none because silently falling back on ```edgecolor="None"``` introduces the problem that:
1. because of eager color resolution and frequently se... | open | 2024-12-25T00:19:58Z | 2024-12-26T03:11:59Z | https://github.com/matplotlib/matplotlib/issues/29380 | [
"Maintenance",
"topic: hatch"
] | story645 | 2 |
paperless-ngx/paperless-ngx | django | 7,279 | [BUG] Error while converting email to PDF - Temporary failure in name resolution | ### Description
Paperless version 2.11.0 running in docker (using docker-compose) is reporting the following when processing emails:
Error while converting email to PDF: [Errno -3] Temporary failure in name resolution
It is reported for most of the emails, the mails will remain on the server (gmail). Attachmen... | closed | 2024-07-17T08:12:46Z | 2024-08-17T03:03:44Z | https://github.com/paperless-ngx/paperless-ngx/issues/7279 | [
"not a bug"
] | laszlojanosek | 2 |
jina-ai/serve | fastapi | 5,502 | Bug: Logger cuts off lines | **Describe the bug**
The logger cuts of lines. Similar to: #5241.
Code to reproduce:
```python
from jina import Executor,requests, Flow
from docarray import Document
class Exec(Executor):
@requests()
def foo(self, **kwargs):
self.logger.info(','.join([str(i) for i in range(1000)]))
... | closed | 2022-12-07T16:18:18Z | 2022-12-15T17:35:35Z | https://github.com/jina-ai/serve/issues/5502 | [] | joschkabraun | 3 |
litestar-org/litestar | api | 3,071 | Bug: Sync `after_exception` handler prints `NoneType: None` when logging stacktrace | ### Description
Defining a _sync_ [after_exception](https://docs.litestar.dev/latest/usage/applications.html#after-exception) and logging there with stacktrace doesn't show stacktrace.
### URL to code causing the issue
_No response_
### MCVE
```python
import logging
from litestar import Litestar, get... | closed | 2024-02-04T21:19:57Z | 2025-03-20T15:54:24Z | https://github.com/litestar-org/litestar/issues/3071 | [
"Bug :bug:"
] | tuukkamustonen | 11 |
opengeos/leafmap | jupyter | 390 | Ability to switch between 2D and 3D | A suggestion could be an integration with
[](https://cesium.com/)
| closed | 2023-03-12T10:44:04Z | 2023-04-23T01:46:30Z | https://github.com/opengeos/leafmap/issues/390 | [
"Feature Request"
] | dahlalex | 12 |
ludwig-ai/ludwig | data-science | 3,980 | Dependency issue | **Describe the bug**
When running the example [here](https://colab.research.google.com/drive/1MdZvYtm3xrkPrxzD71SZ6H9GTkG46VRF?usp=sharing#scrollTo=jvL1cL6wYtWz) I am getting an exception of raise ImportError(
ImportError: Using `bitsandbytes` 8-bit quantization requires Accelerate: `pip install accelerate` and the l... | closed | 2024-04-02T13:55:25Z | 2024-07-26T21:18:22Z | https://github.com/ludwig-ai/ludwig/issues/3980 | [] | robhheise | 3 |
mitmproxy/pdoc | api | 310 | Ignore packages or subpackages | #### Problem Description
My project is a collection of packages that have the following structure
```
package1
tests_package
module1
module2
...
package2
tests_package
module1
module2
...
```
I would like to ignore `tests_package` from the automatic documentation gene... | closed | 2021-10-26T07:25:57Z | 2022-01-09T14:37:02Z | https://github.com/mitmproxy/pdoc/issues/310 | [
"enhancement",
"help wanted"
] | Carpetfizz | 7 |
mars-project/mars | numpy | 2,649 | [BUG] df.sort_values() failed when input dataframe is empty | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
df.sort_values() failed when input dataframe is empty.
**To Reproduce**
To help us reproducing this bug, please provide information below... | closed | 2022-01-21T10:03:46Z | 2022-02-08T10:43:02Z | https://github.com/mars-project/mars/issues/2649 | [
"type: bug",
"good first issue",
"mod: dataframe",
"pr welcome",
"task: easy"
] | qinxuye | 0 |
qubvel-org/segmentation_models.pytorch | computer-vision | 357 | Accessing layers of model | Hi, how can I access individual layers of the Unet model, like with standard pytorch models?
After creating the model in the demonstrated way:
model = Unet( "resnet34","imagenet",3,3)
normally I would be able to do model[i] to get the i layer.
Here I get TypeError: 'Unet' object is not subscriptable
I've been ... | closed | 2021-03-01T05:58:42Z | 2022-03-01T02:03:24Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/357 | [
"Stale"
] | isNeil | 3 |
nerfstudio-project/nerfstudio | computer-vision | 3,176 | Question about the value of 'fov' for 'ns-render camera-path' that can render exactly as in training dataset | Hi, thank you for making the project available to the public and for maintaining it.
I have a question about the value of 'fov' used in camera_path.json. How can I find the value of 'fov' such that the rendered images from _ns-render camera-path_ are the same/close to that obtained from _ns-render dataset_ or is thi... | open | 2024-05-28T13:14:57Z | 2024-09-03T19:10:59Z | https://github.com/nerfstudio-project/nerfstudio/issues/3176 | [] | stanathong | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.