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
httpie/cli
api
813
Document JSON-escaping in "=" syntax
In `=` syntax, special characters: - not a `char` defined in [RFC 8259](https://www.rfc-editor.org/rfc/rfc8259) 7. Strings - non-ascii characters (such like "あ") are escaped, and `:=` escapes only non-ascii characters: ```sh http httpbin.org/post double_quote='"' non-ascii=あ new_line=' ' # sends: {"double_...
closed
2019-11-02T11:26:48Z
2023-01-21T08:15:36Z
https://github.com/httpie/cli/issues/813
[ "help wanted" ]
wataash
3
graphql-python/gql
graphql
344
Managing CRSF cookies with graphene-django
Hello, I'm trying to do a GraphQL mutation between 2 Django projects (different hosts). One project has the `gql` client and the other has the `graphene` and `graphene-django` libraries. Everything works fine when `django.middleware.csrf.CsrfViewMiddleware` is deactivated on the second project, but when it is enable...
closed
2022-07-16T07:51:39Z
2022-07-21T12:16:39Z
https://github.com/graphql-python/gql/issues/344
[ "type: question or discussion" ]
Kinzowa
1
pytorch/vision
computer-vision
8,048
ImageFolder balancer
### 🚀 The feature The new feature impacts the file [torchvision/datasets/folder.py](https://github.com/pytorch/vision/blob/main/torchvision/datasets/folder.py). The idea is to add to the `make_dataset` function a new optional parameter that allows balancing the dataset folder. The new parameter, `sampling_strategy...
closed
2023-10-16T09:41:20Z
2023-10-17T14:15:24Z
https://github.com/pytorch/vision/issues/8048
[]
lorenzomassimiani
2
inducer/pudb
pytest
284
Pudb not being drawn at full width of the shell
Hi, I am running pudb 2017.1.4 on macosx High Sierra. When I run pudb from my code (pudb.set_trace()) it draws the pudb interface on the left 1/4 of my shell. I was able to replicate the behaviour with and without all my config on fish (aka bare fish shell). I tried it on iTerm and Terminal. If I run the pudb3...
closed
2017-11-29T02:53:32Z
2024-02-02T22:02:31Z
https://github.com/inducer/pudb/issues/284
[]
mrvkino
5
nolar/kopf
asyncio
707
kopf.on.event : how to identify "MODIFIED" event of only the spec change
**patch.status** call also raising "MODIFIED" event, so I could not find a way to identify only the "MODIFIED" event which happens as part of **spec change**. I am doing **patch.status** update in both **kopf.on.update** and **kopf.on.event** handlers for event type "MODIFIED", will it make any problem ? I think so...
open
2021-03-07T14:49:39Z
2021-04-06T14:17:31Z
https://github.com/nolar/kopf/issues/707
[ "question" ]
sajuptpm
4
miguelgrinberg/flasky
flask
273
Is the 'seed()’ in the app/models.py necessary ??
In the chapter 11c ,Model User and Post have function 'generate_fake(count=100)',In order to generate random data,import random.seed and forgery_py ,function code is: from sqlalchemy.exc import IntegrityError from random import seed import forgery_py seed() #why?...
closed
2017-05-30T13:15:56Z
2017-05-31T02:52:44Z
https://github.com/miguelgrinberg/flasky/issues/273
[ "question" ]
sandylili
2
Significant-Gravitas/AutoGPT
python
8,918
Unable to setup locally : docker compose up -d fails at autogpt_platform-market-migrations-1
### ⚠️ Search for existing issues first ⚠️ - [X] I have searched the existing issues, and there is no existing issue for my problem ### Which Operating System are you using? MacOS ### Which version of AutoGPT are you using? Master (branch) ### What LLM Provider do you use? Azure ### Which area covers your issue...
open
2024-12-09T12:10:32Z
2025-02-14T23:22:07Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8918
[]
mali-tintash
20
healthchecks/healthchecks
django
712
Average execution time
I would like to add an idea, that would be helpful for me: In the detail page of a check an option to display the average execution time would be very helpful. Maybe even a graph that displays the execution time? Also a minimum or maximum value could be helpful. This would help especially when adding new features to ...
open
2022-10-05T12:58:35Z
2024-07-08T09:10:17Z
https://github.com/healthchecks/healthchecks/issues/712
[ "feature" ]
BeyondVertical
1
pytorch/pytorch
numpy
149,551
Remove PyTorch conda installation instructions from the documentation and tutorials
### 🐛 Describe the bug Please see: https://github.com/pytorch/pytorch/issues/138506 and https://dev-discuss.pytorch.org/t/pytorch-deprecation-of-conda-nightly-builds/2590 Pytorch have deprecated usage of conda builds for release 2.6. We need to remove mentioning of conda package installtion instructions from tutoria...
open
2025-03-19T20:18:59Z
2025-03-20T16:08:48Z
https://github.com/pytorch/pytorch/issues/149551
[ "module: docs", "triaged", "topic: docs" ]
atalman
1
3b1b/manim
python
1,652
NumberPlane not showing it's lines
### Describe the bug I have used manimgl before but after changing the version (almost 4-5 months old) with new version, whenever i am running the example scene (**OpeningManimExample**), the lines in the **NumberPlane** is not showing. **Image** ![Screenshot (394)](https://user-images.githubusercontent.com/60939745...
closed
2021-10-16T12:51:21Z
2021-10-17T03:21:40Z
https://github.com/3b1b/manim/issues/1652
[ "bug" ]
aburousan
2
aio-libs-abandoned/aioredis-py
asyncio
702
connection pool publish spending a lot of time in traceback
I tried publishing 20k messages and it took about 6 seconds so I wondered why it was so slow, as redis self-test tells me it can do 200k set commands with 50 connections in 1.5 seconds which is pretty ok. I did a profiling with snakeviz and it turns out when I publish from the pool, the execute function spends a lo...
closed
2020-02-18T16:54:29Z
2020-02-26T10:43:18Z
https://github.com/aio-libs-abandoned/aioredis-py/issues/702
[]
nurettin
1
RobertCraigie/prisma-client-py
pydantic
1,052
Prisma client not generating in production aws
### Discussed in https://github.com/RobertCraigie/prisma-client-py/discussions/1051 <div type='discussions-op-text'> <sup>Originally posted by **ifaronti** December 7, 2024</sup> My set up is quite simple: ``` generator py { provider = "prisma-client-py" recursive_type_depth = "5" inter...
closed
2024-12-07T17:59:55Z
2024-12-11T21:40:14Z
https://github.com/RobertCraigie/prisma-client-py/issues/1052
[]
ifaronti
1
cobrateam/splinter
automation
478
add cookies to phantomjs browser have a error
phantomjs version: phantomjs-2.1.1-linux-x86_64.tar.bz2 have e error but phantomjs-1.9.8-linux-x86_64.tar.bz2 is normal. code: `from splinter import Browser cookie = {'test':'1234'} current_url = 'http://www.google.com' browser = Browser('phantomjs') browser.visit(current_url) browser.cookies.add(cookie) source = ...
closed
2016-03-31T09:23:13Z
2018-08-27T01:04:05Z
https://github.com/cobrateam/splinter/issues/478
[ "bug", "help wanted" ]
galaxy6
1
babysor/MockingBird
deep-learning
714
capturable=False 怎么办?总结的一些办法。
①先卸载pytorch cmd运行 pip uninstall torch ②修改对应的torchvision、torchaudio版本(见下两图) ![image](https://user-images.githubusercontent.com/44706193/185317627-a3ff8839-f7cc-4ee3-b1e7-75d626afb37d.png) ![image](https://user-images.githubusercontent.com/44706193/185318511-a2174b1d-5db5-4cf1-a2df-5950cfa3c492.png)...
open
2022-08-18T06:45:47Z
2022-09-10T16:10:30Z
https://github.com/babysor/MockingBird/issues/714
[]
pzhyyd
1
tensorlayer/TensorLayer
tensorflow
1,039
BatchNorm1d IndexError: list index out of range
My code as follow: ```python ni2 = Input(shape=[None, flags.z2_dim]) ni2 = Dense(100, W_init=w_init, b_init=None)(ni2) ni2 = BatchNorm1d(decay=0.9, act=act, gamma_init=gamma_init)(ni2) ``` I got the following error. ``` File "/home/asus/Workspace/dcgan-disentangle/model.py", line 18, in get_...
closed
2019-08-28T07:49:14Z
2019-08-31T01:41:21Z
https://github.com/tensorlayer/TensorLayer/issues/1039
[]
zsdonghao
2
frol/flask-restplus-server-example
rest-api
110
Please document in enabled_modules that api must be last
This bit me and was hard to debug when I was playing around with enabled modules in my project.
closed
2018-05-09T14:56:14Z
2018-06-30T19:29:45Z
https://github.com/frol/flask-restplus-server-example/issues/110
[ "bug" ]
bitfinity
6
facebookresearch/fairseq
pytorch
5,293
Pretrained models not gzip files?
I am trying to load a pretrained model from fairseq following the simple example [here](https://pytorch.org/hub/pytorch_fairseq_roberta/). However, whenever I run the following code I get the following `ReadError`. #### Code ```py roberta = torch.hub.load('pytorch/fairseq', 'roberta.base') ReadError: not a gzi...
open
2023-08-22T17:18:09Z
2023-08-30T16:27:11Z
https://github.com/facebookresearch/fairseq/issues/5293
[ "question", "needs triage" ]
cdeterman
1
xlwings/xlwings
automation
2,529
FileNotFoundError(2, 'No such file or directory') when trying to install
#### OS (e.g. Windows 10 or macOS Sierra) Windows 11 Home #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) Excel, Office 365 Python 3.12.4 xlwings 0.33.1 #### Describe your issue (incl. Traceback!) I just got an annoying message from Windows Defender about xlwings being a troj...
closed
2024-10-07T12:52:28Z
2024-10-08T09:05:33Z
https://github.com/xlwings/xlwings/issues/2529
[]
HansThorsager
4
InstaPy/InstaPy
automation
6,381
Key Error shortcode_media not find
## Expected Behavior at like_util.py the get_additional_data function get some post info which one of them is shortcode_media. ## Current Behavior the shortcode_media key not found in the post_page (post_page = get_additional_data(browser))
open
2021-10-23T06:28:44Z
2021-12-25T18:14:48Z
https://github.com/InstaPy/InstaPy/issues/6381
[]
kharazian
10
keras-team/keras
tensorflow
20,984
Is this Bug?
Issue Description: I am running CycleGAN training using Keras v3.8.0 and have observed the following behavior during the initial epoch (0/200): Discriminator (D): The D loss starts around 0.70 (e.g., 0.695766 at batch 0) with a very low accuracy (~25%). In the next few batches, the D loss quickly decreases to approxi...
open
2025-03-05T07:23:22Z
2025-03-12T05:04:32Z
https://github.com/keras-team/keras/issues/20984
[ "type:Bug" ]
AmadeuSY-labo
2
matplotlib/matplotlib
data-visualization
29,380
[MNT]: deprecate auto hatch fallback to patch.edgecolor when edgecolor='None'
### Summary Since #28104 now separates out hatchcolor, users should not be allowed to specifically ask to fallback to edgecolor and also explicitly set that edgecolor to none because silently falling back on ```edgecolor="None"``` introduces the problem that: 1. because of eager color resolution and frequently se...
open
2024-12-25T00:19:58Z
2024-12-26T03:11:59Z
https://github.com/matplotlib/matplotlib/issues/29380
[ "Maintenance", "topic: hatch" ]
story645
2
neuml/txtai
nlp
646
ImportError: Textractor pipeline is not available - install "pipeline" extra to enable
When i run the code block below, it gives error : `from txtai.pipeline import Textractor` `textractor = Textractor()` ImportError: Textractor pipeline is not available - install "pipeline" extra to enable Note :` pip install txtai[pipeline]` did not work
closed
2024-01-23T23:14:23Z
2024-09-16T06:04:23Z
https://github.com/neuml/txtai/issues/646
[]
berkgungor
6
Kludex/mangum
asyncio
264
Magnum have huge list of dependencies, many have dubious utility.
Currently magnum installs over 150 pacakages along with it: [pdm list --graph](https://gist.github.com/Fak3/419769a9fb05ec98a46db4d5a9a21dae) I wish there was a slimmer version, that only installs core depndencies. Currently some deps like yappi and netifaces does not provide binary wheels, which makes magnum inst...
closed
2022-06-24T19:09:38Z
2022-06-25T07:31:31Z
https://github.com/Kludex/mangum/issues/264
[ "more info needed" ]
Fak3
2
marimo-team/marimo
data-visualization
4,145
[Newbie Q] Cannot add SQLite table
New to Marimo, probably doing something simple wrong. I want to add my sqlite lite database which is stored in `my_fair_table.db`. I copy the full path. I paste the path into the UI flow of SQLite and click "Add". Nothing happens. No error. No database. ![Image](https://github.com/user-attachments/assets/f765d546-...
closed
2025-03-18T13:26:27Z
2025-03-18T15:42:46Z
https://github.com/marimo-team/marimo/issues/4145
[]
dentroai
3
OpenInterpreter/open-interpreter
python
615
Issues with Azure setting
### Describe the bug I am trying to point to my azure keys in the application, but each time I get the issue `There might be an issue with your API key(s). To reset your API key (we'll use OPENAI_API_KEY for this example, but you may need to reset your ANTHROPIC_API_KEY, HUGGINGFACE_API_KEY, etc): Mac/Li...
closed
2023-10-10T07:03:35Z
2023-10-27T17:21:59Z
https://github.com/OpenInterpreter/open-interpreter/issues/615
[ "Bug" ]
nsvbhat
1
Johnserf-Seed/TikTokDownload
api
266
[BUG]
我抄了一部分你的代码 主要来爬取我喜欢点赞的一些抖音视频但是 接口有问题 图集没有下载链接 我抓了返回的接口数据 就没有图集的视频数据 ![image](https://user-images.githubusercontent.com/54844110/206607493-64160458-a0b8-4384-b949-efc4365f3780.png) 前面有2个图片视频的 但是直接返回了第三个视频的接口数据 ![image](https://user-images.githubusercontent.com/54844110/206607680-827f620f-0764-472a-84dd-24a07450b...
closed
2022-12-09T02:11:33Z
2023-01-14T12:14:09Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/266
[ "故障(bug)", "额外求助(help wanted)", "无效(invalid)" ]
zhangsan-feng
3
koxudaxi/fastapi-code-generator
pydantic
179
support for constraints in Query/Body rather than as "conX
open
2021-06-28T04:32:27Z
2021-07-09T14:48:31Z
https://github.com/koxudaxi/fastapi-code-generator/issues/179
[ "enhancement" ]
aeresov
1
google-research/bert
nlp
1,405
MRPC and CoLA Dataset UnicodeDecodeError
Error message:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 147: invalid continuation byte I can't train properly after loading these two data sets. Still report an error after using "ISO-8859-1" and "latin-1" code After checking the train.txt file of the MRPC dataset, I found that the erro...
open
2024-04-17T14:33:36Z
2024-04-17T14:33:36Z
https://github.com/google-research/bert/issues/1405
[]
ZhuHouYi
0
graphql-python/gql
graphql
68
how to upload file
Is there any example to show how to upload a file to the "Input!"?
closed
2020-03-24T05:27:57Z
2021-09-29T12:28:49Z
https://github.com/graphql-python/gql/issues/68
[ "type: feature" ]
DogeWatch
22
unytics/bigfunctions
data-visualization
6
Are you interested in providing RFM clustering?
I'm thinking about queries like these ones I've contributed to [my pet Super Store project](https://github.com/mickaelandrieu/dbt-super_store/tree/main/models/marts/core/customers/segmentation). WDYT?
open
2022-10-31T21:18:44Z
2022-12-06T22:52:24Z
https://github.com/unytics/bigfunctions/issues/6
[ "new-bigfunction" ]
mickaelandrieu
2
littlecodersh/ItChat
api
728
文档里面写uin可以用作标识,可是我获取到的都是0,是现在uin获取不到了,还是我获取的方式不对?
文档里面写uin可以用作标识,可是我获取到的都是0,是现在uin获取不到了,还是我获取的方式不对?
open
2018-09-13T08:47:53Z
2018-09-13T08:47:53Z
https://github.com/littlecodersh/ItChat/issues/728
[]
yehanliang
0
ydataai/ydata-profiling
data-science
1,359
Time series mode inactive
### Current Behaviour The following code produces a regular report instead of a time series report as shown in https://ydata.ai/resources/how-to-do-an-eda-for-time-series. ``` from pandas_profiling import ProfileReport profile = ProfileReport(df, tsmode=True, sortby="datadate", title="Time-Series EDA") profile.to_...
closed
2023-06-08T15:11:17Z
2023-08-09T15:41:54Z
https://github.com/ydataai/ydata-profiling/issues/1359
[ "feature request 💬" ]
xshi19
2
iterative/dvc
machine-learning
10,639
`dvc exp remove`: should we make --queue work with -n and other flags ?
Currently using `dvc exp remove --queue` clears the whole queue (much like `dvc queue remove`). `dvc exp remove` has some useful modifiers, such as `-n` to specify how many experiments should be deleted, or a list of the names of the experiments to remove. These modifiers currently don't affect the behavior of the ...
open
2024-11-28T19:11:22Z
2024-11-28T20:00:44Z
https://github.com/iterative/dvc/issues/10639
[ "discussion", "A: experiments" ]
rmic
0
yunjey/pytorch-tutorial
pytorch
126
How to configure the Logger to show the structure of neural network in tensorboard?
How to configure the Logger to show the structure of neural network? thanks!!!!
open
2018-07-20T09:06:33Z
2018-07-20T09:06:33Z
https://github.com/yunjey/pytorch-tutorial/issues/126
[]
mali-nuist
0
huggingface/datasets
pandas
7,415
Shard Dataset at specific indices
I have a dataset of sequences, where each example in the sequence is a separate row in the dataset (similar to LeRobotDataset). When running `Dataset.save_to_disk` how can I provide indices where it's possible to shard the dataset such that no episode spans more than 1 shard. Consequently, when I run `Dataset.load_from...
open
2025-02-20T10:43:10Z
2025-02-24T11:06:45Z
https://github.com/huggingface/datasets/issues/7415
[]
nikonikolov
3
vaexio/vaex
data-science
2,348
[BUG-REPORT] AttributeError: module 'vaex.dataset' has no attribute '_parse_f'
**Description** Hi, I am trying to create a plot2d_contour but it is giving me this error: ```--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[44], line 2 1 df = vaex.example() ----> 2 df.plot...
open
2023-03-01T08:11:57Z
2024-04-06T17:01:32Z
https://github.com/vaexio/vaex/issues/2348
[]
marixko
1
fastapiutils/fastapi-utils
fastapi
357
[QUESTION] Is it possible to use repeated tasks with lifetimes? if so how?
**Description** How can I use repeated tasks with lifetimes? The docs only give examples how how to use these utils with the app.on_event(...) api, but fastapi now recommends using lifetimes. Its unclear to me whether the repeated tasks are supported here, and if they are how they would be used.
open
2025-01-16T11:12:11Z
2025-02-19T00:04:45Z
https://github.com/fastapiutils/fastapi-utils/issues/357
[ "question" ]
ollz272
3
google-deepmind/sonnet
tensorflow
169
Colab mnist example does not work
ERROR: type should be string, got "https://colab.research.google.com/github/deepmind/sonnet/blob/v2/examples/mlp_on_mnist.ipynb\r\n\r\n---------------------------------------------------------------------------\r\nAssertionError Traceback (most recent call last)\r\n/usr/local/lib/python3.6/dist-packages/tensorflow/python/autograph/impl/api.py in to_graph(entity, recursive, experimental_optional_features)\r\n 661 autograph_module=tf_inspect.getmodule(to_graph))\r\n--> 662 return conversion.convert(entity, program_ctx)\r\n 663 except (ValueError, AttributeError, KeyError, NameError, AssertionError) as e:\r\n\r\n26 frames\r\nAssertionError: Bad argument number for Name: 4, expecting 3\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nConversionError Traceback (most recent call last)\r\n/usr/local/lib/python3.6/dist-packages/tensorflow/python/autograph/impl/api.py in to_graph(entity, recursive, experimental_optional_features)\r\n 664 logging.error(1, 'Error converting %s', entity, exc_info=True)\r\n 665 raise ConversionError('converting {}: {}: {}'.format(\r\n--> 666 entity, e.__class__.__name__, str(e)))\r\n 667 \r\n 668 \r\n\r\nConversionError: converting <function BaseBatchNorm.__call__ at 0x7f09acc45ae8>: AssertionError: Bad argument number for Name: 4, expecting 3"
closed
2020-04-15T13:56:18Z
2020-04-17T08:24:13Z
https://github.com/google-deepmind/sonnet/issues/169
[ "bug" ]
VogtAI
2
opengeos/leafmap
plotly
464
Streamlit RuntimeError with default leafmap module
### Environment Information - leafmap version: 0.21.0 - Python version: 3.10 - Operating System: Mac ### Description The default leafmap module can't work well with Streamlit, but foliumap works. ### What I Did ``` import streamlit as st import leafmap #import leafmap.foliumap as leafmap la...
closed
2023-06-07T18:51:48Z
2023-06-07T19:38:14Z
https://github.com/opengeos/leafmap/issues/464
[ "bug" ]
zxdawn
4
scrapy/scrapy
web-scraping
6,454
Random hanging of Scrapy processes in the docker container.
Hello, we are running `Scrapy` version `2.11.2` inside a docker container and at a random moment the `Scrapy` process hanging. `Telnet` connection is also unavailable (when trying to connect, the terminal `Scrapy` and there is no suggestion to enter username). I will be glad of any help 🙏
closed
2024-08-05T06:27:27Z
2024-08-05T12:46:14Z
https://github.com/scrapy/scrapy/issues/6454
[]
M3dv3D3V
1
suitenumerique/docs
django
469
Add a docs favicon
## Bug Report **Problematic behavior** As a user I want to identify easily the browser tabs that are `docs`. Right now Docs has La Marianne, which is not generic nor indicates clearly which website it is. **Expected behavior/code** I'd like to have a Docs favicon. It should be easily overidable so that admin ...
closed
2024-12-02T11:19:40Z
2025-01-16T20:01:36Z
https://github.com/suitenumerique/docs/issues/469
[]
virgile-dev
8
ading2210/poe-api
graphql
32
Datastreaming with flask.
I posted this earlier but it was closed so I apologize for reopening. https://github.com/ading2210/poe-api/issues/29#issue-1659761715 I have tried following the flask documentation to stream the generator but it's not working. I am not sure if it has something to do with the addon itself or if this is not possibl...
closed
2023-04-10T01:13:37Z
2023-04-27T04:47:44Z
https://github.com/ading2210/poe-api/issues/32
[ "invalid" ]
SlickTorpedo
6
Yorko/mlcourse.ai
seaborn
593
Dead link in README.md
The page is not available: https://github.com/Yorko/mlcourse.ai/wiki/About-the-course-(in-Russian)
closed
2019-05-18T15:47:47Z
2019-05-18T17:58:59Z
https://github.com/Yorko/mlcourse.ai/issues/593
[]
i-aztec
1
yt-dlp/yt-dlp
python
12,265
EXTRACTOR ERROR assumes that "/usr/bin/yt-dlp/ is a directory, when it is actually a binary file, attempting to parse a BAD PATHNAME.
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
closed
2025-02-03T04:37:03Z
2025-02-05T11:58:11Z
https://github.com/yt-dlp/yt-dlp/issues/12265
[ "duplicate", "NSFW", "site-bug" ]
rtimai
5
jina-ai/serve
machine-learning
5,807
Flow/Deployment would raise timeout warning even if containerized executor is running
**Describe your problem** <!-- A clear and concise description of what the proposal is. --> --- I follow the tutorial [here](https://docs.jina.ai/concepts/executor/containerize/) and create my own docker image called "my_exec" for an executor. It works perfectly when I use `jina executor --uses docker://my_exec` t...
closed
2023-04-14T08:22:20Z
2023-04-21T07:55:47Z
https://github.com/jina-ai/serve/issues/5807
[]
eugene-yh
28
Sanster/IOPaint
pytorch
537
[BUG]ModuleNotFoundError: No module named '_lzma'
**Model** Which model are you using? big-lama.pt **Describe the bug** A clear and concise description of what the bug is. I have installed the big-lama.pt model, but this problem is still happening at startup。 **Screenshots** If applicable, add screenshots to help explain your problem. ![image](https://github.c...
closed
2024-06-05T02:27:03Z
2024-12-11T02:06:55Z
https://github.com/Sanster/IOPaint/issues/537
[ "stale" ]
xiaowangaixuexijishu
2
tqdm/tqdm
pandas
846
Separate colors for complete and in progress bars
Is it possible to see have different colors for completed bars and bars in progress if I use PyCharm (e.g. green for completed and red for in progress)? Right now all I see is red for everything. Below is an example of how I currently do it in PyCharm. ``` from tqdm import tqdm from time import sleep for _ in ...
closed
2019-11-20T22:37:31Z
2020-09-27T18:48:44Z
https://github.com/tqdm/tqdm/issues/846
[ "invalid ⛔", "p2-bug-warning ⚠" ]
sergeysprogis
4
freqtrade/freqtrade
python
11,147
Feature Request: Enhanced Debug Logging with Better Navigation and Styling
<!-- Note: this section will not show up in the issue. Have you search for this feature before requesting it? It's highly likely that a similar request was already filed. --> ## Describe your environment (if applicable) * Operating system: ____ debain * Python Version: _____ Python 3.12.7 * CCXT version: _____...
closed
2024-12-25T10:15:23Z
2024-12-29T14:45:57Z
https://github.com/freqtrade/freqtrade/issues/11147
[ "Question" ]
mcpolo99
2
keras-team/keras
tensorflow
20,249
TextVectorization returns 'int64' vs 'float32' in TF 2.7 / nightly + Training simple unigram/bigram models much slower than in 2.15
Hi there, I'm running into issues when proofreading some teaching materials based on @fchollet *Deep Learning With Python* & [repo](https://github.com/fchollet/deep-learning-with-python-notebooks). Running [this Colab notebook](https://drive.google.com/file/d/130cVhEsJT6J-z6f180I3S6DbOb5W8kAa/view?usp=sharing),...
closed
2024-09-11T10:37:08Z
2024-09-12T08:52:19Z
https://github.com/keras-team/keras/issues/20249
[]
jchwenger
2
litestar-org/litestar
pydantic
3,600
Bug: docs website is not up-to-date
### Description Hello, It seems the official documentation website is not properly updated on project releases. https://docs.litestar.dev/2/usage/logging.html (not up-to-date) https://docs.litestar.dev/main/usage/logging.html (this one is up-to-date) (It's not a browser caching issue) ### URL to code causin...
closed
2024-06-26T09:11:02Z
2025-03-20T15:54:47Z
https://github.com/litestar-org/litestar/issues/3600
[ "Bug :bug:" ]
jderrien
6
keras-team/keras
deep-learning
20,395
Loss documentation is wrong? Loss function actually returns means over a batch
https://keras.io/api/losses/#standalone-usage-of-losses It states: `By default, loss functions return one scalar loss value per input sample, e.g.` But the example is passing 4 samples `ops.ones((2, 2,))` , and returning 2 values `<Array: shape=(2,), dtype=float32, numpy=array([1., 1.], dtype=float32)>` So whi...
closed
2024-10-22T16:27:13Z
2024-12-15T16:54:05Z
https://github.com/keras-team/keras/issues/20395
[ "type:docs-bug" ]
worthy7
2
strawberry-graphql/strawberry-django
graphql
364
maximum recursion depth exceeded
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Describe the Bug <!-- A clear and concise de...
closed
2023-09-16T08:28:30Z
2025-03-20T15:57:19Z
https://github.com/strawberry-graphql/strawberry-django/issues/364
[ "bug" ]
jeemyeong
5
IvanIsCoding/ResuLLMe
streamlit
16
Getting an AttributeError: module 'openai' has no attribute 'error' when running from docker
Full stack is: File "/usr/local/lib/python3.10/dist-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "/app/src/Main.py", line 104, in <module> except openai.error.RateLimitError as e: I assume it is related to the version of openai in ...
closed
2023-11-07T23:22:48Z
2023-11-12T22:30:40Z
https://github.com/IvanIsCoding/ResuLLMe/issues/16
[]
DevOpsAzurance
4
hankcs/HanLP
nlp
977
stopwords能不能像自定义字典一样在配置里自定义新文件
## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](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区检索功能](https://github.com/hankcs/HanLP/issues)搜索了我的问题,也没有找到答...
closed
2018-09-26T15:27:00Z
2018-10-12T01:56:09Z
https://github.com/hankcs/HanLP/issues/977
[]
skyrusai
6
xlwings/xlwings
automation
2,467
Running xlwings script from .bat causes MoudleNotFoundError (on embedded python distribution)
#### OS (e.g. Windows 10 or macOS Sierra) Windows 10 #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) Office 365,, Python 3.11.9, xlwings 0.31.4 #### Describe your issue (incl. Traceback!) I am attempting to distribute my xlwings worksheet to other users. I have created downloaded a...
closed
2024-07-02T14:06:13Z
2024-07-02T23:24:20Z
https://github.com/xlwings/xlwings/issues/2467
[]
acameronfw
5
plotly/dash
jupyter
2,541
[BUG] Inconsistent/buggy partial plot updates using Patch
**Example scenario / steps to reproduce:** - App has several plots, all of which have the same x-axis coordinate units - When one plot is rescaled (x-axis range modified, e.g. zoom in), all plots should rescale the same way - Rather than rebuild each plot, we can now implement a callback using `Patch`. This way, t...
closed
2023-05-25T01:16:45Z
2024-07-24T17:08:29Z
https://github.com/plotly/dash/issues/2541
[]
abehr
2
JaidedAI/EasyOCR
deep-learning
885
Suggestion/feature request: create an interface to change model loading/inference strategy
Let's say that I want to run easyocr on an edge device or some other achitecture. It would be very easy to do that if I could inject the loading/inference strategy object into easyocr's instance, e.g.: ```easyocr.Reader(..., new ModelInterfaceImpl())```. The default implementation could be the pytorch one and an altern...
open
2022-11-17T19:45:52Z
2023-11-30T14:57:17Z
https://github.com/JaidedAI/EasyOCR/issues/885
[]
rpvelloso
1
ivy-llc/ivy
numpy
28,600
Fix Frontend Failing Test: paddle - convolution_functions.torch.nn.functional.unfold
closed
2024-03-14T13:07:09Z
2024-03-21T12:00:40Z
https://github.com/ivy-llc/ivy/issues/28600
[ "Sub Task" ]
ZenithFlux
0
microsoft/nni
deep-learning
5,652
How to run fbnet on master branch
I am able to run FBNet (https://nni.readthedocs.io/en/v2.5/NAS/FBNet.html) when I used NNI version smaller than 2.9. However, for the master branch, there has been a refactoring, which has led to the example of FBNet (pfld) being moved to another location. I am now wondering how I can run FBNet with the master branch. ...
open
2023-07-30T14:44:56Z
2023-08-17T04:50:02Z
https://github.com/microsoft/nni/issues/5652
[]
John1231983
1
OFA-Sys/Chinese-CLIP
nlp
187
您好,未来有计划将模型转换成 CoreML 吗?
open
2023-08-15T01:56:57Z
2023-09-08T03:16:00Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/187
[]
OwenHongJinmu
1
QingdaoU/OnlineJudge
django
275
增强上传测试样例时的功能,使通过压缩文件夹方式也可以成功上传
### 1.目的 OJ在上传测试题目用例的时候只可以使用压缩文件的方式,但是对于常用的直接压缩文件夹的方式会提示```Empty file```,对于提高用户(不愿意看文档或看不懂文档)体验来说,不妨将两种上传方式都加入。 ### 2.修复方式 为了向下兼容以及符合开闭原则,我只增加了``` OnlineJudge/ problem / views / admin.py```一个函数```judge_dir```,用于获得以压缩文件夹形式上传的文件目录——dir。这个函数对于spj为True或False都适用。我做了两种压缩文件夹的方式的测试 1. 右键文件夹,点击发送到,选择发送为```压缩(zipped)文件夹```...
open
2019-10-17T12:50:27Z
2020-05-26T02:42:42Z
https://github.com/QingdaoU/OnlineJudge/issues/275
[]
ayang818
5
deedy5/primp
web-scraping
28
Add a License
Hi, would you be open to adding a license to this project? https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository I notice it says MIT in [pyproject.toml](https://github.com/deedy5/pyreqwest_impersonate/blob/main/pyproject.toml), ...
closed
2024-07-26T23:35:55Z
2024-07-27T07:04:22Z
https://github.com/deedy5/primp/issues/28
[]
coletdjnz
1
nerfstudio-project/nerfstudio
computer-vision
3,082
Wrong Result in Depth Map Extraction
I've been trying to extract the depth map from a NeRF, specifically from the dataset downloaded by running the line: 'ns-download-data nerfstudio --capture-name=poster" and training it with the Nerfacto model. After reading different issues, I've tried 2 different methods: The first one involved adding within render...
open
2024-04-16T10:46:33Z
2024-09-28T02:57:54Z
https://github.com/nerfstudio-project/nerfstudio/issues/3082
[]
ferphy
3
schenkd/nginx-ui
flask
58
Proposal for Revamping Project with Updated Package Versions and RHEL Compatibility
Hi @schenkd, I'm interested in contributing to this repository and enhancing its functionality. In my current role, I primarily work with Flask, and I've been looking for efficient solutions to update Nginx reverse proxy configuration files. I have a few suggestions for improving this project: - Upgrade to Flask...
open
2024-05-22T00:46:12Z
2024-05-22T00:46:12Z
https://github.com/schenkd/nginx-ui/issues/58
[]
mohamedtaee
0
thtrieu/darkflow
tensorflow
316
Annotation parsing issue
Hi guys I ran a tiny-yolo model with different datasets (datasets that I made). I constantly get `ZeroDivisionError: float division by zero` error. After reading multiple past issues, I realized that it has something to do with annotation parsing and tried to fix it by deleting the file `net/yolo/parse-history.tx...
closed
2017-06-30T05:18:47Z
2018-03-23T16:39:23Z
https://github.com/thtrieu/darkflow/issues/316
[]
bestar60
10
alpacahq/alpaca-trade-api-python
rest-api
492
Feature Request: Customizable TimeFrame
We'd like to be able to use variable versions of the TimeFrame, to accommodate different scenarios that we require for barsets. An ideal usage of the API would be something like this: ```python rest_api = REST() time_frame = TimeFrame(15, TimeFrameUnit.minutes) result = api.get_bars("APPL", time_frame, start='...
closed
2021-09-15T15:53:04Z
2021-11-02T06:47:45Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/492
[]
AlphaGit
2
ResidentMario/missingno
data-visualization
82
How to configure the size of picture
closed
2019-01-14T10:35:01Z
2019-01-14T16:28:32Z
https://github.com/ResidentMario/missingno/issues/82
[]
dpengwang
1
LAION-AI/Open-Assistant
machine-learning
3,076
plugins
the openassistant chat page shows a button to select plugins but there arent any am i doing something wrong or is it just not released yet?
closed
2023-05-07T16:01:39Z
2023-05-31T17:21:48Z
https://github.com/LAION-AI/Open-Assistant/issues/3076
[ "question" ]
Bensolz
3
seleniumbase/SeleniumBase
pytest
2,530
Verify `selenium` `4.18.1`, and upgrade `seleniumbase` to it
## Verify `selenium` `4.18.1`, and upgrade `seleniumbase` to it https://pypi.org/project/selenium/4.18.1/ is here. Hopefully it's good... If everything still works with it, upgrade `seleniumbase` to use it.
closed
2024-02-22T23:46:17Z
2024-02-23T05:38:44Z
https://github.com/seleniumbase/SeleniumBase/issues/2530
[ "dependencies" ]
mdmintz
4
browser-use/browser-use
python
180
[Bug] Font handling crash in create_history_gif
## Bug Description When running `create_history_gif()`, the following error occurs: ```python OSError: cannot open resource ``` The error happens when trying to access `title_font.path` on the default font after TrueType font loading fails. ## Stack Trace ``` Traceback (most recent call last): File...
open
2025-01-07T10:32:45Z
2025-02-21T20:30:11Z
https://github.com/browser-use/browser-use/issues/180
[]
Alex31y
5
ymcui/Chinese-LLaMA-Alpaca
nlp
644
Chinese LLaMA 7B预测时回复内容答非所问,产出很多不相关回复
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c...
closed
2023-06-20T08:46:59Z
2023-07-11T22:02:09Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/644
[ "stale" ]
dazhaxie0526
9
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
767
ValueError: num_samples should be a positive integeral value, but got num_samples=0
please help!I met this problem and can't solve it
open
2019-09-14T09:16:51Z
2021-12-08T21:24:06Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/767
[]
tpy9
5
tortoise/tortoise-orm
asyncio
1,180
Queries by different tasks produce different instances of Model objects for same rows
Hi there, I need a way to ensure that if multiple tasks in an asyncio thread each perform queries on tables, and end up with row objects (instances of models.Model subclasses) representing the same rows, then all row objects produced from Tortoise queries, representing the same underlying table/row, will be singleto...
closed
2022-07-11T21:16:25Z
2022-07-11T22:01:18Z
https://github.com/tortoise/tortoise-orm/issues/1180
[]
davidmcnabnz
2
mithi/hexapod-robot-simulator
dash
29
Reimplement ik_solver (2.0) module
Reimplement inverse kinematics solver (`hexapod.ik_solver2`). The current implementation `hexapod.ik_solver` involves a bunch of tiny helper methods and one big god function that tries to do almost everything. I plan to redesign this by making a class that centers around this responsibility.
closed
2020-04-11T09:55:31Z
2020-04-15T12:21:22Z
https://github.com/mithi/hexapod-robot-simulator/issues/29
[ "PRIORITY", "code quality" ]
mithi
0
psf/requests
python
6,063
How to set multi same key in request header
To Bypass some WAF, I Wanna Send a Malformed HTTP request like this: ``` POST /123123 HTTP/1.1 Host: a.b.com Hello: hello1 Hello: hello2 a=b ``` Request have two same key in headers. Try: ``` headers = [('interests', 'football'), ('interests', 'basketball')] headers = {'interests': ['football', 'basketb...
closed
2022-02-10T06:57:55Z
2022-05-11T14:00:43Z
https://github.com/psf/requests/issues/6063
[]
Xyberonz
1
deepfakes/faceswap
machine-learning
1,401
the gpu docker image not finding the requirements
nividia docker image it keep failing clonning the rep so i increased the buffer and the timeout and the number of retries : **RUN git config --global http.postBuffer 1048576000 RUN git config --global http.lowSpeedLimit 0 RUN git config --global http.lowSpeedTime 999999 RUN for i in {1..5}; do git clone --dep...
open
2024-09-10T18:18:35Z
2024-09-26T02:36:31Z
https://github.com/deepfakes/faceswap/issues/1401
[]
fady17
1
chainer/chainer
numpy
8,594
ValueError: Inexistent group is specified
I am getting following error for the code. I did found same error on stack overflow. It is mentioned the change relative path to absolute path. Error persists even after changing it to absolute path. Important thing to mention is that code was working till few hours ago, I was able to load the model few hours ago. T...
closed
2020-12-21T23:37:57Z
2022-01-08T23:16:02Z
https://github.com/chainer/chainer/issues/8594
[ "stale", "issue-checked" ]
Deccan12
2
automl/auto-sklearn
scikit-learn
819
'RuntimeWarning: Mean of empty slice' during metafeature calculation
Hello, When building my own metafeatures using the scripts provided, the following warnings appear during 03_calculate_metafeatures: ``` [Memory] Calling __main__--WORKINGDIR-03_calculate_metafeatures.calculate_metafeatures... calculate_metafeatures(254) 254 /home/XXX/.local/lib/python3.6/site-packages/numpy/...
closed
2020-04-09T14:13:20Z
2021-11-17T11:54:17Z
https://github.com/automl/auto-sklearn/issues/819
[ "enhancement" ]
RitterHannah
3
jumpserver/jumpserver
django
14,250
[Feature] 希望控制台首页可以显示当前服务器的资源占用情况(CPU/RAM/硬盘等)
### 产品版本 v4.2.0 ### 版本类型 - [X] 社区版 - [ ] 企业版 - [ ] 企业试用版 ### 安装方式 - [X] 在线安装 (一键命令安装) - [ ] 离线包安装 - [ ] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] 源码安装 ### ⭐️ 需求描述 希望控制台首页可以显示当前服务器的资源占用情况(CPU/RAM/硬盘等) ### 解决方案 控制台首页增加显示当前服务器的资源占用情况(CPU/RAM/硬盘等),以便直观的查阅,并在资源占用较高时能及时进行优化或升级。 ### 补充信息 _No response_
closed
2024-09-29T09:08:18Z
2024-10-08T11:04:44Z
https://github.com/jumpserver/jumpserver/issues/14250
[ "⭐️ Feature Request" ]
wqinf
4
erdewit/ib_insync
asyncio
36
ib.fills() returns incorrect results for partially filled orders for multi-leg option COMBO trades
I developed a script [TradeLogIB](https://github.com/stenri/TradeLogIB) which uses [ib_insync](https://github.com/erdewit/ib_insync) to download a list of option trades from IB and save them to a .csv file. Basically what this script does is: ``` for fill in ib.fills(): if fill.contract.secType...
closed
2018-01-06T12:21:52Z
2018-01-06T15:56:51Z
https://github.com/erdewit/ib_insync/issues/36
[]
stenri
2
litestar-org/litestar
api
3,495
Enhancement: Repository pattern interfaces
### Summary It's common practice to provide generic interfaces for implementing the repository pattern. It makes sense to provide several interfaces for specific types of application designs. CrudRepository is suitable for abstracting persistence of CRUD models. More generic repository interfaces are required for doma...
closed
2024-05-14T19:08:29Z
2025-03-20T15:54:42Z
https://github.com/litestar-org/litestar/issues/3495
[ "Enhancement" ]
fkromer
1
xlwings/xlwings
automation
2,095
win range to pdf landscape?
Hi, I need range.to_pdf then to_png and get a high-resolution table image. But now I need to crop the white space,and don't know the exact space value. Is there a method to pdf and then to png without white space? Thank you. https://stackoverflow.com/questions/72692125/export-an-excel-spreadsheet-to-pdf-using-xlwing...
open
2022-11-11T01:57:17Z
2022-11-19T03:51:15Z
https://github.com/xlwings/xlwings/issues/2095
[]
zbjdonald
2
akfamily/akshare
data-science
5,387
futures_zh_minute_sina 接口返回数据不完整
Python: 3.10 Akshare: 1.15.27 重现代码: import akshare as ak data = ak.futures_zh_minute_sina("RB2501", "60") print(data) 打印结果见截图。 ![捕获](https://github.com/user-attachments/assets/4f8ad103-d2e5-44fe-9848-e1fbb032cf89) 合约RB2501最新数据应该是2024-11-30,而不是2024-4-18。是数据源接口没有返回最新数据? 谢谢支持。
closed
2024-11-30T07:28:10Z
2024-11-30T10:50:50Z
https://github.com/akfamily/akshare/issues/5387
[ "bug" ]
Yzx-1024
1
PaddlePaddle/PaddleHub
nlp
2,266
安装paddlehub后import paddlehub出错
欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献! 在留下您的问题时,辛苦您同步提供如下信息: - 版本、环境信息 paddlehub 2.3.1 paddlepaddle 2.5.0 Python 3.9.13 conda 22.9.0 Windows 10 系统 - 复现信息:如为报错,请给出复现环境、复现步骤 ![image](https://github.com/PaddlePaddle/PaddleHub/assets/59084123/fca5dfb9-f5bd-4413-bf18-f87caafc5210)
closed
2023-06-27T10:29:39Z
2023-09-20T11:07:46Z
https://github.com/PaddlePaddle/PaddleHub/issues/2266
[]
JAC-z
3
jina-ai/serve
machine-learning
5,966
Endless Waiting executor0 but the service works normally.
the code to run from #5959 ``` DEBUG executor0/rep-0@39476 Setting signal handlers [07/14/23 08:58:52] DEBUG executor...
closed
2023-07-14T01:11:22Z
2023-07-19T06:51:13Z
https://github.com/jina-ai/serve/issues/5966
[]
wqh17101
41
psf/requests
python
6,669
Failed to ignore the SSL certificate verification when using `verify=False` option
<!-- Summary. --> Requests is not ignoring the SSL certificate verification when using the `verify=False` option. ## Expected Result Same as curl with `-k` ```bash $ curl -k https://website <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> ...
closed
2024-03-23T19:40:30Z
2024-03-24T12:49:47Z
https://github.com/psf/requests/issues/6669
[]
urbanogilson
5
axnsan12/drf-yasg
rest-api
214
What is the best way to provide example responses
I have implemented a legacy API requiring custom renderers. What they render bears little resemblance to the serializer. However, the auto schema generated for the JSON response is quite useful. What is the best way to add additional responses? Self-describing APIs is hard ;)
closed
2018-09-17T19:15:47Z
2020-09-29T04:06:46Z
https://github.com/axnsan12/drf-yasg/issues/214
[]
danizen
5
JaidedAI/EasyOCR
machine-learning
692
ocr not reading word by word
Hi how to configure the easyocr to print the text word by word with the coordinates
open
2022-03-23T11:40:28Z
2022-04-04T10:30:56Z
https://github.com/JaidedAI/EasyOCR/issues/692
[]
sreebalaji2418
1
deepakpadhi986/AI-Resume-Analyzer
streamlit
3
I successfully done the installation and changed the file resume parser but it shows like this plz rectify ASAP sir
![IMG_20231122_232447](https://github.com/deepakpadhi986/AI-Resume-Analyzer/assets/137020942/df661633-2938-422a-bb62-7a4274b64f99) ![IMG_20231122_232502](https://github.com/deepakpadhi986/AI-Resume-Analyzer/assets/137020942/21fc74b6-e5dd-4687-ad3d-b391ff0bf3e3)
closed
2023-11-25T10:21:07Z
2023-11-26T12:53:36Z
https://github.com/deepakpadhi986/AI-Resume-Analyzer/issues/3
[]
Sudharsan912
1
robinhood/faust
asyncio
179
source and sink example
Is there an example on how to setup faust to consume the data from kafka and write to single or multiple sinks ( elasticsearch, cassandra etc..) sample code ( I am not sure the sample code setup is proper way to read and write into the sink) import faust app = faust.App( 'demo', bro...
closed
2018-10-09T02:31:39Z
2019-07-05T06:41:49Z
https://github.com/robinhood/faust/issues/179
[]
Madhu1512
4
JaidedAI/EasyOCR
machine-learning
1,045
easyocr.Reader not working on windows 11 ARM Parallels (M1) Python 3.11.4
import cv2 import easyocr import matplotlib.pyplot as plt #read image imagelocation = 'test.jpg' img = cv2.imread(imagelocation) #instance text detector reader = easyocr.Reader(['en'], gpu=False) #detect text on image text = reader.readtext(img) print(text) does not return anything, program just te...
open
2023-06-09T18:28:33Z
2023-12-20T20:16:35Z
https://github.com/JaidedAI/EasyOCR/issues/1045
[]
thendotshikota
1
flaskbb/flaskbb
flask
97
Bulk operations
Following operations should support bulk actions: - [x] Merge Topic - [x] Move Topic - [x] Delete Topic/Post - [x] Lock Topic - [x] Unlock Topic
closed
2015-03-10T10:59:28Z
2015-07-23T20:08:23Z
https://github.com/flaskbb/flaskbb/issues/97
[ "enhancement" ]
sh4nks
0
unionai-oss/pandera
pandas
977
`pa.check_types` doesn't seem to work with Union of multiple pandera types
**Describe the bug** A clear and concise description of what the bug is. - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of pandera. - [ ] (optional) I have confirmed this bug exists on the master branch of pandera. **Note**: Plea...
closed
2022-10-22T21:43:06Z
2022-11-11T14:55:26Z
https://github.com/unionai-oss/pandera/issues/977
[ "bug", "help wanted" ]
kr-hansen
12
quasarstream/python-ffmpeg-video-streaming
dash
14
.mkv fails to transcode
**Describe the bug** Can't convert to HLS. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to he...
closed
2020-04-28T09:37:25Z
2020-06-24T18:37:48Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/14
[ "bug" ]
ddorian
2
huggingface/text-generation-inference
nlp
2,775
"RuntimeError: weight lm_head.weight does not exist" quantizing Llama-3.2-11B-Vision-Instruct
### System Info Running official docker image: ghcr.io/huggingface/text-generation-inference:2.4.0 os: Linux 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux nvidia-smi: +-----------------------------------------------------------------------------------------+ | N...
open
2024-11-22T20:05:59Z
2024-11-22T20:05:59Z
https://github.com/huggingface/text-generation-inference/issues/2775
[]
akowalsk
0
horovod/horovod
machine-learning
3,149
Unit test fails on test-cpu-gloo-py3_8-tfhead-keras_none-torchhead-mxnethead-pyspark3_1_2
Recently lots of torch collectives related unit tests are failing under this config. For example: https://github.com/horovod/horovod/runs/3510886664 ``` [1]<stdout>:test_torch.py::TorchTests::test_horovod_allgather_grad FAILED [1]<stdout>:test_torch.py::TorchTests::test_horovod_allgather_grad_process_sets FAILED ...
closed
2021-09-04T04:03:07Z
2021-10-05T21:28:51Z
https://github.com/horovod/horovod/issues/3149
[ "bug" ]
chongxiaoc
1
supabase/supabase-py
flask
663
failed to get_session after create_client by accees_token as supabase_key
**Describe the bug** ``` python # access_token from AuthResponse.session.access_token by sign in from somewhere async def get_db(access_token: AccessTokenDep) -> AsyncClient: client: AsyncClient | None = None try: client = await create_client( settings.SUPABASE_URL, acce...
closed
2024-01-12T15:31:50Z
2024-05-22T20:05:25Z
https://github.com/supabase/supabase-py/issues/663
[ "documentation" ]
AtticusZeller
6
automagica/automagica
automation
57
Converting a Word document to PDF Error
My system is Windows 10 Test Converting a Word document to PDF, Find Error: `Not implemented for other platforms than Windows.`
closed
2019-06-14T16:12:41Z
2019-08-13T08:21:15Z
https://github.com/automagica/automagica/issues/57
[]
mamacmm
3
sczhou/CodeFormer
pytorch
2
How can I train in my own dataset?
I am happy to inference using this excellent works. Please release the training code as soon as possible.
closed
2022-07-18T08:16:18Z
2022-08-21T14:57:12Z
https://github.com/sczhou/CodeFormer/issues/2
[]
hongsiyu
2
remsky/Kokoro-FastAPI
fastapi
75
Open-WebUI - Syntax for passing "speed" parameter?
I'm trying to pass the speed parameter in WebUI over the "TTS Voice" field, where the model is selected. I tried the following syntax and nothing worked so far: af_speed_1_5 af_speed_1.5 af_speed-1.5 af_speed=1.5 af, speed=1.5 af, speed_1.5 af, speed-1.5 af+speed-1.5 af+speed=1.5 if not possible, please make possible...
closed
2025-01-18T10:51:47Z
2025-01-22T19:36:29Z
https://github.com/remsky/Kokoro-FastAPI/issues/75
[]
TheElo
4