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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
vimalloc/flask-jwt-extended | flask | 20 | Exceptions in production not producing json | Flask with blueprint pattern, using Flask Restful with a Token Resource class and method decorator for jwt_required.
```
'''In app.py'''
from flask_jwt_extended import JWTManager
from flask import Flask
jwtmanager = JWTManager()
def create_app():
app = Flask(__name__)
def register_extensions(app):
... | closed | 2016-12-15T18:41:47Z | 2018-08-27T04:06:39Z | https://github.com/vimalloc/flask-jwt-extended/issues/20 | [] | constemi | 17 |
slackapi/python-slack-sdk | asyncio | 1,383 | How to list converations without team ID in an org. install? | I'm trying to list the channels that my app has been added to in some installation. The installation is an org. wide installation (`isEnterpriseInstall` is `true` and there is no `team`, just `enterprise.id`):
I wrote this small script:
```
import os
from slack_sdk import WebClient
token = os.environ["SLACK_AP... | closed | 2023-06-26T10:12:02Z | 2023-06-26T10:41:25Z | https://github.com/slackapi/python-slack-sdk/issues/1383 | [
"question",
"web-client",
"Version: 3x"
] | gilmatok | 6 |
FactoryBoy/factory_boy | django | 607 | _add_items() got an unexpected keyword argument 'through_defaults' after updated Django to 2.2.1 | #### Description
*TypeError: _add_items() got an unexpected keyword argument 'through_defaults' after upgraded Django to 2.2.1*
#### To Reproduce
*Many-To-Many relation - issue happens after adding new elements to object.*
##### Model / Factory code
```python
class CourseModule(models.Model):
course = mo... | closed | 2019-05-30T11:30:04Z | 2019-05-30T13:13:35Z | https://github.com/FactoryBoy/factory_boy/issues/607 | [] | vprinz | 0 |
huggingface/peft | pytorch | 2,316 | peft with DinoV2 and tasktype feature extraction | ### System Info
irrelevant.
### Who can help?
_No response_
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder
- [X] My own task or dataset (give details below)
### Reproduction
```python
im... | closed | 2025-01-09T02:48:36Z | 2025-01-09T14:11:54Z | https://github.com/huggingface/peft/issues/2316 | [] | createdaccountbecauseIwantgithubcopilot | 2 |
open-mmlab/mmdetection | pytorch | 11,184 | Is there a tutorial for integrating yolov7 | Thank you very much for your excellent work, can mmdetection be integrated with yolov7? Or is there a tutorial for integrating yolov7? Thanks! | open | 2023-11-15T13:28:45Z | 2023-11-15T13:29:03Z | https://github.com/open-mmlab/mmdetection/issues/11184 | [] | xlnn | 0 |
katanaml/sparrow | computer-vision | 32 | When using own images that are not invoices gives an unknown error | `FileNotFoundError: [Errno 2] No such file or directory: 'docs/json/claim 001.json'
Traceback:
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.__dict__)
File "/Users/louis/Documents... | closed | 2024-01-03T05:43:54Z | 2024-01-08T07:14:12Z | https://github.com/katanaml/sparrow/issues/32 | [] | maguru-louis | 5 |
clovaai/donut | nlp | 69 | Image at {file_relpath} doesn't have metadata in {downloaded_metadata_file} | I'm trying to retrain donut model on my custom dataset, and made the dataset using script. I put metadata.jsonl file for all the images along with images in train folder. Here I'm providing starting 4 lines of my metadata.jsonl file:
metadata
{"file_name": "img1.jpeg", "ground_truth": "{\"gt_parse\": {\"patient name... | open | 2022-10-10T08:55:24Z | 2022-10-14T07:10:08Z | https://github.com/clovaai/donut/issues/69 | [] | Meghna199 | 4 |
Neoteroi/BlackSheep | asyncio | 427 | Incorrect handling of exceptions in websocket handlers | I've encountered a couple of issues in how Blacksheep handles exceptions during the execution of a WebSocket handler. I'd like to discuss them and propose a solution.
I see two problems:
1. If an `HTTPException` is raised **before** accepting the connection, current behavior is to close the connection, and then try... | closed | 2023-10-24T20:17:20Z | 2023-12-15T19:51:33Z | https://github.com/Neoteroi/BlackSheep/issues/427 | [] | Klavionik | 5 |
aws/aws-sdk-pandas | pandas | 2,166 | Test case for wr.athena.read_sql_query failing with empty DataFrame Body | Hi there,
"I am trying to create unit tests for my code, and I am attempting to replicate the functionality of the test_athena_read_sql_ctas_bucketing test (located at https://github.com/aws/aws-sdk-pandas/blob/main/tests/test_athena.py#L126). Specifically, I am trying to use the wr.athena.read_sql_query function in... | closed | 2023-03-31T15:25:22Z | 2023-03-31T15:49:38Z | https://github.com/aws/aws-sdk-pandas/issues/2166 | [
"question"
] | tomascortes | 1 |
plotly/dash-table | plotly | 197 | default styles to accommodate wide content? | Currently, our default styles grow beyond their container. Could we default to something responsive instead like multi-line cells, ellipses, or overflow hidden?

| open | 2018-11-01T19:18:10Z | 2018-11-01T19:18:10Z | https://github.com/plotly/dash-table/issues/197 | [] | chriddyp | 0 |
aio-libs/aiomysql | asyncio | 599 | 在fastapi中使用aiomysql会不定时报错 | ```
Traceback (most recent call last):
File "C:\Users\xuzhu\.virtualenvs\re_fastapi\lib\site-packages\aiomysql\connection.py", line 598, in _read_bytes
data = await self._reader.readexactly(num_bytes)
File "D:\Program Files\Python38\lib\asyncio\streams.py", line 721, in readexactly
raise exceptions.In... | closed | 2021-07-08T07:58:40Z | 2022-01-30T10:34:45Z | https://github.com/aio-libs/aiomysql/issues/599 | [] | xujiang1 | 3 |
ansible/awx | automation | 15,813 | API filter `limit` on /api/v2/jobs/ not working | ### Please confirm the following
- [x] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [x] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [x] I understand that AWX is open source software provide... | open | 2025-02-05T19:44:54Z | 2025-02-05T19:45:15Z | https://github.com/ansible/awx/issues/15813 | [
"type:bug",
"needs_triage",
"community"
] | kerhac | 0 |
onnx/onnx | deep-learning | 6,562 | ONNX failing to build from source with external Protobuf and Abseil-cpp | # Bug Report
### Is the issue related to model conversion?
No
### Describe the bug
When I tried to built Onnx v1.17.0 with external protobuf v4.25.3 and abseil 20240116.2. I have built protobuf with this version abseil and while trying to build Onnx with this, I see this error.
```
[ 95%] Building CXX objec... | closed | 2024-11-29T14:02:16Z | 2024-12-03T05:14:01Z | https://github.com/onnx/onnx/issues/6562 | [
"bug"
] | Aman-Surkar | 1 |
lanpa/tensorboardX | numpy | 534 | FileExistsError when calling add_scalars | **Describe the bug**
When using tensorboardX in [facebookresearch/maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark), I got **FileExistsError: [Errno 17] File exists:**
It seems that when in multi-gpu training, add_scalars are called twice in maskrcnn-benchmark. Do you have any solutions? T... | closed | 2019-11-21T08:28:53Z | 2021-08-25T10:28:27Z | https://github.com/lanpa/tensorboardX/issues/534 | [] | Leeehow | 1 |
wyfo/apischema | graphql | 641 | Support of extra and not required arguments for TypedDict in JSON schema generator | I am tring to generate JSON schema for TypedDict allowing for extra/optional arguments. With NotRequired typing I get the following error:
```
from typing import TypedDict
from apischema.json_schema import deserialization_schema
class MyTypedDict(TypedDict):
my_key1: Optional[int]
my_key2: NotRequired... | open | 2024-12-20T10:17:51Z | 2024-12-20T12:25:38Z | https://github.com/wyfo/apischema/issues/641 | [] | tokarenko | 0 |
gradio-app/gradio | data-visualization | 10,590 | RootPath not properly working from Gradio version 4.21.0 and onward (including 5.16.0) when using gr.mount and FastAPI directly | ### Describe the bug
root_path is not properly working when mounting gradio application to fastapi as theme.css becomes unaccessible. Looks like how the theme file is being accessed changed from 4.20.1 to 4.21.0. Interestingly, when deployed and used with localhost, it works an intended on gradio on 5.16.0, only when ... | open | 2025-02-13T22:04:16Z | 2025-02-28T17:53:24Z | https://github.com/gradio-app/gradio/issues/10590 | [
"bug",
"cloud"
] | jayteaftw | 2 |
yt-dlp/yt-dlp | python | 12,547 | How can I try to download the same source again? | ### Checklist
- [x] I'm asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))... | closed | 2025-03-06T09:14:35Z | 2025-03-07T23:31:06Z | https://github.com/yt-dlp/yt-dlp/issues/12547 | [
"question",
"incomplete"
] | reheinz | 2 |
pydata/bottleneck | numpy | 287 | [RFC] NEP 29 adoption (drop <3.6 in next release) | With Python 2 reaching EOL on 1/1/2020, `bottleneck` will also be dropping support for Python 2.7.
With the recent adoption of NEP 29, `numpy` has adopted a formal version upgrade cadence. Given `bottleneck`'s tight compatibility with `numpy`, it likely makes sense for us to adopt NEP 29 as well. The relevant sectio... | closed | 2019-12-09T05:29:50Z | 2020-01-01T00:08:11Z | https://github.com/pydata/bottleneck/issues/287 | [] | qwhelan | 1 |
aiortc/aiortc | asyncio | 515 | Can aiortc janus example support udp ts stream as the input or output |
it looks like aiortc janus example just support file as the input or output when it connect to janus.
It there a way to let aiortc to support udp ts stream as the input/output ?
it is very helpful if it can do it.
| closed | 2021-03-25T07:26:08Z | 2021-03-29T06:19:30Z | https://github.com/aiortc/aiortc/issues/515 | [] | zhiweny1122 | 2 |
QingdaoU/OnlineJudge | django | 490 | 群满了,来反馈 | 反馈,想入群 | open | 2025-03-18T09:59:04Z | 2025-03-22T12:38:32Z | https://github.com/QingdaoU/OnlineJudge/issues/490 | [] | Yu-cre7 | 3 |
SYSTRAN/faster-whisper | deep-learning | 1,162 | New model: CrisperWhisper | I would like to bring attention to the recent release of the new Whisper model, which has demonstrated significant performance on the [OpenASR leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard). This advancement in ASR technology is noteworthy and could have implications for faster-whisper.
... | closed | 2024-11-21T08:43:52Z | 2024-11-21T18:10:34Z | https://github.com/SYSTRAN/faster-whisper/issues/1162 | [] | imsakg | 1 |
deepfakes/faceswap | machine-learning | 1,202 | faceswap graph crashes | The training module of faceswap used to have a broken line statistical chart. Now I click the chart, and the program crashes and exits | closed | 2022-01-01T23:46:30Z | 2022-06-30T09:52:22Z | https://github.com/deepfakes/faceswap/issues/1202 | [] | wangyifan349 | 3 |
jonaswinkler/paperless-ng | django | 820 | [BUG] Consumer consuming files to often with inotify | I'm using a printer-scanner solution (Canon Maxify MB5150) to scan documents via Samba (SMB1) into the consume directory of paperless-ng. It seems, that inotify triggers new files to often.
After "sending" a new document to paperless-ng via consume directory, I found the following within the protocol:
1. After "A... | closed | 2021-03-25T09:55:28Z | 2021-03-25T11:21:12Z | https://github.com/jonaswinkler/paperless-ng/issues/820 | [] | martinpichlo | 1 |
aminalaee/sqladmin | sqlalchemy | 130 | Any way to manage in batch? | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I want to be ablet to add new users in batch, but I didn't find such a feature
### Describe the solution you would like.
_No response_
### Describe alternatives you considered
... | closed | 2022-04-06T12:39:20Z | 2022-05-03T18:30:52Z | https://github.com/aminalaee/sqladmin/issues/130 | [] | JalinWang | 2 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 68 | infinite [INFO] Booting worker with pid: 461 while deploying to heroku via docker image | My Dockerfile
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
COPY requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt
COPY ./app /app | closed | 2020-11-19T13:36:09Z | 2022-11-21T00:27:25Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/68 | [
"answered"
] | rvigneshw | 4 |
arogozhnikov/einops | numpy | 352 | [Feature suggestion] Support documentation-only names in repeat (and rearrange) | [Jaxtyping](https://docs.kidger.site/jaxtyping/api/array/) has documentation-only names.
For example `channel=2`
Here, the name before the `=` is completely ignored and only serves a documentation purpose. The code behaves as-if there was only the anonymous number written.
instead of
```python
repeat(tensor... | open | 2024-11-28T10:22:56Z | 2025-02-24T07:43:14Z | https://github.com/arogozhnikov/einops/issues/352 | [
"feature suggestion"
] | fzimmermann89 | 2 |
plotly/dash | plotly | 2,871 | Address typing issues | #2841 addresses some longstanding issues with Python typing, and could be extended to add typing for methods as well. | closed | 2024-05-29T19:22:05Z | 2024-08-13T19:51:09Z | https://github.com/plotly/dash/issues/2871 | [
"feature",
"P3"
] | gvwilson | 0 |
pytorch/pytorch | machine-learning | 149,199 | DISABLED test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_cuda_complex64 (__main__.TestForeachCUDA) | Platforms: linux, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_cuda_complex64&suite=TestForeachCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pyto... | open | 2025-03-14T15:42:55Z | 2025-03-14T15:42:59Z | https://github.com/pytorch/pytorch/issues/149199 | [
"triaged",
"module: flaky-tests",
"skipped",
"module: mta"
] | pytorch-bot[bot] | 1 |
man-group/notebooker | jupyter | 19 | Do not show hidden directories in PY_TEMPLATE_DIR | For example, `.git` is shown in the docker-compose setup from #14 | closed | 2020-10-22T15:22:06Z | 2021-11-19T15:55:23Z | https://github.com/man-group/notebooker/issues/19 | [
"good first issue"
] | Code0x58 | 0 |
biolab/orange3 | scikit-learn | 6,161 | Mac user cannot upload TAGS URL to Orange |
**What's wrong?**
<img width="1221" alt="Screen Shot 2022-09-21 at 1 04 54 PM" src="https://user-images.githubusercontent.com/43657290/193877414-9756b836-7033-4c9f-9385-d20e66d9e6a2.png">
The red exclamation point shows on top of the "File" widget because the info through the Google sheet won't load. When I ... | closed | 2022-10-04T22:53:55Z | 2022-11-14T08:29:20Z | https://github.com/biolab/orange3/issues/6161 | [
"bug"
] | dariasin | 10 |
milesmcc/shynet | django | 255 | Don't phone home when browser has DNT enabled, and project respects DNT | Would love it if someone submitted a PR for this issue! Otherwise I'll try to get to it soon. | closed | 2023-02-14T18:02:25Z | 2023-07-24T17:22:15Z | https://github.com/milesmcc/shynet/issues/255 | [] | milesmcc | 3 |
xorbitsai/xorbits | numpy | 746 | BUG: set column when using fallback results | Note that the issue tracker is NOT the place for general support. For
discussions about development, questions about usage, or any general questions,
contact us on https://discuss.xorbits.io/.
```
import xorbits.pandas as pd
xdf = pd.DataFrame([[1,2], [3,4]], columns=[["a", "b"], ["c", "d"]])
xdf.columns = xdf.c... | open | 2023-10-17T06:37:57Z | 2024-12-16T01:52:36Z | https://github.com/xorbitsai/xorbits/issues/746 | [
"bug"
] | ChengjieLi28 | 0 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 290 | [BUG]部署完成了,为啥在网页端一直在Server酱正收到你输入的链接啦!(◍•ᴗ•◍) 正在努力处理中,请稍等片刻... | ***发生错误的平台?***
抖音
***发生错误的端点?***
Web APP/

| closed | 2023-10-06T13:07:24Z | 2023-10-14T00:14:24Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/290 | [
"BUG"
] | a186232641 | 1 |
zhiyiYo/Fluent-M3U8 | dash | 15 | [Bug]: PySide6,设置为深色模式后,修改系统主题色/深浅色时,界面变成白底白字的异常状态 | ### What happened?
PySide6,设置为深色模式后,修改系统主题色/深浅色时,界面变成白底白字的异常状态。
### Operation System
Windows 11 24H2
### Python Version
Python 3.12.9
### PyQt/PySide Version
PySide 6.8.2.1
### PyQt/PySide-Fluent-Widgets Version
1.7.5
### How to Reproduce?
使用PySide6版本完整组件库,Windows11最新版本,程序设置为深色模式(或跟随系统设置的深色模式),之后切换系统深浅色或更改主题... | closed | 2025-02-21T09:45:51Z | 2025-02-22T06:30:07Z | https://github.com/zhiyiYo/Fluent-M3U8/issues/15 | [
"bug"
] | Ianzb | 1 |
kennethreitz/records | sqlalchemy | 132 | How to connect clickhouse? | Can it support to connect clickhouse database?
| open | 2018-03-17T08:38:46Z | 2018-04-28T21:58:20Z | https://github.com/kennethreitz/records/issues/132 | [
"enhancement"
] | jgshzy | 1 |
graphql-python/graphene-sqlalchemy | graphql | 312 | How to define an Enum Input in mutation? | In models.py, I defined a python Enum class:
```python
class EmployeeKind(PyEnum):
contractor = 1
fulltime = 2
parttime = 3
```
and in schema.py, I defined a mutation class:
```python
class UpdateEmployee(graphene.Mutation):
class Arguments:
id = graphene.ID(required=True)
... | closed | 2021-06-24T03:39:26Z | 2023-02-25T00:48:53Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/312 | [] | shaozi | 11 |
reloadware/reloadium | django | 49 | Reload is not triggered when switching Git branches | In the new version of Reloadium/PyCharm (fixed 0.9.3 with a "reload file" button), reloads are not triggered on
1. External changes to files (editing the file in an editor outside of PyCharm and saving it): PyCharm picks up the changes, but Reloadium is not triggered until the "reload file" button is pressed.
**2.... | open | 2022-10-10T18:02:26Z | 2023-04-29T16:17:24Z | https://github.com/reloadware/reloadium/issues/49 | [
"enhancement"
] | jacobm-tech | 1 |
onnx/onnx | pytorch | 6,367 | Error Loading ONNX Model: Invalid Node Input 'compute_STFT.window' | I'm encountering an issue while trying to load an ONNX model using onnxruntime.InferenceSession. The error message indicates that there is a problem with a node input 'compute_STFT.window', which is not recognized as a graph input, initializer, or output of a previous node.
```
Traceback (most recent call last):
... | open | 2024-09-15T15:48:09Z | 2024-09-16T10:09:00Z | https://github.com/onnx/onnx/issues/6367 | [
"bug"
] | cocovoc | 1 |
Miserlou/Zappa | django | 1,645 | Undefined name: 'lambda_name' in core.py | __lambda_name__ is an _undefined name_ in this context which has the potential to raise __NameError__ at runtime.
* https://github.com/Miserlou/Zappa/blob/master/zappa/core.py#L2745
[flake8](http://flake8.pycqa.org) testing of https://github.com/Miserlou/Zappa on Python 2.7.14
$ __flake8 . --count --select=E901,... | closed | 2018-10-12T08:43:45Z | 2019-03-02T10:49:03Z | https://github.com/Miserlou/Zappa/issues/1645 | [] | cclauss | 0 |
ckan/ckan | api | 8,451 | 2.11 config option ckan.auth.public_activity_stream_detail not honoured | closing. my incorrect interpretation of settings. | closed | 2024-09-21T03:13:55Z | 2024-09-21T03:17:09Z | https://github.com/ckan/ckan/issues/8451 | [] | brooks-eco | 0 |
Asabeneh/30-Days-Of-Python | flask | 449 | Python program | closed | 2023-10-06T00:48:21Z | 2023-10-09T00:56:36Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/449 | [] | xozayn | 0 | |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 4,211 | Creating Account Recovery Key fails during first user session | ### What version of GlobaLeaks are you using?
5.0.11
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you seeing the problem on?
Windows
### Describe the issue
When a new user is added to a portal, we always recommend, that they immediately create the Account ... | closed | 2024-10-02T09:21:31Z | 2024-10-14T15:23:23Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4211 | [
"T: Bug",
"C: Backend"
] | schris-dk | 4 |
microsoft/unilm | nlp | 1,138 | Is there any plan to release the dit pretraining code publicly? This is crucial for me. | Is there any plan to release the dit pretraining code publicly? This is crucial for me.
| closed | 2023-06-13T11:32:01Z | 2023-06-14T01:40:54Z | https://github.com/microsoft/unilm/issues/1138 | [] | Masterchenyong | 0 |
Farama-Foundation/Gymnasium | api | 545 | [Bug Report] Gym v0.21 Environment Compatibility Not Working | ### Describe the bug
I have an environment that uses gym v0.21 and I'm trying to use it inside stable baselines3. Inside the documentation ([here](https://gymnasium.farama.org/content/gym_compatibility/#gym-v0-21-environment-compatibility)), it's been stated that I can use my old environment like this:
`env = gymnasi... | closed | 2023-06-08T09:16:02Z | 2023-06-08T09:52:18Z | https://github.com/Farama-Foundation/Gymnasium/issues/545 | [
"bug"
] | behradkhadem | 2 |
ultralytics/yolov5 | pytorch | 13,182 | yolov5 | open | 2024-07-11T02:32:11Z | 2024-10-20T19:49:54Z | https://github.com/ultralytics/yolov5/issues/13182 | [
"Stale"
] | shangjin900000 | 3 | |
opengeos/leafmap | plotly | 1,040 | add_raster function in a dockerized and externally redirected gradio application | Hi, I am trying to build a gradio application where one of the outputs is a leafmap that can display multiple tiff images. For this, I have based on the example you have posted in the following link: [https://leafmap.org/notebooks/66_gradio/](https://leafmap.org/notebooks/66_gradio/). I have simplified my particular ca... | closed | 2025-02-09T12:33:22Z | 2025-02-11T06:45:48Z | https://github.com/opengeos/leafmap/issues/1040 | [] | AdrianSeguraOrtiz | 4 |
tflearn/tflearn | tensorflow | 1,081 | Tag: acc:0 cannot be found in summaries list | Dear friend:
when I run the example ntroduces the use of TFLearn variables to easily implement
Tensorflow variables with custom initialization and @@@@regularization.(github.com/tflearn/tflearn/blob/master/examples/extending_tensorflow/variables.py) it has
reported an error "Tag: acc:0 cannot be found... | open | 2018-07-25T02:57:41Z | 2018-08-07T12:05:25Z | https://github.com/tflearn/tflearn/issues/1081 | [] | fengwengg | 4 |
codertimo/BERT-pytorch | nlp | 33 | Vocab Replace \t to blank issue | when the corpus is:
` how are you \ tnice to meet you`
and apply `bert-vocab ` cmd, the output of the vacab is
`['<pad>', '<unk>', '<eos>', '<sos>', '<mask>', 'you', 'are', 'how', 'meet', 'nice', 'to']`.
But when change the corputs to
` how are you\tnice to meet you`, the result is `['<pad>', '<unk>', '<eos>',... | open | 2018-10-23T13:51:16Z | 2018-10-30T07:40:17Z | https://github.com/codertimo/BERT-pytorch/issues/33 | [
"bug"
] | NiHaoUCAS | 2 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,034 | `python_implementation` marker used in `build-system.requires` is non-standard and unsupported by alternative installers | ### Describe the bug
SQLAlchemy declares a conditional build dependency on Cython using the `python_implementation` environment marker. This is a non-standard, undocumented marker, which the [packaging](https://github.com/pypa/packaging/issues/72) library used by pip has inherited from setuptools, but which alternat... | closed | 2024-02-19T07:49:03Z | 2024-02-21T20:13:15Z | https://github.com/sqlalchemy/sqlalchemy/issues/11034 | [
"use case",
"setup"
] | layday | 1 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 169 | 是否有不同大小的模型在,在某个硬件上每秒钟可以处理多少个token的性能数据? | 是否有不同大小的模型在,在某个硬件上(GPU/CPU都可以)每秒钟可以处理多少个token的性能数据?
| closed | 2023-04-17T08:09:09Z | 2023-05-13T22:02:27Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/169 | [
"stale"
] | thewintersun | 5 |
deepset-ai/haystack | machine-learning | 8,216 | clean up docstrings: MetadataRouter | closed | 2024-08-13T12:25:43Z | 2024-08-14T06:40:19Z | https://github.com/deepset-ai/haystack/issues/8216 | [] | dfokina | 0 | |
explosion/spaCy | nlp | 12,233 | unable to load model after training on collar GPU | Hello, guys
Since last few weeks I was facing this issue!
<img width="1627" alt="Screenshot 2023-02-06 at 4 04 57 PM" src="https://user-images.githubusercontent.com/25666718/216949692-be764dfd-8143-48c1-ad22-3f9f6aa30316.png">
While trying to load the custom trained model on collar GPU onto my Mac , I got thi... | closed | 2023-02-06T10:36:51Z | 2023-03-17T00:02:25Z | https://github.com/explosion/spaCy/issues/12233 | [
"resolved",
"feat / transformer"
] | Anand195 | 24 |
tqdm/tqdm | jupyter | 998 | Dead lock while running pandas.DataFrame.groupby(..).progress_apply(func) |
- tqdm : 4.41.1
- python 3.7.6
Running in jupyterlab, progress show it is done .

However it is stuck , interrupt the execution got :
```
---------------------------------------------------------... | open | 2020-07-02T08:48:13Z | 2021-05-30T22:33:00Z | https://github.com/tqdm/tqdm/issues/998 | [] | eromoe | 3 |
plotly/dash | flask | 2,781 | [BUG] Dash 2.16.0 | Here's another example of an app that worked in 2.15 but not in 2.16 Might be related to some already reported issues, but it looks slightly different.
> Cannot read properties of undefined (reading 'DashIconify')
```
This error originated from the built-in JavaScript code that runs Dash apps. Click to see th... | closed | 2024-03-04T21:49:37Z | 2024-03-04T23:28:17Z | https://github.com/plotly/dash/issues/2781 | [] | AnnMarieW | 4 |
predict-idlab/plotly-resampler | data-visualization | 1 | Fix nans when resampling with LTTB | minimal snippet:
```python
nb_samples = 10_000_000
x = np.arange(nb_samples).astype(np.uint32)
y = np.sin(x/300).astype(np.float32) + np.random.randn(nb_samples) / 5
s = pd.Series(index=x, data=y)
from context_aware.visualizations.plotly.downsamplers import LTTB
out = LTTB().downsample(s, n_out=3000)
ou... | closed | 2021-11-21T18:56:20Z | 2021-12-04T09:54:43Z | https://github.com/predict-idlab/plotly-resampler/issues/1 | [
"bug"
] | jonasvdd | 2 |
alteryx/featuretools | scikit-learn | 1,883 | Add black linting package and remove autopep8 for Featuretools | - Add black linting package and remove autopep8
- Update Makefile commands
- Add a notebook cleaner
- This should be very similar to this PR:
- https://github.com/alteryx/woodwork/pull/1164 | closed | 2022-02-07T19:23:00Z | 2022-03-28T17:00:55Z | https://github.com/alteryx/featuretools/issues/1883 | [] | gsheni | 0 |
fastapi-admin/fastapi-admin | fastapi | 4 | Uvloop dependency | Hi, I discovered this fantastic project of yours, and would like to use it in my project. However, when I try to install `fastapi-admin`, I discovered that `uvloop` is a required dependency. As I understand, it is better to use `uvloop` with `FastAPI`, however `uvloop` is not available on windows, so it would be better... | closed | 2020-07-01T15:20:58Z | 2020-07-02T21:58:45Z | https://github.com/fastapi-admin/fastapi-admin/issues/4 | [] | mosheduminer | 1 |
ScottfreeLLC/AlphaPy | scikit-learn | 25 | Error in Binary Encoding | local variable 'pd_features' referenced before assignment | closed | 2019-06-27T12:43:29Z | 2019-11-17T21:15:14Z | https://github.com/ScottfreeLLC/AlphaPy/issues/25 | [] | mrconway | 0 |
deepspeedai/DeepSpeed | deep-learning | 5,760 | [BUG] I can't run fp8 with pipeline parallel | Hi, I am trying to use fp8 with TransformerEngine. I am using a version of GPT-Neox repo, which uses deepspeed.
I can get fp8 to run in my MLPs with model parallel, but when I use pipeline parallel, it gets hung up with no errors, it's just frozen once it tries to train (and goes into the DeepSpeed library call).
... | open | 2024-07-10T02:34:49Z | 2024-07-13T04:51:37Z | https://github.com/deepspeedai/DeepSpeed/issues/5760 | [
"bug",
"training"
] | exnx | 2 |
statsmodels/statsmodels | data-science | 9,436 | ENH: SVAR with no unknown A, B parameters | **edit** shape problem as in #9302 and empty parameter for A, B. A, B are fully known is not supported.
```
import numpy as np
import pandas as pd
import statsmodels.api as sm
np.random.seed(123)
nobs = 1000
data = np.random.randn(nobs, 2)
df = pd.DataFrame(data, columns=['y1', 'y2'])
A = np.array([[1, 0],... | open | 2024-11-24T16:08:21Z | 2024-11-24T18:33:33Z | https://github.com/statsmodels/statsmodels/issues/9436 | [
"comp-tsa",
"type-enh"
] | menghan465 | 6 |
Nemo2011/bilibili-api | api | 483 | [???] | wc 16.0.0 什么时候发的,这不科学我四小时前在打 csgo ,怎么是我的署名,有 2fa

| closed | 2023-09-02T13:59:16Z | 2023-09-02T14:35:15Z | https://github.com/Nemo2011/bilibili-api/issues/483 | [] | z0z0r4 | 6 |
scikit-learn/scikit-learn | data-science | 30,247 | Notes to update the release process | This issue is used to consolidate the point that needs to be updated in the release process, notably due to the adoption of towncrier.
### RC release process:
- when requesting to bump the version number of `dev0` in `main`, we need to request changing the root RST file targeted by towncrier in the `pyproject.tom... | closed | 2024-11-08T10:33:45Z | 2025-01-02T14:39:48Z | https://github.com/scikit-learn/scikit-learn/issues/30247 | [
"Documentation"
] | glemaitre | 4 |
huggingface/transformers | pytorch | 36,762 | When what needs to be loaded is in the cache directory, there is no need to make a request to the remote | ### Feature request
When what needs to be loaded is in the cache directory, there is no need to make a request to the remote.
### Motivation
I noticed that when `AutoTokenizer` loads a file using `from_pretrained`, it first tries to load it from a cached directory when `pretrained_model_name_or_path` is a model_id... | closed | 2025-03-17T11:20:24Z | 2025-03-19T15:49:04Z | https://github.com/huggingface/transformers/issues/36762 | [
"Feature request"
] | JinFish | 3 |
pydantic/pydantic-ai | pydantic | 956 | Pydantic AI giving connection error when trying to use ollama locally | > I'm getting the error even though I set the api_key to keys with the same format as openai
>
> Python 3.13.1
> pydantic-ai==0.0.24
> openai==1.63.2
>
> ## Error
> ```
> File "C:\Users\xxxx\AppData\Roaming\Python\Python313\site-packages\openai\_base_client.py", line 1623, in _request
> raise APIConnectionError... | open | 2025-02-20T18:19:24Z | 2025-02-20T23:37:12Z | https://github.com/pydantic/pydantic-ai/issues/956 | [] | This-Is-NPC | 1 |
jumpserver/jumpserver | django | 14,679 | [Feature] 资产树右键在空白位置无法创建子节点 | ### 产品版本
v3.10.16
### 版本类型
- [X] 社区版
- [ ] 企业版
- [ ] 企业试用版
### 安装方式
- [ ] 在线安装 (一键命令安装)
- [X] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### ⭐️ 需求描述

zi c
资产树在空白位置右键创建子节点的时候无效,必须要在根节点或子节点上右键才能创建子节点
:
File "/usr/local/lib/python3.11/site-packages/flask/app.py", line 2213, in __call__
return self.wsgi_app(environ, sta... | closed | 2023-06-04T00:09:43Z | 2024-02-26T21:04:25Z | https://github.com/marshmallow-code/flask-smorest/issues/517 | [] | kaibr | 6 |
django-import-export/django-import-export | django | 1,252 | import submit .. error 404 | **Describe the bug**
Page not found (404)
`
Request Method: POST
Request URL: | https://example.com/admin/someapp/somemodel/import/
Raised by: import_export.admin.import_action
`
**To Reproduce**
Steps to reproduce the behavior:
1. App
2. Model
3. Import (select file and ext)
4. submit
**Versions (pl... | closed | 2021-03-13T22:29:08Z | 2021-05-05T14:46:57Z | https://github.com/django-import-export/django-import-export/issues/1252 | [
"bug"
] | msayed-net | 4 |
python-restx/flask-restx | api | 446 | CVE-2022-29361: Werkzeug v2.1.0 and below allows attackers to perform HTTP Request Smuggling | ### Vulnerability report
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29361
Improper parsing of HTTP requests in Pallets Werkzeug v2.1.0 and below allows attackers to perform HTTP Request Smuggling using a crafted HTTP request with multiple requests included inside the body. NOTE: the vendor's position i... | open | 2022-06-14T05:57:13Z | 2022-09-09T21:34:05Z | https://github.com/python-restx/flask-restx/issues/446 | [
"bug"
] | ntatsumi | 2 |
ivy-llc/ivy | numpy | 28,292 | Fix Ivy Failing Test: numpy - shape.shape__rmul__ | closed | 2024-02-15T14:21:18Z | 2024-02-21T06:42:17Z | https://github.com/ivy-llc/ivy/issues/28292 | [
"Sub Task"
] | fnhirwa | 0 | |
TencentARC/GFPGAN | deep-learning | 38 | channel_multiplier | 您好, @xinntao
我注意到新的Clean版本,你将`channel_multiplier`从1调整为2。
但当我查看`train_gfpgan_v1_simple.yml`时发现预训练的stylegan2模型没有作相应改变:`StyleGAN2_512_Cmul1_FFHQ_B12G4_scratch_800k.pth`,请问这是和原来`channel_multiplier=1`时一模一样的stylegan2模型吗? | closed | 2021-08-09T07:48:00Z | 2021-08-10T03:33:25Z | https://github.com/TencentARC/GFPGAN/issues/38 | [] | SimKarras | 2 |
thp/urlwatch | automation | 401 | Feature request: string replace/substitute filter | Just a quickly described feature request:
It would be useful to have a `replace` (or `substitute`) filter to replace strings (or, even better, regular expressions) in the page content.
My current use case was to split the page into lines on a certain string to get more useful line-wise diffs, but I can imagine othe... | closed | 2019-05-16T18:45:21Z | 2020-07-10T12:51:17Z | https://github.com/thp/urlwatch/issues/401 | [] | n-st | 5 |
FactoryBoy/factory_boy | django | 196 | Can't pass None to a JSON column in create() even if it's none_as_null | Passing None to a postgres JSON column (`sqlalchemy.dialects.postgresql.JSON` with `default={}` and `none_as_null=True` currently has a bug.
```
model_instance = SomeFactory.create(json_column_name=None)
self.assertEqual(model_instance.json_column_name, None) # False
self.assertEqual(model_instance.json_column_name, {... | closed | 2015-04-18T17:23:09Z | 2016-02-17T20:17:12Z | https://github.com/FactoryBoy/factory_boy/issues/196 | [
"NeedInfo"
] | zdexter | 2 |
ageitgey/face_recognition | machine-learning | 1,250 | Suggestions to Improve the Speed | Hi
How to implement multi processing to face detection and recognition of the image files ?
CPU option is kind of useless it still uses one single processing core!
CUDA enabled dLib works nice but I don't know how to optimize the CPU part or split the task between multi cores
Thanks | open | 2020-12-04T19:19:47Z | 2024-06-24T13:01:23Z | https://github.com/ageitgey/face_recognition/issues/1250 | [] | psychosys | 2 |
scrapy/scrapy | python | 6,569 | Project Creation Doesn't work | <!--
Thanks for taking an interest in Scrapy!
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
Keep in mind that by filing an iss... | closed | 2024-12-03T02:01:46Z | 2024-12-03T19:29:04Z | https://github.com/scrapy/scrapy/issues/6569 | [
"wontfix"
] | wh1t3h47 | 13 |
google-research/bert | nlp | 577 | BERT multilingual for zero-shot classification | Hi!
I'm interested in solving a classification problem in which I train the model on one language and make the predictions for another one (zero-shot classification).
It is said in the README for the multilingual BERT model (https://github.com/google-research/bert/blob/master/multilingual.md) that:
> For tokeniz... | open | 2019-04-14T13:44:25Z | 2019-05-09T08:12:43Z | https://github.com/google-research/bert/issues/577 | [] | ramild | 2 |
gradio-app/gradio | machine-learning | 10,704 | Hugging Face Gradio text unreadable in light mode | ### Describe the bug
Hey y’all, apologies in advance for what might be a silly question—I’m totally new to this! I’ve been working on this project for the past 12 hours and thought I had everything set up nicely, until I opened it on my iPad in Light Mode. Almost none of the text is visible. Looks great on my phone an... | closed | 2025-03-01T09:03:50Z | 2025-03-01T15:40:40Z | https://github.com/gradio-app/gradio/issues/10704 | [
"bug"
] | kirstenleehill | 2 |
marshmallow-code/flask-smorest | rest-api | 138 | Extending Blueprint to parse additional arguments broken in 0.21.0 | Up till 0.20.0 (before the switch to webargs 6.0.0), I had inherited from the Blueprint that flask-smorest inherits from Flask to include an additional resource decorator and get additional args. In short, I replicated pagination functionality to also include and document Odata parameters '$filter' and '$orderby'. Ulti... | closed | 2020-03-26T00:00:21Z | 2020-03-26T09:59:05Z | https://github.com/marshmallow-code/flask-smorest/issues/138 | [] | cknolla | 2 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 140 | 是否可以在嵌入式设备上运行? | 您好,我想问一下本项目的模型有没有在嵌入式设备上运行?比如树莓派,或者更低端的一些CPU上,谢谢。 | closed | 2019-09-03T10:07:56Z | 2019-09-04T10:04:05Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/140 | [] | gilbertjuly | 9 |
kevlened/pytest-parallel | pytest | 25 | Pytest-parallel and pytest-timeout hang when used together | This isn't a bug of pytest-parallel, but I wanted to raise it as a noteworthy issue and leave up to you to decide if it's worth working around pytest-timeout somehow.
Background: https://pypi.org/project/pytest-timeout/
(Potentially) Relevant issue for python-xdist: https://bitbucket.org/pytest-dev/pytest-timeout/i... | open | 2018-11-16T01:53:16Z | 2020-12-15T00:44:46Z | https://github.com/kevlened/pytest-parallel/issues/25 | [
"bug"
] | etragas-fathom | 3 |
TencentARC/GFPGAN | pytorch | 511 | Kushwaha | open | 2024-02-10T14:18:14Z | 2024-02-10T14:18:14Z | https://github.com/TencentARC/GFPGAN/issues/511 | [] | Vishvajeet9170 | 0 | |
airtai/faststream | asyncio | 1,608 | Feature: GSSAPI (Kerberos) support | Hi there!
Kafka supports the Kerberos authentication protocol. Currently, Faststream does not explicitly specify a security mechanism for GSSAPI.
Now, in order for the broker to work with Kafka servers with Kerberos authentication, you have to do this:
```python
broker._connection_kwargs.update(
{
... | closed | 2024-07-21T10:29:11Z | 2024-08-01T16:31:34Z | https://github.com/airtai/faststream/issues/1608 | [
"enhancement"
] | roma-frolov | 1 |
ets-labs/python-dependency-injector | asyncio | 337 | Build container from schema | I’ve discovered this project while looking for Python dependency injection solutions. So far it seems to be the most promising one.
One thing I’m looking for is to specify dependencies in a serializable format. Something that could be read or written to easily to a YAML file. Is this possilbe with this package? If n... | open | 2020-12-14T19:41:00Z | 2022-04-13T07:30:31Z | https://github.com/ets-labs/python-dependency-injector/issues/337 | [
"feature"
] | torotil | 17 |
thp/urlwatch | automation | 814 | urlwatch moans when supplying --config | ```
# /usr/bin/urlwatch --config /path/to/urls.yaml
You need to create /root/.config/urlwatch/urls.yaml in order to use urlwatch.
Use "urlwatch --edit" to open the file with your editor.
```
I don't think this warning should be displayed when you specify `--config` as it would imply that the user is aw... | closed | 2024-04-20T14:08:11Z | 2024-04-24T10:14:18Z | https://github.com/thp/urlwatch/issues/814 | [] | neofright | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,199 | Load trained model to other script | Can I load trained model to other script and call predict function(test single)? | closed | 2020-11-25T16:51:56Z | 2022-09-06T20:55:23Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1199 | [] | darrenleeleelee1 | 3 |
PaddlePaddle/PaddleHub | nlp | 1,655 | human_pose_estimation_resnet50_mpii我能不能直接对该模型进行训练或者调整呢? | 它得检测效果很不理想,我有什么办法能让它更准确呢?有没有文档或者其他什么 | open | 2021-10-19T02:01:52Z | 2021-10-28T01:55:46Z | https://github.com/PaddlePaddle/PaddleHub/issues/1655 | [
"cv"
] | feelMySelfIsLouB | 1 |
pallets/flask | python | 5,391 | Flask 3.0.1 breaks path-separated command line arguments | In a minimal flask app, running `flask run --extra-files=` or using any other argument that internally uses `SeparatedPathType` results in `TypeError: super(type, obj): obj must be an instance or subtype of type`
1. Create a minimal flask application (follow [the Quickstart](https://flask.palletsprojects.com/en/... | closed | 2024-01-24T06:04:30Z | 2024-02-18T00:06:18Z | https://github.com/pallets/flask/issues/5391 | [] | alexrudy | 2 |
twopirllc/pandas-ta | pandas | 521 | Williams R % default length is wrong in documentation | in willr documentation, the default length is mentioned as 20 and another place as 14. While the code considers only as 14.
It would be nicer if the docu is fixed.
Look at the highlight in the attached image.
 does NOT affect the Flux results | ### Your question
(So I have googled around over the last few days but don't seem to find an answer).
I am running flux.dev and flux.schnell, (source: comfyui wiki which links to the original Blackforestlabs repo on huggingface). I have been then trying to learn the flux workflow.
Both the "Flux Guidance" node aswell... | open | 2025-02-10T10:46:33Z | 2025-02-11T12:04:04Z | https://github.com/comfyanonymous/ComfyUI/issues/6764 | [
"User Support"
] | thelayeredmind | 2 |
localstack/localstack | python | 12,363 | feature request: Empty Kinesis stream backing off configuration | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Feature description
To improve performance, Localstack backs off Kinesis stream when it is empty for some hard coded random periods ranging from a few seconds to around 15 seconds.
`2025-03-10 11:14:18 2025-03-10T17:14:18.241 DEB... | open | 2025-03-11T14:37:30Z | 2025-03-20T14:41:34Z | https://github.com/localstack/localstack/issues/12363 | [
"status: triage needed",
"type: feature"
] | JGitHub01 | 1 |
custom-components/pyscript | jupyter | 97 | Feature Discussion: autoload pyscript files in sub-directories | There have been multiple requests on the forum to support loading of script files in subdirectories (other the special directories `apps` and `modules`). That helps users organize their script files, rather everything being in flat top-level directory.
I'm summarizing [my reply](https://community.home-assistant.io/t... | closed | 2020-11-30T05:03:53Z | 2020-12-02T10:29:54Z | https://github.com/custom-components/pyscript/issues/97 | [] | craigbarratt | 3 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 27 | Raised StopIteration on insert | When I execute code like this
```db_opt = 'clickhouse://user:password@127.0.0.1/default'
engine = create_engine(db_opt)
Session = sessionmaker(bind=engine)
session = Session()
item = Item(data='test')
session.add(item)
session.flush()
```
the following error appears:
```
RuntimeError: generator raised St... | closed | 2018-08-17T21:22:54Z | 2019-06-02T18:52:32Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/27 | [] | sdrenn | 4 |
ultralytics/yolov5 | pytorch | 13,037 | where is yolov5 v7.0 --trian in export.py? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
In yolov5 6.2 has --train to set train mode, but v7.0 is disappear?
### Additional
hel... | closed | 2024-05-21T12:37:49Z | 2024-10-20T19:46:34Z | https://github.com/ultralytics/yolov5/issues/13037 | [
"question",
"Stale"
] | vtfate | 3 |
gradio-app/gradio | data-science | 10,336 | Monitoring API endpoints return 404 | ### Describe the bug
Monitoring API endpoints returns 404 whether `enable_monitoring` is `None` or `True`.
Both `http://127.0.0.1:7860/monitoring/` and `http://127.0.0.1:7860/monitoring/KLQKZLCAxSABsioTJ2LMtQ` return 404 and
`json
{
"detail": "Not Found"
}
`
### Have you searched existing issues? �... | open | 2025-01-11T16:27:29Z | 2025-03-03T23:33:43Z | https://github.com/gradio-app/gradio/issues/10336 | [
"bug",
"Regression"
] | libokj | 1 |
piskvorky/gensim | data-science | 3,530 | Bug on Import gensim | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/g/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that do not includ... | closed | 2024-05-16T16:16:41Z | 2024-06-12T15:01:53Z | https://github.com/piskvorky/gensim/issues/3530 | [] | PixelJunkie33 | 1 |
huggingface/transformers | machine-learning | 36,774 | Please support GGUF format for UMT5EncoderModel | ### Feature request
```python
import torch
from transformers import UMT5EncoderModel
from huggingface_hub import hf_hub_download
path = hf_hub_download(
repo_id="city96/umt5-xxl-encoder-gguf", filename="umt5-xxl-encoder-Q8_0.gguf"
)
text_encoder = UMT5EncoderModel.from_pretrained(
"Wan-AI/Wan2.1-I2V-14B-480P... | open | 2025-03-17T19:32:17Z | 2025-03-19T07:24:19Z | https://github.com/huggingface/transformers/issues/36774 | [
"Feature request"
] | nitinmukesh | 2 |
dpgaspar/Flask-AppBuilder | rest-api | 1,443 | swagger in live demo not working anymore |

| closed | 2020-07-22T11:48:41Z | 2020-07-23T14:04:32Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1443 | [] | ThomasP0815 | 1 |
kennethreitz/records | sqlalchemy | 81 | should use self.db or self._db | Hello,Kennethreitz,Now I'm learning your code to try to write Pythonic code :-D
One small question is whether should use self._db instead self.db in `class Database`,because we don't need it to expose to users,just use in internal.
Thanks for your help~~
| closed | 2016-10-08T09:19:09Z | 2018-04-28T22:39:55Z | https://github.com/kennethreitz/records/issues/81 | [
"question"
] | Allianzcortex | 2 |
aiortc/aiortc | asyncio | 1,262 | Unable to send ICE Candidates from server to client | Hey,
I have a Flutter application that creates a WebRTC connection with both another Flutter application to exchange video and audio streams for the video call itself, and simultaneously send the same streams to a python server to do some processing (irrelevant to the current problem). The server successfully receives ... | open | 2025-03-01T13:18:55Z | 2025-03-01T13:18:55Z | https://github.com/aiortc/aiortc/issues/1262 | [] | MrYoavon | 0 |
wandb/wandb | tensorflow | 9,536 | [Feature]: Adding reference regarding multiple folders in s3 | ### Description
Hello
I have question for adding regarding multiple folders in s3
I tried to add s3 folders as references
s3 folders structures like below
`
├── A
│ ├── A_1
│ ├── A_2
│ └── A_3
`
if I want to add reference only A-1, A-3 folder except A-2
How can I add_reference for it.
I tried add using like... | open | 2025-02-28T02:12:53Z | 2025-03-10T16:33:06Z | https://github.com/wandb/wandb/issues/9536 | [
"ty:feature"
] | angus5552 | 10 |
lundberg/respx | pytest | 51 | How to test httpx with trio and respx | Hi Lundberg,
I am working on a project on httpx using trio async libray. Following your documentation, I ended up with a test like this:
```python
@pytest.mark.trio
async def test_should_do_something(trio_tmp_path):
async with respx.mock:
async with httpx.AsyncClient() as client:
... | closed | 2020-05-08T21:19:54Z | 2020-05-30T20:18:48Z | https://github.com/lundberg/respx/issues/51 | [] | lewoudar | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.