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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Tinche/aiofiles | asyncio | 72 | rmtree support | Hi,
It would be great to support recursive directory removal.
Regards | open | 2020-01-29T10:36:03Z | 2023-01-19T01:19:47Z | https://github.com/Tinche/aiofiles/issues/72 | [] | eLvErDe | 2 |
openapi-generators/openapi-python-client | fastapi | 1,120 | union types and nullables can create unnecessary class suffixes (and related problems) | **Describe the bug**
In some valid specs, the use of `anyOf`, `oneOf`, `nullable`, and/or `type` as a list, can cause generated class names to have unnecessary suffixes (and, sometimes, for spurious extra copies of classes to appear). These problems seem to all ultimately come from the behavior of `UnionProperty`.
... | open | 2024-09-12T21:48:39Z | 2024-09-17T18:53:35Z | https://github.com/openapi-generators/openapi-python-client/issues/1120 | [] | eli-bl | 0 |
Tinche/aiofiles | asyncio | 46 | Feature Request: gzip support | https://docs.python.org/3/library/gzip.html
Would be nice to have gzip support. | open | 2018-08-10T21:05:26Z | 2018-08-10T21:05:26Z | https://github.com/Tinche/aiofiles/issues/46 | [] | xNinjaKittyx | 0 |
jmcnamara/XlsxWriter | pandas | 207 | Datetime export not working correctly from pandas | Using version 0.6.5 with Pandas 0.15.2 I'm using to_excel to export some dataframes which have a datatime variable as the first column. I noticed the the exported spreadsheet values only contained daily values when I was expecting hourly values. I traced to problem to the utility.py module and the datetime_to_excel_... | closed | 2015-01-03T09:55:02Z | 2015-01-21T17:00:02Z | https://github.com/jmcnamara/XlsxWriter/issues/207 | [
"question",
"ready to close"
] | rschell | 3 |
joke2k/django-environ | django | 284 | Django improperly configured error if secret key begins with a dollar sign character | I've come across this error which only seems to occur when using the django-environ package to read a SECRET_KEY from a .env file.
My .env file (with a generated secret key using the get_random_secret_key module from django)
`SECRET_KEY=$q*eo+c&2!)u9^tpd6f=0szxt6+th!j^#z9$1mh!kyen*36($t)`
My settings.py file
... | closed | 2021-01-09T06:02:53Z | 2021-12-04T03:37:13Z | https://github.com/joke2k/django-environ/issues/284 | [
"duplicate"
] | DanielOram | 3 |
davidsandberg/facenet | tensorflow | 1,087 | why the time for encoding face embedding is so long? | I rewrite the compare.py to check the time for facenet's face embedding encoding, but to my surprise,the time is above 60ms on my Geforce RTX2070 card,I also check the time for ArcFace,it only use 10 ms; I also found when my check program was running, the GPU load report by GPU-Z is only about 25%,it was clear the GPU... | closed | 2019-09-20T07:09:10Z | 2019-09-22T11:38:41Z | https://github.com/davidsandberg/facenet/issues/1087 | [] | pango99 | 1 |
tiangolo/uvicorn-gunicorn-fastapi-docker | pydantic | 60 | Allow to pass log config to the start-reload.sh for the uvicorn | Allow to pass log config to the start-reload.sh for the uvicorn.
| closed | 2020-09-23T10:01:01Z | 2024-08-25T03:58:46Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/60 | [
"investigate"
] | ievgennaida | 1 |
Avaiga/taipy | data-visualization | 2,345 | Upgrade react to 19 | what it says on the tin | open | 2024-12-17T13:53:47Z | 2025-01-27T11:04:32Z | https://github.com/Avaiga/taipy/issues/2345 | [
"🖧 Devops",
"🟧 Priority: High",
"❌ Blocked",
"🔒 Staff only",
"GUI: Front-End",
"dependencies"
] | FredLL-Avaiga | 1 |
pydata/bottleneck | numpy | 173 | pypi page still links to http://berkeleyanalytics.com/bottleneck | It looks like you've moved bottleneck's documentation to github.io (87ae3e397ca4a78f02a530058be055728d47418d). However, the link on the [pypi](https://pypi.python.org/pypi/Bottleneck#Where) still links to http://berkeleyanalytics.com/bottleneck. Probably could use an update. | closed | 2017-10-23T22:47:32Z | 2019-11-13T05:21:50Z | https://github.com/pydata/bottleneck/issues/173 | [] | jhamman | 2 |
Lightning-AI/pytorch-lightning | machine-learning | 19,981 | [fabric.example.rl] Not support torch.float64 for MPS device | ### Bug description
I found an error when run the example `pytorch-lightning/examples/fabric/reinforcement_learning` on M2 Mac (device type=mps)
### Reproduce Error
```
reinforcement_learning git:(master) ✗ fabric run train_fabric.py
W0617 12:53:22.541000 8107367488 torch/distributed/elastic/multiprocessin... | closed | 2024-06-17T04:13:05Z | 2024-06-21T14:36:12Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19981 | [
"bug",
"example",
"ver: 2.2.x"
] | swyo | 0 |
PrefectHQ/prefect | automation | 17,040 | Image is missing | As title | open | 2025-02-07T13:00:11Z | 2025-02-08T00:30:31Z | https://github.com/PrefectHQ/prefect/issues/17040 | [] | HamiltonWang | 1 |
darrenburns/posting | automation | 190 | Is it possible to downgrade the project to support Python 3.9? | I checked the source code, and it seems like only the `|` operator and `match-case` feature are used. If we downgrade to 3.9, it would run directly on macOS, which would make it accessible to more users.
The `|` can be replaced with `typing.Union`, and `match-case` can be replaced with `if-elif`
😊 | closed | 2025-02-20T02:15:40Z | 2025-02-20T02:39:01Z | https://github.com/darrenburns/posting/issues/190 | [] | kkHAIKE | 0 |
Urinx/WeixinBot | api | 273 | 长得帅也是一种罪 | closed | 2019-10-12T02:44:35Z | 2019-11-26T05:53:00Z | https://github.com/Urinx/WeixinBot/issues/273 | [] | WangPney | 2 | |
slackapi/bolt-python | fastapi | 839 | How to get the time stamp of my block post to delete the message once the button is clicked. | python 3.11
slack bolt 1.16.2
This is probably a simple question which is why I could not find the answer but How would I use slack bolt sdk to delete an "approval" block that my bot posts. I am able to post the block and the result does return the time stamp. But how do I then pass that specific time stamp into my... | closed | 2023-02-27T21:24:53Z | 2023-02-28T14:24:36Z | https://github.com/slackapi/bolt-python/issues/839 | [
"question"
] | EricStehnach | 2 |
jpadilla/django-rest-framework-jwt | django | 428 | ObtainJSONWebToken endpoint not working for user.is_active = False | when user is not active..endpoint does not shows "User account is disabled"
???????
if all(credentials.values()):
user = authenticate(**credentials)
if user:
if not user.is_active:
msg = _('User account is disabled.')
raise seria... | closed | 2018-03-18T10:27:48Z | 2018-05-30T09:47:20Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/428 | [] | sbishnu019 | 2 |
sinaptik-ai/pandas-ai | pandas | 1,343 | Questions about the train function | Thanks for the great work.
I have several questions about the instruct train function
1. May I know that what vectorDB perform during the train? Does it act as a RAG?
2. After the train, is that anyway to save the trained model or stuff? Or it requires to call the train function for the prompt everytime?
3. For the... | closed | 2024-08-30T02:21:56Z | 2025-02-11T16:00:11Z | https://github.com/sinaptik-ai/pandas-ai/issues/1343 | [] | mrgreen3325 | 3 |
python-visualization/folium | data-visualization | 1,906 | Questions about Copilot + Open Source Software Hierarchy | Hi! My name is Chris and I'm writing a thesis on Open Source Software. I'm trying to collect/validate my data and I have two questions for the maintainers of this project.
1) Did this project receive free github copilot access on June 2022?
2) My thesis is especially focused on understanding hierarchical structures. ... | closed | 2024-03-24T16:42:36Z | 2024-05-06T14:55:02Z | https://github.com/python-visualization/folium/issues/1906 | [] | liaochris | 1 |
coqui-ai/TTS | pytorch | 2,384 | [Feature request] Easier running of tts under Windows | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest, and appreciate your support! --->
**🚀 Feature Description**
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Currently running tts under windows requires a lot of dependencies and tools p... | closed | 2023-03-05T19:15:37Z | 2024-06-13T18:37:48Z | https://github.com/coqui-ai/TTS/issues/2384 | [
"help wanted",
"wontfix",
"feature request"
] | domasofan | 16 |
sczhou/CodeFormer | pytorch | 278 | Results are different between personal computer and replicate | Hi,
I tried to install it on my personal computer but when run Image Enhancement it is not as good as I tried on https://replicate.com/sczhou/codeformer.
I have attached the results below. I found the photos processed on https://replicate.com/ have better results (red lips, blue eyes are better). Why is that, maybe I... | open | 2023-07-28T09:20:21Z | 2023-07-28T09:21:07Z | https://github.com/sczhou/CodeFormer/issues/278 | [] | hongdthaui | 0 |
jschneier/django-storages | django | 678 | Azure: The specified block list is invalid | Hi,
We're getting an error back from Azure on some uploads to block storage. I believe it happens when we're uploading large files, but I haven't been able to debug it much more. Here is the exception:
<img width="834" alt="screenshot 2019-03-04 12 46 09" src="https://user-images.githubusercontent.com/25510/53744... | open | 2019-03-04T15:46:49Z | 2019-05-10T13:57:44Z | https://github.com/jschneier/django-storages/issues/678 | [
"azure"
] | ericholscher | 0 |
WeblateOrg/weblate | django | 13,722 | Request to add Awadhi (awa) Language in Weblate for localisation of libreoffice. | ### Describe the problem
When I login in Weblate and looking for my language Awadhi (awa) it doesn't appear.
### Describe the solution you would like
You are kindly requested to add Awadhi (awa) Language in Weblate so that I can work for localisation.
### Describe alternatives you have considered
_No response_
##... | closed | 2025-01-31T03:20:57Z | 2025-02-05T09:41:04Z | https://github.com/WeblateOrg/weblate/issues/13722 | [] | awadhiworld | 5 |
Farama-Foundation/Gymnasium | api | 477 | [Bug Report] `MuJoCo/Walker2d` left foot has different friction than right foot | ### Describe the bug
Right foot has a friction coeff of 0.9
https://github.com/Farama-Foundation/Gymnasium/blob/main/gymnasium/envs/mujoco/assets/walker2d.xml#L25
left foot has a friction coeff of 1.9
https://github.com/Farama-Foundation/Gymnasium/blob/main/gymnasium/envs/mujoco/assets/walker2d.xml#L38
This is... | closed | 2023-05-02T10:32:08Z | 2023-05-10T15:45:56Z | https://github.com/Farama-Foundation/Gymnasium/issues/477 | [
"bug"
] | Kallinteris-Andreas | 7 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 450 | 关于怎么再docker替换cookie | 有2个东西不太理解!
第一是再docker里怎么去替换cookei
我看了视频,你用的是本地python,是可以直接替换!那docker里怎么弄!
还有就是这个API怎么用到脚本里面去!我是API小白所以问问! | closed | 2024-07-14T15:58:10Z | 2024-07-25T18:07:36Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/450 | [
"enhancement"
] | xilib | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 796 | How to change Iterations? | Solved!
Sorry, can not delete the Issue. | closed | 2024-05-08T20:01:56Z | 2024-05-10T20:34:46Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/796 | [] | DuVogel87 | 2 |
skypilot-org/skypilot | data-science | 4,406 | Skypilot 0.7.0 tries to start non-spot instances when requesting spot instances on Azure | I use spot instances on Azure and noticed error messages telling me that I do not have quota for non-spot instances after upgrading from 0.6.1 to 0.7.0.
Skypilot clearly tells me that I asked for a spot instance but it seems it is requesting a non-spot instance.
After downgrading back to 0.6.1 the problem was gone... | closed | 2024-11-24T20:19:18Z | 2024-12-19T09:31:33Z | https://github.com/skypilot-org/skypilot/issues/4406 | [] | petergerten | 0 |
iMerica/dj-rest-auth | rest-api | 395 | What is this ??? | https://github.com/iMerica/dj-rest-auth/blob/master/demo/demo/urls.py
Why do you gotta use re_path ^^^.
This is a warzone in urls.py.
Here, let me teach you how to write URLs.py in django
Normal way: " path('articles/2003/', views.special_case_2003),"
You call this a "demo" yet you make it so bewildering. H... | closed | 2022-04-14T17:38:57Z | 2022-04-14T21:58:33Z | https://github.com/iMerica/dj-rest-auth/issues/395 | [] | Steve-Dusty | 1 |
plotly/dash | jupyter | 2,671 | DatePickerRrange accepts start_date which is less then min_date_allowed | The following datepicker range will accept start_date although it is less then min_date_allowed.
```
dcc.DatePickerRange(
id='picker-range',
min_date_allowed=date(2023, 8, 1),
start_date=date(2023, 7, 1),
)
```
| open | 2023-10-24T08:07:02Z | 2024-08-13T19:41:45Z | https://github.com/plotly/dash/issues/2671 | [
"bug",
"P3"
] | ognjengrubac-tomtom | 1 |
falconry/falcon | api | 1,503 | feat: Support Non-standard HTTP methods | To support porting legacy APIs with non-standard HTTP method names, we should allow the ability to extend our acceptable HTTP method list. It should be documented, that this is not a preferred usage of Falcon, but it's there to support porting odd edge-cases and legacy APIs. | closed | 2019-05-05T21:40:25Z | 2019-11-03T22:20:45Z | https://github.com/falconry/falcon/issues/1503 | [
"good first issue",
"enhancement",
"needs contributor"
] | jmvrbanac | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,226 | Loss trend validation | Hello. I hope everyone are doing well. I have trained the CycleGan on set A and set B below:
A-->

B-->
 PS gpt-engineer> pip install -e .
ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: C:\Users\jiten\Desktop\Jack\Work\gpt-engineer
(A "pyproject.toml" file was fo... | closed | 2023-09-14T11:51:25Z | 2023-09-17T18:45:11Z | https://github.com/AntonOsika/gpt-engineer/issues/695 | [
"bug",
"triage"
] | bafna94 | 1 |
recommenders-team/recommenders | machine-learning | 2,015 | [BUG] sar_movielens.ipynb - top_k = model.recommend_k_items(test, top_k=TOP_K, remove_seen=True) error | ### Description
<!--- Describe your issue/bug/request in detail -->
I got error when running sar_movielens.ipynb notebooks from azure machine learning compute instance
<img width="727" alt="image" src="https://github.com/recommenders-team/recommenders/assets/110788250/4a967e56-d122-4166-b493-a608670a7e9d">
```code
... | closed | 2023-10-09T20:23:56Z | 2024-04-30T04:58:46Z | https://github.com/recommenders-team/recommenders/issues/2015 | [
"bug"
] | lordaouy | 4 |
modin-project/modin | pandas | 7,295 | unpin numexpr | Since the latest version of numexpr is 2.10.0, can it be unpinned? (pandas pins a floor but not [ceiling](https://github.com/modin-project/modin/issues/6469) for numexpr.) | closed | 2024-06-01T19:43:39Z | 2024-06-03T18:00:27Z | https://github.com/modin-project/modin/issues/7295 | [
"new feature/request 💬",
"External"
] | rootsmusic | 1 |
babysor/MockingBird | pytorch | 985 | how to solve this problem about pydantic V2? 跑代码在运行web.py时说pydantic版本不对,我使用liunx系统下跑的 | PydanticImportError: `pydantic:parse_raw_as` has been removed in V2.
For further information visit https://errors.pydantic.dev/2.6/u/import-error
PyTorch 2.1.0
Python 3.10(ubuntu22.04)
Cuda 12.1
| open | 2024-02-02T06:11:19Z | 2024-03-09T03:13:45Z | https://github.com/babysor/MockingBird/issues/985 | [] | JJJJJJX1 | 1 |
laurentS/slowapi | fastapi | 107 | @limiter.limit("1/second") not working | it worked based on minute, but not working based on second | closed | 2022-08-19T04:57:17Z | 2022-08-24T12:40:24Z | https://github.com/laurentS/slowapi/issues/107 | [] | moo611 | 5 |
gradio-app/gradio | deep-learning | 10,564 | Misplaced Chat Avatar While Thinking | ### Describe the bug
When the chatbot is thinking, the Avatar icon is misplaced. When it is actually inferencing or done inferencing, the avatar is fine.
Similar to https://github.com/gradio-app/gradio/issues/9655 I believe, but a special edge case. Also, I mostly notice the issue with rectangular images.
### Have y... | closed | 2025-02-11T18:31:28Z | 2025-03-04T21:23:07Z | https://github.com/gradio-app/gradio/issues/10564 | [
"bug",
"💬 Chatbot"
] | CarterYancey | 0 |
ultralytics/ultralytics | python | 19,745 | Export torchscript not support dynamic batch and nms | ### 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
code
```
def export(model_path='yolo11x-pose.pt', imagz=832, batch=8):
model = YOLO(model_path)
... | open | 2025-03-17T10:03:57Z | 2025-03-24T00:05:26Z | https://github.com/ultralytics/ultralytics/issues/19745 | [
"exports"
] | 631068264 | 15 |
schemathesis/schemathesis | pytest | 1,852 | [FEATURE] Filters for hooks | Continuation of #1673
Extend the hook system to allow users to specify the scope of hook functions through a decorator instead of implementing conditions inside the hook function body. This would simplify the filtering process and make it easier to use.
```python
# Filter via custom function
def select_operati... | closed | 2023-10-18T16:41:00Z | 2024-08-10T18:28:48Z | https://github.com/schemathesis/schemathesis/issues/1852 | [
"Priority: Medium",
"Type: Feature",
"Difficulty: Intermediate",
"UX: Usability",
"Component: Hooks"
] | Stranger6667 | 0 |
dynaconf/dynaconf | fastapi | 331 | [RFC] Add support for Pydantic BaseSettings | Pydantic has a schema class BaseSettings that can be integrated with Dynaconf validators. | closed | 2020-04-29T14:24:51Z | 2020-09-12T04:20:13Z | https://github.com/dynaconf/dynaconf/issues/331 | [
"Not a Bug",
"RFC"
] | rochacbruno | 2 |
plotly/dash-core-components | dash | 307 | An in-range update of prettier is breaking the build 🚨 |
## The dependency [prettier](https://github.com/prettier/prettier) was updated from `1.14.2` to `1.14.3`.
🚨 [View failing branch](https://github.com/plotly/dash-core-components/compare/master...plotly:greenkeeper%2Fprettier-1.14.3).
This version is **covered** by your **current version range** and after updating it... | closed | 2018-09-19T13:26:14Z | 2018-12-04T20:20:44Z | https://github.com/plotly/dash-core-components/issues/307 | [] | greenkeeper[bot] | 1 |
FlareSolverr/FlareSolverr | api | 1,079 | The Cloudflare 'Verify you are human' button not found on the page. | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2024-02-19T23:30:46Z | 2024-02-21T02:27:49Z | https://github.com/FlareSolverr/FlareSolverr/issues/1079 | [
"duplicate"
] | lsultana98 | 8 |
plotly/dash-cytoscape | dash | 9 | Label Text Wrapping with ellipsis leaves "..." after changing layout | When the layout is set to preset, and we set the `text-wrap` for `edge` elements to be `ellipsis`, the "..." stay visually, even when the layout is changed. Here's an example:

When we change to grid layo... | closed | 2018-08-27T17:51:06Z | 2019-03-06T21:46:36Z | https://github.com/plotly/dash-cytoscape/issues/9 | [
"bug"
] | xhluca | 2 |
kynan/nbstripout | jupyter | 55 | Piping not working on Python 3.5 | I'm trying to clean the test notebooks by using a pipe but it doesn't work on Python 3.5. I just get empty result:
```
$ cat tests/test_metadata.ipynb | nbstripout
```
Running `nbstripout tests/test_metadata.ipynb` correctly cleans the notebook inplace.
I tried with Python 2.7 and then it outputs the norm... | closed | 2017-05-08T13:58:34Z | 2017-08-08T18:49:57Z | https://github.com/kynan/nbstripout/issues/55 | [
"type:bug",
"resolution:fixed"
] | jluttine | 13 |
ranaroussi/yfinance | pandas | 1,478 | yf.download fails with pandas 2.0.0 | Pandas 2.0.0 was released today. It appears something changed in Pandas that breaks `yf.download`. I'm using:
* Python 3.11.2
* yfinance 0.2.14
* macOS 12.6.4
`yf.download` works with Pandas 1.5.3:
```
>>> import pandas as pd
>>> import yfinance as yf
>>> pd.__version__
'1.5.3'
>>> yf.__version__
'0.2.... | closed | 2023-04-03T23:56:20Z | 2023-04-14T05:38:25Z | https://github.com/ranaroussi/yfinance/issues/1478 | [] | mndavidoff | 12 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 419 | install.sh 出错 | 系统:20.04.6
网络:Google畅通
root下执行 `sudo bash install.sh`
install.sh是新下载的,运行了好几次,都是一样的问题,日志如下:
```
Updating package lists... | 正在更新软件包列表...
Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu foca... | closed | 2024-06-05T13:04:22Z | 2024-07-04T12:59:04Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/419 | [
"BUG"
] | markvlenvision | 3 |
ageitgey/face_recognition | machine-learning | 723 | Multiple results for one person (face) | * face_recognition version: 1.2.2
* Python version: 2.7
* Operating System: Mac
First of all thanks for this amazing library.
**What I need**: I want to get multiple predictions for one face with respective distances and then allow the user/admin to take a call on which is the correct image.
**What I did**: ... | closed | 2019-01-25T09:10:25Z | 2021-01-21T23:50:03Z | https://github.com/ageitgey/face_recognition/issues/723 | [] | 316karan | 3 |
Lightning-AI/pytorch-lightning | deep-learning | 19,828 | TensorBoardLogger has the wrong epoch numbers much more than the fact | ### Bug description
I used the following code to log the metrics, but I found that the epoch recorded in the tensorboard logger is much more than it should have:
def training_step(self, batch, batch_idx):
x, y = batch
y_hat = self.forward(x)
loss = torch.sqrt(self.loss_fn(y_hat,y))
... | open | 2024-04-30T17:13:10Z | 2024-05-19T06:46:33Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19828 | [
"bug",
"needs triage",
"ver: 2.1.x"
] | AlbireoBai | 2 |
coqui-ai/TTS | python | 3,335 | [Bug] Performance decay in XTTS-v2 | ### Describe the bug
I noticed a significant decrease in quality and audio similarity when using the hugging space demo for xtts v2.0.3 before that version the quality and similarly between input and output audios was miles better.
### To Reproduce
Use hugging face space to compare xtts 2.0.3 with older versi... | closed | 2023-11-29T21:19:35Z | 2023-12-06T19:40:33Z | https://github.com/coqui-ai/TTS/issues/3335 | [
"bug"
] | Lenos500 | 3 |
schemathesis/schemathesis | pytest | 2,074 | [BUG] False positive error message if the hooks file itself raises `ModuleNotFound` | closed | 2024-02-27T18:27:57Z | 2024-02-27T22:09:07Z | https://github.com/schemathesis/schemathesis/issues/2074 | [
"Type: Bug"
] | Stranger6667 | 0 | |
falconry/falcon | api | 2,024 | ASGI: iterating over `req.stream` hangs for chunked requests | When reading a streaming request without `Content-Length` (i.e., using "chunked" `Transfer-Encoding`), iterating over `req.stream` hangs in the case the request payload consists of more than one chunk.
It looks like this is caused by the receive loop implementation in `asgi/stream.py`. It only checks for the number ... | closed | 2022-02-12T19:40:56Z | 2022-02-14T05:48:08Z | https://github.com/falconry/falcon/issues/2024 | [
"bug"
] | vytas7 | 1 |
tflearn/tflearn | data-science | 912 | Transfer Learning | I'm new to this so I apologize a head of time if this is the wrong way to ask this, please correct me if it is.
I have a model that I have trained, but I have decided that I want to change the output layer. Is there a way to change the output layer without completely retraining the whole model. | open | 2017-09-23T21:48:03Z | 2017-10-22T11:10:22Z | https://github.com/tflearn/tflearn/issues/912 | [] | orrin-nay | 1 |
huggingface/datasets | pytorch | 7,070 | how set_transform affects batch size? | ### Describe the bug
I am trying to fine-tune w2v-bert for ASR task. Since my dataset is so big, I preferred to use the on-the-fly method with set_transform. So i change the preprocessing function to this:
```
def prepare_dataset(batch):
input_features = processor(batch["audio"], sampling_rate=16000).input_feat... | open | 2024-07-25T15:19:34Z | 2024-07-25T15:19:34Z | https://github.com/huggingface/datasets/issues/7070 | [] | VafaKnm | 0 |
home-assistant/core | asyncio | 140,874 | Geocaching: unable to add integration | ### The problem
After the update of HassOS from 14.2 to 15, the Geocaching integration could not be loaded. I deleted the integration and tried to add it again, however I always get an error message after putting in the credentials and allow the exchange of information.
### What version of Home Assistant Core has the... | open | 2025-03-18T14:21:29Z | 2025-03-22T19:35:52Z | https://github.com/home-assistant/core/issues/140874 | [
"integration: geocaching"
] | XalaTheShepard | 13 |
facebookresearch/fairseq | pytorch | 4,725 | kernel keeps dying on Jupiter notebook and inference is slow / no such problem if ran on gradio | I am trying out and validating translations from Bulgarian to English. The problem is that on Jupyter, the kernel keeps dying and is rather slow when translating. However, if ran on gradio, things happen very quickly.
This is the code I am using, where `article` is some article from a dataframe.
```
start_time =... | open | 2022-09-15T12:39:42Z | 2022-09-15T12:39:42Z | https://github.com/facebookresearch/fairseq/issues/4725 | [
"question",
"needs triage"
] | alexander-py | 0 |
jeffknupp/sandman2 | rest-api | 93 | README.rst contains non-ASCII characters fails installtion | ```powershell
> pip install sandman2
Collecting sandman2
Using cached https://files.pythonhosted.org/packages/34/43/65317a5a01c16d494a68b37bc21d9cbe17c3fd089b76835fdbda60f1973b/sandman2-1.2.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<st... | closed | 2019-04-02T13:50:19Z | 2019-05-29T00:19:31Z | https://github.com/jeffknupp/sandman2/issues/93 | [] | NateScarlet | 2 |
pennersr/django-allauth | django | 4,043 | settings.ACCOUNT_AUTHENTICATION_METHOD MANDATORY Phone Number with Verification | Currently when I try to set a CustomUser without username field and use USERNAME_FIELD = 'phone_number'
I cannot login to django admin because allauth's authentication backend tries to search the login user with 'username field'
setting ACCOUNT_USER_MODEL_USERNAME_FIELD = 'phone_number'
enables admin login.
Howev... | closed | 2024-08-17T19:59:33Z | 2024-08-17T20:11:53Z | https://github.com/pennersr/django-allauth/issues/4043 | [] | fatihkabakk | 0 |
zappa/Zappa | flask | 562 | [Migrated] No module named 'app': ModuleNotFoundError , slim_handler : true | Originally from: https://github.com/Miserlou/Zappa/issues/1482 by [houdinisparks](https://github.com/houdinisparks)
<!--- Provide a general summary of the issue in the Title above -->
## Context
I am trying to deploy a >100 mb flask app with slim_handler : true. Below is my file structure:
```
+-- app
| +-- r... | closed | 2021-02-20T12:22:48Z | 2024-04-13T17:09:25Z | https://github.com/zappa/Zappa/issues/562 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
howie6879/owllook | asyncio | 62 | 折腾了我一个小时,什么玩意 | https://mp.weixin.qq.com/s/0CqLiKsyDQ-pVmeo3R-UlA
这个jb安装教程,复制的代码不是换行就是多空格
安装到最后一步还完成不了 | closed | 2019-03-14T22:03:47Z | 2019-03-14T23:05:42Z | https://github.com/howie6879/owllook/issues/62 | [] | xiaodao2019 | 0 |
streamlit/streamlit | python | 9,951 | Tabs dont respond when using nested cache functions | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provided sufficient information below to help reproduce this issue.
### Summary
[:
https://github.com/django-import-export/django-import-export/blob/9839a28089575baef1ecab686ab81682751ed761/import_export/admin.py#L736
When trying to export even a moderately siz... | closed | 2024-05-01T15:14:41Z | 2024-05-14T06:26:43Z | https://github.com/django-import-export/django-import-export/issues/1806 | [
"bug"
] | bluetech | 4 |
mckinsey/vizro | pydantic | 331 | Documentation Enhancement | ### Which package?
vizro
### What's the problem this feature will solve?
It will save developers and analysts countless hours of implementing selectors. It will do this by giving a detailed gif or webp video of what each selector does with an example of that selector in use.
It does this by giving a visual re... | closed | 2024-02-25T02:32:12Z | 2024-02-28T12:01:49Z | https://github.com/mckinsey/vizro/issues/331 | [
"Feature Request :nerd_face:",
"Needs triage :mag:"
] | Rhanselman | 3 |
hankcs/HanLP | nlp | 1,849 | pip install hanlp failed |
**Describe the bug**
pip install hanlp failed
**Code to reproduce the issue**
```
pipx install hanlp
```
**Describe the current behavior**
```
Fatal error from pip prevented installation. Full pip output in file:
/home/neoe/.local/pipx/logs/cmd_2023-10-12_20.44.33_pip_errors.log
pip failed to... | closed | 2023-10-12T11:57:31Z | 2023-10-13T11:06:01Z | https://github.com/hankcs/HanLP/issues/1849 | [
"invalid"
] | neoedmund | 4 |
d2l-ai/d2l-en | machine-learning | 2,086 | Default value for "training" parameter for BatchNorm custom layer call method | ```
class BatchNorm(tf.keras.layers.Layer):
.
.
.
@tf.function
def call(self, inputs, training):
if training:
axes = list(range(len(inputs.shape) - 1))
batch_mean = tf.reduce_mean(inputs, axes, keepdims=True)
batch_variance = tf.reduce_mean(tf.math.squared_d... | closed | 2022-03-31T00:53:51Z | 2022-12-15T23:59:52Z | https://github.com/d2l-ai/d2l-en/issues/2086 | [] | gopalakrishna-r | 3 |
miguelgrinberg/microblog | flask | 191 | Edit .gitignore | Hi everyone
please add ".idea" to ".gitignore" file. | closed | 2019-11-11T13:58:39Z | 2020-04-10T14:14:08Z | https://github.com/miguelgrinberg/microblog/issues/191 | [
"question"
] | adelminayi | 7 |
strawberry-graphql/strawberry-django | graphql | 23 | Feature request: Support for Django form validation | Hey,
is there any possibility to add some support for the Django form validation by also returning the field parameters via GraphQL? What I was thinking of is something like this which takes whatever is defined in the model and passes it to the frontend so that I'd be possible to create some auto-validation based on t... | open | 2021-04-14T08:37:46Z | 2025-03-20T15:56:59Z | https://github.com/strawberry-graphql/strawberry-django/issues/23 | [] | holtergram | 3 |
explosion/spaCy | data-science | 12,310 | Unable to load model on VM, getting error 'utf-8' codec can't decode 0x86 in position 0: UnicodeDecodeError | Hello,guys
I have successfully trained the model using GPU enabled system and now I want this model to be used on my VM.
While performing ``` spacy.load("/Users/home/djnago/model-last")```
getting the error
```
/home/ubuntu/ResumeParser/rParserVenv/lib/python3.10/site-packages/spacy/util.py:877: UserWarnin... | closed | 2023-02-21T09:11:10Z | 2023-02-23T09:04:45Z | https://github.com/explosion/spaCy/issues/12310 | [
"feat / serialize"
] | Anand195 | 0 |
jonra1993/fastapi-alembic-sqlmodel-async | sqlalchemy | 92 | Where or how to obtain a database session for a task | Thanks for this amazing work!
Can you help tell me where or how to obtain a database session for a task. I saw that the initial function of CRUDBase has db param, but I didn't see initialization. Thank you very much.
| closed | 2024-01-23T14:18:28Z | 2024-01-24T09:02:27Z | https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/issues/92 | [] | dylenchang | 1 |
statsmodels/statsmodels | data-science | 9,097 | Big performance difference between statsmodels MixedLM and R lmer | Hi,
Using statsmodels version 0.14.0 I notice a big difference in performance when running the same model in R. Using statsmodels' `mixedlm`, the model takes 41 minutes to run while only 1-2 seconds using R's `lmer` package on the same machine. Why is there such a large difference in performance and is there anythin... | open | 2023-12-18T10:41:42Z | 2024-04-16T12:11:20Z | https://github.com/statsmodels/statsmodels/issues/9097 | [] | irrationalme | 1 |
dhaitz/mplcyberpunk | matplotlib | 10 | Savefig saves only background color | Is there a fix for it? I'd like to be able to save my figs in higher dpi. But for some reason it only saves as a dark rectangle of the background color. | open | 2021-11-14T18:39:18Z | 2023-06-28T10:44:43Z | https://github.com/dhaitz/mplcyberpunk/issues/10 | [] | miroslavtushev | 2 |
google-research/bert | nlp | 1,138 | Error when running run_pretraining.py (error recorded from training loop: indices[] is not in ...) | I'm trying to create my own `.ckpt.model` file by running the `run_pretraining.py file` on Google Colab using this command :
> !python run_pretraining.py \
> --bert_config_file "../bert-multi-cased/bert_config.json" \
> --input_file "../bert-model-custom/pretrain.tfrecord" \
> --output_dir "../bert-model-custom" ... | open | 2020-08-14T08:54:08Z | 2020-08-14T08:56:47Z | https://github.com/google-research/bert/issues/1138 | [] | dhimasyoga16 | 1 |
tqdm/tqdm | jupyter | 1,177 | Do an automatic stream flush before rendering a progress bar | 4.60.0 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] win32
Running Python in Spyder
While tqdm is great for the negligible effort required to have a progress bar, I've found it necessary to add a `sys.stdout.flush()` call before usage to avoid possible interleaved output. This taints the code a... | closed | 2021-06-03T11:54:35Z | 2021-07-06T06:42:14Z | https://github.com/tqdm/tqdm/issues/1177 | [
"p3-enhancement 🔥",
"to-fix ⌛",
"p2-bug-warning ⚠"
] | nickion | 8 |
mljar/mercury | data-visualization | 21 | https://github.com/ngoclinh8123/ngoclinh8123.github.io | closed | 2022-01-24T23:57:43Z | 2022-01-25T06:10:51Z | https://github.com/mljar/mercury/issues/21 | [] | Hanzie666 | 0 | |
redis/redis-om-python | pydantic | 475 | Test case `test_pagination_queries` is flaky | Two successive runs of the test suite resulted in failure and success without any changes to the code.
The first failure was caused by AssertionError in `test_pagination_queries` :
```
members = (Member(id=0, first_name='Andrew', last_name='Brookins', email='a@example.com', join_date=datetime.date(2023, 2, 11), ... | open | 2023-02-11T22:14:41Z | 2023-04-30T07:26:53Z | https://github.com/redis/redis-om-python/issues/475 | [
"maintenance"
] | marianhlavac | 0 |
clovaai/donut | computer-vision | 327 | Loading donut transformers model getting error | self.model = self.model.to(self.device)
File “/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py”, line 1145, in to
return self._apply(convert)
File “/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py”, line 797, in _apply
module._apply(fn)
File “/usr/local/lib/python3.10/dist-packages/t... | open | 2025-02-28T10:17:52Z | 2025-02-28T10:17:52Z | https://github.com/clovaai/donut/issues/327 | [] | ankitagotarne | 0 |
nalepae/pandarallel | pandas | 54 | AttributeError: 'ProgressBarsConsole' object has no attribute 'set_error' | Hi.
The progress bar may not be displayed.
```
$ pip list
tqdm 4.36.1
pandas 0.25.3
pandarallel 1.4.1
```
```
0.00% | 0 / 6164 |
0.00% | 0 / 6164... | closed | 2019-11-15T08:31:26Z | 2019-11-23T18:33:01Z | https://github.com/nalepae/pandarallel/issues/54 | [] | vaaaaanquish | 0 |
opengeos/leafmap | streamlit | 1,033 | leafmap.add_raster only recognizes some colormap names? | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.42.6
- Python version: 3.12.3
- Operating System: Ubuntu 24.04.1
### Description
leafmap seems to recognize only a (very) limited range of matplotlib colormap names.
### What I Did
```
impor... | closed | 2025-01-27T15:16:36Z | 2025-01-27T16:01:45Z | https://github.com/opengeos/leafmap/issues/1033 | [
"bug"
] | glemoine62 | 2 |
Lightning-AI/pytorch-lightning | data-science | 20,088 | Sometimes I get Dataset Errors when using the lightning module in a distributed manor | ### Bug description
I use a Lightning Datamodule. In this module I initialize (according to your
tutorials a torch dataset:
```
class CustomImageDataset(Dataset):
# Torch dataset to handle basic file operations
```
```
class DataModule(L.LightningDataModule):
# Lightning DataModule to handle dataload... | open | 2024-07-15T10:37:37Z | 2024-07-15T10:37:37Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20088 | [
"bug",
"needs triage"
] | asusdisciple | 0 |
piskvorky/gensim | nlp | 3,411 | Python11 can not install gensim, if it is possible, I wish Python11 can have the right version for gensim too | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2022-12-09T08:38:34Z | 2022-12-09T09:49:36Z | https://github.com/piskvorky/gensim/issues/3411 | [] | Victorrrrr86 | 2 |
dpgaspar/Flask-AppBuilder | rest-api | 1,417 | Cannot use custom Icon for oauth login | As described in the doc (https://flask-appbuilder.readthedocs.io/en/latest/security.html#authentication-oauth) we currently support font-awesome as provider icons for oauth login form. Many companies use custom oauth providers instead of the public ones. It will be great if one can use an external resource as the login... | closed | 2020-06-30T00:15:15Z | 2020-10-10T03:49:43Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1417 | [
"stale"
] | widewing | 1 |
OpenInterpreter/open-interpreter | python | 945 | copy code button | ### Is your feature request related to a problem? Please describe.
no
### Describe the solution you'd like
add a copy icon top right corner to generated scripts so they are easy to copy
### Describe alternatives you've considered
_No response_
### Additional context
_No response_ | open | 2024-01-18T20:36:32Z | 2024-03-20T01:17:35Z | https://github.com/OpenInterpreter/open-interpreter/issues/945 | [
"Enhancement"
] | clickclack777 | 4 |
sczhou/CodeFormer | pytorch | 293 | ImportError: cannot import name 'get_device' from 'basicsr.utils.misc' | ImportError: cannot import name 'get_device' from 'basicsr.utils.misc'

| open | 2023-08-21T03:37:54Z | 2023-08-21T03:49:18Z | https://github.com/sczhou/CodeFormer/issues/293 | [] | djwashout | 1 |
K3D-tools/K3D-jupyter | jupyter | 448 | Expose material property 'shininess' for objects | I have a use-case where I would need some meshes to appear shiny whereas others should not. Setting plot.lighting = 0 achieves the latter effect, but then all objects in the scene are affected. I believe this could be controlled individually for each object if the material shininess property, e.g. for a Surface object,... | open | 2024-01-29T20:01:34Z | 2024-07-02T13:11:49Z | https://github.com/K3D-tools/K3D-jupyter/issues/448 | [
"Next release"
] | jpomoell | 0 |
onnx/onnx | deep-learning | 6,284 | ImportError: DLL load failed while importing onnx_cpp2py_export: 动态链接库(DLL)初始化例程失败。 | # Bug Report
### Is the issue related to model conversion?
1.16.2

<img width="952" alt="onnx_bug" src="https://github.com/user-attachments/assets/4f0d6581-a62e-4fbb-931b-65eb844a7aae">
| closed | 2024-08-07T08:05:20Z | 2024-08-07T14:09:33Z | https://github.com/onnx/onnx/issues/6284 | [
"bug"
] | LHSSHL001 | 2 |
ultralytics/yolov5 | pytorch | 12,826 | How to plot confusion matrix in yolov5-cls | ### 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
Hello! I am trying to find out how to plot confusion matrix for yolov5 classification tas... | closed | 2024-03-18T22:29:51Z | 2024-10-20T19:41:43Z | https://github.com/ultralytics/yolov5/issues/12826 | [
"question"
] | vlad1mirJ | 6 |
TracecatHQ/tracecat | automation | 147 | not able to login after fresh installation of tracecat | After installing tracecat getting the below error
Unhandled Runtime Error
Error: Error creating new user

Below are the logs files from docker.
○ Compiling /_error ...
✓ Compile... | closed | 2024-05-29T09:41:53Z | 2024-05-31T18:41:40Z | https://github.com/TracecatHQ/tracecat/issues/147 | [
"duplicate"
] | kishanecosmob | 5 |
allenai/allennlp | nlp | 5,495 | Updating model for Coreference Resolution | I noticed a new SoTA on Ontonotes 5.0 Coreference task on [paperswithcode](https://paperswithcode.com/paper/word-level-coreference-resolution#code)
The author provides the model (.pt) file in [their git repo](https://github.com/vdobrovolskii/wl-coref#preparation) and claims it to be faster (since it uses RoBERTa) wh... | closed | 2021-12-06T05:26:48Z | 2022-01-06T15:57:46Z | https://github.com/allenai/allennlp/issues/5495 | [
"question"
] | aakashb95 | 2 |
developmentseed/lonboard | data-visualization | 663 | Update docs to include more community projects | open | 2024-10-02T22:41:17Z | 2024-10-03T18:47:00Z | https://github.com/developmentseed/lonboard/issues/663 | [] | kylebarron | 0 | |
deepfakes/faceswap | deep-learning | 1,237 | Apple M1: python -m pip install tensorflow-macos installs 2.9.2 | Be advised when following the M1 setup instructions, the tensorflow installation instructions at https://developer.apple.com/metal/tensorflow-plugin/ will now install 2.9.2, which will throw an error when you run `python faceswap.py gui`.
Until faceswap supports TensorFlow 2.9, the following change worked for me:
... | closed | 2022-06-15T07:33:39Z | 2022-06-18T10:18:15Z | https://github.com/deepfakes/faceswap/issues/1237 | [] | joeybarrus | 1 |
litl/backoff | asyncio | 107 | Add install section to README | Because it's a standard good practice to tell people how to install something. ;) | open | 2020-10-15T10:11:12Z | 2023-02-23T14:52:30Z | https://github.com/litl/backoff/issues/107 | [] | deeplook | 4 |
bmoscon/cryptofeed | asyncio | 138 | More bitstamp l2 data? | It looks like a different websocket address has more L2 book data than the one currently in the code. At `diff_order_book_v2.html`. It's the 'live full order book' instead of just the 'live order book'. Should we change it or set an option to use the full order book? https://www.bitstamp.net/websocket/v2/ | closed | 2019-08-09T04:49:42Z | 2019-09-01T00:23:35Z | https://github.com/bmoscon/cryptofeed/issues/138 | [] | nateGeorge | 1 |
allure-framework/allure-python | pytest | 648 | Fixture into test Class are not displayed in Allure report when used parametrize fixture | [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugi... | closed | 2022-02-03T20:16:45Z | 2023-02-06T05:47:29Z | https://github.com/allure-framework/allure-python/issues/648 | [
"theme:pytest"
] | Morena51 | 2 |
explosion/spaCy | machine-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 |
charlesq34/pointnet | tensorflow | 137 | What does the visualization look like after TNet matmul input? | Thanks for the excellent work! The authors say, "We predict an affine transformation matrix by a mini-network and directly apply this transformation to the coordinates of input points."
I'm curious what the point cloud looks like after the transformation. Is it a three-dimensional representation that a person can sti... | closed | 2018-09-28T01:53:32Z | 2018-11-16T05:30:28Z | https://github.com/charlesq34/pointnet/issues/137 | [] | kxhit | 6 |
adbar/trafilatura | web-scraping | 634 | some extraction duplicated in xml | hi,
I was setting a test site and playing with trafilatura and found a weird bug.
site URL:
`https://milkfriends.s1-tastewp.com/2024/06/27/ok-this/`
as this test site is only available for 2 days, so I also attached the simple Gutenberg block code below for you to replicate
Command:
```
html = trafilatura.... | open | 2024-06-27T09:14:44Z | 2024-07-25T11:58:46Z | https://github.com/adbar/trafilatura/issues/634 | [
"question"
] | fortyfourforty | 3 |
modoboa/modoboa | django | 3,229 | Easy Install Fails to configure nginx | Bone stock install on a brand new Debian 12 vm.
nginx config doesn't work and just a blank page is displayed instead of an admin login.
I'll try the manual install now... | closed | 2024-04-08T16:00:53Z | 2024-04-08T16:46:18Z | https://github.com/modoboa/modoboa/issues/3229 | [] | dtdionne | 1 |
ijl/orjson | numpy | 409 | why no Windows win32 (32-bit) wheels on PyPI? | https://pypi.org/project/orjson/#files only contains `win_amd64` wheels for 64-bit Python for Windows, but no `win32` wheels for the 32 bit Windows Python, which AFAIK is still the default download from Python.org.
I'd like to depend on orjson in my python app which supports both win32 and win_amd64 and was wondering ... | closed | 2023-07-28T12:09:58Z | 2023-08-06T20:13:02Z | https://github.com/ijl/orjson/issues/409 | [
"Stale"
] | anthrotype | 3 |
igorbenav/fastcrud | pydantic | 68 | FastCRUD class docs don't match signature | **Describe the bug or question**
According to the [documentation](https://igorbenav.github.io/fastcrud/api/fastcrud/), the `FastCRUD` class takes optional create, update, and delete schemas as arguments, but this doesn't make sense according to the calling signature for `FastCRUD.__init__()` and indeed it doesn't se... | closed | 2024-04-30T17:33:59Z | 2024-05-05T05:38:48Z | https://github.com/igorbenav/fastcrud/issues/68 | [
"bug",
"documentation"
] | slaarti | 9 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 326 | 抖音好像无法解析了 | 如题 | closed | 2024-02-23T12:35:45Z | 2024-03-26T03:50:42Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/326 | [
"BUG",
"enhancement"
] | Sunsh4j | 2 |
JaidedAI/EasyOCR | pytorch | 438 | How to recognize negative number? | I used this model to recognize negative number like '-264.27' with CPU only.
But I get the list ['264.27'] without the negative sign.Its kinda weird.
What's wrong with my code?Any suggestions?
Thanks a lot!
| closed | 2021-05-27T16:50:31Z | 2021-05-30T02:32:13Z | https://github.com/JaidedAI/EasyOCR/issues/438 | [] | Janzyz3 | 1 |
agronholm/anyio | asyncio | 107 | New event loop is created across different runs in asyncio | I think this is not intentional - the implication is that setting new event loop policies will possibly lose the current event loop:
https://github.com/agronholm/anyio/blob/14daa2bad967bf6dd0f96d04ecffe8e383985195/anyio/_backends/_asyncio.py#L71-L86
This causes the pytest plugin to have different event loops acro... | closed | 2020-05-21T23:21:47Z | 2020-08-04T20:36:11Z | https://github.com/agronholm/anyio/issues/107 | [
"design"
] | fantix | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.