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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
jowilf/starlette-admin | sqlalchemy | 552 | Bug: UUID pk gives JSON serialization error when excluded from the list | **Describe the bug**
When I have a model with the pk (id) field of UUID type and include it in the list, it works fine. But if I exclude it, while leaving among the fields, it gives an error:
```
File "/Users/alg/p/template-fastapi/.venv/lib/python3.11/site-packages/starlette/responses.py", line 187, in render
... | closed | 2024-06-25T08:29:24Z | 2024-07-12T19:22:21Z | https://github.com/jowilf/starlette-admin/issues/552 | [
"bug"
] | alg | 5 |
zappa/Zappa | django | 514 | [Migrated] Using Wildcard Subdomains with API Gateway | Originally from: https://github.com/Miserlou/Zappa/issues/1355 by [atkallie](https://github.com/atkallie)
## Context
I have developed a Django project that makes use of the [django-hosts ](https://django-hosts.readthedocs.io/en/latest/) library and now I am trying to deploy it. After working through the Zappa tutoria... | closed | 2021-02-20T09:43:45Z | 2024-04-13T16:36:52Z | https://github.com/zappa/Zappa/issues/514 | [
"enhancement",
"aws",
"feature-request",
"good-idea",
"no-activity",
"auto-closed"
] | jneves | 2 |
aio-libs/aiomysql | asyncio | 11 | rename Connection.wait_closed() | `asyncio.AbstractServer` uses the following idiom:
- `close()` closes connection asynchronously, it's regular function.
- `wait_closed()` is a coroutine that waits for actual closing.
`Connection.wait_closed()` has different behavior: it sends disconnection signal to server and after that closes connection.
I guess ... | closed | 2015-04-20T17:19:55Z | 2015-04-26T18:33:02Z | https://github.com/aio-libs/aiomysql/issues/11 | [] | asvetlov | 1 |
horovod/horovod | pytorch | 3,011 | System env variables are not captured when using Spark as backend. | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) TensorFlow
2. Framework version: 2.5.0
3. Horovod version: 0.22.1
4. MPI version: 4.0.2
5. CUDA version: 11.2
6. NCCL version: 2.9.9
7. Python version: 3.8
8. Spark / PySpark version: 3.1.2
9. Ray version:
10. OS and version: Ubuntu20.04
11. ... | open | 2021-06-30T07:36:11Z | 2021-07-09T16:59:22Z | https://github.com/horovod/horovod/issues/3011 | [
"bug"
] | wjxiz1992 | 1 |
huggingface/transformers | pytorch | 36,623 | Why are there so many variables named layrnorm in the codebase? | Running
`grep -R -n --color=auto "layrnorm" .`
gives these results when ran in src/tranformers
```
./models/idefics/vision.py:441: self.pre_layrnorm = nn.LayerNorm(embed_dim, eps=config.layer_norm_eps)
./models/idefics/vision.py:468: hidden_states = self.pre_layrnorm(hidden_states)
./models/idefics... | closed | 2025-03-10T01:10:24Z | 2025-03-10T14:26:12Z | https://github.com/huggingface/transformers/issues/36623 | [] | jere357 | 1 |
kynan/nbstripout | jupyter | 100 | documentation: .gitattributes and .git/config - install still required after cloning | I thought writing to `.gitattributes` would make someone cloning the repo to get the nbstripout functionality out of the box assuming `nbstripout` and a `.gitattributes` file was provided in the repo. But, after thorough inspection I realized that the `.gitattributes` file only references a name (`nbstripout` / `ipynb`... | closed | 2019-06-19T12:29:31Z | 2020-05-09T10:17:17Z | https://github.com/kynan/nbstripout/issues/100 | [
"type:documentation",
"resolution:fixed"
] | consideRatio | 4 |
ultralytics/ultralytics | python | 19,518 | Metrics all 0 after TensorRT INT8 export for mode val, only INT8 ONNX performs well | ### 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
I succesfully exported my FP32 YOLOv8 OBB (s) model to FP16 and INT8. For FP... | open | 2025-03-04T17:11:26Z | 2025-03-14T01:33:53Z | https://github.com/ultralytics/ultralytics/issues/19518 | [
"question",
"OBB",
"exports"
] | Petros626 | 19 |
TheAlgorithms/Python | python | 12,531 | Football questions | ### What would you like to share?
Questions about football
### Additional information
_No response_ | closed | 2025-01-18T18:19:16Z | 2025-01-19T00:45:37Z | https://github.com/TheAlgorithms/Python/issues/12531 | [
"awaiting triage"
] | ninostudio | 0 |
Guovin/iptv-api | api | 636 | 一直执行不起来,lite版本,用标准版好像也不行 | [2024_12_9 13_52_58_log.txt](https://github.com/user-attachments/files/18056923/2024_12_9.13_52_58_log.txt)
| closed | 2024-12-09T05:54:42Z | 2024-12-13T08:43:10Z | https://github.com/Guovin/iptv-api/issues/636 | [
"duplicate",
"incomplete"
] | Andy-Home | 4 |
Lightning-AI/pytorch-lightning | deep-learning | 20,116 | Error when disabling an optimizer with native AMP turned on | ### Bug description
I'm using 2 optimizers and trying to train with AMP (FP16). I can take steps with my first optimizer. When I take my first step with the second optimizer I get the following error:
```
File "/home/sahil/.cache/pypoetry/virtualenvs/env-auw7Hy33-py3.10/lib/python3.10/site-packages/torch/amp/g... | open | 2024-07-22T18:15:07Z | 2024-07-22T18:17:32Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20116 | [
"bug",
"needs triage",
"ver: 2.2.x"
] | schopra8 | 1 |
encode/httpx | asyncio | 2,677 | [Bug] Logged issue with Pygments #2418 | The starting point for issues should usually be a discussion... - What if not: I have a syntax update issue with a dependency of yours - compatibility 3.11. Easy fix
https://github.com/encode/httpx/discussions
Possible bugs may be raised as a "Potential Issue" discussion, feature requests may be raised as an "Id... | closed | 2023-04-24T15:07:28Z | 2023-04-26T10:21:40Z | https://github.com/encode/httpx/issues/2677 | [] | iPoetDev | 0 |
sinaptik-ai/pandas-ai | data-visualization | 993 | File exists error when creating a `SmartDataframe` object | ### System Info
OS version: Ubuntu 20.04.6 LTS
Python version: 3.11.8
The current version of `pandasai` being used: 2.0.3
### 🐛 Describe the bug
Here is the code (simple flask API) that I'm using right now:
```python
# Route to get all books
@app.route('/run', methods=['POST'])
def run_pandasai():
data... | closed | 2024-03-04T15:06:35Z | 2024-03-07T18:54:46Z | https://github.com/sinaptik-ai/pandas-ai/issues/993 | [
"wontfix"
] | araghuvanshi-systango | 2 |
graphistry/pygraphistry | pandas | 269 | [FEA] validator | **Is your feature request related to a problem? Please describe.**
A recent viz had some null titles -- would help to check validate somehow!
**Describe the solution you'd like**
Ex: https://gist.github.com/lmeyerov/423df6b3b5bd85d12fd74b85eca4a17a
- nodes not in edges
- edges referencing non-existent node... | open | 2021-10-15T05:45:44Z | 2024-12-16T17:25:38Z | https://github.com/graphistry/pygraphistry/issues/269 | [
"enhancement",
"good-first-issue"
] | lmeyerov | 0 |
TracecatHQ/tracecat | pydantic | 342 | [FEATURE IDEA] Add UI to show action if `run_if` is specified | ## Why
- It's hard to tell if a node has a conditional attached unless you select the node or gave it a meaningful title
## Suggested solution
- Add a greenish `#C1DEAF` border that shows up around the node
- Prompt the the user to give the "condition" a human-readable name (why? because the expression will proba... | open | 2024-08-22T17:08:12Z | 2024-08-22T17:17:01Z | https://github.com/TracecatHQ/tracecat/issues/342 | [
"enhancement",
"frontend"
] | topher-lo | 2 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 385 | What versions of everything does one need to avoid errors during setup? | Hi all,
I'm on Ubuntu 20.04 with Python 3.7 in a conda env. I have a Nvidia GTX660 GPU installed.
I'm currently rockin' torch 1.2, cuda-10-0, tensorflow 1.14.0, tensorflow-gpu 1.14.0, and torchvision 0.4.0, along with everything else in requirements.txt. I am using python 3.7. For the life of me, I can't figure... | closed | 2020-06-27T04:21:48Z | 2020-06-29T21:58:11Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/385 | [] | deltabravozulu | 4 |
JaidedAI/EasyOCR | pytorch | 584 | AttributeError: 'Reader' object has no attribute 'detector' | I'm following the api documentation (https://www.jaided.ai/easyocr/documentation/), which points to the detector as a parameter, but I can't use it! :/
The traceback follows...
```bash
Traceback (most recent call last):
File "/home/lead/Documents/wal-project/ocr/icaro-ocr/.venv/lib/python3.8/site-packages/uvico... | closed | 2021-11-03T18:39:29Z | 2022-08-07T05:00:33Z | https://github.com/JaidedAI/EasyOCR/issues/584 | [] | igormcsouza | 0 |
SYSTRAN/faster-whisper | deep-learning | 1,215 | Service Execution Failure: when Running FasterWhisper as a Service on Ubuntu | # Issue: Service Execution Failure - `status=6/ABRT`
The following code executes successfully when run directly on an Ubuntu-based system like say python3 make_transcript.py. However, when executed as a service file, it fails and exits with the error:
```
code=dumped, status=6/ABRT
```
## Code Snippet
```py... | open | 2024-12-24T11:39:49Z | 2024-12-24T11:39:49Z | https://github.com/SYSTRAN/faster-whisper/issues/1215 | [] | manashb96 | 0 |
hankcs/HanLP | nlp | 1,319 | 安装过程出现的问题,以及最后安装成功的版本号,汇报一下 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-11-07T01:48:48Z | 2019-11-07T02:03:00Z | https://github.com/hankcs/HanLP/issues/1319 | [
"discussion"
] | chenwenhang | 3 |
PaddlePaddle/ERNIE | nlp | 134 | 训练任务killed | 下载了bert的demo,在开发机本地运行train.sh,任务直接被killed

| closed | 2019-05-13T12:11:04Z | 2019-10-12T09:15:09Z | https://github.com/PaddlePaddle/ERNIE/issues/134 | [] | MaxLingwei | 5 |
deepfakes/faceswap | deep-learning | 1,282 | No Module Decorator | Tried to run training.py crashed with this in console
```
Traceback (most recent call last):
File "C:\Users\Admin\faceswap\lib\cli\launcher.py", line 217, in execute_script
process.process()
File "C:\Users\Admin\faceswap\scripts\train.py", line 218, in process
self._end_thread(thread, err)
File "... | closed | 2022-11-15T21:27:36Z | 2022-11-16T01:07:12Z | https://github.com/deepfakes/faceswap/issues/1282 | [] | Pytoolbox | 1 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 574 | 指令精调已按wiki安装相应版本的peft还是出现attributeError | 合并chinese alpaca 7b 权重后配置脚本如下:


(myenv) root@autodl-contai... | closed | 2023-06-12T08:44:49Z | 2023-06-13T00:42:39Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/574 | [] | HuXinjing | 6 |
ray-project/ray | data-science | 50,672 | [core] Split giant ray core C++ targets into small ones (raylet client) | This is a sub-issue of https://github.com/ray-project/ray/issues/50586 to split the raylet client bazel target.
- [x] Split out `raylet_client_connection_lib` from the `raylet_client_lib` target.
- [x] Flatten dependencies related to `src/ray/common` and `src/ray/util`.
| closed | 2025-02-17T23:33:00Z | 2025-02-18T13:26:40Z | https://github.com/ray-project/ray/issues/50672 | [] | rueian | 0 |
huggingface/datasets | tensorflow | 7,346 | OSError: Invalid flatbuffers message. | ### Describe the bug
When loading a large 2D data (1000 × 1152) with a large number of (2,000 data in this case) in `load_dataset`, the error message `OSError: Invalid flatbuffers message` is reported.
When only 300 pieces of data of this size (1000 × 1152) are stored, they can be loaded correctly.
When 2,00... | closed | 2024-12-25T11:38:52Z | 2025-01-09T14:25:29Z | https://github.com/huggingface/datasets/issues/7346 | [] | antecede | 3 |
OpenInterpreter/open-interpreter | python | 914 | --local on windows lmstudio via interpreter ran via wsl | ### Is your feature request related to a problem? Please describe.
i tried to run ur interpreter with --local via wsl windows linux ( debian python 3.12 venv pip )
before , run lmstudio windows version , and start there <->
but the linux part didnt make it to the windows one
so it aborted
### Describe the solution... | closed | 2024-01-13T22:47:58Z | 2024-01-14T11:48:01Z | https://github.com/OpenInterpreter/open-interpreter/issues/914 | [
"Enhancement"
] | fxmbsw7 | 4 |
mitmproxy/pdoc | api | 2 | Template files are searched for in the wrong location | I'm trying to use pdoc on a installed-two-weeks-ago Debian Jessie machine, but I get this message:
```
$ pdoc --html some-module
Traceback (most recent call last):
File "/usr/local/bin/pdoc", line 487, in <module>
html_out(module)
File "/usr/local/bin/pdoc", line 334, in html_out
raise e
IOError: [Errno 2]... | closed | 2014-02-20T17:57:14Z | 2018-06-01T11:52:47Z | https://github.com/mitmproxy/pdoc/issues/2 | [] | raek | 13 |
vllm-project/vllm | pytorch | 15,340 | [Bug][V0][Trition MLA][GGUF]: Deepseek R1 GGUF starts producing gibberish towards the end of a longer generation | ### Your current environment
<details>
<summary>The output of `python collect_env.py`</summary>
```text
vllm docker 0.8.1 openai server image
```
</details>
### 🐛 Describe the bug
When inferencing with DeepSeek R1 `Q3_K_M` gguf quant it starts to produce gibberish towards the end of a longer generation.
I have... | open | 2025-03-22T19:12:30Z | 2025-03-23T08:31:08Z | https://github.com/vllm-project/vllm/issues/15340 | [
"bug"
] | davidsyoung | 5 |
jupyterlab/jupyter-ai | jupyter | 1,117 | Problem with the Chat backend bug in kubeflow Jupyter Notebook | <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue.
Before creating a new issue:
* Search for relevant issues
* Follow the issue reporting guidelines:
https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
-->
## Description
I'm installing jupyter-ai pa... | open | 2024-11-22T10:42:56Z | 2025-02-09T13:57:53Z | https://github.com/jupyterlab/jupyter-ai/issues/1117 | [
"bug"
] | IvanLapchenko | 3 |
biolab/orange3 | scikit-learn | 7,033 | Web version | Hi, can you tell me if there is a web version that can be deployed directly, such as using vue? Thanks. | closed | 2025-02-19T02:55:46Z | 2025-02-19T08:29:07Z | https://github.com/biolab/orange3/issues/7033 | [] | WilliaJing | 0 |
autogluon/autogluon | scikit-learn | 4,371 | Adding F2 to evaluation metrics | ## Description
Please add F2 as an evaluation metric. It is very useful when modeling with an emphasis on recall. Even better than F2 would perhaps be fbeta, which allows you to specify the degree to which recall is more important.
## References
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.fbe... | open | 2024-08-07T17:23:48Z | 2024-11-25T23:04:34Z | https://github.com/autogluon/autogluon/issues/4371 | [
"enhancement",
"module: tabular"
] | jack-hillesheim | 0 |
CTFd/CTFd | flask | 2,307 | forgot email does not sent | <!--
If this is a bug report please fill out the template below.
If this is a feature request please describe the behavior that you'd like to see.
-->
**Environment**:
- CTFd Version/Commit: 3.5.0
- Operating System: Docker Container on Linux
- Web Browser and Version: Chrome 113.0.5672.127
**What happe... | closed | 2023-05-23T13:02:45Z | 2023-07-12T03:44:03Z | https://github.com/CTFd/CTFd/issues/2307 | [] | Gary827 | 1 |
pydantic/pydantic-core | pydantic | 1,504 | build error for python 3.14 (alpha) | ```
Failed to build pydantic-core
qa: exit 1 (13.40 seconds) /home/runner/work/luma.core/luma.core> python -I -m pip install '.[qa]' pid=2954
Compiling static_assertions v1.1.0
Compiling cfg-if v1.0.0
Compiling memchr v2.7.4
Compiling pyo3-ffi v0.22.2
Compiling pyo3-m... | closed | 2024-10-26T13:44:15Z | 2025-03-21T11:52:54Z | https://github.com/pydantic/pydantic-core/issues/1504 | [] | thijstriemstra | 2 |
huggingface/transformers | deep-learning | 36,548 | Facing issue while getting model from Rag,pretrained | **Code**
`# Initialize the tokenizer and model
model_name = "facebook/rag-token-nq"
tokenizer = RagTokenizer.from_pretrained(model_name)
model = RagTokenForGeneration.from_pretrained(model_name)
# Initialize the retriever
retriever = RagRetriever.from_pretrained(model_name)
# Tokeniza... | open | 2025-03-05T03:18:44Z | 2025-03-05T03:18:44Z | https://github.com/huggingface/transformers/issues/36548 | [] | MAHESH18TECH | 0 |
oegedijk/explainerdashboard | plotly | 93 | Shap Dependence toggle outlier treatment | Problem: sometimes its very useful to see on shap values (Shap Dependence plot) with and without outliers.
It will be very useful if there is a toggle switch button on plot which enable/disable outlier treatment.
Outliers often make a lot of mess on shap dependence plot, and if exist you often not can view correct... | closed | 2021-03-02T15:20:13Z | 2021-04-06T07:01:12Z | https://github.com/oegedijk/explainerdashboard/issues/93 | [] | oleg-savko | 15 |
nalepae/pandarallel | pandas | 73 | Python quit unexpectedlly | Hi guys,
I got python crashing on my MacBook, even with only one process. Has it happened to anyone before?
Thanks,
Hector | open | 2020-01-24T12:24:41Z | 2024-04-27T07:00:55Z | https://github.com/nalepae/pandarallel/issues/73 | [] | hector-orkestro | 3 |
LAION-AI/Open-Assistant | python | 2,861 | License of OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5 | I would like to understand whether the apache 2.0 license on [this](https://huggingface.co/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5) particular model card is appropriate.
I noticed a related discussion about this [here](https://huggingface.co/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5/discussions/1). | closed | 2023-04-23T17:40:32Z | 2023-04-24T20:11:18Z | https://github.com/LAION-AI/Open-Assistant/issues/2861 | [
"question"
] | debraj135 | 3 |
huggingface/transformers | python | 36,766 | ValueError: weight is on the meta device, we need a `value` to put in on 0. `Gemma3` | ### System Info
**Error trace**
```python
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In[64], line 2
1 tokenizer = AutoTokenizer.from_pretrained(model_id)
----> 2 model = Gemma3ForCausalLM.from_pretra... | closed | 2025-03-17T16:07:05Z | 2025-03-17T19:25:51Z | https://github.com/huggingface/transformers/issues/36766 | [
"bug"
] | akhilpandey95 | 2 |
twopirllc/pandas-ta | pandas | 179 | ImportError: cannot import name 'version' from partially initialized module 'pandas_ta' | pandas_ta-0.2.23b
```python
import pandas_ta as ta
```
<br/>
Error:
```sh
File "/.pyenv/versions/covesting/lib/python3.8/site-packages/pandas_ta/__init__.py", line 96, in <module>
from pandas_ta.core import *
File "/.pyenv/versions/covesting/lib/python3.8/site-packages/pandas_ta/core.py", lin... | closed | 2020-12-29T11:46:09Z | 2021-02-15T22:21:44Z | https://github.com/twopirllc/pandas-ta/issues/179 | [
"bug"
] | Tjorriemorrie | 4 |
httpie/cli | python | 812 | config.json cannot be load occassionally in multiprocess usecase | It seems that during http request, the file config.json will be cleaned and update. In multiprocess usecase, sometimes httpie would read an empty config file and occurs an error.
The thrown exception are:
```python
Traceback (most recent call last):
File "c:\python36\lib\site-packages\httpie\config.py", line 47... | closed | 2019-10-31T14:09:16Z | 2019-12-02T16:45:32Z | https://github.com/httpie/cli/issues/812 | [] | onriv | 2 |
coqui-ai/TTS | python | 3,483 | [Bug] Update current_rl XTTS | ### Describe the bug
Hi!
Is the learning rate update actually happening?

 for how to disable this message. ... | open | 2024-11-11T12:11:25Z | 2024-11-13T05:06:05Z | https://github.com/Skyvern-AI/skyvern/issues/1166 | [
"help wanted"
] | ThakurAnunaya | 1 |
jonaswinkler/paperless-ng | django | 152 | FR: Searchable dropdowns | As the list of correspondents might grow, it would be nice to be able to search in the correspondents dropdown.
For example by using [Select2](www.select2.org) or something else.
| closed | 2020-12-17T19:41:09Z | 2020-12-22T15:12:59Z | https://github.com/jonaswinkler/paperless-ng/issues/152 | [
"feature request",
"fixed in next release"
] | zjean | 6 |
robotframework/robotframework | automation | 4,759 | performance drop for remote libraries | **The problem**
We are just upgrading from 3.x to 6.0.2. We experienced a drop in performance. Running the test started taking a lot longer: from ~2:30h to ~2:50, from 1:05 to 1:15.
**Analysis**
We have narrowed down the problem to the start-phase of tests suites - and specifically to setting up the remote librari... | closed | 2023-05-09T09:11:51Z | 2023-12-20T08:25:44Z | https://github.com/robotframework/robotframework/issues/4759 | [] | karniemi | 4 |
Evil0ctal/Douyin_TikTok_Download_API | api | 248 | [BUG] 无法下载 | <html>
<body>
<!--StartFragment-->
视频下载-无水印 | 点击下载
-- | --
<!--EndFragment-->
</body>
</html>
http://api.douyin.wtf/download?url=https://v.douyin.com/iJp9BVd9/&prefix=true&watermark=false
{
"status": "endpoint closed",
"message": "此端点已关闭请在配置文件中开启/This endpoint is closed, please enable it in the confi... | closed | 2023-08-21T21:13:22Z | 2023-08-23T07:20:01Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/248 | [
"BUG"
] | Kwaiyu | 2 |
kangvcar/InfoSpider | automation | 13 | ? | 
| closed | 2020-08-25T03:19:04Z | 2020-12-15T03:34:34Z | https://github.com/kangvcar/InfoSpider/issues/13 | [
"bug"
] | locatomlion | 3 |
pydata/xarray | numpy | 9,656 | mypy failure for Variable + Dataset arithmetic in test_typed_ops.py with Python 3.12 only | ### What is your issue?
I get the following error when I run mypy in a Python 3.12 environment:
```
$ python -m mypy --install-types --non-interactive
xarray/tests/test_typed_ops.py: note: In function "test_dataset_typed_ops":
xarray/tests/test_typed_ops.py:139: error: Argument 1 to "_test" has incompatible type "... | closed | 2024-10-21T21:38:03Z | 2024-10-28T22:08:25Z | https://github.com/pydata/xarray/issues/9656 | [
"bug",
"topic-typing"
] | shoyer | 0 |
TencentARC/GFPGAN | deep-learning | 571 | Fix a picture | 
| closed | 2024-08-24T13:08:57Z | 2024-08-24T13:10:00Z | https://github.com/TencentARC/GFPGAN/issues/571 | [] | mn3m28 | 1 |
opengeos/leafmap | streamlit | 379 | Errors in 00_key_features.ipynb (in colab) | ## Errors found when running 00_key_features.ipynb on colab:
1. **Missing package: pycrs** - "Add shapefile".
Add a cell with `!pip install pycrs` & execute it before running the related code cell.
2. **Missing import: subprocess** - "Add KML"
```
#[...]
except ImportError:
print('Installi... | closed | 2023-03-03T00:11:05Z | 2023-03-04T20:59:17Z | https://github.com/opengeos/leafmap/issues/379 | [
"bug"
] | CatChenal | 0 |
explosion/spaCy | data-science | 12,906 | LOWER does not always work when presented with random casing | ## How to reproduce the behavior
Create a matcher with the following pattern:
```
[{'LOWER': 'git'}]
```
Then match on this sentence:
```
GitHub is a platform and cloud-based service for software development and version control using gIT.
```
Observe that "gIT" is correctly matched. Then try matching on ... | closed | 2023-08-11T19:46:53Z | 2023-09-23T00:02:06Z | https://github.com/explosion/spaCy/issues/12906 | [
"feat / matcher",
"feat / tokenizer"
] | mjsonofharry | 3 |
open-mmlab/mmdetection | pytorch | 11,400 | is it possible to load a pretrained model and reinitialize a specific layer? | I'm using a YOLOX model with a custom bbox head. I've essentially added a new layer identical to the objectness head (`multi_level_conv_obj`) to predict an additional property. Let's say it's called `multi_level_conv_prop`.
What I want to do is load a pretrained checkpoint of this model and finetune only `multi_leve... | open | 2024-01-18T13:25:09Z | 2024-01-18T13:25:24Z | https://github.com/open-mmlab/mmdetection/issues/11400 | [] | SchizoidBat | 0 |
xinntao/Real-ESRGAN | pytorch | 77 | 怎麽能在Cupscale GUI裏調用Real-ESRGAN的pytorch AI網絡? | 現在有個Cupscale GUI,目前沒辦法使用AI network:Real-ESRGAN(Pytorch)。只能用Real-ESRGAN(ncnnn)網絡。能指點一下把源碼的什麽部分拷貝出來或者怎麽搞一下,能讓這個圖形化界面能使用到Real-ESRGAN(Pytorch)網絡 嗎?
個人是接觸這個的新手,對這個深度學習模型很感興趣,能加一下您的微信聯係方式,便於請教一些具體問題不? | open | 2021-09-13T05:58:16Z | 2021-09-19T15:06:12Z | https://github.com/xinntao/Real-ESRGAN/issues/77 | [] | Battlecraft369 | 5 |
koxudaxi/datamodel-code-generator | fastapi | 1,495 | Missing constr import when --collapse-root-models and using directory input | **Describe the bug**
When using a directory input and multiple input files the resulting python module is missing a `from pydantic import constr`
Note that this occurs for both pydantic v1 and pydantic v2 output types.
**To Reproduce**
```
$ tree schemas
schemas
├── common.yml
└── test.yml
$ datamodel-... | closed | 2023-08-18T01:58:45Z | 2023-10-07T16:23:59Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1495 | [
"bug"
] | indrat | 1 |
benbusby/whoogle-search | flask | 104 | [FEATURE] Option to use privacy-respecting services | **Describe the feature you'd like to see added**
It would be nice if we could activate an option to transform all "*twitter.com*" links to "*nitter.net*", "*youtube.com*" to "*invidio.us*", "*maps.google.com*" to "*openstreetmaps.org*" and "*instagram.com*" to "*bibliogram.art*" (or any instance of preference from use... | closed | 2020-07-11T08:37:11Z | 2020-07-26T17:54:00Z | https://github.com/benbusby/whoogle-search/issues/104 | [
"enhancement"
] | hialvaro | 1 |
django-import-export/django-import-export | django | 1,960 | Explicit field declaration with no attribute is not exported | **Describe the bug**
Create Resources as follows:
```python
class BookResource(ModelResource):
author_email = Field(column_name='aut_em')
class Meta:
fields = ("author_email",)
model = Book
```
Run an export via admin page. The output is an empty `aut_em` column.
The column shou... | closed | 2024-10-10T15:10:50Z | 2024-10-10T17:17:29Z | https://github.com/django-import-export/django-import-export/issues/1960 | [
"bug"
] | matthewhegarty | 1 |
ipython/ipython | jupyter | 14,439 | : documentation build fails with `cannot import name 'system' from 'IPython.utils.process'` error | Looks like something is wrong ant with new version is no longer possible to build documentation
```console
+ /usr/bin/sphinx-build -n -T -b man docs/source build/sphinx/man
Running Sphinx v7.3.7
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/sphinx/registry.py", line 453, in load_ex... | open | 2024-05-17T12:03:44Z | 2024-05-20T18:25:16Z | https://github.com/ipython/ipython/issues/14439 | [] | kloczek | 2 |
aio-libs-abandoned/aioredis-py | asyncio | 1,050 | aioredis==1.3.1 & Redis 6.0.12 connection error with reader at end of file. |
After upgrading Redis to 6.0.12, now every time we trying to make a connection it closed the connection. it works perfectly with Redis = 5.4.10 and Aio 1.3.1
We are using tornado as app server and make call to redis using aioredis=1.3.1 , I always get 503 from tornado and get this error in tornado logs.
``... | open | 2021-07-06T17:25:43Z | 2021-07-16T22:52:03Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/1050 | [
"need investigation"
] | linux2000in | 7 |
polarsource/polar | fastapi | 4,926 | link is broken | ### Description
a link is broken in _`welcome-to-polar`_ page [Contributions welcome](https://docs.polar.sh/docs/developers/open-source)
### Current Behavior

### Expected Behavior
The page should redirect to contributions.md
... | closed | 2025-01-30T06:46:35Z | 2025-01-31T08:14:24Z | https://github.com/polarsource/polar/issues/4926 | [
"bug"
] | Boby900 | 1 |
explosion/spaCy | data-science | 12,544 | token.sentiment is only outputting 0.0 | in any polarity token token.sentiement attribute is giving 0.0 score, why is that?
Thank you for any suggestion | closed | 2023-04-19T06:05:51Z | 2023-04-19T11:46:37Z | https://github.com/explosion/spaCy/issues/12544 | [
"feat / doc"
] | Ibrokhimsadikov | 1 |
zappa/Zappa | django | 848 | [Migrated] assume_policy setting mostly without effect | Originally from: https://github.com/Miserlou/Zappa/issues/2094 by [tommie-lie](https://github.com/tommie-lie)
## Context
I create a trust relationship between `ZappaLambdaExecutionRole` and itself (to call AssumeRole with a session policy in the authorizer to drop certain privileges). To that end, I created a policy ... | closed | 2021-02-20T12:52:26Z | 2024-04-13T19:10:24Z | https://github.com/zappa/Zappa/issues/848 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
wandb/wandb | tensorflow | 9,299 | [Q]: When does Wandb generate a name if none is provided for the run? | ### Ask your question
Hi! I'm writing a small script that will generate names for my wandb run using words from my own custom word bank. I know I can manually provide new names, but I experiment a lot and prefer having names automatically generated from a specified set.
I found that the word bank is private [here](ht... | open | 2025-01-18T15:36:12Z | 2025-01-28T16:24:32Z | https://github.com/wandb/wandb/issues/9299 | [
"ty:question"
] | TitovSergey | 3 |
nschloe/tikzplotlib | matplotlib | 474 | IndexError when saving | Using tikzplotlib for `contourf` sometimes leads to:
```
File "D:\Local_Repositories\Studium\Semester_7\bachelorarbeit\code\env\lib\site-packages\tikzplotlib\_save.py", line 260, in save
code = get_tikz_code(*args, filepath=filepath, **kwargs)
File "D:\Local_Repositories\Studium\Semester_7\bachelorarbeit\... | closed | 2021-03-29T12:44:06Z | 2021-04-08T14:00:22Z | https://github.com/nschloe/tikzplotlib/issues/474 | [] | LDAP | 0 |
MaartenGr/BERTopic | nlp | 1,076 | remove stop words from saved model | Hi. @MaartenGr
I want to remove stop words from the saved BERTopic model and update the model again.
I looked up the official document and found that there was no method to update the keywords.
Maybe I didn't find it? | closed | 2023-03-07T02:26:44Z | 2023-05-23T09:33:16Z | https://github.com/MaartenGr/BERTopic/issues/1076 | [] | kimkyulim | 2 |
plotly/dash | data-science | 2,290 | add new search_indexes prop on dropdown |
When "label" is a component (img and div for example), and I provide "value", "label" and "search" arguments in options is there a way to tell it to search options only by "search"?
It is very slow if searching by value and search for 2k items, "value " is email, I would like to disable searching "value".
| open | 2022-10-27T12:33:22Z | 2024-08-13T19:22:01Z | https://github.com/plotly/dash/issues/2290 | [
"feature",
"P3"
] | MarkoPuntaric | 3 |
agronholm/anyio | asyncio | 186 | `BrokenResourceError` raised by `MemoryObjectStream.send` after successful send | I'm unsure if this is working as designed - it's slightly unclear in the docs. Running the following:
```python
import anyio
async def demo() -> None:
send_stream, receive_stream = anyio.create_memory_object_stream()
async def send() -> None:
async with send_stream:
await send... | closed | 2021-01-10T13:02:56Z | 2021-01-30T14:20:52Z | https://github.com/agronholm/anyio/issues/186 | [
"bug"
] | tomwatson1024 | 1 |
autogluon/autogluon | computer-vision | 4,423 | [tabular] [BUG] Ensure val has sample of each class for metrics like `roc_auc_ovr_macro` | Metrics such as `roc_auc_ovr_macro` will raise an exception in multiclass tasks if the validation set does not contain at least 1 instance of every class.
This was discovered in #4411 as when `test_data` was passed, we couldn't drop rare classes, but with small amounts of rows, we didn't ensure all validation splits... | open | 2024-08-23T21:23:59Z | 2024-11-25T23:04:34Z | https://github.com/autogluon/autogluon/issues/4423 | [
"bug",
"module: tabular",
"priority: 1"
] | Innixma | 0 |
faif/python-patterns | python | 376 | random seed does not take effect in doctest | Thanks for your awesome works on the pythonic design pattern, I'm reviewing some strategies in the design patterns. However, I tried your first abstract_factory.py
`random. seed(1234)` in the main function will not take effect in doctest random. choice(), and it returns fake random depend on machine time or some oth... | closed | 2021-06-11T09:59:07Z | 2022-07-04T19:28:26Z | https://github.com/faif/python-patterns/issues/376 | [
"bug"
] | qitianliang | 3 |
pydantic/pydantic-settings | pydantic | 136 | Validation error if environment variable contains an integer | I'm trying to load a `PORT` environment variable into pydantic settings.
In v1 it was annotated like this
```python
from pydantic import BaseSettings
class MySettings(BaseSettings):
PORT: str | None = None
```
and it used to be able to load the following values: `5432`, `5432,5433`.
When I use the fo... | closed | 2023-07-31T11:37:16Z | 2023-08-08T07:07:41Z | https://github.com/pydantic/pydantic-settings/issues/136 | [
"unconfirmed"
] | xome4ok | 3 |
flairNLP/flair | nlp | 2,874 | 🎓 New position for PhD candidate available at HU Berlin! | Hello all,
we now have another **position for a PhD candidate** available! It is a full-time and fully paid research associate position in my group, intended for persons with a master degree in computer science that aim to pursue a PhD in machine learning or NLP.
**The project:** This is the first of multiple p... | closed | 2022-07-26T11:26:01Z | 2022-09-23T15:46:32Z | https://github.com/flairNLP/flair/issues/2874 | [] | alanakbik | 2 |
MagicStack/asyncpg | asyncio | 1,206 | Why is asyncpg doing type introspection on json types? | * **asyncpg version**: `0.30.0`
* **PostgreSQL version**: `15.3`
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: RDS, and yes
* **Python version**: `3.12.6`
* **Platform**: MacOS and Linux
* **Do you use pgbouncer?**: No
* **Did you install asyn... | closed | 2024-11-01T22:49:32Z | 2025-03-19T19:04:19Z | https://github.com/MagicStack/asyncpg/issues/1206 | [] | swanysimon | 8 |
jupyter/docker-stacks | jupyter | 1,334 | how to add maven dependency in jupyter/pyspark-notebook | **What docker image you are using?**
`jupyter/pyspark-notebook`
**What complete docker command do you run to launch the container (omitting sensitive values)?**
Example: `docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook:latest`
**What steps do you take once the container is running to reproduce the... | closed | 2021-05-25T22:53:18Z | 2021-06-02T21:19:24Z | https://github.com/jupyter/docker-stacks/issues/1334 | [] | priamai | 4 |
python-visualization/folium | data-visualization | 1,944 | HTML does not work when run on mobile. | Suddenly, starting today, HTML does not work when run on mobile. The results of testing several types of devices are the same. | closed | 2024-05-02T03:44:37Z | 2024-05-06T09:02:01Z | https://github.com/python-visualization/folium/issues/1944 | [] | Yheionsung | 2 |
marimo-team/marimo | data-visualization | 3,670 | Methods have the same color as variables in dark mode | ### Describe the bug
In dark mode, everything accessed by a dot like methods or objects from modules have the same color as variables which isn't the case in light mode. Maybe it's just the theme marimo uses but it would be nice if the color is different which is the case in light mode as it makes the code more readab... | closed | 2025-02-03T13:09:39Z | 2025-02-03T15:36:57Z | https://github.com/marimo-team/marimo/issues/3670 | [
"bug"
] | nojovo | 0 |
FactoryBoy/factory_boy | sqlalchemy | 151 | delete old instance before creating new | To speed up unittesting, we don't delete the whole database before running each test.
This way a test needs to clean up old data before running.
Does factory boy support deleting before creating?
I could not find anything in the docs about deleting objects.
Do you have a hint how to implement a "delete before creat... | closed | 2014-08-12T07:16:25Z | 2025-02-06T23:05:54Z | https://github.com/FactoryBoy/factory_boy/issues/151 | [
"Q&A"
] | guettli | 8 |
errbotio/errbot | automation | 1,549 | send_card and send_stream_request don't reply in-thread | ### I am...
* [X] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
Errbot version: 6.1.8
OS version: Debian (`python:3.9-slim` container)
Python version: 3.9
Using a virtual envi... | closed | 2022-01-04T12:55:13Z | 2024-01-04T09:35:31Z | https://github.com/errbotio/errbot/issues/1549 | [] | torgeirl | 6 |
awtkns/fastapi-crudrouter | fastapi | 74 | Example for more than one table. | Is there an example for doing more then one table.
Potato - table 1
Meat - table 2 | closed | 2021-06-10T02:17:54Z | 2021-06-13T01:00:30Z | https://github.com/awtkns/fastapi-crudrouter/issues/74 | [
"question"
] | dawnpatrol04 | 4 |
pytorch/pytorch | python | 149,008 | [AOTI][Debug logger] Min value: Error: "min_all_cuda" not implemented for 'Float8_e4m3fn' | ### 🐛 Describe the bug
Problem is with AOTI intermediate debug logger with FP8.
repro:
```
import torch
import torch._inductor.config as config
config.aot_inductor.debug_intermediate_value_printer = "2"
config.aot_inductor.filtered_kernel_names = "triton_poi_fused__to_copy_add_0"
class Model(torch.nn.Module):
... | open | 2025-03-11T23:09:57Z | 2025-03-21T13:53:58Z | https://github.com/pytorch/pytorch/issues/149008 | [
"triaged",
"module: float8",
"module: aotinductor"
] | henrylhtsang | 1 |
Buuntu/fastapi-react | fastapi | 160 | script build.sh continues to execute even if the docker is not available | It happens that I start the build.sh at the moment when docker is not running yet.
The script shows the trace of the error from the "docker-compose up" but does not quit, but continues executing commands
This is not critical at the moment, but in the future it may have destructive actions.
| closed | 2021-06-12T12:41:55Z | 2021-07-30T19:40:40Z | https://github.com/Buuntu/fastapi-react/issues/160 | [] | numbnp | 1 |
tensorpack/tensorpack | tensorflow | 898 | Differences with Cascade-RCNN paper | Thanks for sharing your code. Some questions about your cascadeRCNN implementation:
1) The scale_gradient implementation for cascade-rcnn: https://github.com/tensorpack/tensorpack/blob/master/examples/FasterRCNN/model_cascade.py#L29, seems to stabilize the training, but I did not find the corresponding description ... | closed | 2018-09-18T02:46:36Z | 2018-09-18T15:35:21Z | https://github.com/tensorpack/tensorpack/issues/898 | [
"examples"
] | LandyGuo | 2 |
ionelmc/pytest-benchmark | pytest | 1 | Add function wrapper support | Eg:
```
def test_stuff(benchmark):
assert benchmark(func)(1, 2, 3) = 'blabla'
```
| closed | 2014-10-11T03:02:35Z | 2015-02-02T05:07:03Z | https://github.com/ionelmc/pytest-benchmark/issues/1 | [] | ionelmc | 0 |
Avaiga/taipy | data-visualization | 1,683 | [🐛 BUG] Table width issue with persistent pane and d-flex | ### What went wrong? 🤔
The table takes more than the screen width when having a persistent pane.
I am using *with* to create the content of the pane. If I use another page to put it inside the pane, the persistent pane will not even work.
### Expected Behavior
This shouldn't change the layout of the applic... | closed | 2024-08-19T19:51:35Z | 2024-08-23T14:37:33Z | https://github.com/Avaiga/taipy/issues/1683 | [
"🖰 GUI",
"💥Malfunction",
"🟨 Priority: Medium"
] | FlorianJacta | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 4,399 | Error reports list as Whistleblower on 5.0.48 | ### What version of GlobaLeaks are you using?
5.0.48
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you seeing the problem on?
All
### Describe the issue
Hi to all,
after login as Whistleblower, i see all reports disabled [as screen below]
`
I'm finding that either one works on it's own, but that if I try to use both, it will either authentica... | open | 2018-05-24T19:41:29Z | 2018-11-20T09:45:32Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/441 | [] | nancyhawa | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,155 | pix2pix test input with only sketch? | Do I need to get a photo with sketch and the sketch model? Could I just input a sketch? | closed | 2020-10-03T15:07:18Z | 2022-08-19T06:30:14Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1155 | [] | darrenleeleelee1 | 1 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 302 | Question about using distributed loss | Hi,
I am working with torch.DistributedDataParallel. I am following your /pytorch-metric-learning/examples/notebooks/DistributedTripletMarginLossMNIST.ipynb. I noticed that all the gpus have the same loss value in each epoch. I am trying to understand why.
According to torch.DistributedDataParallel, each gpu wil... | closed | 2021-04-12T22:18:30Z | 2021-05-10T15:22:33Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/302 | [
"question"
] | liangyuandg | 2 |
randyzwitch/streamlit-folium | streamlit | 218 | Could I get the coordinates of the map without running as a service? | I used `fit_bounds()` in folium to focus a specific place but folium doesn't inform me the new corner coordinates of the canvas map. I need to use the coordinates to crop a rectangle area. Can I just call a function or api to get them without launching a service? | closed | 2024-09-27T01:42:18Z | 2024-09-28T13:47:38Z | https://github.com/randyzwitch/streamlit-folium/issues/218 | [] | LZY-SPCA | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 444 | Need help in finding the memory leak for master/slave check latency |
Hi guys,
I'm trying to split read and writes on the database. I found some sources online but now, i'm having issues with slave replica lag. I have a query to check the latency on postgres but somehow when i implemented it, it was causing some memory leaks. Any tips would be helpful. I have list of slaves, and I... | closed | 2016-11-03T15:41:36Z | 2020-12-05T21:18:20Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/444 | [] | christopher-abastar | 1 |
jupyter-book/jupyter-book | jupyter | 2,076 | Sphinx config `navigation with keys` removes links to Github | ### Describe the bug
**context**
When I add `navigation_with_keys: True` or `False` to
```yaml
sphinx:
config:
html_theme_options:
navigation_with_keys: true
```
in `_config.yml`, the repository buttons dissapear
**expectation**
I expected Github repository buttons to appear if they are set to ... | open | 2023-11-15T08:59:17Z | 2023-11-21T10:54:10Z | https://github.com/jupyter-book/jupyter-book/issues/2076 | [
"bug"
] | jorgensd | 1 |
deepspeedai/DeepSpeed | deep-learning | 5,898 | [BUG] Gradient accumulation causing training loss differences in Deepspeed vs FSDP | **Describe the bug**
I am trying to pretrain an [Olmo ](https://github.com/allenai/OLMo)1B model on 8 MI 250 GPUs with Docker image: rocm/pytorch:latest (ROCm 6.1). I'm using a small subset of Dolma dataset for pretraining.
I see that training loss is comparable between FSDP and Deepspeed when gradient accumulation... | closed | 2024-08-09T10:57:49Z | 2024-09-25T20:32:03Z | https://github.com/deepspeedai/DeepSpeed/issues/5898 | [
"bug",
"training"
] | gramesh-amd | 3 |
Ehco1996/django-sspanel | django | 308 | 如何修改网站图标 favicon | 没有使用docker,使用了nginx反代,该如何修改favicon呢 | closed | 2020-04-22T12:47:52Z | 2020-05-17T02:13:35Z | https://github.com/Ehco1996/django-sspanel/issues/308 | [] | chengziorange | 1 |
yt-dlp/yt-dlp | python | 12,062 | Unable Download Video Instagram | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelated to a specific site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http... | closed | 2025-01-12T03:11:34Z | 2025-01-12T10:00:23Z | https://github.com/yt-dlp/yt-dlp/issues/12062 | [
"spam"
] | VickTC | 1 |
xorbitsai/xorbits | numpy | 288 | REF: use Xoscar as dependency | Before, Xoscar is included in Xorbits itself, now, it's separated and hosted at: https://github.com/xprobe-inc/xoscar . Hence Xoscar can be a dependency for this repo. | closed | 2023-03-20T09:51:51Z | 2023-03-22T06:48:22Z | https://github.com/xorbitsai/xorbits/issues/288 | [
"refactor"
] | qianduoduo0904 | 0 |
d2l-ai/d2l-en | data-science | 1,664 | 17.1. Generative Adversarial Networks | Second paragraph ~
>But there is more to machine learning than just solving discriminative tasks. For example, given a large dataset, without any labels, we might want to **learn a model** that concisely captures the characteristics of this data. Given such a model, we could sample synthetic data examples that rese... | open | 2021-02-25T19:39:02Z | 2023-11-05T20:08:25Z | https://github.com/d2l-ai/d2l-en/issues/1664 | [] | froggie901 | 1 |
glumpy/glumpy | numpy | 124 | Problem with fonts on Windows and TypeError: 'float' | setup:
Windows 10 64 bit...
This is an output:
c:\Users\levan\Desktop\glumpy-master\examples>
c:\Users\levan\Desktop\glumpy-master\examples>python lorenz.py
[i] Using GLFW (GL 4.6)
[i] Requesting "OpenSans-Regular.ttf" from remote server
[w] Data not available on remote server
[w] Falling back to default fon... | closed | 2017-11-21T14:25:29Z | 2017-11-22T11:17:56Z | https://github.com/glumpy/glumpy/issues/124 | [] | shoshia | 3 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 635 | [HELP WANTED]: Apply for multiple positions at a company? | ### Issue description
My question is in regards to the field "apply_once_at_company". If I select true, does this mean it will only apply once at a company for only one position? I'd want to apply multiple times to a company if there are multiple appropriate positions or the position is with the same company but at di... | closed | 2024-10-28T13:47:35Z | 2024-10-29T15:29:56Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/635 | [
"help wanted"
] | shiboby | 6 |
httpie/cli | api | 1,201 | http://external.system.id= | https://github.com/plaid/plaid-link-examples/blob/master/webviews/android/link-android-webview-example.iml#L1-L21 | closed | 2021-11-08T07:21:06Z | 2021-11-23T09:03:19Z | https://github.com/httpie/cli/issues/1201 | [
"invalid"
] | transmatecode | 1 |
donnemartin/data-science-ipython-notebooks | matplotlib | 108 | Data science | open | 2024-07-17T05:22:04Z | 2024-07-17T05:22:04Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/108 | [] | rjagathe | 0 | |
plotly/dash | jupyter | 3,094 | Allow_duplicate=True Fails with More Than Two Duplicate Callbacks | ## Bug Report: `allow_duplicate=True` Fails with More Than Two Duplicate Callbacks
**Description:**
The `allow_duplicate=True` parameter does not function correctly when there are more than two duplicate callbacks.
**Reproducible Example:**
The following examples demonstrate the issue:
**Working Examples (Two Dupl... | closed | 2024-11-26T12:01:25Z | 2024-11-27T15:35:24Z | https://github.com/plotly/dash/issues/3094 | [
"bug",
"P2"
] | Kissabi | 1 |
jazzband/django-oauth-toolkit | django | 1,120 | Django Lazy Reference ValueError after upgrading to the latest version and running migrations, | ```
raise ValueError("\n".join(error.msg for error in errors))
ValueError: The field oauth2_provider.AccessToken.application was declared with a lazy reference to 'oauth.clientapplication', but app 'oauth' isn't installed.
The field oauth2_provider.AccessToken.source_refresh_token was declared with a lazy refere... | open | 2022-02-18T11:47:41Z | 2022-06-26T13:37:45Z | https://github.com/jazzband/django-oauth-toolkit/issues/1120 | [
"bug"
] | smit-mehta25 | 7 |
vllm-project/vllm | pytorch | 15,264 | [Bug]: qwen2.5vl cannot use fp8 quantization | ### Your current environment
<details>
<summary>The output of `python collect_env.py`</summary>
```text
PyTorch version: 2.6.0+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Clang version:... | open | 2025-03-21T03:04:00Z | 2025-03-24T09:23:19Z | https://github.com/vllm-project/vllm/issues/15264 | [
"bug"
] | lessmore991 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.