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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
gradio-app/gradio | data-visualization | 10,337 | Regarding support for multiple webcams | - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
I encountered the `image.no_webcam_support` issue when trying out examples provided in the documentation during my recent project using Gradio. After reviewing some previously reporte... | closed | 2025-01-12T07:58:07Z | 2025-02-03T19:54:27Z | https://github.com/gradio-app/gradio/issues/10337 | [
"pending clarification"
] | Anonyame | 8 |
roboflow/supervision | machine-learning | 1,383 | [LabelAnnotator, RichLabelAnnotator, VertexLabelAnnotator] - add smart label positioning | ### Description
Overlapping labels are a common issue, especially in crowded scenes. Let's add an optional smart label positioning feature to the [`LabelAnnotator`](https://supervision.roboflow.com/develop/detection/annotators/#supervision.annotators.core.LabelAnnotator), [`RichLabelAnnotator`](https://supervision.r... | open | 2024-07-19T12:25:58Z | 2024-11-22T18:32:31Z | https://github.com/roboflow/supervision/issues/1383 | [
"enhancement",
"api:annotator",
"hacktoberfest"
] | SkalskiP | 20 |
facebookresearch/fairseq | pytorch | 4,812 | Does TokenBlockDataset has max blocks limits | ## 🐛 Bug
Hi, I found that when using TokenBlockDataset and for a fixed-len dataset, if tokens_per_sample is setted too small and thus the blocks num is huge, the programme failed directly. How can I solve this problem? | open | 2022-10-19T08:02:44Z | 2022-10-19T08:02:44Z | https://github.com/facebookresearch/fairseq/issues/4812 | [
"bug",
"needs triage"
] | zhangmiaosen2000 | 0 |
jschneier/django-storages | django | 1,099 | Adding a Custom Storage backend for Supabase | Hey,
Thanks for creating this project! I am currently maintaining(as part of a team) the [python client library](https://github.com/supabase-community/supabase-py) for [Supabase](https://supabase.com/) which is (loosely speaking) an Open Source Firebase. One of the components of Supabase is Supabase Storage which is... | closed | 2021-12-25T11:00:14Z | 2024-04-25T03:38:20Z | https://github.com/jschneier/django-storages/issues/1099 | [] | J0 | 10 |
biolab/orange3 | data-visualization | 6,519 | New version of cython was released, installation does not work with it | On 17 Jul Cython 3.0 was released. Orange can not be installed from source with it.
In long term, we should fix it. For now, I changed the installer to require older Cython (#6518). | closed | 2023-07-20T12:09:12Z | 2023-07-24T12:55:38Z | https://github.com/biolab/orange3/issues/6519 | [
"bug"
] | markotoplak | 0 |
sktime/pytorch-forecasting | pandas | 1,279 | Time_idx is global or relative? | Suppose we have a dataset with 1000 different "group_ids" but each of them has a different start date (the "oldest" one is for example 01/2001 and the "newest" is 01/2020). The prediction length is 60.
The question is: "Time_idx" refers to the _global_ initial date (therefore time_idx = 0 for those examples with star... | open | 2023-03-27T10:36:28Z | 2023-03-28T04:26:41Z | https://github.com/sktime/pytorch-forecasting/issues/1279 | [] | GianNuzzarello | 1 |
apify/crawlee-python | web-scraping | 781 | Flaky `test_final_statistics` in `BasicCrawler` tests on Windows | ```
FAILED tests/unit/basic_crawler/test_basic_crawler.py::test_final_statistics - assert datetime.timedelta(0) > datetime.timedelta(0)
+ where datetime.timedelta(0) = FinalStatistics(requests_finished=45, requests_failed=5, retry_histogram=[25, 16, 9], request_avg_failed_duration=datetime.timedelta(0), request_avg... | closed | 2024-12-04T14:32:39Z | 2024-12-10T20:49:07Z | https://github.com/apify/crawlee-python/issues/781 | [
"bug",
"t-tooling",
"debt"
] | janbuchar | 0 |
pennersr/django-allauth | django | 3,183 | Login Provider Google | how do i login without new page like this

this is my login page
 and not slapdash.
I ran almost exactly the same commands as chubukov:
```
python -m venv slap_env
slap_env... | closed | 2020-10-07T16:23:18Z | 2020-12-21T10:33:47Z | https://github.com/ned2/slapdash/issues/33 | [] | jeremyfox36 | 2 |
arogozhnikov/einops | numpy | 41 | CI failing for mxnet zeros like | closed | 2020-05-05T19:55:00Z | 2020-05-10T06:23:42Z | https://github.com/arogozhnikov/einops/issues/41 | [] | arogozhnikov | 2 | |
OpenBB-finance/OpenBB | python | 6,857 | Unlocking Finance for All: Spreading the Word with OpenBB 🚀 | ### What side quest or challenge are you solving?
I'm tackling the No-Code Side Quest for OpenBB Finance! My challenge is to create engaging Twitter threads to spread the word about this amazing AI-powered financial research tool. Helping to grow awareness and build a community around #OpenBB while making finance acc... | closed | 2024-10-24T05:19:09Z | 2024-10-24T05:37:39Z | https://github.com/OpenBB-finance/OpenBB/issues/6857 | [] | SNIDGHA | 0 |
home-assistant/core | asyncio | 140,521 | LaCrosse Rain Sensor not updating | ### The problem
Last several months, LaCrosse View is not showing "Rain" total. If I expand to the graph, the data is there, but does not show on the total. When I go to the LaCrosse website, the data shows correctly with the total Rain.
[source] | ### Description
Using
`vAxes = cartopy.mpl.geoaxes.GeoAxes(projection=ccrs.Mercator())`
throws `KeyError`:
```
File "/usr/lib64/python3.10/site-packages/cartopy/mpl/geoaxes.py", line 410, in __init__
self.projection = kwargs.pop('map_projection')
KeyError: 'map_projection'
```
Note that the following _do... | closed | 2022-01-03T21:14:49Z | 2022-08-23T19:05:21Z | https://github.com/SciTools/cartopy/issues/1979 | [] | hklaufus | 2 |
voxel51/fiftyone | data-science | 5,454 | ServiceListenTimeout | ### Describe the problem
I am using fiftyone to download open-images-v7 to also fine tune a YOLO model. Fiftyone installs/import fine, but when I download and load the images I'm getting an error message fiftyone.core.service.ServiceListenTimeout: fiftyone.core.service.DatabaseService failed to bind to port. NOTE: I'm... | open | 2025-01-31T18:17:21Z | 2025-02-12T15:24:23Z | https://github.com/voxel51/fiftyone/issues/5454 | [
"bug"
] | scottschmidl | 8 |
ageitgey/face_recognition | machine-learning | 708 | face_recognition errors ! | * face_recognition version: (1.2.3)
* Python version: ( 3.7 )
cmake ( 2.8.3)
opencv ( 3.4.4 )
dlib ( 19.16.0 )
conda ( 4.5.11 )
numpy (1.15.1)
scipy (1.1.0)
pillow (5.2.0)
face recognition models (0.3.0)
scikit-learn (0.19.2)
scikit-image (0.14.0)
* Operating System: ubuntu ( linux ) using virtualbox
he... | closed | 2018-12-23T23:49:55Z | 2024-05-15T13:28:39Z | https://github.com/ageitgey/face_recognition/issues/708 | [] | rshgithub | 0 |
dunossauro/fastapi-do-zero | pydantic | 120 | Alterar testes que fazem asserts em constantes para usar HTTPStatus | Exemplo:
```python
assert response.status_code == 200
```
Por:
```python
assert response.status_code == HTTPStatus.OK
```
Isso deve afetar todas as aulas e todos os códigos fontes. Essa é a uma alteração necessária para usar o Ruff com o linter do pytest.
Referência: https://docs.python.org/3/libra... | closed | 2024-04-01T18:43:28Z | 2024-04-17T08:40:43Z | https://github.com/dunossauro/fastapi-do-zero/issues/120 | [] | dunossauro | 0 |
ufoym/deepo | jupyter | 17 | matplotlib.pyplot error when importing: ImportError: No module named '_tkinter', please install the python3-tk package | It looks like there is some package missing (python3-tk?), which prevents from normal usage of `matplotlib.pyplot`. Is there any workaround for this issue? Thanks!
```
Python 3.6.3 (default, Oct 6 2017, 08:44:35)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information... | closed | 2018-01-07T12:28:57Z | 2018-09-04T06:55:29Z | https://github.com/ufoym/deepo/issues/17 | [] | lucasrodes | 5 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 411 | [BUG] got error while parsing tiktok video | ***Platform where the error occurred?***
as the title mentioned, it encounters the promble while get tiktok video, I have replace the cookie in the config file: Douyin_TikTok_Download_API/crawlers/tiktok/web/config.yaml
Such as: Douyin/TikTok
/api/hybrid/video_data?url=https://www.tiktok.com/t/XXXXX/
***The en... | closed | 2024-05-27T01:52:34Z | 2024-06-14T08:23:14Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/411 | [
"BUG",
"enhancement"
] | jackleibest | 1 |
nolar/kopf | asyncio | 392 | [PR] Treat client timeouts during watches similarly to other http errors | > <a href="https://github.com/jscaltreto"><img align="left" height="50" src="https://avatars2.githubusercontent.com/u/1229755?v=4"></a> A pull request by [jscaltreto](https://github.com/jscaltreto) at _2020-08-14 18:18:34+00:00_
> Original URL: https://github.com/zalando-incubator/kopf/pull/392
>
## What... | closed | 2020-08-18T20:05:27Z | 2020-09-09T21:18:43Z | https://github.com/nolar/kopf/issues/392 | [
"archive"
] | kopf-archiver[bot] | 4 |
KaiyangZhou/deep-person-reid | computer-vision | 481 | 无语了model zoo里ibn和ain测试的时候非要一个用余弦距离一个用欧氏距离,有毛病哦 | open | 2021-12-29T09:01:44Z | 2024-08-08T11:39:05Z | https://github.com/KaiyangZhou/deep-person-reid/issues/481 | [] | ZJX-CV | 1 | |
aio-libs-abandoned/aioredis-py | asyncio | 865 | 'ERR Protocol error: invalid multibulk length' when deleting | Hi, I'm the maintainer of aiocache and got an issue open related to the maximum amount of keys that can be deleted: https://github.com/aio-libs/aiocache/issues/525
This is something that could be handled in aiocache code but was wondering if it would make sense to fix it in aioredis side as it would be worth to hide... | open | 2020-12-09T09:30:08Z | 2021-03-19T00:11:15Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/865 | [
"need investigation"
] | argaen | 5 |
keras-team/keras | machine-learning | 20,818 | I coldnt find pool_function in library | Hi, i am studying about pooling layers and i want to create a new custom pooling layer with different from available ones (avg,max ...). Firstly i review keras developer guides for making new layers then i find tensorflow/tensorflow/python/keras/layers/**pooling.py** on [github](https://github.com/tensorflow/tensorflow... | open | 2025-01-27T21:14:33Z | 2025-03-18T09:19:48Z | https://github.com/keras-team/keras/issues/20818 | [
"type:support",
"stat:awaiting response from contributor"
] | azizyucelen | 4 |
awesto/django-shop | django | 392 | Documentation on how to add to an existing Django-CMS setup? | Perhaps I am just being slow, however try as I may I cannot find any description of how to add this to an existing Django-CMS project, which I would have thought would be a common situation?
I suspect ti is not particularly difficult, however it seems an odd oversight unless there are issues in using such a path?
| open | 2016-08-09T18:12:11Z | 2016-10-25T12:27:33Z | https://github.com/awesto/django-shop/issues/392 | [
"feature request",
"accepted",
"documentation"
] | stuartaw | 2 |
xonsh/xonsh | data-science | 4,657 | Issues with gitstatus in prompt | So I have this prompt as configured by `xonfig web`:
```
$PROMPT = '{BOLD_INTENSE_RED}➜ {CYAN}{cwd_base} {gitstatus}{RESET} '
```
It has two issues.
First, every shell that's not in a git directory has a double space, as it's implemented as "space gitstatus space":
:
File "<stdin>", line 1, in <module>
File "/root/allennlp/allennlp/modules/token_embedders/pr... | open | 2021-10-27T14:37:16Z | 2021-10-29T23:08:08Z | https://github.com/allenai/allennlp/issues/5450 | [
"Contributions welcome",
"Feature request"
] | HOZHENWAI | 1 |
ExpDev07/coronavirus-tracker-api | rest-api | 209 | Argentina data not update | Good job and thank you for share this
i have a mini dashboard for calculate ratios and variabilities but the data not update today
in Argentina yesterday there were 117 and actually there are 0
thanks!
--
| closed | 2020-03-26T23:34:53Z | 2020-04-18T18:25:44Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/209 | [
"question",
"source: jhu"
] | Pato2777 | 3 |
LibrePhotos/librephotos | django | 708 | New Librephoto Docker setup -- unable to scan photo when login as User (admin sees photos) | I am using Docker compose via Windows to start Librephoto
- Admin assigned to **/data** and able to see all the pictures stored in this directory (as expected)
- I created _"user1"_ and only assigned access to **/data/user1** folder
>>> Logged in Admin --> I can see all the photos in /data/user1/photos_dir
>>> ... | closed | 2022-12-26T19:42:45Z | 2023-01-02T15:55:40Z | https://github.com/LibrePhotos/librephotos/issues/708 | [
"bug"
] | adangster1 | 1 |
opengeos/leafmap | plotly | 920 | `add_geojson` from local path unable to transform CRS correctly | ### Environment Information
- leafmap version: 0.38.5
- Python version: 3.10.12
- Operating System: Ubuntu 20.04.6 LTS
### Description
I was working with a GeoJSON file in UTM projection Zone 43 (EPSG:32643). I kept it in EPSG:32643 and not in EPSG:4326 because I wanted to create a K km buffer around t... | closed | 2024-10-16T10:48:58Z | 2024-10-17T13:14:03Z | https://github.com/opengeos/leafmap/issues/920 | [
"bug"
] | patel-zeel | 5 |
cvat-ai/cvat | computer-vision | 9,216 | Restore from large backup (43GB) fails | ### Actions before raising this issue
- [x] I searched the existing issues and did not find anything similar.
- [x] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
Backedup a large project (43GB) from an erlier version of CVAT and tried to restore it to another instance
### Expected Be... | closed | 2025-03-15T12:12:51Z | 2025-03-17T19:08:20Z | https://github.com/cvat-ai/cvat/issues/9216 | [] | skoroneos | 1 |
open-mmlab/mmdetection | pytorch | 11,807 | Bounding Box Thickness | Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help.
3. The bug has not been fixed in the latest v... | open | 2024-06-20T21:31:31Z | 2024-06-22T20:01:25Z | https://github.com/open-mmlab/mmdetection/issues/11807 | [] | ZeeRizvee | 1 |
SciTools/cartopy | matplotlib | 1,755 | ax.clabel returns unexpected 'NoneType' | ### Issue
`ax.clabel()` returns unexpected `'NoneType'`
#### Code to reproduce
Matplotlib example
```
import matplotlib
import numpy as np
import matplotlib.cm as cm
import matplotlib.pyplot as plt
delta = 0.025
x = np.arange(-3.0, 3.0, delta)
y = np.arange(-2.0, 2.0, delta)
X, Y = np.meshgrid(x, y)... | closed | 2021-03-25T23:29:09Z | 2021-04-27T13:04:36Z | https://github.com/SciTools/cartopy/issues/1755 | [] | friedrichknuth | 2 |
AntonOsika/gpt-engineer | python | 1,046 | WSL2 gpte File List bad Behavior | ## Expected Behavior
WSL2 `gpte` uses existing `.gitignore`, then gives opportunity to select and deselect files, save, and close.
Else use existing `file_selection.toml`.
Else use existing `.gitignore`.
Else don't overwrite existing files!
Else don't overwrite existing read-only files!
## Current Behavior
... | closed | 2024-03-04T21:23:19Z | 2024-03-21T02:36:36Z | https://github.com/AntonOsika/gpt-engineer/issues/1046 | [
"invalid"
] | oldgithubman | 15 |
numba/numba | numpy | 9,178 | stack should support list as input | <!--
Thanks for opening an issue! To help the Numba team handle your information
efficiently, please first ensure that there is no other issue present that
already describes the issue you have
(search at https://github.com/numba/numba/issues?&q=is%3Aissue).
-->
## Reporting a bug
<!--
Before submittin... | open | 2023-09-04T01:57:50Z | 2023-09-04T07:19:22Z | https://github.com/numba/numba/issues/9178 | [
"feature_request",
"numpy"
] | 46319943 | 1 |
jwkvam/bowtie | plotly | 251 | flask dance compatibility | easily work with https://github.com/singingwolfboy/flask-dance | open | 2018-10-13T21:15:55Z | 2018-10-13T21:15:55Z | https://github.com/jwkvam/bowtie/issues/251 | [
"enhancement"
] | jwkvam | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,530 | Can not load SqlAlchemy Metadata pickle file if contains enum from abstract model | ### Describe the bug
This is a follow up to https://github.com/sqlalchemy/sqlalchemy/discussions/11360 and https://github.com/sqlalchemy/sqlalchemy/issues/11365
While in 2.0.31 you can successfully dump the pickle file, I find that you can not load it in a fresh Python process. I think my steps to reproduce are o... | closed | 2024-06-24T18:11:36Z | 2024-06-25T12:31:16Z | https://github.com/sqlalchemy/sqlalchemy/issues/11530 | [
"bug",
"events",
"near-term release"
] | notatallshaw-gts | 4 |
gradio-app/gradio | deep-learning | 10,414 | Gradio Error | ### Describe the bug
I encountered the following error when executing code. My environment is python=3.11, gradio_client==1.6.0. Here's my code:
from gradio_client import Client
client = Client("https://iic-anydoor-online.ms.show/", hf_token='aa')
job = client.predict(
"https://raw.githubusercontent.com/gradio-ap... | closed | 2025-01-23T08:58:50Z | 2025-01-24T22:42:54Z | https://github.com/gradio-app/gradio/issues/10414 | [
"bug",
"needs repro"
] | w1131680660 | 2 |
tqdm/tqdm | jupyter | 1,318 | add configuration to turn off progress bars | - [ ] I have marked all applicable categories:
+ [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
+ [x] new feature request
- [x] I have visited the [source website], and in particular
rea... | closed | 2022-04-14T05:52:27Z | 2024-05-21T20:51:02Z | https://github.com/tqdm/tqdm/issues/1318 | [
"p3-enhancement 🔥",
"to-merge ↰",
"c3-small 🕒"
] | antonysouthworth-halter | 7 |
quokkaproject/quokka | flask | 367 | Populate method role return None when the argument is a Role object. | When the method role is called with an Role instance the role is not found in the list and
it returns None.
...
raise ValidationError(message, errors=errors)
mongoengine.errors.ValidationError: ValidationError (User:None) (A ReferenceField only accepts DBRef or documents: ['roles'])
| closed | 2016-07-14T18:40:25Z | 2016-07-15T14:24:27Z | https://github.com/quokkaproject/quokka/issues/367 | [] | ramiroluz | 1 |
marcomusy/vedo | numpy | 900 | Function intersect_with takes very large amounts of memory (several GigaBytes) | When I call this function it takes amounts of memory that quickly amount to several Gigabytes and the computer ends up freezing/crashing.
Notes:
This doesn't always happen.
Changing the value of tolerance may solve the problem for a particular pair meshes but may not work for another pair of meshes.
The problem c... | open | 2023-07-18T14:13:06Z | 2023-07-18T14:48:51Z | https://github.com/marcomusy/vedo/issues/900 | [] | goncalo-pt | 1 |
Lightning-AI/pytorch-lightning | deep-learning | 19,964 | Documentation: writing custom samplers compatible with multi GPU training | ### 📚 Documentation
Hi,
I'm trying to run distributed training with a custom sampler for the first time. The idea is rather simple (fixed budget for each class) and works fine in single GPU. When moving to multi GPU, unsurprisingly I get an error message, which tells me that I should subclass `BatchSampler`.
```
... | open | 2024-06-10T12:46:47Z | 2024-06-25T20:30:43Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19964 | [
"help wanted",
"docs"
] | fteufel | 0 |
kizniche/Mycodo | automation | 549 | Issue May Only Affect Me... | ## Mycodo Issue Report:
- Specific Mycodo Version: 6.4.4
#### Problem Description
Please list:
mycodo.service & mycodoflask.service do not start successfully because smbus is not present on my distribution.
I have had no success in finding the source to build smbus for my system, but I have remedied this by i... | closed | 2018-10-16T05:06:14Z | 2018-10-17T00:14:27Z | https://github.com/kizniche/Mycodo/issues/549 | [] | not5 | 6 |
Asabeneh/30-Days-Of-Python | flask | 310 | Nice work | You've helped me a lot in learning .py | closed | 2022-10-07T18:43:16Z | 2023-01-17T19:42:51Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/310 | [] | HackEzra | 0 |
giotto-ai/giotto-tda | scikit-learn | 174 | Raise test coverage above 90% for giotto/diagrams/_metrics.py | Current test coverage from pytest is 79% | closed | 2020-01-17T10:30:35Z | 2020-01-17T13:15:20Z | https://github.com/giotto-ai/giotto-tda/issues/174 | [
"enhancement",
"good first issue"
] | lewtun | 2 |
itamarst/eliot | numpy | 21 | `with startTask()` doesn't make clear that the action ends when you leave context block | The version with explicit types is perhaps clearer, but still could be more explicit about what's going on.
| closed | 2014-04-15T15:08:48Z | 2019-05-09T18:17:14Z | https://github.com/itamarst/eliot/issues/21 | [] | itamarst | 2 |
microsoft/unilm | nlp | 1,070 | Issue with performing distributed inference | I tried to fork the layoutlmv2 model using kserve workers adding the OMP library variables but it leads to deadlock. Intresting fact is it works well without OMP library variables but gives really high inference time.
Is there a resolution to utilize layoutlmv2 with multithreading and forking
sharing the values u... | open | 2023-04-19T07:11:22Z | 2023-04-19T07:11:22Z | https://github.com/microsoft/unilm/issues/1070 | [] | Agarwal-Saurabh | 0 |
DistrictDataLabs/yellowbrick | scikit-learn | 1,127 | Add .gitattributes to control line ending whitespace | Add a `.gitattributes` file to set per-repository defaults for line endings. This is in response to @lwgray's issue with whitespace changes when he moved to a windows machine. Depending on how `git` is configured it may checkout files with a `\r\n` (Windows) line ending rather than a `\n` line ending as on OS X and Lin... | closed | 2020-11-01T12:11:33Z | 2021-07-12T16:25:53Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1127 | [
"type: task"
] | bbengfort | 0 |
influxdata/influxdb-client-python | jupyter | 460 | OOM problem when writing large Pandas Dataframe to InfluxDB |
__Steps to reproduce:__
Creating any type of large Pandas Dataframe (with 10M+ records) and use the `write_api.write()` method with the `record` parameter being the dataframe.
__Expected behavior:__
The write should be successful.
__Actual behavior:__
Process is killed by system due to OOM, as confir... | closed | 2022-06-22T18:42:49Z | 2022-06-24T06:58:13Z | https://github.com/influxdata/influxdb-client-python/issues/460 | [
"wontfix"
] | stevel408 | 3 |
computationalmodelling/nbval | pytest | 129 | Incompatible with coverage 5.0 | It seems like `nbval` does not work with the just released coverage 5.0 package: https://travis-ci.org/qucontrol/krotov/jobs/625049383 | closed | 2019-12-14T18:45:06Z | 2020-02-12T12:06:17Z | https://github.com/computationalmodelling/nbval/issues/129 | [] | goerz | 14 |
seleniumbase/SeleniumBase | web-scraping | 3,125 | UC incorrectly assumes it has failed CF turnstile captcha | These two checks are not correct for cloudflare:
https://github.com/seleniumbase/SeleniumBase/blob/6a057913b4971591b2ffdce51331c3d447cf391f/seleniumbase/core/browser_launcher.py#L992
https://github.com/seleniumbase/SeleniumBase/blob/6a057913b4971591b2ffdce51331c3d447cf391f/seleniumbase/core/browser_launcher.py#L1... | closed | 2024-09-12T14:10:51Z | 2024-09-12T17:23:54Z | https://github.com/seleniumbase/SeleniumBase/issues/3125 | [
"bug",
"UC Mode / CDP Mode"
] | Jovvik | 6 |
plotly/dash | jupyter | 2,398 | [BUG] PAGE_REGISTRY is global, making it impossible to have multiple dash apps with `use_pages` | **Describe your context**
```
dash 2.7.1
dash-bootstrap-components 1.3.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
```
**Describe the bug**
We are trying to create a flask application with multiple dash apps and utilizing `use_pages`.... | closed | 2023-01-25T14:52:54Z | 2023-01-30T11:41:02Z | https://github.com/plotly/dash/issues/2398 | [] | C0DK | 3 |
ipython/ipython | jupyter | 13,862 | iPython stores references to traceback object creating memory leaks on unhandled exception (reopen of #13103) | The issue is beating jupyter users over and over again. Last time (#13103) it was closed as the code example was incomplete.
Normally when exception isn't handled interactive python stores it along with it traceback in sys module. This can be large as traceback stores every local objects that was on frames when the ... | open | 2022-12-09T15:49:12Z | 2022-12-09T16:08:38Z | https://github.com/ipython/ipython/issues/13862 | [] | PiotrCzapla | 3 |
suitenumerique/docs | django | 221 | ⚗️ Test with ngnix index | ## Bug Report
Next.js router has a problem when we access dynamic url, we do a trick with the ngnix to make it works but it creates some 404 requests.
Try to see if redirecting everything to the index to use the dynamic router could fix this issue.
## See
https://github.com/numerique-gouv/impress/blob/fix/web... | open | 2024-09-03T09:14:36Z | 2024-09-03T09:14:36Z | https://github.com/suitenumerique/docs/issues/221 | [
"bug",
"frontend"
] | AntoLC | 0 |
ansible/ansible | python | 84,355 | Copy module, content, and variable interpolation | ### Summary
I am writing several simple tasks to enforce settings in Linux (RHEL 9-compatible). I've provided example tasks using the copy module and content. The content is at least partially provided using a variable, as is typically used in Ansible playbooks.
However, I see in the [documentation](https://docs.... | closed | 2024-11-20T21:02:41Z | 2024-12-17T14:00:06Z | https://github.com/ansible/ansible/issues/84355 | [
"module",
"bug",
"affects_2.14"
] | mikeweinberg | 5 |
ipython/ipython | data-science | 14,492 | Jupyer in VScode using unwritable folder for .ipython | ```
Failed to start the Kernel.
OSError: [Errno 122] Disk quota exceeded: '/specific/a/home/cc/students/cs/amitlevy/.ipython'.
```
Jupyter is trying to create the .ipython folder in my home directory on the server I've connected to, which is unwritable. I do have writable folders, and have tried changing all the... | open | 2024-08-03T09:50:53Z | 2024-08-04T20:45:37Z | https://github.com/ipython/ipython/issues/14492 | [] | amitlevy | 1 |
PaddlePaddle/ERNIE | nlp | 127 | ERNIE:CPU版跑ChnSentiCorp报Windows not support stack backtrace yet. | 开始是内存不足,调整batch_size为2后,内存应该是能满足(实际8G)。但是后面又报错了。
运行环境是win10,CPU,内存8G,paddlepaddle 1.4.1。
---
Theoretical memory usage in training: 3420.067 - 3582.927 MB
warm validate or test
Load pretraining parameters from MODEL_PATH/params.
ParallelExecutor is deprecated. Please use CompiledProgram and Executor. CompiledProgr... | closed | 2019-05-06T12:43:53Z | 2020-05-28T11:52:43Z | https://github.com/PaddlePaddle/ERNIE/issues/127 | [
"wontfix"
] | shenlan211314 | 4 |
Significant-Gravitas/AutoGPT | python | 8,962 | Marketplace - Change this header so it's the same style as "Featured Agents" | ### Describe your issue.
Change it to the "large-Poppins" style.. as per this typography sheet. [https://www.figma.com/design/aw299myQfhiXPa4nWkXXOT/agpt-template?node-id=7-47&t=axoLiZIIUXifeRWU-1](url)
Style name: large-poppins
font: poppins
size: 18px
line-height: 28px

I'm trying to load the model but m getting below error, could you please help.
File "C:\Users\vsolanki\AppData\Local\Programs\Python\Python36\lib\site-... | closed | 2019-04-22T05:22:15Z | 2019-04-22T09:39:34Z | https://github.com/deeppavlov/DeepPavlov/issues/811 | [] | Pem14604 | 1 |
marshmallow-code/flask-smorest | rest-api | 314 | It is recommended to add a favicon to the HTML template | It is recommended to add a favicon to the HTML template | closed | 2022-01-10T10:00:41Z | 2022-05-13T08:21:54Z | https://github.com/marshmallow-code/flask-smorest/issues/314 | [] | sbigtree | 1 |
fastapi/fastapi | fastapi | 12,055 | Why can't the key of the returned value start with “_sa”? | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
```
import uvicorn
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def root():
return {"_sa": "Hello World", "status": "OK"}
if __name__ == '__main__':
uvicorn.run(app, ho... | closed | 2024-08-21T23:42:20Z | 2024-08-22T13:54:53Z | https://github.com/fastapi/fastapi/issues/12055 | [] | leafotto | 2 |
ivy-llc/ivy | tensorflow | 28,311 | ivy.conj | **Why should this be implemented?**
- 3+ of the native frameworks have this function
- it's needed for a complex/long frontend function implementation
**Links to native framework implementations**
- [Jax](https://jax.readthedocs.io/en/latest/_autosummary/jax.lax.conj.html)
- [PyTorch](https://pytorch.org/docs/st... | closed | 2024-02-17T17:12:36Z | 2024-03-20T03:56:41Z | https://github.com/ivy-llc/ivy/issues/28311 | [
"Next Release",
"Suggestion",
"Ivy API Experimental",
"Useful Issue"
] | ZenithFlux | 3 |
ray-project/ray | python | 51,102 | [Doc][Dashboard] Add Documentation about TPU Logs | ### Description
Tracking issue to add documentation about libtpu logs written to `/tmp/tpu_logs` and how they're exposed on the Ray dashboard.
### Link
Related PR: https://github.com/ray-project/ray/pull/47737
The documentation should be added to the general TPU docs (https://docs.ray.io/en/latest/cluster/kubernete... | open | 2025-03-05T19:19:12Z | 2025-03-06T00:07:53Z | https://github.com/ray-project/ray/issues/51102 | [
"docs",
"core",
"core-hardware"
] | ryanaoleary | 0 |
tflearn/tflearn | tensorflow | 1,056 | About examples/images/alexnet.py | in AlexNet ,
the order of the first and second layers is ( conv——LRN——maxPool )
but in your code
`network = input_data(shape=[None, 227, 227, 3])`
`network = conv_2d(network, 96, 11, strides=4, activation='relu')`
`network = max_pool_2d(network, 3, strides=2)`
`network = local_response_normalization(network)`... | open | 2018-05-25T06:43:09Z | 2018-05-25T07:05:23Z | https://github.com/tflearn/tflearn/issues/1056 | [] | SmokerX | 1 |
scikit-image/scikit-image | computer-vision | 6,812 | `measure.regionprops` assumes input is a numpy array | ### Description:
`skimage.measure.regionprops` appears to assume the input is a numpy array, and directly accesses the dtype attribute.
Instead it should coercing its input to one with `numpy.asarray`
This was observed on the interface with Julia & Python at https://github.com/cjdoris/PythonCall.jl/issues/280
... | closed | 2023-03-10T17:19:31Z | 2023-10-27T15:40:36Z | https://github.com/scikit-image/scikit-image/issues/6812 | [
":speech_balloon: Discussion",
":pray: Feature request",
":cry: Won't fix",
":sleeping: Dormant"
] | IanButterworth | 10 |
aiortc/aiortc | asyncio | 1,171 | FPS check | How to check fps from stream using only python? Is there any examples or somth?
| closed | 2024-10-08T11:23:02Z | 2025-01-29T11:54:22Z | https://github.com/aiortc/aiortc/issues/1171 | [] | Greazy | 2 |
explosion/spaCy | deep-learning | 13,380 | The word transitions to the wrong prototype | 
| closed | 2024-03-15T15:17:19Z | 2024-03-19T09:28:33Z | https://github.com/explosion/spaCy/issues/13380 | [
"feat / lemmatizer",
"perf / accuracy"
] | github123666 | 1 |
yt-dlp/yt-dlp | python | 11,984 | Some URLs Unable to parse how many pages there are in total | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### 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 instruc... | closed | 2025-01-03T07:32:14Z | 2025-01-05T23:25:05Z | https://github.com/yt-dlp/yt-dlp/issues/11984 | [
"incomplete",
"NSFW"
] | andylews | 1 |
biolab/orange3 | pandas | 6,761 | Error launching Orange in Anaconda: cannot import name 'astype_nansafe' from 'pandas | Trying to launch Orange from Anaconda, receive this error;
```
Traceback (most recent call last):
File "/home/will/anaconda3/bin/orange-canvas", line 7, in
from Orange.canvas.__main__ import main
File "/home/will/anaconda3/lib/python3.11/site-packages/Orange/__init__.py", line 4, in
from Orange import data
F... | closed | 2024-03-16T01:11:46Z | 2024-03-16T12:40:34Z | https://github.com/biolab/orange3/issues/6761 | [
"bug report"
] | skyemoor | 2 |
marcomusy/vedo | numpy | 315 | Using show() with multiple renderers | I have a plotter initialized as:
```python
vp1 = vedo.Plotter(shape=(3,5), axes=0)
```
I've added meshes and spheres to these and they display fine. Now, I have a loop where I'm updating the positions of these spheres. At the end of the update, I want to redraw all the renderers. If I try:
```python
vp1.sho... | closed | 2021-02-15T00:19:00Z | 2021-05-05T09:34:37Z | https://github.com/marcomusy/vedo/issues/315 | [] | medakk | 8 |
sczhou/CodeFormer | pytorch | 129 | 求助,第三个命令报错 |
C:\Users\tl小站\CodeFormer>python basicsr/setup.py develop
Traceback (most recent call last):
File "D:\rjanz\lib\site-packages\numpy\core\__init__.py", line 23, in <module>
from . import multiarray
File "D:\rjanz\lib\site-packages\numpy\core\multiarray.py", line 10, in <module>
from . import overrides
... | open | 2023-01-31T17:11:43Z | 2023-02-01T07:48:50Z | https://github.com/sczhou/CodeFormer/issues/129 | [] | ice5920 | 1 |
postmanlabs/httpbin | api | 538 | bug: HttpBin no longer accepts headers containing underscore character | HttpBin no longer accepts headers containing underscore character
```
curl -i http://httpbin.org/headers -H 'My_header: foo'
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/json
Date: Mon, 25 Feb 2019 10:49:40 GMT
Server: nginx
Content-Length: 1... | open | 2019-02-25T10:51:37Z | 2019-02-25T16:33:25Z | https://github.com/postmanlabs/httpbin/issues/538 | [] | asoorm | 1 |
davidteather/TikTok-Api | api | 647 | Add a function that automatically retrieves the verifyFp parameter | Thank you very much for your project. It would be a great experience for me to add a function to automatically retrieve the verifyFp parameter, since verifyFp can expire, resulting in captcha or error during the crawl | closed | 2021-07-29T09:14:38Z | 2022-02-14T02:59:52Z | https://github.com/davidteather/TikTok-Api/issues/647 | [
"feature_request"
] | wangzsPalpitate | 6 |
ydataai/ydata-profiling | pandas | 912 | Cant install pandas | Just installed python for the first time today. I keep getting this error when trying to install panda

What should I do? | open | 2022-01-24T21:59:02Z | 2022-09-25T12:50:14Z | https://github.com/ydataai/ydata-profiling/issues/912 | [
"information requested ❔",
"dependencies 🔗"
] | anajulialuizon | 4 |
Asabeneh/30-Days-Of-Python | flask | 340 | Typo error | Hi, I am not an expert but while doing with debug option the loop
``count = 0
while count < 5:
if count == 3:
continue
print(count)
count = count + 1``
on day 10 the explanation says : "The above while loop only prints 0, 1, 2 and 4 (skips 3)." but after continue statement, count always be ... | closed | 2023-01-10T21:32:02Z | 2023-01-12T21:40:42Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/340 | [] | jonitich | 2 |
huggingface/datasets | pytorch | 7,097 | Some of DownloadConfig's properties are always being overridden in load.py | ### Describe the bug
The `extract_compressed_file` and `force_extract` properties of DownloadConfig are always being set to True in the function `dataset_module_factory` in the `load.py` file. This behavior is very annoying because data extracted will just be ignored the next time the dataset is loaded.
See this im... | open | 2024-08-09T18:26:37Z | 2024-08-09T18:26:37Z | https://github.com/huggingface/datasets/issues/7097 | [] | ductai199x | 0 |
encode/databases | asyncio | 275 | TypeError for mysql backend when cursor.description is None | I'm using databases with mysql backend and sometimes it raises TypeError when using `fetch_all()`
```
File "/env/lib/python3.8/site-packages/databases/core.py", line 140, in fetch_all
return await connection.fetch_all(query, values)
File "/env/lib/python3.8/site-packages/databases/core.py", line 239, in fe... | closed | 2020-12-14T11:28:31Z | 2022-05-01T13:28:46Z | https://github.com/encode/databases/issues/275 | [] | nikita-davydov | 3 |
open-mmlab/mmdetection | pytorch | 11,636 | AssertionError: MMCV==2.1.0 is used but incompatible. Please install mmcv>=1.3.17, <=1.8.0. | 使用下列代码时
```
from mmdet.apis import init_detector, inference_detector
```
报错
```
in <module> from mmdet.apis import init_detector, inference_detector File /usr/local/Python-3.8/lib/python3.8/site-packages/mmdet/__init__.py, line 24, in <module> assert (mmcv_version >= digit_version(mmcv_minimum_version) AssertionE... | open | 2024-04-14T12:18:34Z | 2024-04-14T12:26:29Z | https://github.com/open-mmlab/mmdetection/issues/11636 | [] | zhouyizhuo | 1 |
reloadware/reloadium | pandas | 205 | When python>=3.11, error name __file__ is not defined | ## Describe the bug*
When python>=3.11, variable `__file__` is not recognized
## To Reproduce
test code:
```
import os
if __name__ == '__main__':
os.path.realpath(__file__)
```
## Expected behavior
Run through
## Screenshots
 is not reproducible across multiple runs. For example, if I download OHLC data of SPY two times, the numbers are slightly different. Ideally, the numbers should be the same.
### Simple code that reproduces your problem
Consider the following code. It downloads... | open | 2024-07-13T23:46:33Z | 2025-02-20T19:05:22Z | https://github.com/ranaroussi/yfinance/issues/1982 | [] | KamarajuKusumanchi | 6 |
miguelgrinberg/python-socketio | asyncio | 270 | confused about the port param | Hi, miguelgrinberg, thanks for your great work!
i'm confused at how to used the port in flask project. for example:
in the __init__.py, some part of the code:
from flask import Flask
from flask_socketio import SocketIO
socket_io = SocketIO()
def create_app(config=None):
app = Flask(__name__)
... | closed | 2019-03-14T09:03:46Z | 2019-06-30T15:15:08Z | https://github.com/miguelgrinberg/python-socketio/issues/270 | [
"question"
] | chendongxtu | 5 |
sherlock-project/sherlock | python | 1,461 | python3 -m pip install -r requirements.txt | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed... | closed | 2022-09-13T09:16:24Z | 2022-09-25T23:45:20Z | https://github.com/sherlock-project/sherlock/issues/1461 | [
"bug"
] | atoninlove | 1 |
HumanSignal/labelImg | deep-learning | 66 | result xml not readable by devkit | Hi, I annotated some results but are unreadable by official devkit.
I think the problem is, in the xml file spaces are used instead of tabs (or no space, because I got rid of all spaces by hand and is then readable by VOC devkit).
I wonder if you have a solution for that, thank you. | closed | 2017-03-11T20:35:37Z | 2018-05-27T18:12:30Z | https://github.com/HumanSignal/labelImg/issues/66 | [
"question"
] | nuoma | 4 |
napari/napari | numpy | 7,692 | [test-bot] pip install --pre is failing | The --pre Test workflow failed on 2025-03-12 12:19 UTC
The most recent failing test was on windows-latest py3.13 pyqt5
with commit: 6364f5c2902be6f1e28ffc2e95142e81a8a4bae2
Full run: https://github.com/napari/napari/actions/runs/13810969183
(This post will be updated if another test fails, as long as this iss... | closed | 2025-03-12T12:19:05Z | 2025-03-12T19:37:13Z | https://github.com/napari/napari/issues/7692 | [
"bug"
] | github-actions[bot] | 1 |
deezer/spleeter | tensorflow | 720 | [Bug] Docs are inconsistent with respect to install | - [x] I didn't find a similar issue already open. (I did but doesn't seem like anything has been addressed on the situation)
- [x] I read the documentation (README AND Wiki)
- [x] I have installed FFMpeg
- [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided b... | closed | 2022-01-28T21:22:41Z | 2022-01-31T18:48:46Z | https://github.com/deezer/spleeter/issues/720 | [
"bug",
"invalid"
] | mattpetters | 3 |
babysor/MockingBird | deep-learning | 289 | 分享两个训练好的synthesizer模型 | 俩模型都是用最新的代码来训练的,不需要切换回0.0.1
第一个模型synthesizer-merged_110k,是在代码支持的四个数据集(aidatatang_200zh,magicdata,aishell3,data_aishell)上联合训练的。learning rate=0.001无衰减,batch size=128,iteration=110k。
第二个模型synthesizer-zhvoice_170k,是在[zhvoice](https://github.com/fighting41love/zhvoice)这个数据集上训练的。learning rate=0.001无衰减,batch size=128,iterat... | open | 2021-12-22T14:17:42Z | 2024-01-17T14:04:50Z | https://github.com/babysor/MockingBird/issues/289 | [
"documentation",
"enhancement"
] | wrk226 | 13 |
ClimbsRocks/auto_ml | scikit-learn | 369 | Error running tutorial example | I'm trying to run the sample code provided here:
And I'm getting this error:
```
Welcome to auto_ml! We're about to go through and make sense of your data using machine learning, and give you a production-ready pipeline to get predictions with.
If you have any issues, or new feature ideas, let us know at http... | closed | 2018-01-04T16:27:28Z | 2018-02-09T01:33:37Z | https://github.com/ClimbsRocks/auto_ml/issues/369 | [] | vabatista | 1 |
explosion/spaCy | machine-learning | 13,640 | Could we release a new version of spacy-transformer? | Right now, it seems we already relaxed transformer version requirement to <4.42.0 in https://github.com/explosion/spacy-transformers/pull/418, could we release a new version v1.3.6?
cc @danieldk | open | 2024-09-27T21:46:40Z | 2024-09-27T21:46:40Z | https://github.com/explosion/spaCy/issues/13640 | [] | xingjianan | 0 |
davidteather/TikTok-Api | api | 992 | [BUG] - Cannot get exactly user likes, follows. | **Describe the bug**
The user information do not return exactly user likes, follows when the number is more than 1M.
Have anyone facing this issue? How can I fix it? Thank you
| closed | 2023-01-26T01:58:38Z | 2023-08-08T21:55:08Z | https://github.com/davidteather/TikTok-Api/issues/992 | [
"bug"
] | sinhpn92 | 2 |
yeongpin/cursor-free-vip | automation | 157 | curl: (22) The requested URL returned error: 404 | curl: (22) The requested URL returned error: 404
| closed | 2025-03-07T13:22:33Z | 2025-03-10T03:47:00Z | https://github.com/yeongpin/cursor-free-vip/issues/157 | [] | yigehaozi | 1 |
ansible/awx | django | 15,018 | Custom Login Info not showing | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-03-21T17:13:36Z | 2024-04-03T17:40:00Z | https://github.com/ansible/awx/issues/15018 | [
"type:bug",
"component:ui",
"community",
"component:ui_next"
] | straylight | 0 |
opengeos/streamlit-geospatial | streamlit | 86 | The Streamlit app can not run. | 
| closed | 2022-10-05T02:52:26Z | 2022-10-05T04:04:18Z | https://github.com/opengeos/streamlit-geospatial/issues/86 | [] | NCUEGEO42 | 0 |
scikit-image/scikit-image | computer-vision | 6,872 | Add y-shear; consider 3D shear to AffineTransform | ### Description:
See https://github.com/scikit-image/scikit-image/pull/6717#issuecomment-1496684530
### Way to reproduce:
_No response_
### Version information:
_No response_ | open | 2023-04-05T19:51:43Z | 2023-09-16T14:09:10Z | https://github.com/scikit-image/scikit-image/issues/6872 | [
":fast_forward: type: Enhancement",
":bug: Bug"
] | stefanv | 1 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 705 | A s s e r t i o n f a i l e d ! | `python K:\cloning\Real-Time-Voice-Cloning-master\Real-Time-Voice-Cloning-master\demo_toolbox.py`
A s s e r t i o n f a i l e d !
P r o g r a m : c : \ p y t h o n 3 8 \ p y t h o n . e x e
F i l e : s r c / h o s t a p i / w d m k s / p a _ w i n _ w d m k s . c , L i n e 1 0 8 1
E x p r e s s i... | closed | 2021-03-16T17:50:20Z | 2021-04-09T16:50:05Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/705 | [] | FedericoFedeFede | 3 |
pytest-dev/pytest-selenium | pytest | 75 | Possible to only create a report on failure | Hi,
Wonder if its possible to only generate a report when a test returns as a failure ?
Had a look at the docs and only see info relating too `selenium_capture_debug`
thanks
| closed | 2016-08-03T17:14:19Z | 2016-08-25T13:28:41Z | https://github.com/pytest-dev/pytest-selenium/issues/75 | [] | allankilpatrick | 1 |
Farama-Foundation/Gymnasium | api | 574 | [Proposal] Numeric is in a Box Space | ### Proposal
I think it makes sense that a single numerical value could be in a box space. For example, suppose I have space
``` python
space = Box(0, 4, (1,))
a = space.sample()[0] # This will give me a single numerical value
a in space # This will be false
```
A single number is not in a Box space. This fails ... | closed | 2023-06-28T19:36:06Z | 2023-07-27T18:50:31Z | https://github.com/Farama-Foundation/Gymnasium/issues/574 | [
"enhancement"
] | rusu24edward | 2 |
joerick/pyinstrument | django | 283 | Console renderer has much more detail than speedscope renderer | Are there different pruning settings? What can I set in the speedscope renderer to get the same level of granularity? | closed | 2023-12-05T06:14:17Z | 2023-12-11T21:21:46Z | https://github.com/joerick/pyinstrument/issues/283 | [] | MisterTea | 1 |
lepture/authlib | flask | 81 | authlib 0.9: MismatchingStateError: mismatching_state | We just discovered that our login page (using Auth0) was broken because of the latest authlib 0.9. We're using Flask 0.12.2. Reverting authlib to 0.8 solves the problem. Our requirements.txt is set to use the latest version of authlib.
The following error message was reported in our logs:
```
File "<DELETED_PATH>/... | closed | 2018-08-13T08:39:37Z | 2018-10-05T00:18:33Z | https://github.com/lepture/authlib/issues/81 | [] | roku6185 | 10 |
explosion/spaCy | deep-learning | 13,652 | No compatible packages found for v3.8.2 of spaCy | It seems like the recently pushed` 3.8.2` version has some issues downloading models.
```
python -m spacy download en_core_web_md
✘ No compatible package found for 'en-core-web-md' (spaCy v3.8.2)
```
Here's my system info.
```
C:\Users\victim\AppData\Local\Programs\Python\Python312\Lib\site-packages\spacy\util... | closed | 2024-10-04T09:35:19Z | 2024-11-04T00:03:06Z | https://github.com/explosion/spaCy/issues/13652 | [] | HydraDragonAntivirus | 1 |
SYSTRAN/faster-whisper | deep-learning | 301 | Using of Triton | Hello guys,
Do you think it is possible to optimize faster whisper with Triton ?
Thanks a lot,
AlexG. | closed | 2023-06-14T07:48:50Z | 2023-07-21T08:19:42Z | https://github.com/SYSTRAN/faster-whisper/issues/301 | [] | AlexandderGorodetski | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.