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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
huggingface/datasets | pytorch | 7,337 | One or several metadata.jsonl were found, but not in the same directory or in a parent directory of | ### Describe the bug
ImageFolder with metadata.jsonl error. I downloaded liuhaotian/LLaVA-CC3M-Pretrain-595K locally from Hugging Face. According to the tutorial in https://huggingface.co/docs/datasets/image_dataset#image-captioning, only put images.zip and metadata.jsonl containing information in the same folder. How... | open | 2024-12-17T12:58:43Z | 2025-01-03T15:28:13Z | https://github.com/huggingface/datasets/issues/7337 | [] | mst272 | 1 |
zappa/Zappa | django | 740 | [Migrated] Getting 'AttributeError' Exception Thrown | Originally from: https://github.com/Miserlou/Zappa/issues/1864 by [canada4663](https://github.com/canada4663)
I am getting uncaught AttributeError thrown at the line below:
https://github.com/Miserlou/Zappa/blob/3ccf7490a8d8b8fa74a61ee39bf44234f3567739/zappa/handler.py#L309
It seems that the code is designed to ... | closed | 2021-02-20T12:41:37Z | 2022-07-16T06:23:36Z | https://github.com/zappa/Zappa/issues/740 | [] | jneves | 1 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,807 | [Bug]: Updated installation instructions for installing Stable Diffusion using ROCm (Linux) (Documentation and webui.sh needs updating) | ### Checklist
- [ ] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2025-01-21T20:02:02Z | 2025-03-01T10:33:19Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16807 | [
"bug-report"
] | theman23290 | 3 |
man-group/arctic | pandas | 197 | Libraries use cases | Hi,
I am working with historical minute data and was wondering which is the right library to store it.
Most of the columns are numerical but I have some metadata on each transaction as well, some of which that I could encode as numerical just adding more columns (dummy variables), and some that are just strings add... | closed | 2016-08-12T15:28:45Z | 2016-08-20T09:36:55Z | https://github.com/man-group/arctic/issues/197 | [] | felipe-ducau7c | 8 |
pallets/flask | python | 4,910 | Deprecation of before_first_request leads to issue with Gunicorn --preload while launching a Thread in the Setup Code | Flask 2.2.2 has deprecated `before_first_request`, advising us to instead run the setup code in the the factory function that creates the `app`.
I've found a case where this solution does not work. The prerequisite is that the application is launched from Gunicorn with the `--preload` option, and that you want to ha... | closed | 2022-12-15T17:13:53Z | 2023-01-10T00:05:52Z | https://github.com/pallets/flask/issues/4910 | [] | mkmoisen | 1 |
pydantic/bump-pydantic | pydantic | 104 | Detect missing pydantic dependency (e.g. pydantic-settings or extra types) | Hey team,
I wasn't sure if you would be comfortable with this, but what's your opinion on telling the user when they are missing a pydantic dependency, such as `pydantic-settings` is using `BaseSettings` in Pydantic V1?
This could spit out a warning (whether that's stdout, stderr, log.txt, or somewhere else) or a... | open | 2023-07-18T15:01:16Z | 2024-07-21T07:39:26Z | https://github.com/pydantic/bump-pydantic/issues/104 | [
"good first issue"
] | kkirsche | 3 |
DistrictDataLabs/yellowbrick | matplotlib | 727 | Not able to import UMAPVisualizer from yellowbrick.text | I downloaded the latest package of yellowbrick but it was file of umap_vis.py was missing from the package of yellowbrick.text
| closed | 2019-02-06T05:43:53Z | 2019-02-11T03:19:43Z | https://github.com/DistrictDataLabs/yellowbrick/issues/727 | [
"type: question"
] | soniaarora | 2 |
flasgger/flasgger | rest-api | 590 | Latest version 0.9.7.1 break Marshmallow apispec dumping | Maybe it's just an incompatible versions, but i must use this set of packages
```
apispec==5.2.2
marshmallow==3.15
flasgger==0.9.5
```
i can't upgrade apispec or marshmallow because there are other dependency.
with flasgger 0.9.7.1
```
TypeError: Object of type SchemaMeta is not JSON serializable
```
... | open | 2023-08-02T09:20:09Z | 2023-08-02T09:20:09Z | https://github.com/flasgger/flasgger/issues/590 | [] | overbost | 0 |
matplotlib/mplfinance | matplotlib | 659 | Bug Report: Typo | **Describe the bug**
mplfinance/plotting.py", line 946, in plot
fig.suptitle(title,**title_kwargs)
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'suptitle'
| closed | 2024-02-15T22:09:17Z | 2024-02-16T12:48:30Z | https://github.com/matplotlib/mplfinance/issues/659 | [
"bug"
] | aidenkwong | 1 |
NVIDIA/pix2pixHD | computer-vision | 129 | No module named 'apex' | Do someone know how to solve this problem? | open | 2019-05-31T13:34:37Z | 2019-06-03T02:12:05Z | https://github.com/NVIDIA/pix2pixHD/issues/129 | [] | ashergaga | 1 |
explosion/spaCy | machine-learning | 12,034 | TypeError: dataclass_transform() got an unexpected keyword argument 'field_specifiers' | After latest pydantic-1.10.3 release, spacy no longer can be imported, raising a TypeError.
The root cause is an incompatibility between pydantic-1.10.3 and your requirement `typing_extensions>=3.7.4,<4.2.0; python_version < "3.8"`.
See issue in pydantic:
- https://github.com/pydantic/pydantic/issues/4885
See... | closed | 2022-12-30T06:51:22Z | 2023-03-05T00:02:40Z | https://github.com/explosion/spaCy/issues/12034 | [
"install",
"third-party"
] | albertvillanova | 9 |
rougier/from-python-to-numpy | numpy | 44 | Typos in 7.3 | Excellent work!
I noticed two minor grammatical issues in section 7.3, "Scipy & co" (file `07-beyond-numpy.rst`):
- "there is a trillion" -> "there are a trillion"
- "it was not the goal" -> "that was not the goal" | closed | 2017-01-12T20:01:19Z | 2017-01-13T14:16:51Z | https://github.com/rougier/from-python-to-numpy/issues/44 | [] | SeanDS | 3 |
yzhao062/pyod | data-science | 355 | Question: Does this repo include smoothing? | Referencing https://github.com/cerlymarco/tsmoothie | closed | 2021-11-03T06:25:45Z | 2021-11-07T22:29:43Z | https://github.com/yzhao062/pyod/issues/355 | [] | BradKML | 1 |
tensorpack/tensorpack | tensorflow | 961 | Accuracy of Res-18 is lower than expected on ImageNet | 1. I run the Res-18 by
+ run examples/ResNet/imagenet-resnet.py only with modification on reading data:
+ `def get_imagenet_dataflow(
datadir, name, batch_size,
augmentors, parallel=None):
assert name in ['train', 'val', 'test']
assert datadir is not None
assert isinstance(augme... | closed | 2018-11-01T06:56:35Z | 2019-01-16T23:47:00Z | https://github.com/tensorpack/tensorpack/issues/961 | [
"examples"
] | Sunasity | 8 |
hankcs/HanLP | nlp | 1,027 | 分词算法问题 | 我想把 “机器人” 分词成 “机器” “机器人” “机” “器” “人” 这五个词应该选择哪个分词算法 | closed | 2018-11-21T02:58:46Z | 2018-12-06T08:18:07Z | https://github.com/hankcs/HanLP/issues/1027 | [] | quicksandznzn | 2 |
proplot-dev/proplot | matplotlib | 28 | Stable tagged release? | It would be great if you could make a tagged version release on pip that's stable. The API changes so frequently right now that I feel like I'm rewriting my notebook cells every week when I pull down updates. Then folks could just install a specific version from pip while you continue development.
Releasing on PyPI ... | closed | 2019-09-02T16:01:56Z | 2019-12-18T04:20:51Z | https://github.com/proplot-dev/proplot/issues/28 | [
"high priority",
"distribution"
] | bradyrx | 12 |
roboflow/supervision | tensorflow | 1,567 | Bug in git-committers-plugin-2, v2.4.0 | At the moment, an error is observed when running the `mkdocs build` action from develop.
```
File "/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/mkdocs_git_committers_plugin_2/plugin.py", line 121, in get_contributors_to_file
'avatar': commit['author']['avatar_url'] if user['avatar_url']... | closed | 2024-10-03T21:29:35Z | 2024-10-04T23:41:07Z | https://github.com/roboflow/supervision/issues/1567 | [
"bug",
"documentation",
"github_actions"
] | LinasKo | 4 |
Lightning-AI/pytorch-lightning | pytorch | 19,992 | Fabric example trainer fails with validation | ### Bug description
Using the example fabric trainer with validation would result in:
> AttributeError: Your LightningModule code tried to access `self.trainer.model` but this attribute is not available when using Fabric with a LightningModule.
Which would occur during validation when 'on_validation_model_eval... | closed | 2024-06-18T21:01:03Z | 2024-06-21T14:43:31Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19992 | [
"bug",
"needs triage",
"ver: 2.2.x"
] | liambsmith | 0 |
MagicStack/asyncpg | asyncio | 1,066 | Authentication issue with postgres14 : InternalClientError: unexpected error while performing authentication: Incorrect padding | <!--
Thank you for reporting an issue/feature request.
If this is a feature request, please disregard this template. If this is
a bug report, please answer to the questions below.
It will be much easier for us to fix the issue if a test case that reproduces
the problem is provided, with clear instructions on ... | open | 2023-08-17T06:59:26Z | 2023-10-12T15:27:01Z | https://github.com/MagicStack/asyncpg/issues/1066 | [] | prakharg05 | 2 |
AntonOsika/gpt-engineer | python | 231 | Ability to resume after an error occurs | I didn't see a way to do this, apologies if it is described somewhere. I am attempting to build an application and I noticed any time it exits due to an error the process stops and then I'm stuck. So for example:
```
...
npm install
To run the codebase:
npm run dev
Do you want to execute this code?
n... | closed | 2023-06-19T21:26:15Z | 2023-09-12T09:31:58Z | https://github.com/AntonOsika/gpt-engineer/issues/231 | [
"good first issue",
"triage"
] | danb235 | 7 |
recommenders-team/recommenders | data-science | 2,089 | [ASK] Is binary relevance the only option in RankingMetric class for pyspark evaluation? | While testing metrics for pyspark evaluation, I've noticed that the ranking metrics like NDCG seems to be using binary relevances only, while [python evaluation](https://github.com/recommenders-team/recommenders/blob/main/recommenders/evaluation/python_evaluation.py#L573) has a parameter to chose between binary, expone... | open | 2024-04-18T20:17:53Z | 2024-04-18T20:22:14Z | https://github.com/recommenders-team/recommenders/issues/2089 | [] | lgabs | 0 |
home-assistant/core | python | 140,700 | Jellyfin "TypeError: 'NoneType' object is not iterable" | ### The problem
Getting this error since last update. on Jellyfin side I see regular successful auth in logs.
> 2025-03-16 00:43:30.600 ERROR (SyncWorker_11) [JELLYFIN.jellyfin_apiclient_python.api] Invalid URL 'jellyfin.mydomain.net/Users/AuthenticateByName': No scheme supplied. Perhaps you meant https://jellyfin.my... | open | 2025-03-15T23:57:13Z | 2025-03-15T23:58:11Z | https://github.com/home-assistant/core/issues/140700 | [
"integration: jellyfin"
] | ytugarev | 1 |
keras-team/autokeras | tensorflow | 1,326 | The dataset should at least contain 2 batches to be split | ```
import pandas as pd
import numpy as np
import autokeras as ak
from tensorflow.keras.datasets import cifar10
from tensorflow.python.keras.utils.data_utils import Sequence
from tensorflow.keras.models import model_from_json
import os
def build_model():
input_layer =ak.Input()
cnn_layer = ak.ConvBloc... | closed | 2020-09-01T03:14:07Z | 2021-12-03T20:30:39Z | https://github.com/keras-team/autokeras/issues/1326 | [
"bug report",
"wontfix"
] | Cariaga | 19 |
graphql-python/graphene-django | django | 756 | How to use throttling in django-graphene? | The answer says to use django-throttle-requests
[Issue 676](https://github.com/graphql-python/graphene-django/issues/676)
But how to use it, it gives the following error:
This the error with django-throttle-requests
`'ResolveInfo' object has no attribute 'META'`
for the code:
```
from django.utils.deco... | closed | 2019-08-23T06:40:04Z | 2019-12-26T21:38:58Z | https://github.com/graphql-python/graphene-django/issues/756 | [
"wontfix"
] | amiyatulu | 2 |
d2l-ai/d2l-en | deep-learning | 2,494 | French spelling to fix in chapter_attention-mechanisms-and-transformers/index.md | In file "chapter_attention-mechanisms-and-transformers/index.md"
> ...translating the sentence “my feet hurt” to “j’ai mal au pieds”
the french sentence should be
> ...translating the sentence “my feet hurt” to “j’ai mal aux pieds”
using "aux" which is the plural form of "au" as "pieds" is plural.
| open | 2023-05-17T17:00:12Z | 2023-05-17T17:00:12Z | https://github.com/d2l-ai/d2l-en/issues/2494 | [] | Serge-45 | 0 |
ray-project/ray | machine-learning | 51,443 | Release test aws_cluster_launcher_minimal failed | Release test **aws_cluster_launcher_minimal** failed. See https://buildkite.com/ray-project/release/builds/36144#0195a7e1-6c9b-4796-ae13-1d73d2b6e00d for more details.
Managed by OSS Test Policy | closed | 2025-03-18T06:20:19Z | 2025-03-24T16:42:37Z | https://github.com/ray-project/ray/issues/51443 | [
"bug",
"P0",
"triage",
"release-test",
"jailed-test",
"ray-test-bot",
"weekly-release-blocker",
"stability",
"clusters"
] | can-anyscale | 1 |
dask/dask | numpy | 11,383 | New "auto" rechunking can break with Zarr | It looks like the updates in https://github.com/dask/dask/pull/11354 can result in non-uniform chunks when using "auto" rechunking. This is problematic for then writing to Zarr, which needs uniform chunks.
For example, this rechunking snippet used to run with the latest `2024.8.2` release
```python
import xarra... | closed | 2024-09-10T16:45:12Z | 2024-09-12T15:08:23Z | https://github.com/dask/dask/issues/11383 | [
"array",
"bug"
] | jrbourbeau | 0 |
sherlock-project/sherlock | python | 1,798 | Cloning into kali, Sherlock cloning is stack at 30% , anyone faced this before? | closed | 2023-05-19T07:22:17Z | 2023-08-29T12:41:59Z | https://github.com/sherlock-project/sherlock/issues/1798 | [] | acrambot | 0 | |
huggingface/text-generation-inference | nlp | 2,239 | Can I somehow change attention type from 'FlashAttention' in the text-server-launcher? | closed | 2024-07-16T18:37:45Z | 2024-08-24T01:52:31Z | https://github.com/huggingface/text-generation-inference/issues/2239 | [
"question",
"Stale"
] | wasifmasood | 2 | |
flasgger/flasgger | rest-api | 574 | Please add a security policy | As per GitHub's best practices, please add a https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository to this repo. | open | 2023-06-05T01:06:07Z | 2023-06-05T01:06:07Z | https://github.com/flasgger/flasgger/issues/574 | [] | reedy | 0 |
geopandas/geopandas | pandas | 3,434 | ENH: Have Geoseries methods called on a GeoDataFrame return a GeoDataFrame? | #### Describe the solution you'd like
When a `GeoSeries` function is called on a `GeoDataFrame`, a `GeoSeries` of the result of running the method on the geometry column is returned.
I think it would be more practical and intuitif if a copy of the `GeoDataframe` with the `geometry` column replaced with the result... | open | 2024-10-05T06:41:23Z | 2024-10-06T12:05:42Z | https://github.com/geopandas/geopandas/issues/3434 | [
"enhancement",
"wontfix"
] | theroggy | 11 |
strawberry-graphql/strawberry-django | graphql | 82 | Copied Docs, but getting: module 'strawberry_django.auth' has no attribute 'register' | All other uses of `strawberry.django.auth` are working except for `register()`. Sure enough, even when I debug, the `strawberry.django.auth` global only has three function variables: `current_user`, `login`, and `logout`.
**types.py:**
```
from django.contrib.auth import get_user_model
from strawberry.django im... | closed | 2021-12-29T06:40:01Z | 2022-02-19T19:22:56Z | https://github.com/strawberry-graphql/strawberry-django/issues/82 | [] | evanheckert | 2 |
gee-community/geemap | jupyter | 1,226 | There is shift in X and Y direction of 1 pixel while downloading data using geemap.download_ee_image() | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
Please run the following code on your computer and share the output with us so that we can better debug your issue:
```python
import geemap
geemap.Report()
```
### Description
I am trying to download NASAD... | closed | 2022-08-26T11:55:52Z | 2022-08-30T16:02:18Z | https://github.com/gee-community/geemap/issues/1226 | [
"bug"
] | ravishbapna | 9 |
fastapi/sqlmodel | fastapi | 203 | The field name is python keywords, the field type is Mysql8.0 JSON | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2021-12-27T08:12:41Z | 2021-12-29T09:44:54Z | https://github.com/fastapi/sqlmodel/issues/203 | [
"question"
] | TingHsi | 2 |
wagtail/wagtail | django | 12,459 | Replace Twitter links with Mastodon links | <!--
Summarise the documentation change you’re suggesting in the Issue title.
-->
### Details
<!--
Provide a clear and concise description of what you want to happen.
-->
Wagtail has decided to move away from Twitter/X to Mastodon (specifically Fostodon):
- https://x.com/WagtailCMS/status/1834237886285103507
- ... | closed | 2024-10-24T10:30:22Z | 2024-10-24T11:10:00Z | https://github.com/wagtail/wagtail/issues/12459 | [
"Documentation",
"good first issue"
] | laymonage | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 695 | Issue with Simple-KNN's distCUDA2 function | I found a strange problem when using the ```distCUDA2``` function. If the input tensor is on my second GPU ```cuda:1```, this function will cause the following error (please also see attached screenshot):
>terminate called after throwing an instance of 'thrust::system::system_error'
> what(): CUDA free failed: cuda... | closed | 2024-03-06T23:12:17Z | 2024-03-06T23:25:11Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/695 | [] | PeizhiYan | 1 |
biolab/orange3 | data-visualization | 7,009 | Metavariables are not excluded in feature selection methods | A longstanding issue is that metavariables are not excluded from methods. For example, in "find informative projections" for scatter plots, they appear as suggestions. Also, in feature suggestions, the metas are included. If there are many, the automatic feature selection breaks down. This is a nuisance, as metas often... | open | 2025-01-30T13:21:18Z | 2025-02-19T10:01:28Z | https://github.com/biolab/orange3/issues/7009 | [
"needs discussion",
"bug report"
] | lareooreal | 4 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 626 | Is this complete app ? | Can i use this on windows 10 ? | closed | 2021-01-14T10:40:37Z | 2021-01-15T18:37:55Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/626 | [] | Ud4ba | 2 |
tflearn/tflearn | tensorflow | 1,078 | ModuleNotFoundError: No module named 'tensorflow.contrib.framework' | when i import tflearn, it says `ModuleNotFoundError: No module named 'tensorflow.contrib.framework'`, does someone knows how to deal with this issues? thanks. | open | 2018-07-23T11:39:06Z | 2019-08-24T14:56:26Z | https://github.com/tflearn/tflearn/issues/1078 | [] | ahbon123 | 2 |
plotly/dash | dash | 2,249 | [BUG] dash deployed with gunicorn keeps spamming _reload-hash requests | And this is how it looks like.
```
shaco_1 | 172.18.0.1 - - [24/Sep/2022:18:17:57 +0000] "GET /shaco/_reload-hash HTTP/1.1" 200 112 "http://localhost:8050/shaco/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
shaco_1 | 172.18.0.1 - - [24/Sep... | closed | 2022-09-24T18:25:09Z | 2022-09-24T18:32:10Z | https://github.com/plotly/dash/issues/2249 | [] | SnoozeFreddo | 0 |
databricks/koalas | pandas | 2,163 | databricks.koalas.info() doesn't show memory usage | The documentation states that _databricks.koalas.info()_ shows memory usage too but it doesn't in practice.
It doesn't show memory usage in the examples given in the documentation either. | closed | 2021-05-20T14:25:29Z | 2021-05-23T23:36:30Z | https://github.com/databricks/koalas/issues/2163 | [
"docs"
] | AliWaheed | 2 |
ultralytics/yolov5 | machine-learning | 12,715 | imgsz calculation | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hi, I would like to ask about the imgsz calculation. For example, I have an image(Dimensi... | closed | 2024-02-07T08:40:00Z | 2024-03-19T00:20:32Z | https://github.com/ultralytics/yolov5/issues/12715 | [
"question",
"Stale"
] | KnightInsight | 2 |
pytorch/pytorch | python | 149,131 | nn.GaussianNLLLoss and F.gaussian_nll_loss do not work with scalar `var` | ### 🐛 Describe the bug
The documentation for [nn.GaussianNLLLoss](https://pytorch.org/docs/stable/generated/torch.nn.GaussianNLLLoss.html) states that the `var` input can be a scalar value, but an error occurs if a float is used. Similarly, the documentation for the functional version [nn.functional.gaussian_nll_loss... | closed | 2025-03-13T16:42:09Z | 2025-03-17T18:16:41Z | https://github.com/pytorch/pytorch/issues/149131 | [
"module: loss",
"triaged",
"module: python frontend"
] | connor-krill | 3 |
raphaelvallat/pingouin | pandas | 185 | Deprecate tail='one-sided' and rename to alternative | Since SciPy 1.6, several functions in [scipy.stats](https://docs.scipy.org/doc/scipy/reference/stats.html) accept `alternative="two-sided"` (or "greater" or "less"). To be consistent with these changes, I propose to:
1) In all relevant functions, rename the `tail` argument to `alternative` (similar to SciPy and R)
... | closed | 2021-07-18T20:49:26Z | 2021-08-13T18:02:31Z | https://github.com/raphaelvallat/pingouin/issues/185 | [
"deprecation :skull:"
] | raphaelvallat | 3 |
ultralytics/ultralytics | machine-learning | 19,077 | Don't know whether this is a bug. | ### 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
I create my own custom dataset and have trained it with yolov8 successfully, but when I tried to pre... | open | 2025-02-05T01:40:17Z | 2025-02-07T02:09:07Z | https://github.com/ultralytics/ultralytics/issues/19077 | [
"bug",
"detect"
] | Ilovecode93 | 3 |
kizniche/Mycodo | automation | 626 | Trigger failure | ## Mycodo Issue Report:
- Specific Mycodo Version: 7.2.1
#### Problem Description
Please list: All triggers are producing the same error. Will not function.
- what were you trying to do: Create a trigger
### Errors
2019-02-08 15:53:34,652 - mycodo.trigger_6745106f - INFO - Activated in 89.4 ms
201... | closed | 2019-02-08T23:59:40Z | 2019-02-09T00:33:51Z | https://github.com/kizniche/Mycodo/issues/626 | [] | ofernander | 2 |
docarray/docarray | pydantic | 1,025 | V2: rich display of `Document` and `DocumentArray` | Document:
- `doc.display_schema()` to display the Document's schema
- `doc.display()` to display the Document instance
- key, value (including type and shape)
- maybe display shorter id: `2184b5 ...` instead of `2184b53f977f566d72f72a6e706edb00 `
- if eg. list of 200 elements is part of the Document, don't s... | closed | 2023-01-17T10:35:46Z | 2023-01-25T13:23:50Z | https://github.com/docarray/docarray/issues/1025 | [] | anna-charlotte | 0 |
huggingface/diffusers | pytorch | 11,134 | Implement caching on LTX and WAN video models | `CacheConfig` is used to enable **FasterCache** and **PyramidAttentionBroadcast**
CacheConfig is present in Hunyuan, Mochi, Latte, Allegro, Cog transformer modules
but its not present in WAN or LTX transformer modules:
- `WanTransformer3DModel`
- `LTXVideoTransformer3DModel`
ask is to enable caching functionality... | open | 2025-03-21T17:48:50Z | 2025-03-21T17:48:50Z | https://github.com/huggingface/diffusers/issues/11134 | [] | vladmandic | 0 |
huggingface/datasets | deep-learning | 7,220 | Custom features not compatible with special encoding/decoding logic | ### Describe the bug
It is possible to register custom features using datasets.features.features.register_feature (https://github.com/huggingface/datasets/pull/6727)
However such features are not compatible with Features.encode_example/decode_example if they require special encoding / decoding logic because encod... | open | 2024-10-11T19:20:11Z | 2024-11-08T15:10:58Z | https://github.com/huggingface/datasets/issues/7220 | [] | alex-hh | 2 |
autokey/autokey | automation | 4 | Error while installation | When I use command
`pip install autokey-py3`
It fails with message:
```
pip install autokey-py3
Downloading/unpacking autokey-py3
Downloading autokey-py3-0.93.2.tar.gz (130kB): 130kB downloaded
Running setup.py (path:/tmp/pip_build_root/autokey-py3/setup.py) egg_info for package autokey-py3
Traceback (most re... | closed | 2014-12-06T18:34:34Z | 2014-12-06T21:31:45Z | https://github.com/autokey/autokey/issues/4 | [] | dvdvdmt | 1 |
RobertCraigie/prisma-client-py | asyncio | 258 | Improve partial model generation API for dynamic creation | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
A user on the Prisma Python discord showcased their partial model generator which is highly dynamic and makes use of internal features, we should improve support for this so that no internal features h... | open | 2022-01-31T17:42:40Z | 2022-02-01T18:19:45Z | https://github.com/RobertCraigie/prisma-client-py/issues/258 | [
"kind/improvement",
"level/advanced",
"priority/medium"
] | RobertCraigie | 0 |
dgtlmoon/changedetection.io | web-scraping | 1,887 | [feature] Filter URLs that have errors | Be able to show listing only with URLs having errors.
It would be useful to debug and fix URLs that are having some error. At present it is taking a lot of time scrolling and finding URLs that have errors. We have a URL list that has over 5000 URLs.
Or alternatively, a button to recheck all URLs that have errors. | closed | 2023-10-23T12:05:32Z | 2023-10-23T15:55:53Z | https://github.com/dgtlmoon/changedetection.io/issues/1887 | [
"enhancement"
] | jgupta | 1 |
mwaskom/seaborn | matplotlib | 3,104 | stripplot edgecolor ignored | The `stripplot` function is ignoring my `edgecolor` choice. I'm using the Jupyter extension in VS Code, which defaults to the dark matplotlib style. Maybe that has something to do with it? An example is below, using seaborn 0.12.1
```
import seaborn as sns
tips = sns.load_dataset('tips')
sns.stripplot(
dat... | closed | 2022-10-21T18:48:45Z | 2022-10-25T02:36:13Z | https://github.com/mwaskom/seaborn/issues/3104 | [
"mod:distributions",
"ux"
] | markmbaum | 4 |
deepinsight/insightface | pytorch | 2,656 | insightface.app的get函数返回空列表 | open | 2024-09-29T10:31:46Z | 2024-10-25T14:27:52Z | https://github.com/deepinsight/insightface/issues/2656 | [] | Qiuhao-Wu | 3 | |
OpenInterpreter/open-interpreter | python | 813 | 命令interpreter运行GTP4无法运行 | ### Describe the bug
C:\Users\16121\Desktop\open-interpreter-env_vars>interpreter
▌ Model set to gpt-4-1106-preview
Open Interpreter will require approval before running code.
Use interpreter -y to bypass this.
Press CTRL-C to exit.
> interpreter -y
Give Feedback / Get Help: https://github.com/BerriA... | closed | 2023-12-04T07:24:38Z | 2023-12-04T15:30:49Z | https://github.com/OpenInterpreter/open-interpreter/issues/813 | [
"Bug"
] | af6464 | 0 |
fastapi-users/fastapi-users | fastapi | 1,229 | Missing type information when dependencies are specified using AsyncIterator | ## Describe the bug
The type information for classes such as AuthenticationBackend causes mypy errors when using a dependency whose return type is AsyncIterator rather than AsyncGenerator.
## To Reproduce
Consider a dependency:
```python
async def get_redis_strategy(
config: t.Annotated[Config, config_d... | closed | 2023-06-16T17:54:09Z | 2023-06-23T08:38:31Z | https://github.com/fastapi-users/fastapi-users/issues/1229 | [
"enhancement",
"good first issue"
] | jameswilliams1 | 2 |
marimo-team/marimo | data-visualization | 3,302 | Autocomplete does not find suggestions in polars namespaces | ### Describe the bug
When using polars the marimo autocomplete is unable to find any suggestions for names that are within namespaces. For example, here is what the autocomplete shows for the `dt` namespace.

Here is what VS Cod... | open | 2024-12-27T21:03:15Z | 2025-01-03T10:17:17Z | https://github.com/marimo-team/marimo/issues/3302 | [
"bug",
"upstream"
] | kjgoodrick | 3 |
databricks/spark-sklearn | scikit-learn | 59 | AttributeError: 'function' object has no attribute '_input_kwargs' | I am using python 2.7, spark-2.2.0 with hadoop2.7 and sklearn 0.19.
I get the following error:
Traceback (most recent call last):
File "test.py", line 19, in <module>
km = KeyedEstimator(sklearnEstimator=LinearRegression(), yCol="y").fit(df)
File "C:\spark-2.2.0-bin-hadoop2.7\python\pyspark\\_\_init\_\_.py... | closed | 2017-08-22T14:26:54Z | 2018-12-09T21:56:41Z | https://github.com/databricks/spark-sklearn/issues/59 | [] | sounakban | 1 |
ScottfreeLLC/AlphaPy | pandas | 28 | AttributeError: type object 'DataFrame' has no attribute 'from_items' | Winbash python3.7 running mflow:
Traceback (most recent call last):
File "/home/freefall/.local/bin/mflow", line 8, in <module>
sys.exit(main())
File "/home/d/.local/lib/python3.7/site-packages/alphapy/market_flow.py", line 430, in main
model = market_pipeline(model, market_specs)
File "/home/d/.l... | closed | 2020-03-01T02:59:07Z | 2020-03-03T01:57:19Z | https://github.com/ScottfreeLLC/AlphaPy/issues/28 | [] | thegamecat | 2 |
awesto/django-shop | django | 697 | Ordering is ignored for product.images.all() | Expected behavior: `product.images.all()` should be ordered based on the `order` column defined in the m2m-through model.
Actual behavior: No ordering is applied by default.
`ProductImage` model which is a m2m-through model between `Product` and `Image` has `order` column defined, but that column is not used when... | open | 2017-12-28T11:45:01Z | 2021-01-04T13:52:43Z | https://github.com/awesto/django-shop/issues/697 | [
"bug"
] | sniku | 2 |
InstaPy/InstaPy | automation | 5,885 | not sure whats going on |
## Expected Behavior
thought the code would execute
## Current Behavior
Traceback (most recent call last):
File "C:\Users\Dakot\AppData\Local\Programs\Python\Python39\Lib\site-packages\quickstart.py", line 13, in <module>
session = InstaPy(username='Dakota_cardone', password='dakota')
File "C:\Users\Da... | closed | 2020-11-12T03:22:27Z | 2020-11-12T04:30:13Z | https://github.com/InstaPy/InstaPy/issues/5885 | [] | VoidNebula13 | 0 |
waditu/tushare | pandas | 906 | 停复牌数据不准确 | 002506.SZ在20140429到20150812期间都是停牌的,停复牌数据没有体现出来
000950.SZ在20170426到20180828期间都是停牌的,停复牌数据没有体现出来
目前获取到的停复牌信息数据(suspend接口)有点奇怪,有些有resume_date,有些没有,让人觉得比较困惑,能否调整一下,有两种方案:1、所有停复牌区间都记suspend_date和resume_date,没有resume_date说明依旧处于停牌中;2、针对每个停牌日,都记录一条数据,不记录resume_date。十分感谢。 | closed | 2019-01-24T08:18:21Z | 2019-01-24T14:48:29Z | https://github.com/waditu/tushare/issues/906 | [] | wangyaochong | 1 |
lexiforest/curl_cffi | web-scraping | 181 | Support `base_url` when initializing sessions |
**Describe alternatives you've considered**]
https://www.python-httpx.org/advanced/#other-client-only-configuration-options
| closed | 2023-12-18T05:18:26Z | 2024-03-27T16:09:53Z | https://github.com/lexiforest/curl_cffi/issues/181 | [
"enhancement",
"good first issue"
] | T-256 | 2 |
tinyfish-io/agentql | web-scraping | 108 | Recommended deployment pipeline for self-hosting | At the moment it appears the REST API / cloud service is limited to scraping single pages (doesn't handle pagination, cookies etc.).
Given this, what is the team's recommended deployment pipeline for self-hosting?
FastAPI + AgentQL + Playwright Stealth seems like a good combination.
Are there any recommended ... | open | 2024-12-20T17:30:29Z | 2025-01-27T09:51:34Z | https://github.com/tinyfish-io/agentql/issues/108 | [] | Ches-ctrl | 1 |
neuml/txtai | nlp | 750 | Translation: AttributeError: 'ModelInfo' object has no attribute 'modelId' | Translation stopped working for me and I'm not sure what changed.
```python
from txtai.pipeline import Translation
# Create and run pipeline
translate = Translation()
translate("This is a test translation into Spanish", "es")
```
```
------------------------------------------------------------------------... | closed | 2024-07-22T17:03:29Z | 2024-07-23T08:59:12Z | https://github.com/neuml/txtai/issues/750 | [
"bug"
] | adieyal | 5 |
piskvorky/gensim | machine-learning | 2,735 | Word2vec: loss tally maxes at 134217728.0 due to float32 limited-precision |
<!--
**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... | open | 2020-01-26T13:28:16Z | 2023-09-28T19:12:03Z | https://github.com/piskvorky/gensim/issues/2735 | [
"bug",
"difficulty medium"
] | tsaastam | 24 |
albumentations-team/albumentations | machine-learning | 2,104 | [Add transform] Add RandomPlasmaContrast | https://kornia.readthedocs.io/en/latest/augmentation.module.html#kornia.augmentation.RandomPlasmaContrast | closed | 2024-11-08T15:56:44Z | 2024-11-18T03:57:20Z | https://github.com/albumentations-team/albumentations/issues/2104 | [
"enhancement"
] | ternaus | 1 |
babysor/MockingBird | pytorch | 837 | 新版本模型训练问题与解决方法 | 新版本主目录里没有synthesizer_train.py,查找了一下发现...\control\cli里面有synthesizer_train.py文件,但是运行称缺一个models的依赖,pip安装models提示需要base依赖,遂安装base,提示gbk编码器错误,按照网上教程为base的setup.py第21行指定编码器为utf-8依旧报错,遂放弃使用命令行进行训练,改用web中自带的模型训练功能进行训练,正常,然后关闭,再启动命令行训练,即可正常使用。 | open | 2023-02-24T03:36:31Z | 2023-05-16T03:08:38Z | https://github.com/babysor/MockingBird/issues/837 | [] | YIZXIY | 1 |
PrefectHQ/prefect | automation | 17,127 | Improve UX for flow with parameterised schedules | ### Describe the current behavior
Prefect 3.2 added the option to specify parameters in the schedule but it's hard to see in the UI which schedule a flow run belongs to. See:

Currently, the only way to see on the flows page wha... | open | 2025-02-13T09:10:38Z | 2025-02-19T17:18:10Z | https://github.com/PrefectHQ/prefect/issues/17127 | [
"enhancement"
] | mvdb-enspi | 1 |
lepture/authlib | flask | 176 | Decoding a JWS token with ES256 doesn't work | **Describe the bug**
Hi!
I'm trying to implement an OAuth2 server with authlib and I found a bug in the library with ES256. I was trying to decode a JWS token signed with ES256 but the library has raised an exception.
The generation of a JWT with ES256 works, but not the decoding.
Here it's the small piece of c... | closed | 2019-12-30T09:39:09Z | 2020-02-11T11:00:10Z | https://github.com/lepture/authlib/issues/176 | [
"bug"
] | fenix01 | 5 |
mitmproxy/pdoc | api | 296 | Error when parsing reStructuredText when its located in between sections | #### Problem Description
Error when parsing reStructuredText when its located in between sections as it detects it as if it is part of the section
#### Code:
```py
def testing():
"""This is a test docstring.
Parameters
----------
testing_param: str
Some parameter.
.. warn... | closed | 2021-08-21T13:26:52Z | 2021-08-22T18:06:35Z | https://github.com/mitmproxy/pdoc/issues/296 | [
"wontfix"
] | davfsa | 3 |
Josh-XT/AGiXT | automation | 1,380 | Add Commands to Convert Markdown to docx, xlsx, and pdf | We need to add commands to AGiXT that allow users to convert markdown files into docx, xlsx, and pdf formats. This feature will be useful for generating reports, documentation, and other formatted outputs directly from markdown content. The commands should handle the conversion process efficiently and support customiza... | closed | 2025-01-20T18:05:10Z | 2025-03-16T21:43:55Z | https://github.com/Josh-XT/AGiXT/issues/1380 | [
"20K Bounty"
] | Josh-XT | 1 |
sinaptik-ai/pandas-ai | data-science | 1,360 | Unable to analyze the DataFrame when it contains data in list format. | ### System Info
OS version: MacOS Sonoma
Python version: 3.12.5
The current version of `pandasai` being used: 2.2.14
### 🐛 Describe the bug
I tried using pandasai `Agent` to analyze my data in DataFrame format, but I found that if the DataFrame contains data in list format, the analysis fails, and there are no er... | closed | 2024-09-08T06:30:09Z | 2024-12-15T16:08:08Z | https://github.com/sinaptik-ai/pandas-ai/issues/1360 | [
"bug"
] | ReeveWu | 1 |
postmanlabs/httpbin | api | 334 | Random sub-domains no longer open the website | Up until yesterday, any random sub-domain would open the website, i.e. https://dsaf.httpbin.org/ would open the same page as https://httpbin.org/ (not redirected), just like https://eu.httpbin.org/ still does now.
Since yesterday, it gives a "This site can’t be reached" error (DNS_PROBE_FINISHED_NXDOMAIN) for a random... | closed | 2017-03-17T09:03:39Z | 2018-04-26T17:51:12Z | https://github.com/postmanlabs/httpbin/issues/334 | [] | macroshadow | 2 |
rougier/numpy-100 | numpy | 163 | An alternative solution for Q.82 | > 82. Compute a matrix rank (★★★)
> hint: np.linalg.svd
>
> \# Author: Stefan van der Walt
>
> Z = np.random.uniform(0,1,(10,10))
> U, S, V = np.linalg.svd(Z) # Singular Value Decomposition
> rank = np.sum(S > 1e-10)
> print(rank)
>
`numpy.linalg.matrix_rank` [Doc](https://numpy.org/doc/stable/reference/... | open | 2021-12-11T13:50:23Z | 2021-12-15T18:31:13Z | https://github.com/rougier/numpy-100/issues/163 | [] | iamyifan | 3 |
pallets-eco/flask-sqlalchemy | flask | 739 | create_engine() missing 1 required positional argument: 'engine_opts | I'm trying to use `db.create_engine` to connect to a second database in a view. My app was working yesterday, but after I tried it on a new machine with a fresh virtualenv, it's no longer working. I think this is due to the changes in #684.
```python
x = 'postgres://*****'
engine = db.create_engine(x)
```
```... | closed | 2019-05-19T19:26:53Z | 2020-12-05T20:21:51Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/739 | [] | jjRick | 5 |
healthchecks/healthchecks | django | 310 | Bug: Deprecated function call breaking `manage.py collectstatic --noinput` | It seems like django deprecated `admin_static` which is causing the following exception when running `manage.py collectstatic --noinput` command.
Is there a way to resolve this exception??
[Some posts suggest](https://stackoverflow.com/questions/59148185/django-error-cannot-import-name-removedindjango30warning) ... | closed | 2019-12-03T16:41:29Z | 2019-12-05T15:55:29Z | https://github.com/healthchecks/healthchecks/issues/310 | [] | gganeshan | 13 |
deezer/spleeter | tensorflow | 564 | How get output as bytes or assign to variable from Python API | <!-- Please respect the title [Discussion] tag. -->
How to get the output as bytes or assign to a variable from Python API | open | 2021-01-22T08:35:56Z | 2022-02-15T04:28:31Z | https://github.com/deezer/spleeter/issues/564 | [
"question"
] | pranavansp | 1 |
seleniumbase/SeleniumBase | pytest | 3,381 | uc_gui_click_captcha fails to click cloudflare checkbox | Hello, I encountered the same problem as a guy in this issue https://github.com/seleniumbase/SeleniumBase/issues/3345
, I tried to update to the latest version, unfortunately it did not help me, my project is quite large, unfortunately, in what format would it be more convenient for you if I provided it to you? I also... | closed | 2025-01-01T17:01:38Z | 2025-01-01T18:35:17Z | https://github.com/seleniumbase/SeleniumBase/issues/3381 | [
"invalid usage",
"can't reproduce",
"UC Mode / CDP Mode"
] | mkuchuman | 6 |
eriklindernoren/ML-From-Scratch | deep-learning | 111 | No module named 'mlfromscratch.utils.loss_functions' | Traceback (most recent call last):
File "C:\G\ML-From-Scratch\mlfromscratch\examples\gradient_boosting_regressor.py", line 9, in <module>
from mlfromscratch.utils.loss_functions import SquareLoss
ModuleNotFoundError: No module named 'mlfromscratch.utils.loss_functions' | open | 2024-11-20T08:51:03Z | 2024-11-20T08:51:03Z | https://github.com/eriklindernoren/ML-From-Scratch/issues/111 | [] | LeiYangGH | 0 |
PokeAPI/pokeapi | graphql | 693 | Honey tree encounters | In Generation IV, diamond pearl and platinum, you can encounter certain Pokemon only through honey trees: https://bulbapedia.bulbagarden.net/wiki/Honey_Tree
The API currently does not include these encounters, so burmy and wormadam have no encounters in the game they were introduced in. Munchlax is also listed as im... | open | 2022-02-19T19:37:14Z | 2022-02-19T19:37:14Z | https://github.com/PokeAPI/pokeapi/issues/693 | [] | Hyreon | 0 |
3b1b/manim | python | 1,683 | DEBUG The error could be: `Undefined control sequence.` tex_file_writing.py:94 | ### Describe the error
<!-- A clear and concise description of what you want to make. -->
Unable to render `LaTex` file. And prior to this issue, the problem was [this](https://github.com/3b1b/manim/issues/1661), but I manged to installed the `texlive-full` on my ubuntu 20.04. and still unable to render tex
### Co... | closed | 2021-11-17T16:05:43Z | 2021-11-18T17:50:00Z | https://github.com/3b1b/manim/issues/1683 | [] | gxshao | 2 |
Skyvern-AI/skyvern | automation | 1,753 | Can I change AI Mode to others,such deepseek R1 | Find only can configure open ai api key, could we change to other LLM model, such as Deepseek R1? | closed | 2025-02-10T06:31:10Z | 2025-02-10T12:17:11Z | https://github.com/Skyvern-AI/skyvern/issues/1753 | [] | zhenzhen-wang | 1 |
NVIDIA/pix2pixHD | computer-vision | 95 | Strange patterns in the output image | In some of my output images, there are strange patterns occurred like the pics below:



- [ ] IDL
- [ ] MATLAB
- [ ] DS9 | open | 2020-10-20T04:45:33Z | 2023-04-12T23:36:30Z | https://github.com/1313e/CMasher/issues/26 | [
"documentation",
"help wanted"
] | manodeep | 6 |
flasgger/flasgger | rest-api | 257 | Unable to load inline defintions. |
`assets with pagination.
---
tags:
- asset
parameters:
- name: authorization
in: header
description: Please add the authentication token to here.
required: true
type: string
- name: search
in: query
description: This value will be searched in the product number, product de... | open | 2018-11-07T06:40:18Z | 2018-11-07T06:44:43Z | https://github.com/flasgger/flasgger/issues/257 | [] | ghost | 0 |
erdewit/ib_insync | asyncio | 665 | cancelMktDepth causes errors | I'm getting errors calling cancelMktDepth. Looks like it clears domBids and domAsks right away [1], but IB server keeps sending the level2 updates for a while, and when the decoder decodes them it tries to access domBids and domAsks, which have been cleared, causing an error. Below is a small example demonstrating ... | closed | 2023-11-29T22:20:36Z | 2023-12-01T14:23:07Z | https://github.com/erdewit/ib_insync/issues/665 | [] | nealeyoung | 4 |
jupyterhub/repo2docker | jupyter | 971 | Detect default branch instead of assuming master (at least for GitHub repos) | <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Proposed change
<!-- Use this section to describe the feature you'd like to be added. -->
GitHub (at least) now supports setting your default branch to somethin... | closed | 2020-10-16T10:43:14Z | 2020-10-22T08:44:31Z | https://github.com/jupyterhub/repo2docker/issues/971 | [
"needs: discussion"
] | sgibson91 | 1 |
iterative/dvc | data-science | 9,899 | exp show: unexpected error - 'checkpoint_tip' when using -A option | # Bug Report
<!--
## Issue name
Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug.
Example: `repro: doesn't detect input changes`
-->
## Description
<!--
A clear and con... | closed | 2023-08-31T22:45:42Z | 2023-09-06T05:58:54Z | https://github.com/iterative/dvc/issues/9899 | [
"bug",
"A: experiments"
] | aschuh-hf | 6 |
krish-adi/barfi | streamlit | 32 | I want to improve barfi but i need help | Hi krish !
I'm huge fan of barfi and i want to build a projet with it but for this i need new functionnalities that i want to add but i don't really know javascript i'm profficient in python and i'm already building a script to create easily schemas with code.
I need help on how to open and modify the graphic part... | closed | 2024-05-13T19:32:38Z | 2025-01-16T16:08:27Z | https://github.com/krish-adi/barfi/issues/32 | [
"help wanted"
] | Silectio | 4 |
SYSTRAN/faster-whisper | deep-learning | 206 | requests.exceptions.ConnectionError | requests.exceptions.ConnectionError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/guillaumekln/faster-whisper-large-v2/revision/main (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0e915670a0>: Failed to establish a new connection: [Er... | closed | 2023-05-07T13:33:27Z | 2023-05-08T07:54:16Z | https://github.com/SYSTRAN/faster-whisper/issues/206 | [] | wwfcnu | 4 |
vimalloc/flask-jwt-extended | flask | 505 | Direct call to decorator (jwt_required) | jwt_required(func(arg))
Previously, in version 3.x, it was called and used as above.
A TypeError occurred in version 4.4.4.
->
Traceback (most recent call last):
File "/Users/user/PycharmProjects/flaskTestProject/venv/lib/python3.8/site-packages/flask/app.py", line 2525, in wsgi_app
response = self.full_... | closed | 2022-12-21T02:30:47Z | 2022-12-23T01:59:57Z | https://github.com/vimalloc/flask-jwt-extended/issues/505 | [] | 0coolcard0 | 2 |
remsky/Kokoro-FastAPI | fastapi | 38 | Bake Models into Docker images | Baked models in to improve stability, deployment | closed | 2025-01-13T06:21:44Z | 2025-01-13T06:21:45Z | https://github.com/remsky/Kokoro-FastAPI/issues/38 | [] | remsky | 0 |
rthalley/dnspython | asyncio | 446 | crash in dnssec with gmp-6.2.0 during initialization | This one liner:
- - -
import dns.rdtypes.ANY.DNSKEY
- - -
gives:
```
(dskm_p37) [root@hermes /usr/local/src]# python test.py
Fatal Python error: Illegal instruction
Current thread 0x0000000800a24000 (most recent call first):
File "/usr/local/py_venv/dskm_p37/lib/python3.7/site-packages/Crypto/Math/_Intege... | closed | 2020-04-03T14:13:25Z | 2020-05-04T12:11:13Z | https://github.com/rthalley/dnspython/issues/446 | [] | mc3 | 4 |
psf/requests | python | 6,051 | HTTP/3 / QUIC? | Hi,
is it planned to wrap around QUIC in the future?
| closed | 2022-01-28T01:17:34Z | 2022-04-28T05:17:28Z | https://github.com/psf/requests/issues/6051 | [] | ksaadDE | 1 |
onnx/onnx | deep-learning | 6,365 | codeformatter / linter for yaml files? | # Ask a Question
### Question
Do we have a codeformatter / linter for yaml files? | open | 2024-09-14T16:20:23Z | 2024-09-16T16:29:41Z | https://github.com/onnx/onnx/issues/6365 | [
"question"
] | andife | 4 |
tqdm/tqdm | jupyter | 968 | "Notebook validation failed" for "tqdm.notebook.tqdm" output | When using `from tqdm.notebook import tqdm` in jupyter, the jupyter server complains `Notebook validation failed` on output cells containing a progressbar.
* tqdm.__version__: 4.45.0
* sys.__version__ : 3.7.6 (default, Jan 28 2020, 14:26:04) [GCC 5.4.0 20160609]
* sys.platform: linux (particularly Ubuntu 16.04)
*... | open | 2020-05-12T11:36:15Z | 2020-05-12T12:50:23Z | https://github.com/tqdm/tqdm/issues/968 | [
"invalid ⛔",
"need-feedback 📢",
"p2-bug-warning ⚠",
"submodule-notebook 📓"
] | prhbrt | 2 |
ultralytics/yolov5 | deep-learning | 13,098 | low precision | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
i am using yolov5 on mydataset which is panoramic dental xrays. the goal is to det... | closed | 2024-06-17T19:29:02Z | 2024-10-20T19:48:04Z | https://github.com/ultralytics/yolov5/issues/13098 | [
"question"
] | mamdouhhz | 1 |
statsmodels/statsmodels | data-science | 8,982 | Allow `sm.OLS` to work with `Float64` values | When working with `Float64` values form `pandas`, `sm.OLS` raises an error
`ValueError: Pandas data cast to numpy dtype of object. Check input data with np.asarray(data).`
Example
```
impor pandas as pd
import statsmodels.api as sm
x = pd.Series([1,2,3,4]).astype('Float64')
y = pd.Series([1,2,3,4]).astype(... | open | 2023-08-22T15:15:32Z | 2023-08-22T15:37:26Z | https://github.com/statsmodels/statsmodels/issues/8982 | [] | marcdelabarrera | 1 |
Ehco1996/django-sspanel | django | 548 | 给clash pro添加tun模式配置(主要针对Windows clash用户) | ## Feature Request
**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
NO
**Describe the feature you'd like:**
<!-- A clear and concise description of what you want to happen. -->
给clash pro添加tun... | closed | 2021-07-01T07:38:08Z | 2021-07-02T01:57:02Z | https://github.com/Ehco1996/django-sspanel/issues/548 | [] | Gkirito | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.