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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
rthalley/dnspython | asyncio | 1,050 | Eventlet and Dnspython >= 2.6.0 | Dnspython 2.6.0 has been released. This may cause software using the latest dnspython and eventlet to fail with timeouts, as the monkey patching in eventlet has not yet been updated. The eventlet team is aware of the dnspython release and a patch is in progress. In the meantime, affected users should pin dnspython t... | closed | 2024-02-16T20:51:21Z | 2024-02-23T13:43:21Z | https://github.com/rthalley/dnspython/issues/1050 | [
"Pinned"
] | rthalley | 5 |
miguelgrinberg/Flask-SocketIO | flask | 1,335 | Authenticating a websocket connection via script | Hello,
I've been following some guides and tutorials on the web in setting up a Flask SocketIO server and using flask Login to authenticate. This seems to be working as expected if I log in and navigate to a protected REST endpoint. For this test I used something like Postman to connect to the Flask SocketIO server.... | closed | 2020-07-24T15:10:45Z | 2020-07-24T16:05:10Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1335 | [
"question"
] | dian-workz | 2 |
dl0312/open-apis-korea | api | 4 | 한글 | open | 2022-06-21T22:33:52Z | 2022-06-21T22:33:52Z | https://github.com/dl0312/open-apis-korea/issues/4 | [] | Kimjiwozx | 0 | |
Kludex/mangum | fastapi | 195 | Argument "log_level" to "Mangum" has incompatible type "str"; expected "Dict[str, Any]" (Mangum 0.12) | I'm noticing the following regression with Mangum 0.12 and mypy (0.11 works fine):
```python
handler = mangum.adapter.Mangum(
SentryAsgiMiddleware(app), lifespan="auto", log_level=config.log_level.lower()
)
```
With 0.12:
```text
error: Argument "log_level" to "Mangum" has incompatible type "str"; exp... | closed | 2021-07-20T16:38:04Z | 2021-08-11T05:43:45Z | https://github.com/Kludex/mangum/issues/195 | [
"docs"
] | charlax | 3 |
mouredev/Hello-Python | fastapi | 542 | 网上平台被黑提款审核维护怎么办 | 被黑了不能出款找我们大力出黑团队多年经验,如果你被黑了请联系我们帮忙把损失降到最低/微x:<>《微信zdn200手机号18469854912》前期出款不收任何费用,团队我们都是先出款/后收费。不成功收费、
当网赢了不能提款的问题怎么办呢?
首先我们应该保持冷静,如果提现被拒绝不重复点了,切不能跟平台客服称代理人有任何争执,一旦激怒对方,极有可能账号造成冻结之类的情况,这样问题就很难处理了,此时对方的理由或者我们要表示相信,并迅速处理,在稳定住对方后希望。
第一时间联系专业出黑团队,通过藏分锁卡等手段分批出款,这样问题我们就顺利解决了,如果您目前遇到网赢钱无法提款的,请及时联系专业出黑团队为您处理↓↓↓↓↓
<!-- Failed ... | closed | 2025-03-19T06:08:38Z | 2025-03-19T06:31:43Z | https://github.com/mouredev/Hello-Python/issues/542 | [] | wdbhgzmb | 0 |
onnx/onnx | machine-learning | 6,559 | Building Onnx 1.17.0 with GCC 13 | # Bug Report
### Is the issue related to model conversion?
No
### Describe the bug
I am trying to build Onnx v1.17.0 from source. I have built abseil-cpp v20240722 and using it I built protobuf v4.25.1 on ppc64le arch. While building Onnx with external protobuf and abseil, I am seeing this error mention below:
... | closed | 2024-11-28T13:09:30Z | 2024-12-03T05:15:11Z | https://github.com/onnx/onnx/issues/6559 | [
"bug"
] | Aman-Surkar | 1 |
alecxe/scrapy-fake-useragent | web-scraping | 7 | http://useragentstring.com/ is DOWN | this implementation is completely dependant on the fact that this site es working properly. it should be at least a redundant data source in case site falls the middleware keeps working.
In my particular case I have a task running spiders automatically with scrapyd on a daily basis days like today it won't work | closed | 2016-11-23T22:40:09Z | 2017-06-16T16:49:35Z | https://github.com/alecxe/scrapy-fake-useragent/issues/7 | [
"enhancement",
"help wanted"
] | carvajalluis | 12 |
pallets-eco/flask-sqlalchemy | flask | 1,168 | Support select(Model.column1, Model.column2) in pagination | #1100 says that db.paginate currently not work for select(Model.column1, Model.column2), so will this feature going to be implemented in a future version, or what could I do to get this? | open | 2023-02-20T10:06:51Z | 2024-10-23T08:30:03Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1168 | [] | drsanwujiang | 10 |
Gurobi/gurobi-logtools | plotly | 60 | Handle PDHG logging | Very similar to Barrier logging... | open | 2024-11-14T05:10:01Z | 2024-11-14T05:10:01Z | https://github.com/Gurobi/gurobi-logtools/issues/60 | [] | venaturum | 0 |
gradio-app/gradio | data-science | 10,782 | The latex_delimiters list seems doesn't work from gradio 5.10.0 | ### Describe the bug
The latex_delimiters list seems didn't work correctly from gradio 5.10.0.
the math formula doesn't display correct when set the latex_delimiters list
-----------------------------------------------------------------------------------------
Below code
m1 will rend the formula correctly , but m2... | closed | 2025-03-11T09:51:02Z | 2025-03-11T15:14:39Z | https://github.com/gradio-app/gradio/issues/10782 | [
"bug"
] | essjc666 | 1 |
MorvanZhou/tutorials | numpy | 44 | kerasTUT 6-CNN tutorial needs update | I have tried to update this tutorial to the latest keras. However, it seems the problem to be keras source code, because I tried to use the latest api, but the error it reported is located in keras source.
However, I am a newbie, so I maybe totally wrong. Could you try to update this tutorial, thanks a lot!
I hav... | closed | 2017-05-12T01:03:40Z | 2017-05-12T03:05:59Z | https://github.com/MorvanZhou/tutorials/issues/44 | [] | EmbraceLife | 1 |
explosion/spaCy | nlp | 13,112 | Error Message while trying to use spaCy experimental package for CorefResolver | While using spaCy experimental package for CorefResolver, I am getting the following error, Any clue what package could be missing?
RegistryError: [E893] Could not find function 'spacy-experimental.Coref.v1' in function registry 'architectures'. If you're using a custom function, make sure the code is available. If ... | closed | 2023-11-07T04:14:39Z | 2023-11-07T08:39:46Z | https://github.com/explosion/spaCy/issues/13112 | [] | kausikb | 1 |
Gerapy/Gerapy | django | 23 | code generate bug | 
like this | closed | 2018-01-22T07:57:21Z | 2018-01-23T13:58:24Z | https://github.com/Gerapy/Gerapy/issues/23 | [] | Germey | 1 |
dgtlmoon/changedetection.io | web-scraping | 2,491 | How to run the Browser Steps at a specific time (.e.g. 21:00 every day)? | closed | 2024-07-13T00:37:16Z | 2024-07-13T07:22:39Z | https://github.com/dgtlmoon/changedetection.io/issues/2491 | [
"enhancement"
] | anon0010 | 1 | |
coqui-ai/TTS | pytorch | 3,364 | [Feature request] Text for synthesis needs to be normalized for languages with diacritics | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest, and appreciate your support! --->
Text for synthesis needs to be normalized for languages with diacritics or synthesis will be incorrect under certain ircumstances.
<!--A clear and concise description of what the problem is. Ex. I'm always fru... | closed | 2023-12-04T13:40:22Z | 2024-01-14T21:15:16Z | https://github.com/coqui-ai/TTS/issues/3364 | [
"wontfix",
"feature request"
] | JanX2 | 1 |
unit8co/darts | data-science | 2,708 | Calling historical_forecast() after loading a model | I've trained and saved a TCN model. Suppose later at some point, I want to load the model and perform a histocal_forecasts to get a list of predicted values based on some provided TimeSeries. Right now, it's always giving me error suggesting fit must be called before calling historical_forecasts. Is there a workaround ... | closed | 2025-03-03T07:10:37Z | 2025-03-04T02:32:29Z | https://github.com/unit8co/darts/issues/2708 | [
"question"
] | andrew20012656 | 9 |
Miserlou/Zappa | django | 1,739 | 2 strange behaviours when deploying lambda without API Gateway resources (following Zappa Example) | ## Context
I am trying to deploy simple lambda app without API Gateway resource by following the Zappa Example (https://github.com/Miserlou/Zappa/tree/master/example).
Have been seeing weird results (see below).
## Expected Behavior
Everything should work as described in the Zappa Example page.
## Actual Behav... | open | 2018-12-31T03:22:26Z | 2019-01-01T07:31:20Z | https://github.com/Miserlou/Zappa/issues/1739 | [] | sardjono | 0 |
donBarbos/telegram-bot-template | pydantic | 263 | inline keyboard button problem | I have a problem with all the commands except the "/menu" and "/help" (see picture)
a full text description looks like this:
["
2024-07-03 22:23:07 2024-07-03 17:23:07.396 | INFO | bot.middlewares.logging:__call__:113 - received message | chat_type: private | user_id: ??? | text: /supports
2024-07-03 22:23:07... | closed | 2024-07-03T17:32:18Z | 2024-07-03T20:15:50Z | https://github.com/donBarbos/telegram-bot-template/issues/263 | [] | Tiimur | 3 |
labmlai/annotated_deep_learning_paper_implementations | deep-learning | 131 | About DDPM q_sample why is the official implementation different from this code? | Thanks for releasing the detailed implementation.
I checked official [DDPM](https://github.com/hojonathanho/diffusion/blob/1e0dceb3b3495bbe19116a5e1b3596cd0706c543/diffusion_tf/diffusion_utils.py#L188) and [DDIM](https://github.com/ermongroup/ddim/blob/51cb290f83049e5381b09a4cc0389f16a4a02cc9/functions/denoising.py#... | closed | 2022-06-30T07:38:58Z | 2022-07-17T04:03:23Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/131 | [
"question"
] | ryhhtn | 1 |
Johnserf-Seed/TikTokDownload | api | 190 | [BUG] 批量下载时,出现视频下载不完整问题!比较严重~ | **描述出现的错误**
我使用批量模式下载个人主页全量视频,在使用过程中发现,会出现1秒2秒的视频 内容,初步判断是视频下载不完整。
分析有两种情况:
1,视频下载程序本身下载视频不完整,就生成最终.mp4文件,导致下次下载视频跳过已下载内容。
2,视频下载过程文件以.mp4结尾,并不是以.part中间文件结尾,会出现本次下载中断,再下载时跳过未下载完整内容。
请作者大大,查看下帮忙分析下问题所在!~
建议:未下载完成的文件以.part中间文件存在,完整下载后,效验完整性后进行名称修改,避免某次中断后,无法再下载完整文件·
**下载命令**
videoPath=$1
videoUrl=$2
python ... | closed | 2022-08-01T07:52:05Z | 2022-08-30T02:13:23Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/190 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | Linux2010 | 1 |
onnx/onnx | tensorflow | 5,852 | with pow function is rhs or output typecast? | # Ask a Question
### Question
After reading the docs regarding the [pow function](https://onnx.ai/onnx/operators/onnx__Pow.html#pow-15) is when type conversion happens.
The output tensor's type is the same as the rhs, but say you have an rhs of `[[4]]` and a lhs of `4.5`, is the lhs converted to an int (yielding ... | closed | 2024-01-10T23:22:30Z | 2025-02-06T06:44:47Z | https://github.com/onnx/onnx/issues/5852 | [
"question",
"topic: operator",
"topic: spec clarification",
"stale"
] | skewballfox | 1 |
httpie/cli | api | 1,519 | Default to localhost | ## Checklist
- [x] I've searched for similar feature requests.
---
## Enhancement request
Default to localhost when no hostname is passed.
e.g.
```bash
http /
# http localhost/
http :8080
# http localhost:8080
```
---
## Problem it solves
It reduces the number of keys I have to type ... | closed | 2023-07-17T07:33:34Z | 2023-07-17T07:53:27Z | https://github.com/httpie/cli/issues/1519 | [
"enhancement",
"new"
] | sayanarijit | 2 |
huggingface/datasets | nlp | 7,404 | Performance regression in `dataset.filter` | ### Describe the bug
We're filtering dataset of ~1M (small-ish) records. At some point in the code we do `dataset.filter`, before (including 3.2.0) it was taking couple of seconds, and now it takes 4 hours.
We use 16 threads/workers, and stack trace at them look as follows:
```
Traceback (most recent call last):
Fi... | closed | 2025-02-16T22:19:14Z | 2025-02-17T17:46:06Z | https://github.com/huggingface/datasets/issues/7404 | [] | ttim | 3 |
jacobgil/pytorch-grad-cam | computer-vision | 428 | BinaryClassifierOutputTarget implementation is likely wrong | I am currently trying to evaluate a binary classifier and produce visualizations. The output of my network is negative, when the prediction should be 0, and positive when the prediction should be 1. This is similar to what happens to the logits when training with logistic activation (`BCEWithLogitsLoss` in PyTorch).
... | open | 2023-06-13T12:49:35Z | 2023-06-19T13:23:48Z | https://github.com/jacobgil/pytorch-grad-cam/issues/428 | [] | siebenkopf | 5 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 913 | Have Dynamic query? |
I want to query data through multiple conditions and do not use it when one condition is not satisfied,I found some documents to consult, a friend does not have this function。
Can I use some flash_ Sqlalchemy use the existing methods to implement it gracefully
| closed | 2021-02-09T04:03:37Z | 2021-02-24T00:32:42Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/913 | [] | renoyuan | 1 |
miguelgrinberg/flasky | flask | 412 | Database trigger not added in test environment | Apologies if this does not belong here but any pointer would be highly appreciated!
I have a migration with this manually created trigger:
```python
SQL_statement = """
CREATE OR REPLACE FUNCTION log_name_changes() RETURNS trigger AS
$BODY$
BEGIN
INSERT INTO name_history (name... | closed | 2019-03-21T15:17:42Z | 2019-03-21T18:41:41Z | https://github.com/miguelgrinberg/flasky/issues/412 | [
"question"
] | okomarov | 2 |
huggingface/transformers | machine-learning | 36,495 | `_load_state_dict_into_meta_model` - `'NoneType' object has no attribute 'load_state_dict'` | https://github.com/huggingface/diffusers/actions/runs/13615360562/job/38057746315?pr=10898
```
model = StableDiffusionSafetyChecker(
(vision_model): CLIPVisionModel(
(vision_model): CLIPVisionTransformer(
(emb...=1e-05, elementwise_affine=True)
)
)
(visual_projection): Linear(in_features=32, out_f... | closed | 2025-03-02T12:34:36Z | 2025-03-03T17:53:31Z | https://github.com/huggingface/transformers/issues/36495 | [] | hlky | 5 |
dmlc/gluon-cv | computer-vision | 1,275 | https://github.com/dmlc/gluon-cv/issues/331#issuecomment-424074563 | Código
| closed | 2020-04-26T06:15:23Z | 2020-04-26T06:16:05Z | https://github.com/dmlc/gluon-cv/issues/1275 | [] | jorgetony253 | 1 |
proplot-dev/proplot | matplotlib | 464 | [Feature request] span axis labels | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
I often have the issue where the axes are not shared, but I ... | open | 2024-08-26T08:42:11Z | 2024-12-09T07:43:07Z | https://github.com/proplot-dev/proplot/issues/464 | [] | cvanelteren | 4 |
LibreTranslate/LibreTranslate | api | 502 | Install only updated models | Is there a way to check for and only install updated models, without reinstalling all of them?
If not, I would like to request the ability to do so. | closed | 2023-09-29T17:54:37Z | 2023-09-30T01:35:54Z | https://github.com/LibreTranslate/LibreTranslate/issues/502 | [
"enhancement"
] | rrgeorge | 1 |
polarsource/polar | fastapi | 4,464 | Ops: Add worker health to status page | We should add our worker to our public status page.
**Challenge**
Our worker is not accessible publicly, i.e cannot offer a health endpoint directly.
**Solution**
- Setup a scheduled task, e.g each minute, for the worker to store some checks in Redis.
- Add a `/healthz` endpoint to our public API checking the... | closed | 2024-11-13T15:42:34Z | 2024-11-19T11:21:42Z | https://github.com/polarsource/polar/issues/4464 | [
"devops"
] | birkjernstrom | 2 |
JaidedAI/EasyOCR | deep-learning | 940 | no module named easy ocr | I use the official website to download pytorch and easyocr by pip install easyocr.
I try import easyocr
result says no module named easyocr
I tried pip list and it is there | open | 2023-01-31T20:48:51Z | 2023-01-31T20:48:51Z | https://github.com/JaidedAI/EasyOCR/issues/940 | [] | hxzzzzz | 0 |
home-assistant/core | asyncio | 141,155 | Tado integration fails to load after 2025.3.4 update. | ### The problem
After 2025.3.4 - March 21 update, Tado integration fails to load.
"Failed setup, will retry: Error during Tado setup: Login failed for unknown reason with status code 403"
### What version of Home Assistant Core has the issue?
2025.3.4
### What was the last working version of Home Assistant Core?
... | closed | 2025-03-22T22:41:06Z | 2025-03-22T22:49:29Z | https://github.com/home-assistant/core/issues/141155 | [
"integration: tado"
] | DavidR-C | 3 |
gunthercox/ChatterBot | machine-learning | 2,022 | OSError: can't find model "en" | Im trying to make a simple discord chatbot, and I keep getting the error: `OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.`
I have installed chatterBot using `pypy` and am using python 3.7.3, using a Mac
<details>
<summary>Traceb... | closed | 2020-08-15T19:33:30Z | 2020-08-22T18:54:53Z | https://github.com/gunthercox/ChatterBot/issues/2022 | [
"answered"
] | Mineinjava | 1 |
miguelgrinberg/python-socketio | asyncio | 1,425 | TypeError in InstrumentedAsyncServer for missing argument 'reason' | **Describe the bug**
When enabling instrumentation / admin mode, on client disconnect, I can see the following stack trace coming from python-socketio after ugprading to version 5.12.0.
```
disconnect async handler error
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/engineio/... | closed | 2024-12-23T13:49:30Z | 2024-12-23T18:53:59Z | https://github.com/miguelgrinberg/python-socketio/issues/1425 | [] | AlexLardschneider | 1 |
areed1192/interactive-broker-python-api | rest-api | 17 | api for BONDS ? | Hi,
I am trying to get BONDS info using this api with no success:
1. When preforming symbol_search for symbols I get items restricted as BONDS for example with symbol **MNSB**:
Return object:
[
{...},
{
"issuers": [
{
"id": "e3298009",
"name": "MainStreet Bank"
}
... | closed | 2020-11-18T10:39:17Z | 2023-07-10T10:25:28Z | https://github.com/areed1192/interactive-broker-python-api/issues/17 | [] | AshiHarel | 2 |
docarray/docarray | pydantic | 1,201 | Pycharm should offer completion for DocumentArray | # Context
the same way PyCharm can autocomplete the field of `BaseDocument` and `BaseModel` it should be able to do it for DocumentArray.

The same should work with the following code
```python
from do... | open | 2023-03-02T09:39:33Z | 2023-03-02T09:46:05Z | https://github.com/docarray/docarray/issues/1201 | [] | samsja | 1 |
aiogram/aiogram | asyncio | 1,096 | how to gat user state via id | ### aiogram version
2.x
### Problem
How to get the state of a certain person?
### Possible solution
i tried to do so "await state.get_state(user=some telegram id)" , but it didn't work out
### Alternatives
_No response_
### Code example
_No response_
### Additional information
_No respo... | closed | 2023-01-09T15:00:43Z | 2023-01-15T01:56:55Z | https://github.com/aiogram/aiogram/issues/1096 | [
"question issue",
"moved to discussion",
"2.x"
] | glebkhyl | 1 |
ultralytics/ultralytics | machine-learning | 19,417 | is the validation needed at every epoch? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi all!
for sure i am missing something, so i state what my current "unders... | open | 2025-02-25T10:48:03Z | 2025-03-08T15:39:51Z | https://github.com/ultralytics/ultralytics/issues/19417 | [
"question"
] | MasIgor | 5 |
pyppeteer/pyppeteer | automation | 322 | Add zoom feature | Definitely not an urgent feature, but I think that having the option to zoom in on a page could come in handy. | open | 2021-10-19T14:13:33Z | 2022-11-27T04:16:18Z | https://github.com/pyppeteer/pyppeteer/issues/322 | [
"enhancement"
] | ranshaa05 | 6 |
MaartenGr/BERTopic | nlp | 1,060 | Getting error The truth value of an array with more than one element is ambiguous. |
from sentence_transformers import SentenceTransformer
from sklearn.feature_extraction.text import CountVectorizer
from bertopic.vectorizers import ClassTfidfTransformer
from sklearn.cluster import KMeans
np.random.seed(42)
umap_model = UMAP(n_components=5, n_neighbors=10, min_dist=0.8)
hdbscan_model = HDBSCAN(m... | closed | 2023-03-02T21:39:37Z | 2023-05-23T09:34:48Z | https://github.com/MaartenGr/BERTopic/issues/1060 | [] | josepius-clemson | 9 |
PokeAPI/pokeapi | graphql | 559 | Add a property which lists the Pokémon that can learn a move (separated by leveling up, TM/HM, breeding, etc.) | Maybe I'm not searching hard enough but I don't know how to find the Pokémon that can learn a move, so assuming such a feature doesn't exist, what about adding a property listing the Pokémon that can learn a move, further separated by method of acquiring like TM/HM, leveling up, breeding, etc (Including overlaps like x... | closed | 2021-01-13T23:16:57Z | 2021-01-27T18:29:12Z | https://github.com/PokeAPI/pokeapi/issues/559 | [] | ChrisMGeo | 17 |
dynaconf/dynaconf | django | 359 | Variable reference | Is it currently possible to have variable referencing?
Just like here > https://github.com/vlucas/phpdotenv#nesting-variables
```php
BASE_DIR="/var/webroot/project-root"
CACHE_DIR="${BASE_DIR}/cache"
TMP_DIR="${BASE_DIR}/tmp"
```
I have item A and B. Item A is very long and shares more than 90% of its confi... | closed | 2020-06-17T11:12:36Z | 2020-07-27T19:40:24Z | https://github.com/dynaconf/dynaconf/issues/359 | [
"question",
"Pending Release",
"Docs"
] | telemmaite | 6 |
PeterL1n/BackgroundMattingV2 | computer-vision | 14 | ZeroDivisionError: integer division or modulo by zero | I have successfully converted a 440x440 video using colab. Now I'm trying with a HD video and received following error:
!python inference_video.py \
--model-type mattingrefine \
--model-backbone resnet50 \
--model-backbone-scale 0.25 \
--model-refine-mode sampling \
--model... | closed | 2020-12-24T01:51:01Z | 2020-12-31T20:40:39Z | https://github.com/PeterL1n/BackgroundMattingV2/issues/14 | [] | bigboss97 | 10 |
piskvorky/gensim | nlp | 3,262 | Adding new tags in doctag_vectors in | Hello!
I am training a doc2vec model on a tagged docset.
I need to update it on new sets that contain new tags. Is there a way to update docvectors in gensim.doc2vec? How can I do it?
There is an old issue https://github.com/RaRe-Technologies/gensim/issues/1019 on the same topic, but it didn't help me as there ... | open | 2021-10-29T07:06:06Z | 2021-10-30T00:45:16Z | https://github.com/piskvorky/gensim/issues/3262 | [] | raccoon-science | 1 |
saulpw/visidata | pandas | 1,828 | statusbar describes Alt+Shift as "Alt+Shift+Shift+" | **Small description**
When pressing 'Alt' and 'Shift' and any character (for example, 'M'), the statusbar shows the keypress as "Alt+Shift+Shift+M", where "Shift+" is added twice.
**Expected result**
I expect the statusbar to show "Alt+Shift+M".
**Actual result with screenshot**
 | 在加载分词外部词典时,一般词典格式为一行一个词,如果我希望加入每个词的词频信息,是否可以实现?如果可以,那么词典的格式是如何?
| closed | 2018-05-30T08:23:12Z | 2018-05-31T01:26:05Z | https://github.com/HIT-SCIR/ltp/issues/310 | [] | Joeyqcy | 0 |
explosion/spaCy | data-science | 12,861 | Preset span suggester KeyError on training | I want a spancat that categorize spans of text suggested by another component. I want to train the spancat from the gold standard so I'm just interested in the classification part and not in the SpanSuggester. To do this I have a training and validation docbin files, each doc have the spangroup 'sc' and each span have ... | closed | 2023-07-26T11:10:01Z | 2023-09-04T00:02:14Z | https://github.com/explosion/spaCy/issues/12861 | [
"feat / spancat"
] | FaediMichele | 3 |
paperless-ngx/paperless-ngx | machine-learning | 7,378 | [BUG] wrong documents filtered, when searching with created for an exact date | ### Description
Searching for documents created at a specific date leads to documents created on the next day. For example searching with
`https://paperless.domain/documents?query=created:2024-02-06`
leads to documents created on 2024-02-07.
Timezone is set to `Europe/Berlin`.
### Steps to reproduce
Search ... | closed | 2024-08-03T01:04:12Z | 2024-08-03T01:11:10Z | https://github.com/paperless-ngx/paperless-ngx/issues/7378 | [
"not a bug"
] | IeP4nieF | 1 |
xuebinqin/U-2-Net | computer-vision | 196 | 您好,u2net的backbone配合bce_ssim_loss的损失函数进行分割,效果如何? | 首先非常感谢您的工作,请问您尝试过u2net的backbone配合bce_ssim_loss的损失函数进行分割吗,想知道效果 | closed | 2021-04-26T12:01:50Z | 2021-05-06T11:00:45Z | https://github.com/xuebinqin/U-2-Net/issues/196 | [] | dlutzhouyue | 1 |
zappa/Zappa | django | 590 | [Migrated] A GET request to '/' yielded a 502 response code | Originally from: https://github.com/Miserlou/Zappa/issues/1536 by [sourabhsriom](https://github.com/sourabhsriom)
I am trying to deploy the first example app with Flask-Ask, It looks like everything works good but after the Deploying API statement I get the following error :
Error: Warning! Status check on the dep... | closed | 2021-02-20T12:26:18Z | 2022-07-16T07:01:23Z | https://github.com/zappa/Zappa/issues/590 | [] | jneves | 1 |
ydataai/ydata-profiling | pandas | 985 | Is there are chance to export the figures as `csv`? | ### Discussed in https://github.com/ydataai/pandas-profiling/discussions/984
<div type='discussions-op-text'>
<sup>Originally posted by **Anselmoo** May 18, 2022</sup>
Dear community,
thx for help?
I am wondering if there is a chance to export figure-reports like a variable, correlation, or missing_variabl... | open | 2022-05-18T14:11:12Z | 2022-05-19T10:52:42Z | https://github.com/ydataai/ydata-profiling/issues/985 | [
"feature request 💬",
"help wanted 🙋"
] | sbrugman | 1 |
Kludex/mangum | fastapi | 181 | Bug - handler.body returns a str resulting in TypeError: a bytes-like object is required, not 'str' | First this bug was introduced post 0.11.0 when the handlers were refactored.
**Traceback**
```
Exception in 'http' protocol.
--
Traceback (most recent call last):
File "/function/src/mangum/mangum/protocols/http.py", line 81, in run
await app(self.request.scope, self.receive, self.send)
File "/usr/local/lib/p... | closed | 2021-04-15T20:29:48Z | 2021-04-17T05:49:20Z | https://github.com/Kludex/mangum/issues/181 | [
"bug"
] | nathanglover | 1 |
django-cms/django-cms | django | 8,025 | [BUG] request.toolbar.set_object(obj) Breaks Language Switching on Detail Pages | ## Description
When using **request.toolbar.set_object(obj)** in a DetailView, the CMS toolbar properly displays the "Edit" button as expected. However, this breaks language switching functionality on the detail view page. If I remove request.toolbar.set_object(obj), the language switcher works as expected, but the ... | closed | 2024-10-10T12:24:37Z | 2024-10-14T06:37:31Z | https://github.com/django-cms/django-cms/issues/8025 | [
"kind: bug",
"4.1"
] | OzodbekUSTECH | 13 |
google-deepmind/sonnet | tensorflow | 72 | Issue with snt.BatchApply in newer versions of TensorFlow | I'm having an issue with a recent version of `TensorFlow` and the latest version
of `sonnet`. Specifically, I am building TensorFlow from source
(commit ref 318e071f7cb9fd51ddf0dda1e285e140167b4b56 compiled with cuda 9.0 and
cudnn 7.0.3), and I am also building Sonnet from source
(commit ref 7da90b8e63fb684b91a12e1... | closed | 2017-11-05T17:22:48Z | 2017-11-11T13:53:08Z | https://github.com/google-deepmind/sonnet/issues/72 | [] | dbusbridge | 4 |
sanic-org/sanic | asyncio | 2,948 | RuntimeError: Event loop stopped before Future completed. | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Python 3.12.3
sanic-23.12.1
very often (not 100%) after restarting worker, for example:
@apt.get("/restart")
I get this output after Ctrl-C:
```
(.venv) koka@BEELINK-GTR6:~/work/python/saymon/netscan-... | open | 2024-05-13T09:08:07Z | 2024-12-25T20:46:18Z | https://github.com/sanic-org/sanic/issues/2948 | [
"bug"
] | KlimchevKonstantin | 6 |
amidaware/tacticalrmm | django | 1,502 | When trying to log into my RMM. I get a Too Many Redirects Issue | I just installed TacticalRMM on a VPS through Google Cloud. I am using Cloudflare to protect the Domain.
I try to login to my portal and receive an ERR_TOO_MANY_REDIRECTS on both Chrome and Safari.
I have tried the clearing cookies trick but I cannot find any cookies that are being used by the domain. Is anyone els... | closed | 2023-05-05T07:01:03Z | 2023-05-15T04:43:33Z | https://github.com/amidaware/tacticalrmm/issues/1502 | [] | aelrod05 | 3 |
littlecodersh/ItChat | api | 407 | 可不可以给所有的请求加上 timeout | 您的itchat版本为:`1.3.7`。
其他的内容或者问题更详细的描述都可以添加在下面:
由于几乎全部的 request 请求都没有 timeout,所以在网络不太好的时候容易卡在一个请求上,直到手动 `ctrl + c` 给取消掉这个条消息的处理才能继续运行,情况差不多和 [断网后触发send()方法会卡住,不抛出错误。 · Issue #273 · littlecodersh/ItChat](https://github.com/littlecodersh/ItChat/issues/273) 是一样的。
我觉得应该是 timeout 的问题,在 [跌线后不会退出 run() · Issue #275 · lit... | open | 2017-06-12T04:28:28Z | 2017-08-25T10:30:35Z | https://github.com/littlecodersh/ItChat/issues/407 | [] | binderclip | 2 |
snarfed/granary | rest-api | 104 | add an option to not include the location in the Atom content | Posts in my Atom feed have the location they're posted from included inside the Atom content.
```
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
OH: Your level of commitment to trolling the internet is admirable <a href="/tag/domainswap">#<span class="p-category">domainswap</span></a>
<p>... | closed | 2017-04-26T19:33:55Z | 2017-05-02T16:17:08Z | https://github.com/snarfed/granary/issues/104 | [
"now"
] | aaronpk | 1 |
biolab/orange3 | data-visualization | 6,391 | Violin plot graph export after new widget-base | After biolab/orange-widget-base/pull/208 was merged Violin plot graph export does not work.
The problem should be looked at.
Also, we should add a widget test that executes graph saving for all widgets which allow that. Just to see if anything crashes... | closed | 2023-04-03T10:23:23Z | 2023-04-14T08:33:31Z | https://github.com/biolab/orange3/issues/6391 | [
"bug"
] | markotoplak | 2 |
jowilf/starlette-admin | sqlalchemy | 532 | Help: Model with identity not found | I am having some issues when using `HasMany` (or any `RelationField`) fields.
In the example of the official docs, the `identity` is set to the class name of the model:
```
class Author:
id: Optional[int]
name: str
books: List["Book"]
class Book:
id: Optional[int]
title: str
autho... | closed | 2024-04-04T09:42:48Z | 2024-04-05T07:40:07Z | https://github.com/jowilf/starlette-admin/issues/532 | [] | IsmaelP19 | 1 |
neuml/txtai | nlp | 430 | Add Hugging Face Hub integration | Add support for loading and saving embeddings indexes with the [Hugging Face Hub](https://hf.co/models). This will facilitate the sharing of embeddings indexes.
An example index is available here: https://hf.co/neuml/txtai-intro | closed | 2023-02-19T18:22:23Z | 2023-02-19T18:49:48Z | https://github.com/neuml/txtai/issues/430 | [] | davidmezzetti | 0 |
koxudaxi/datamodel-code-generator | pydantic | 2,345 | yaml.scanner.ScannerError | **Describe the bug**
I am running
```python
datamodel-codegen --input spectraSchema.json --input-file-type jsonschema --output gen.MnovaSpectraModel.py
```
**Error message received**
```bash
Traceback (most recent call last):
File "/nas/.local/lib/python3.10/site-packages/datamodel_code_generator/__main__.py", line... | closed | 2025-03-14T15:24:58Z | 2025-03-14T17:37:45Z | https://github.com/koxudaxi/datamodel-code-generator/issues/2345 | [] | kuhlaid | 1 |
jazzband/django-oauth-toolkit | django | 946 | Add optional support for OpenID Connect | Addressed by #915
| closed | 2021-03-18T13:31:47Z | 2021-03-18T17:39:29Z | https://github.com/jazzband/django-oauth-toolkit/issues/946 | [
"enhancement"
] | aviars | 1 |
Textualize/rich | python | 3,186 | [REQUEST]Code snippets in README | Many of my open source projects use your project. I am very interested in this picture in your README. I know how to make a flat code piece, but how to make a code piece with a certain rotation angle?

| closed | 2023-11-04T14:45:08Z | 2023-11-04T15:06:23Z | https://github.com/Textualize/rich/issues/3186 | [
"Needs triage"
] | Zengyf-CVer | 1 |
jumpserver/jumpserver | django | 14,639 | [Feature] jmsctl: 配置文件需要提供检查命令,命令行工具 jmsctl | ### 产品版本
all
### 版本类型
- [X] 社区版
- [X] 企业版
- [ ] 企业试用版
### 安装方式
- [X] 在线安装 (一键命令安装)
- [X] 离线包安装
- [X] All-in-One
- [X] 1Panel
- [X] Kubernetes
- [X] 源码安装
### ⭐️ 需求描述
提供类似 nginx -t 的配置文件检查命令,jmsctl config check (可能的)
在服务运行前也可能需要检查
### 解决方案
检查字段前是否有空格,检查字段符合要求,其它
### 补充信息
_No response_ | closed | 2024-12-11T08:21:19Z | 2024-12-11T08:31:49Z | https://github.com/jumpserver/jumpserver/issues/14639 | [
"⭐️ Feature Request"
] | Ewall555 | 0 |
koaning/scikit-lego | scikit-learn | 569 | [FEATURE] `TimeGapSplit` with stride | In the current implementation of `TimeGapSplit` the argument `validation_duration` is used as stride as well.
This leads to the impossibility of having overlapping validation periods. What about the possibility of adding a stride parameter to indicate the time shift for the training period?
The concrete use case ... | open | 2023-07-13T18:51:49Z | 2025-01-24T20:30:58Z | https://github.com/koaning/scikit-lego/issues/569 | [
"enhancement"
] | FBruzzesi | 4 |
home-assistant/core | asyncio | 141,046 | Tado integration failed with unknown error. Cannot log in any more | ### The problem
This morning I woke up and my HA was not working well. Rebooted it and most stuff is now working but Tado has failed with an unknown error 403? and I cannot reconfigure it. Will not accept Tado password. I can log into the Tado website and app ok.
### What version of Home Assistant Core has the issue?... | closed | 2025-03-21T08:21:26Z | 2025-03-22T10:35:54Z | https://github.com/home-assistant/core/issues/141046 | [
"integration: tado"
] | jwt99412 | 3 |
xlwings/xlwings | automation | 2,011 | display_alerts =False doesn't hide the pop-up automatically | OS (Windows 10)
Versions of xlwings, Excel and Python (e.g. 0.11.8, Excel 2019, Python 3.7)
I am dealing with a strictly formatted input excel file. Unfortunately, couldn't share the file as it has lot of sheets with confidential info etc
When I use xlwings to read and do some data entry operations in the file... | closed | 2022-09-08T12:20:45Z | 2022-09-10T20:27:45Z | https://github.com/xlwings/xlwings/issues/2011 | [] | SSMK-wq | 3 |
dask/dask | pandas | 11,339 | Suggesting updates on the doc of `dask.dataframe.read_sql_query` | **Describe the issue**:
There is an incorrect description in the document of [`dask.dataframe.read_sql_query`](https://docs.dask.org/en/stable/generated/dask.dataframe.read_sql_query.html#dask.dataframe.read_sql_query). As mentioned in the description of the parameter `divisions`:
>**divisions: sequence**
Values o... | open | 2024-08-21T09:51:20Z | 2024-08-23T13:49:05Z | https://github.com/dask/dask/issues/11339 | [
"dataframe",
"documentation"
] | ParsifalXu | 2 |
mwaskom/seaborn | matplotlib | 3,137 | [BUG] The issues with bar plots setting width | If we directly add width parameter in `seaborn.barplot(..., width = {width})`, then the function would blow up:
```
TypeError: Axes.bar() got multiple values for argument 'width'
```
The reason causing this is the definition in line 1604 of `categorical.py`, function `draw_bars(ax, kws)` where:
```python
... | closed | 2022-11-11T21:52:48Z | 2023-03-09T11:57:43Z | https://github.com/mwaskom/seaborn/issues/3137 | [] | DylanWake | 6 |
onnx/onnx | machine-learning | 6,572 | It should be dim instead of a | https://github.com/onnx/onnx/blob/96a0ca4374d2198944ff882bd273e64222b59cb9/onnx/reference/ops/op_center_crop_pad.py#L24 | open | 2024-12-04T08:03:06Z | 2024-12-04T08:03:06Z | https://github.com/onnx/onnx/issues/6572 | [] | aksenventwo | 0 |
serengil/deepface | machine-learning | 509 | Multi-Thread | I want to ask you about DeepFace library could be optimize multiple thread?
My CPU:

I gonna build Virtual Machine like 4cpu, 3.6GHz/CPU. Is this a reasonable choice? | closed | 2022-07-14T07:02:40Z | 2024-10-03T23:14:55Z | https://github.com/serengil/deepface/issues/509 | [] | LOANPIA | 3 |
plotly/dash-cytoscape | plotly | 34 | [Feature request] animation interface | Frames-like animation feature would be nice addition. Currently it is possible to simulate, for example, node movement by changing its position incrementally, but that is possible only by changing all elements for dcc. Animation made this way not as smooth as layout change animation, and leads to constant app update. | closed | 2019-02-27T16:05:36Z | 2019-03-03T05:05:12Z | https://github.com/plotly/dash-cytoscape/issues/34 | [] | vetertann | 7 |
MemeMeow-Studio/MemeMeow | streamlit | 40 | 希望可以提供Docker镜像 | open | 2025-02-24T02:11:57Z | 2025-02-28T09:56:13Z | https://github.com/MemeMeow-Studio/MemeMeow/issues/40 | [
"enhancement / 功能请求"
] | pooneyy | 1 | |
thp/urlwatch | automation | 628 | Installation Issue: "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-oi9et1lq/cryptography/ | Get this error during install.
Have googled around to make sure all dependencies installed and lost to what the issue might be.
Help appreciated.
**
3-none-any.whl
Collecting cryptography>=2.0 (from SecretStorage>=3.2; sys_platform == "linux"->keyring->urlwatch)
Using cached https://files.pythonhosted... | closed | 2021-03-12T17:56:50Z | 2021-11-07T09:23:22Z | https://github.com/thp/urlwatch/issues/628 | [] | monkeydust | 1 |
python-arq/arq | asyncio | 289 | Retrying failed jobs using `arq.Retry` | Hi all!
We're using the branch in #259 with aioredis v2, and encountered some issues using the `arq.Retry` raising method ([link](https://arq-docs.helpmanual.io/#retrying-jobs-and-cancellation)) for scheduled cron jobs. @jonasks is currently checking if this is an issue in the current release, using aioredis v1.
... | closed | 2022-01-26T13:49:41Z | 2022-02-09T15:11:32Z | https://github.com/python-arq/arq/issues/289 | [] | ghost | 5 |
miLibris/flask-rest-jsonapi | sqlalchemy | 130 | Relationships containing hyphens in url | Having endpoint definition containing hyphens as the last uri token such as `/persons/<int:person_id>/relationships/computers-owned` lead to error `PersonSchema has no attribute computers-owned`.
Effectively, due to python language, Schema attribute name cannot contains hyphens in their name.
At least we have to ... | closed | 2018-10-05T22:15:46Z | 2019-01-22T14:34:18Z | https://github.com/miLibris/flask-rest-jsonapi/issues/130 | [] | kumy | 0 |
FlareSolverr/FlareSolverr | api | 1,259 | Flaresolverr no longer works | ### 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-07-14T18:41:20Z | 2024-07-15T00:25:27Z | https://github.com/FlareSolverr/FlareSolverr/issues/1259 | [
"duplicate"
] | miltuss | 7 |
ClimbsRocks/auto_ml | scikit-learn | 377 | Train gives errors with DeepLearningClassifier, DeepLearningRegressor, LinearRegression and Ridge | I have found that the train method gives "AttributeError: 'int' object has no attribute 'ndim'" with DeepLearningClassifier and DeepLearningRegressor.
LinearRegression and Ridge gives the error "IndexError: invalid index to scalar variable."
I had to test the models individually to see this, when they are inclu... | open | 2018-01-22T18:54:37Z | 2018-09-20T16:41:23Z | https://github.com/ClimbsRocks/auto_ml/issues/377 | [] | JonHolman | 5 |
MaartenGr/BERTopic | nlp | 1,995 | approximate_distribution returns only 0s | Hi Maarten,
Sorry for keeping bugging you! I really enjoy utilizing BERTopic for my project!
A new question just occurred to me. I need to know topic distribution of each document so I follow your instruction to implement approximate_distribution, but it returns with a ndarray containing nothing but 0s.
get_... | open | 2024-05-16T15:24:08Z | 2024-05-17T06:53:07Z | https://github.com/MaartenGr/BERTopic/issues/1995 | [] | chentitus | 5 |
postmanlabs/httpbin | api | 502 | Basic auth without both username and password | https://httpbin.org/basic-auth/foo/bar works for testing basic auth with a username and a password.
However, all of the following give 404 not found errors:
* https://httpbin.org/basic-auth/foo
* https://httpbin.org/basic-auth/foo/
* https://httpbin.org/basic-auth/foo//
* https://httpbin.org/basic-auth//bar
... | closed | 2018-08-14T14:41:41Z | 2023-11-03T16:46:05Z | https://github.com/postmanlabs/httpbin/issues/502 | [] | tlsa | 2 |
roboflow/supervision | deep-learning | 1,072 | Add support for limiting the number of instances in a video | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
Currently, the Supervision library provides tools for tracking objects in a video, but there is no built-in support for limiting the number o... | closed | 2024-03-29T04:02:22Z | 2024-04-05T10:34:47Z | https://github.com/roboflow/supervision/issues/1072 | [
"enhancement"
] | westlinkin | 3 |
microsoft/nni | tensorflow | 5,604 | Error: tuner_command_channel: Tuner closed connection | **Describe the issue**:
When I run the nni experiment, the webui gets stuck after a while, and the running and subsequent trials stop. I check the log file, and the contents of each log file are as follows. In 'dispatcher.log', it shows that 'AttributeError: module 'numpy' has no attribute 'float'.'. I would like to k... | closed | 2023-06-09T14:57:32Z | 2023-06-29T11:47:22Z | https://github.com/microsoft/nni/issues/5604 | [] | sunze992 | 4 |
jupyter-widgets-contrib/ipycanvas | jupyter | 57 | Canvas.clear() not permanent. | After calling clear() and then drawing new vectors, all the old drawing reappears as well. How do I truly get rid of it? | closed | 2019-12-19T04:20:26Z | 2019-12-19T14:15:00Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/57 | [] | JohnGood | 4 |
aimhubio/aim | tensorflow | 3,181 | RuntimeError: dictionary keys changed during iteration | ## 🐛 Bug
When using ray.tune for hyperparameter optimization and invoking the AimLoggerCallback, the following error occurs:
```
Traceback (most recent call last):
File "/root/data/mamba-reid/tst.py", line 92, in <module>
results = tuner.fit()
^^^^^^^^^^^
File "/root/data/anaconda3/lib/pyt... | closed | 2024-07-08T01:07:41Z | 2024-12-05T13:58:25Z | https://github.com/aimhubio/aim/issues/3181 | [
"type / bug",
"help wanted"
] | GuHongyang | 2 |
ets-labs/python-dependency-injector | asyncio | 742 | Is this library still alive? | It's been a long time since the last commit. The author and maintainers of the project (if there are any) do not react in any way to the issues, do not contact and, in general, do not show any activity. It looks like the project is abandoned.
Is there any information - will the library be developed and maintained furt... | closed | 2023-08-27T04:23:42Z | 2024-08-13T02:18:51Z | https://github.com/ets-labs/python-dependency-injector/issues/742 | [] | alexted | 10 |
zappa/Zappa | django | 1,053 | Will my data base get lots of connections If there are many requests happen | <!--- Provide a general summary of the issue in the Title above -->
## Context
I love zappa very much as my team can run the flask application on aws lambda. We don't have to worry our application will be offline someday.
But we are also using SQLAlchemy to connect db in our application. With my understanding lamb... | closed | 2021-10-10T16:16:38Z | 2022-07-16T04:19:52Z | https://github.com/zappa/Zappa/issues/1053 | [] | clown-0726 | 2 |
ClimbsRocks/auto_ml | scikit-learn | 234 | Another Visualization idea | We had discussed scikit-plot in #227. I stumbled on [this](http://www.scikit-yb.org/en/latest/) which can do some neat visualizations both for feature selection and the models. Parts look easy to integrate because you just need to pass training and testing data. Any opposition if I work on a PR referencing it?
| open | 2017-06-07T10:50:13Z | 2017-06-08T16:35:04Z | https://github.com/ClimbsRocks/auto_ml/issues/234 | [] | calz1 | 3 |
OpenInterpreter/open-interpreter | python | 1,494 | Pin litellm version 1.50.0 while 1.50.2 is getting fixed | ### Describe the bug
Instead of showing code blocks, it shows
```
<tool_call>
{"name": "execute", "arguments": {"code": "import os\n# List all .pdf files in the current
directory\npdf_files = [f for f in os.listdir('.') if f.endswith('.pdf')]\npdf_files",
"language": "python"}} </... | closed | 2024-10-24T01:04:02Z | 2024-11-07T17:27:30Z | https://github.com/OpenInterpreter/open-interpreter/issues/1494 | [
"External"
] | blakkd | 3 |
huggingface/datasets | pytorch | 7,266 | The dataset viewer should be available soon. Please retry later. | ### Describe the bug
After waiting for 2 hours, it still presents ``The dataset viewer should be available soon. Please retry later.''
### Steps to reproduce the bug
dataset link: https://huggingface.co/datasets/BryanW/HI_EDIT
### Expected behavior
Present the dataset viewer.
### Environment info
NA | closed | 2024-10-30T16:32:00Z | 2024-10-31T03:48:11Z | https://github.com/huggingface/datasets/issues/7266 | [] | viiika | 1 |
modoboa/modoboa | django | 3,091 | Error in migrate after upgrade to 2.2.1 | ```shell
$ python manage.py migrate
Traceback (most recent call last):
File "/srv/modoboa/instance/manage.py", line 22, in <module>
main()
File "/srv/modoboa/instance/manage.py", line 18, in main
execute_from_command_line(sys.argv)
File "/srv/modoboa/env/lib/python3.10/site-packages/django/core/man... | closed | 2023-10-13T21:57:51Z | 2023-10-17T13:28:36Z | https://github.com/modoboa/modoboa/issues/3091 | [
"documentation"
] | jgfoster | 3 |
dask/dask | scikit-learn | 11,714 | `dask.dataframe`: `concat()` fails when dropping a column and `columns` contains a mix of types | **Describe the issue**:
Given the following conditions:
* 2 Dask DataFrames with identical column names
* column names are a mix of strings and integers
This sequence of operations:
1. concatenate with `dask.dataframe.concat()` (but do not `.compute()` yet)
2. drop a column from the concatenated DataFrame
3. `.comp... | closed | 2025-02-05T04:39:20Z | 2025-02-07T11:18:20Z | https://github.com/dask/dask/issues/11714 | [
"needs triage"
] | jameslamb | 3 |
keras-team/keras | machine-learning | 20,496 | model.fit() doesn't update loss values properly with a custom loss function in Keras 3 |
Hi,
I recently upgraded from Keras 2 to Keras 3 and noticed some strange behavior when using a custom loss function with model.fit(). The model trains without throwing any errors, but the loss values during training stay almost constant across epochs, even when the model’s predictions are changing.
This problem... | closed | 2024-11-15T08:58:07Z | 2024-11-25T10:29:54Z | https://github.com/keras-team/keras/issues/20496 | [
"stat:awaiting response from contributor"
] | youmemonk | 1 |
modelscope/data-juicer | streamlit | 342 | 图片去重之后保留的是数组前面出现的图片吗? | ### Before Asking 在提问之前
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | closed | 2024-07-05T03:20:07Z | 2024-08-05T09:32:03Z | https://github.com/modelscope/data-juicer/issues/342 | [
"question",
"stale-issue"
] | hao-xyz | 3 |
pyqtgraph/pyqtgraph | numpy | 3,265 | Memleak in arrayToQPath() function |
### Short description
Using ErrorBarItem with PlotWidget causes small and gradual memleaks that become noticable when app is running a longer time.
### Code to reproduce
This code is extracted from **ErrorBarItem.drawPath()** -> **arrayToQPath(..., connect="pairs")** which builds QPainterPath using QByteArray and num... | open | 2025-02-27T10:30:04Z | 2025-03-05T00:40:09Z | https://github.com/pyqtgraph/pyqtgraph/issues/3265 | [] | coells | 13 |
python-arq/arq | asyncio | 168 | arq worker doesn't load new source code after reload in watch mode | I tried minimal setup:
```python
from arq import cron
async def task(ctx):
print("111")
class W:
cron_jobs = [cron(task, second=0, run_at_startup=True)]
```
After launching worker with `arq test.W --watch .` I edited 4th line to `print("222")`. Worker restarted and when cron job triggered it pri... | closed | 2020-01-31T02:34:25Z | 2024-02-09T00:57:18Z | https://github.com/python-arq/arq/issues/168 | [] | vanyakosmos | 12 |
lexiforest/curl_cffi | web-scraping | 287 | Failed to perform, ErrCode: 92, Reason: 'HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)' | Failed to perform, ErrCode: 92, Reason: 'HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)'
Traceback (most recent call last):
File "/usr/local/lib64/python3.9/site-packages/curl_cffi/requests/session.py", line 391, in request
c.perform()
File "/usr/local/lib64/python3.9/site-packages/curl_cffi... | closed | 2024-04-02T09:06:00Z | 2024-04-02T11:37:37Z | https://github.com/lexiforest/curl_cffi/issues/287 | [
"bug"
] | user-pppp | 2 |
pytest-dev/pytest-xdist | pytest | 1,074 | pytest: error: unrecognized arguments: -n | Hi Teams,
When I run pytest -k test_login -n 3 in terminal of Pycharm, there is error message. Before I run, already installed pytest-xdist in Pycharm. Could you pls kindly advise how to fix this error ? Thanks
F:\Pycharm\interfaceAuto>pytest -k test_login -n 3
ERROR: usage: pytest [options] [file_or_dir] [fi... | closed | 2024-04-23T08:46:46Z | 2024-04-24T08:10:30Z | https://github.com/pytest-dev/pytest-xdist/issues/1074 | [
"needs information"
] | skybird2022 | 4 |
donnemartin/data-science-ipython-notebooks | pandas | 4 | Add notebook for Bokeh | "[Bokeh](http://bokeh.pydata.org/en/latest/) is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, but also deliver this capability with high-performance interactivity over very large... | open | 2015-07-01T10:35:08Z | 2016-05-18T01:55:53Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/4 | [
"help wanted",
"customer-feedback-wanted",
"feature-request"
] | donnemartin | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.