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
onnx/onnx
machine-learning
6,700
Crashes when executing model quantification on Deeplabv3
# Bug Report ### Is the issue related to model conversion? No ### Describe the bug I want to perform INT8 precision inference on the Deeplabv3 model on the CPU. I first quantified the model, but during execution, I threw NotImplemented: [ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for C...
closed
2025-02-13T02:54:53Z
2025-02-13T07:02:21Z
https://github.com/onnx/onnx/issues/6700
[ "topic: runtime" ]
EzioQR
1
mljar/mercury
data-visualization
115
History of executed notebooks
Get history of last executed notebooks
closed
2022-06-30T12:51:30Z
2022-07-01T10:54:30Z
https://github.com/mljar/mercury/issues/115
[ "enhancement" ]
pplonski
1
elliotgao2/toapi
flask
85
Route order problem.
At present, we define route as follows: ```python route = {'/movies/?page=1': '/html/gndy/dyzz/', '/movies/?page=:page': '/html/gndy/dyzz/index_:page.html', '/movies/': '/html/gndy/dyzz/'} ``` The problem is the ordering. Use tuple or OrderedDict
closed
2017-12-22T01:17:17Z
2017-12-22T09:19:28Z
https://github.com/elliotgao2/toapi/issues/85
[]
elliotgao2
0
amisadmin/fastapi-amis-admin
fastapi
115
faa 命令行初始化项目时有点版本依赖的问题
fastapi-user-auth 0.5.0 requires fastapi-amis-admin<0.6.0,>=0.5.0, but you have fastapi-amis-admin 0.6.1 which is incompatible.
closed
2023-07-25T12:41:50Z
2023-09-17T08:48:29Z
https://github.com/amisadmin/fastapi-amis-admin/issues/115
[]
taishen
3
jazzband/django-oauth-toolkit
django
1,027
How to use jwt tokens in django-oauth-toolkit without adding to the database?
I have been working on separating the authorization server and the resource server using django-oauth-toolkit. Also I wrote my jwt token generator: ``` from rest_framework_simplejwt.tokens import RefreshToken def my_acces_token_generator (request, refresh_token = False): refresh = RefreshToken.for_user (req...
closed
2021-11-11T22:56:39Z
2022-01-02T13:34:09Z
https://github.com/jazzband/django-oauth-toolkit/issues/1027
[ "question" ]
Suldenkov
1
pytest-dev/pytest-xdist
pytest
577
AttributeError: 'WorkerController' object has no attribute 'slaveinput'
I recently upgraded from pytest-xdist 1.34.0 to 2.0.0 and found that tests always fail with the new version. I pinned the previous version as a workaround. I've tested on Ubuntu 18.04 and the circle [CI docker image for python 3.7.6](https://github.com/CircleCI-Public/circleci-dockerfiles/blob/master/python/images/3...
closed
2020-08-14T15:23:46Z
2020-08-14T15:56:26Z
https://github.com/pytest-dev/pytest-xdist/issues/577
[]
bruceduhamel
5
streamlit/streamlit
deep-learning
10,406
New st.query_params doesn't persist state in URL after page refresh while deprecated st.experimental_set_query_params does
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary The new `st.query_params` API does not mainta...
closed
2025-02-15T00:36:02Z
2025-02-25T23:06:36Z
https://github.com/streamlit/streamlit/issues/10406
[ "type:bug", "status:awaiting-user-response", "feature:query-params" ]
icmtf
4
marimo-team/marimo
data-visualization
3,696
Unable to build from PyPi source file due to missing `build_hook.py`
### Describe the bug Building with [source](https://pypi.org/project/marimo/#marimo-0.11.0.tar.gz) distributed by PyPi will result in an error in the `0.11.0` release: <details> ``` ❯ python -m build --wheel --no-isolation * Getting build dependencies for wheel... Traceback (most recent call last): File "/usr/lib/...
closed
2025-02-05T05:47:55Z
2025-02-05T13:34:00Z
https://github.com/marimo-team/marimo/issues/3696
[ "bug" ]
ResRipper
0
aiortc/aiortc
asyncio
912
Create infinite stream from image
Hello! can someone tell me how i can make an endless stream from one picture? this picture may change over time there is my code: ``` def loop_image(): img = cv2.imread('./images/1.jpg') img = cv2.resize(img, (640, 480)) new_frame = VideoFrame.from_ndarray(img, format="bgr24") ret...
closed
2023-08-02T16:24:10Z
2023-10-26T07:39:59Z
https://github.com/aiortc/aiortc/issues/912
[]
Clarxxon
0
microsoft/unilm
nlp
770
layoutxlm to onnx question
I use layoutxlm to training my data for downstream, when I convert the model which I trained to onnx by huggingface code layoutlmv2-to-onnx, it occurs below problem, can you give me some advice? it seems concat two different types causing this problem, but I do not modify any code just using run xfun for token classifi...
open
2022-06-24T14:17:38Z
2022-06-24T14:21:57Z
https://github.com/microsoft/unilm/issues/770
[]
githublsk
0
JaidedAI/EasyOCR
pytorch
416
Arguments and vertical Japanese text
I have used EasyOCR successfully a few times now, however I'm running into issues. Firstly, a guide recommended using a "paragraph" argument. Putting "--paragraph=1" into my script caused an error called "Unrecognized arguments" and that error persisted on every variation I tried. Typing "easyocr -h" tells me that the ...
closed
2021-04-12T11:40:35Z
2022-03-02T09:24:57Z
https://github.com/JaidedAI/EasyOCR/issues/416
[]
Troceleng
6
koxudaxi/datamodel-code-generator
fastapi
1,592
Comprehensive Documentation of Supported Input Formats
## Goal To provide clear and comprehensive documentation detailing the support status for various input formats like JsonSchema and OpenAPI, including different drafts like Draft 7 and Draft 2019-09, to help users understand the extent to which they can utilize datamodel-code-generator with different specifications. ...
open
2023-10-04T16:39:43Z
2024-07-24T18:13:06Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1592
[ "documentation" ]
koxudaxi
1
ageitgey/face_recognition
python
737
receiving error with face_encoding of face_recognition library after cuda setup
* face_recognition version: 1.2.3 * Python version: 3.6.5 * Operating System: windows 10 ### What I Did I have just setup my CUDA with dlib and after that I am receiving this error when running the encoding of face using face_recognition library ``` face_encodings = face_recognition.face_encodings(frame, face...
open
2019-02-05T10:05:06Z
2020-08-24T12:12:33Z
https://github.com/ageitgey/face_recognition/issues/737
[]
AbhinavJhanwar
3
robotframework/robotframework
automation
4,404
Document that failing test setup stops execution even if continue-on-failure mode is active
When support for controlling the continue-on-failure mode was added (#2285), we didn't think how tests setups should behave when the mode is activated. Currently if you have a test like ```robotframework *** Test Cases *** Example [Tags] robot:continue-on-failure [Setup] Setup Keyword Keyword I...
closed
2022-07-14T10:01:43Z
2022-07-15T07:26:50Z
https://github.com/robotframework/robotframework/issues/4404
[ "enhancement", "priority: medium", "alpha 1", "acknowledge" ]
pekkaklarck
2
d2l-ai/d2l-en
tensorflow
2,605
d2l.Seq2SeqEncoder(vocab_size=10, embed_size=8, num_hiddens=16, 2 num_layers=2)
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[21], [line 4](vscode-notebook-cell:?execution_count=21&line=4) [1](vscode-notebook-cell:?execution_count=21&line=1) encoder = d2l.Seq2SeqEncoder(vocab_...
open
2024-06-17T07:45:10Z
2024-06-17T08:29:55Z
https://github.com/d2l-ai/d2l-en/issues/2605
[]
achaosss
2
LibreTranslate/LibreTranslate
api
659
Feature Request: SRT (Subtitle) Support
(I can't do this as a pull request, I'm not a Python programmer.) I would like to request that the translate file mode support SRT (Subtitle) files. The format of these is pretty simple, they are text files with an incrementing number, the next line has a time range in the form of `HH:MM:SS,HUN --> HH:MM:SS,HUN`, a...
open
2024-08-09T22:50:53Z
2024-08-11T09:05:21Z
https://github.com/LibreTranslate/LibreTranslate/issues/659
[ "enhancement" ]
LeeThompson
1
jschneier/django-storages
django
735
Google cloud storage not retrying file downloads
We are randomly getting this sort of errors when trying to download a file: ``` File "./utils/tools/fingerprint.py", line 11, in generate_fingerprint img_file.seek(0) File "/usr/local/lib/python3.7/site-packages/django/core/files/utils.py", line 20, in <lambda> ...
closed
2019-08-14T13:36:54Z
2023-08-27T15:31:48Z
https://github.com/jschneier/django-storages/issues/735
[ "google" ]
and3rson
1
home-assistant/core
asyncio
140,551
"Salt nearly empty" is off, despite dish washer and Home Connect app reporting otherwise
### The problem My Siemens dish washer and the Home Connect app say that salt is low, though that isn't reflected in HA: "Salt nearly empty" is off, and has never been on. I don't think this sensor existed before 2025.3, but now doesn't seem functional. Dish washer model is SN85TX00CE. ### What version of Home Assi...
open
2025-03-13T21:23:46Z
2025-03-24T09:23:48Z
https://github.com/home-assistant/core/issues/140551
[ "integration: home_connect" ]
richardvinger
6
huggingface/pytorch-image-models
pytorch
1,391
[FEATURE] Add MobileOne
It's Apple's new model for mobiles https://github.com/apple/ml-mobileone
closed
2022-08-02T09:23:36Z
2022-09-04T04:49:38Z
https://github.com/huggingface/pytorch-image-models/issues/1391
[ "enhancement" ]
MohamedAliRashad
1
matplotlib/matplotlib
data-visualization
29,396
[Bug]: Style flag errors trying to save figures as PDF with font Inter
### Bug summary I have installed the font Inter with `brew install font-inter` and successfully imported it into matplotlib such that the figure from the plot below displays correctly with the Inter font as specified; however, when it comes to saving, I get the error below in "actual outcome". ### Code for repro...
closed
2025-01-03T03:38:40Z
2025-01-08T09:18:59Z
https://github.com/matplotlib/matplotlib/issues/29396
[ "status: confirmed bug", "Release critical", "topic: text/fonts" ]
ohshitgorillas
3
biolab/orange3
numpy
6,273
Pythagorean Forest: report does not work
**What's wrong?** Clicking the report button produces an error. The problem is that widget declares `graph_name = "scene"`, although it doesn't have a "scene" but uses a left-to-right wrapping list view instead. **How can we reproduce the problem?** Give it some data and click the report button. **What's y...
closed
2022-12-25T21:09:19Z
2023-01-04T20:42:59Z
https://github.com/biolab/orange3/issues/6273
[ "bug" ]
janezd
0
reloadware/reloadium
pandas
62
[Feature Request] Enable changing breakpoints during debugging
**Describe the bug** Reloadium is not sensitive to runtime changes to breakpoints. **To Reproduce** Steps to reproduce the behavior: 1. Set breakpoints 2. Run debug with reloadium 3. Add/remove breakpoints 4. Reloadium insensitive to breakpoint changes **Expected behavior** Reloadium should respond t...
closed
2022-11-07T22:18:49Z
2022-11-07T23:22:13Z
https://github.com/reloadware/reloadium/issues/62
[]
James4Ever0
0
QingdaoU/OnlineJudge
django
289
Runtime error
Try to test the system using basic operation like substraction with maximum memory is 8 MB but the return is runtime error. But when i set the memory to 256 MB submission is accepted.
closed
2020-03-20T11:35:56Z
2020-03-20T14:03:00Z
https://github.com/QingdaoU/OnlineJudge/issues/289
[]
tiodh
10
ray-project/ray
pytorch
51,506
CI test windows://python/ray/tests:test_multi_tenancy is consistently_failing
CI test **windows://python/ray/tests:test_multi_tenancy** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1 DataCaseName-windows://pyt...
closed
2025-03-19T00:07:58Z
2025-03-19T21:53:33Z
https://github.com/ray-project/ray/issues/51506
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
2
ultrafunkamsterdam/undetected-chromedriver
automation
2,115
Could this support android chrome or chromium?
open
2025-01-06T14:05:35Z
2025-01-06T14:05:35Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2115
[]
Gemini-NX
0
pywinauto/pywinauto
automation
793
Doubt about HwndWrapper and
First of all I need to say that this is not an issue, but I need your support because after several hours trying to get it running I still have problems To clarify I will use the following image. ![App](https://user-images.githubusercontent.com/54083924/62979518-aa145680-bde9-11e9-8efc-6ab9fe04f431.png) At the m...
open
2019-08-13T22:03:56Z
2019-09-03T06:32:36Z
https://github.com/pywinauto/pywinauto/issues/793
[ "question" ]
FrankRan23
6
youfou/wxpy
api
425
微信个人号API 可以看下这个wkteam.gitbook.io,2017年前只要没登录过网页版微信的 用不了wxpy哦~
推荐大伙用这个wkteam.gitbook.io
closed
2019-11-25T02:55:48Z
2019-12-04T02:36:56Z
https://github.com/youfou/wxpy/issues/425
[]
2048537793
0
pytest-dev/pytest-flask
pytest
108
Builds failing after Werkzeug 1.0 bump
Your dependency on Werkzeug is breaking our build. Once Werkzeug bumped their version to 1.0, Pytest-flask is breaking in circleci. Here's some info from Werkzeug's issues: https://github.com/pallets/werkzeug/issues/1714 And here's our error traceback: ``` Traceback (most recent call last): File "/usr/lo...
closed
2020-02-06T23:14:09Z
2020-02-06T23:56:05Z
https://github.com/pytest-dev/pytest-flask/issues/108
[]
zoombear
2
hankcs/HanLP
nlp
1,334
import com.hankcs.hanlp.corpus.MSR;
1.7.5 代码里面没有定义相关的java文件了 - compile demo和book example 有相同错误,有碰到同样问题的吗?
closed
2019-11-30T10:52:50Z
2020-01-01T10:48:11Z
https://github.com/hankcs/HanLP/issues/1334
[ "ignored" ]
jiangangduan
2
ageitgey/face_recognition
machine-learning
814
No Issue; Idea of increacing the speed on a Raspberry Pi
I was trying to increase the speed of a simple face detection script on the Raspberry Pi. Since the multitasking example uses OpenCV, it is not easy to set up (it needs to compile OpenCV on the Raspberry Pi). I therefore created an alternative semi-multitasking approach, here is my code: ``` from multiprocessing imp...
open
2019-05-05T12:12:44Z
2019-07-15T22:11:12Z
https://github.com/ageitgey/face_recognition/issues/814
[]
NathansLab
1
graphistry/pygraphistry
pandas
218
[ENH] Error propagation in files mode
```python df = pd.DataFrame({'s': ['a', 'b', 'c'], 'd': ['b', 'c', 'a']}) graphistry.edges(df, 'WRONG', 'd').plot(as_files=True, render=False) ``` Will not hint at the binding error, while `as_files=False` will. Both should -- unclear if PyGraphistry inspecting validity on viz create response, or validity not bei...
open
2021-02-15T00:38:52Z
2021-02-15T00:44:21Z
https://github.com/graphistry/pygraphistry/issues/218
[ "enhancement", "good-first-issue" ]
lmeyerov
0
jupyterhub/repo2docker
jupyter
948
Support for Python dependencies in a form of a wheel file located in repository
<!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Bug description Straightforward installation of a private Python wheel kept in the repository during docker build does not work, see [topic](https://discourse.jupyt...
closed
2020-08-28T17:36:51Z
2020-08-31T12:13:52Z
https://github.com/jupyterhub/repo2docker/issues/948
[]
mkhait
4
NVlabs/neuralangelo
computer-vision
13
ValueError when extracting mesh
Hi, when I was extracting mesh from the checkpoint, I got a value error where the terminal output is as follows: ``` (neuralangelo) vrlab@k8s-master-38:~/wangph1/workspace/neuralangelo$ CUDA_VISIBLE_DEVICES=2 torchrun --nproc_per_node=${GPUS} projects/neuralangelo/scripts/extract_mesh.py \ > --logdir=logs/${GRO...
closed
2023-08-14T12:04:39Z
2023-08-16T03:15:20Z
https://github.com/NVlabs/neuralangelo/issues/13
[]
AuthorityWang
8
raphaelvallat/pingouin
pandas
362
Pairwise tests with mixed design fail with new pandas 2.0
Hey @raphaelvallat, I noticed that the example on pairwise tests with mixed design (number 4 here> https://pingouin-stats.org/build/html/generated/pingouin.pairwise_tests.html#pingouin.pairwise_tests) fails after update to pandas 2.0 with ``` TypeError: Could not convert AugustJanuaryJune to numeric ```
closed
2023-06-01T08:44:35Z
2023-06-04T12:33:18Z
https://github.com/raphaelvallat/pingouin/issues/362
[]
jajcayn
2
miguelgrinberg/microblog
flask
298
Mysql2::Error: Data too long for column 'output' at row 1
While sending mail from postal, I Continuously Got this error. How to fix This? An internal error occurred while sending this message. This message will be retried automatically. If this persists, contact support for assistance. Mysql2::Error: Data too long for column 'output' at row 1
closed
2021-08-25T21:31:25Z
2023-12-03T10:57:14Z
https://github.com/miguelgrinberg/microblog/issues/298
[ "question" ]
judan31
2
localstack/localstack
python
11,512
bug: duplicate EC2 security group rules
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Some security group rules added via `ec2:AuthorizeSecurityGroupIngress` are duplicated. ### Expected Behavior Security group rules should not be duplicated. ### How are you starting LocalStack? W...
open
2024-09-13T09:51:45Z
2025-02-13T09:03:13Z
https://github.com/localstack/localstack/issues/11512
[ "type: bug", "aws:ec2", "status: backlog" ]
mcieno
2
allenai/allennlp
nlp
5,597
Pass a custom pair of strings to `PretrainedTransformerTokenizer._reverse_engineer_special_tokens`.
Hello, `PretrainedTransformerTokenizer._reverse_engineer_special_tokens` is called inside `PretrainedTransformerTokenizer.__init__` ([here](https://github.com/allenai/allennlp/blob/5f5f8c30fe7a9530e011787b6ff10549dc5dac37/allennlp/data/tokenizers/pretrained_transformer_tokenizer.py#L78)) . If I understand correctly,...
closed
2022-03-13T00:35:47Z
2022-04-08T01:25:37Z
https://github.com/allenai/allennlp/issues/5597
[ "Contributions welcome", "Feature request" ]
tarohi24
3
DistrictDataLabs/yellowbrick
matplotlib
577
Change "alpha" parameter to "opacity"
In working on issue #558, it's becoming clear that there is potential for naming confusion and collision around our use of `alpha` to mean the opacity/translucency (e.g. in the matplotlib sense), since in scikit-learn, `alpha` is often used to reference other things, such as the regularization hyperparameter, e.g. ...
closed
2018-08-21T21:10:37Z
2020-06-12T04:57:37Z
https://github.com/DistrictDataLabs/yellowbrick/issues/577
[ "type: technical debt", "level: intermediate" ]
rebeccabilbro
1
mwaskom/seaborn
data-science
3,258
Legends include extraneous entries for categorical variables
(I understand that legends are a can of worms, and if the answer to this particular question is, we thought about it and it's a mess, that's ok, but thought I'd bring it up just in case.) When you pass in a column with a restricted set of values to something like `hue`, only the categories used in the view of the da...
closed
2023-02-13T20:46:23Z
2023-02-13T23:25:14Z
https://github.com/mwaskom/seaborn/issues/3258
[]
jonahpearl
3
saulpw/visidata
pandas
2,182
More sensible and legible autocomplete order
Following [a thought in a related issue](https://github.com/saulpw/visidata/issues/2179#issuecomment-1862956197), when I'm at the expression prompt and I hit tab to autocomplete the column name, it presents them in an odd order that I can't identify. It's not left to right. It'd be nice if it started with current colum...
open
2023-12-20T15:02:32Z
2024-03-12T10:54:55Z
https://github.com/saulpw/visidata/issues/2182
[ "wishlist" ]
reagle
2
python-restx/flask-restx
flask
588
should RESTX_ERROR_404_HELP be disabled by default?
**Ask a question** background: I came through https://github.com/python-restx/flask-restx/issues/550 and went to https://github.com/flask-restful/flask-restful/issues/780, I see similar behaviors in both libraries. I use restx. at least it seems to me that author to restful believes the option should never have be...
open
2024-01-03T13:36:04Z
2024-01-15T12:28:50Z
https://github.com/python-restx/flask-restx/issues/588
[ "question" ]
frankli0324
1
slackapi/bolt-python
fastapi
471
issues in making HTML body and redirects in custom success handlers
I am trying to replicate the success handler after the oauth flow in my program so i can add some custom logic there and still be able to make it look like the default I took the example from [here](https://slack.dev/bolt-python/concepts#authenticating-oauth) in the customizing section that follows. I can see tha...
closed
2021-09-21T16:50:50Z
2021-09-26T14:28:32Z
https://github.com/slackapi/bolt-python/issues/471
[ "question" ]
akshatd
5
httpie/cli
python
844
Stack trace when trying to issue POST request with list
Any POST request containing an array/list causes a stack trace and exit for me on Ubuntu 19.10 Ex: ``` http POST localhost/test_endpoint answer:='["Red","Yellow"]' Traceback (most recent call last): File "/usr/bin/http", line 11, in <module> load_entry_point('httpie==0.9.8', 'console_scripts', 'http')() ...
closed
2020-01-28T15:46:44Z
2020-04-13T16:06:46Z
https://github.com/httpie/cli/issues/844
[]
bredmor
1
autokey/autokey
automation
964
Bump Python versions in workflow files + replace asyncore
### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Xorg ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is thi...
closed
2024-11-08T15:59:38Z
2024-12-01T04:47:32Z
https://github.com/autokey/autokey/issues/964
[ "help-wanted", "development", "environment" ]
Elliria
19
TheKevJames/coveralls-python
pytest
124
source_files is empty
I'm working on makinacorpus/django-safedelete#56 where I'm facing some troubles moving coveralls to tox. It doesn't report any files and when running `- coveralls debug` instead of `- coveralls` in tox, `source_files` is empty: ```json { "config_file": ".coveragerc", "source_files": [], "service_name...
closed
2016-12-22T18:28:47Z
2018-09-03T19:37:14Z
https://github.com/TheKevJames/coveralls-python/issues/124
[]
AndreasBackx
5
ymcui/Chinese-BERT-wwm
tensorflow
164
是否有TF版本的下载呢?
```Exception has occurred: OSError Can't load weights for 'hfl/chinese-bert-wwm-ext'. Make sure that: - 'hfl/chinese-bert-wwm-ext' is a correct model identifier listed on 'https://huggingface.co/models' - or 'hfl/chinese-bert-wwm-ext' is the correct path to a directory containing a file named one of tf_model.h5,...
closed
2020-12-23T07:29:47Z
2020-12-31T09:13:09Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/164
[ "stale" ]
callzhang
2
yinkaisheng/Python-UIAutomation-for-Windows
automation
185
请问是否支持win32api.PostMessage、win32api.sendMessage这一类的调用呢
在实现应用时,有些功能用到PostMessage、sendMessage等win32API的方法,是否会支持呢?
open
2021-12-15T15:06:06Z
2022-02-28T06:41:34Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/185
[ "question" ]
MeditatorV
1
matterport/Mask_RCNN
tensorflow
2,103
How can I get the mask image 28x28 in Mask RCNN?
In Mask RCNN, the instance segmentation model generates the masks for each detected object. The masks are soft masks (with float pixel values) and of size 28x28 during training, then, the predicted masks are rescaled to the bounding box dimensions, and we can overlay them on the original image to visualize the final ou...
open
2020-04-11T11:11:38Z
2020-05-12T07:52:29Z
https://github.com/matterport/Mask_RCNN/issues/2103
[]
TCHERAKAmine
1
nltk/nltk
nlp
3,107
NLTK's `stopwords` requires the stopwords to be first downloaded via the NLTK Data installer. This is a one-time setup, after which you will be able to freely use `from nltk.corpus import stopwords`.
NLTK's `stopwords` requires the stopwords to be first downloaded via the NLTK Data installer. This is a one-time setup, after which you will be able to freely use `from nltk.corpus import stopwords`. To download the stopwords, open the Python interpreter with `python` in your terminal of choice, and ty...
open
2023-01-18T18:00:27Z
2024-05-24T12:45:02Z
https://github.com/nltk/nltk/issues/3107
[]
Killpit
9
graphdeco-inria/gaussian-splatting
computer-vision
336
a quesion about stereo information in PC
the input is point-cloud, generated by 'colmap SfM'. very 'STRONG STEREO' information in PC as input, right? so ... others algrithms (e.g NeRF ...) just used 'POSE ONLY' from colmap, ... if we append PC as a part of inputs to NeRF* (by sampling, or other ways) , then ...
closed
2023-10-18T14:03:12Z
2023-10-21T14:45:34Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/336
[]
yuedajiong
5
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
362
[BUG] 本地搭建报网络错误, 不太明白该怎么解决
Traceback (most recent call last): File "/Users/mac/pythonsrc/pythonProject/Douyin_TikTok_Download_API/start.py", line 37, in <module> from app.main import app File "/Users/mac/pythonsrc/pythonProject/Douyin_TikTok_Download_API/app/main.py", line 39, in <module> from app.api.router import router as ap...
closed
2024-04-23T09:47:36Z
2024-04-23T11:31:43Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/362
[ "BUG" ]
xyhubl
4
aminalaee/sqladmin
asyncio
491
URLType field has no converter defined
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug When a URLType field is added to a model, "edit" on the record causes an exception: from sqlalchemy_fields.types import URLType clas...
closed
2023-05-11T18:21:30Z
2023-05-11T19:58:31Z
https://github.com/aminalaee/sqladmin/issues/491
[]
dhait
2
mirumee/ariadne
api
816
Update Starlette dependency to 0.19
Starlette 0.19 has been released, we should bump Ariadne's version to it before releasing 0.15
closed
2022-03-15T16:14:14Z
2022-04-12T14:11:56Z
https://github.com/mirumee/ariadne/issues/816
[ "dependencies" ]
rafalp
0
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,304
[Feature Request]: "Destructor" for the script
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? In my custom script I applied for some CUDA memory, and I want to free these CUDA memory when I switch to script None from my custom script (or after swtching and ...
open
2024-03-18T09:21:24Z
2024-03-18T09:21:24Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15304
[ "enhancement" ]
marigoold
0
plotly/dash-table
dash
583
virtualization not working with editing?
Promoting this from the community forum. I haven't tried reproducing, but it looks like a good report: https://community.plot.ly/t/dash-data-table-virtualization-completely-broken-with-an-editable-table/28565
closed
2019-09-12T17:56:02Z
2019-09-13T18:45:51Z
https://github.com/plotly/dash-table/issues/583
[ "dash-type-bug", "regression", "size: 1" ]
chriddyp
0
tflearn/tflearn
tensorflow
711
How to get features from a specific layer
This my code: ```python def single_net(): # Building Residual Network net = tflearn.input_data(shape=[None, 28, 28, 1]) net = tflearn.conv_2d(net, 64, 3, activation='relu', bias=False) # Residual blocks net = tflearn.residual_bottleneck(net, 3, 16, 64) net = tflearn.residual_bottleneck...
closed
2017-04-13T08:59:22Z
2017-04-14T13:06:24Z
https://github.com/tflearn/tflearn/issues/711
[]
FoxerLee
4
OpenVisualCloud/CDN-Transcode-Sample
dash
179
video not playing .getting error 504 Gateway Time-out
open
2021-01-20T13:36:11Z
2021-01-20T13:40:17Z
https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/179
[]
chathurangamt
0
pallets/flask
flask
5,070
pip install flask-sqlalchemy Fails
<!-- On newest version of python (3.11). Using Pycharm. Venv environment. Trying to attach Sqlalchemy. pip install flask-wtf Works fine pip install flask-sqlalchemy Fails. Fails to build greenlet. Wheel does not run successfully. Using the same steps in python (3.8), all works fine. Is it not ...
closed
2023-04-17T15:36:45Z
2023-05-02T00:05:34Z
https://github.com/pallets/flask/issues/5070
[]
DigDug10
3
vastsa/FileCodeBox
fastapi
211
压缩文件会卡在0%好久
压缩文件会卡在0%好久,请教解决办法,用ip试过,也不行
closed
2024-10-23T11:54:26Z
2025-02-08T15:12:43Z
https://github.com/vastsa/FileCodeBox/issues/211
[]
ChineseLiusir
8
flaskbb/flaskbb
flask
529
Database migration fails at `7c3fcf8a3335 -> af3f5579c84d, Add cascades` under postgres
``` INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. INFO [alembic.runtime.migration] Running upgrade -> 8ad96e49dc6, init INFO [alembic.runtime.migration] Running upgrade 8ad96e49dc6 -> 514ca0a3282c, Private Messages INFO [alembic....
closed
2019-07-14T06:14:03Z
2019-10-17T19:12:06Z
https://github.com/flaskbb/flaskbb/issues/529
[ "info needed" ]
traverseda
2
flairNLP/flair
nlp
3,347
[Bug]: RuntimeError: Error(s) in loading state_dict for XLMRobertaModel: Unexpected key(s) in state_dict: "embeddings.position_ids".
### Describe the bug I'm trying to use this model. I even have an example from the site that doesn't work. Unknown error that I do not know how to solve. Please help or fix it ### To Reproduce ```python from flair.data import Sentence from flair.models import SequenceTagger # load tagger tagger = SequenceTagger...
closed
2023-10-22T09:47:55Z
2025-03-11T05:11:38Z
https://github.com/flairNLP/flair/issues/3347
[ "bug", "Awaiting Response" ]
brestok-1
2
yt-dlp/yt-dlp
python
11,905
Add cookie extraction support for Floorp
### 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 requesting a feature unrelated to a specific site - [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [X] I've ver...
closed
2024-12-25T14:35:27Z
2024-12-25T20:23:06Z
https://github.com/yt-dlp/yt-dlp/issues/11905
[ "duplicate", "question" ]
2husecondary
2
profusion/sgqlc
graphql
8
aiohttp endpoint
Provide an endpoint using https://aiohttp.readthedocs.io/en/stable/
open
2018-01-17T18:00:44Z
2021-07-23T18:33:33Z
https://github.com/profusion/sgqlc/issues/8
[ "help wanted" ]
barbieri
3
getsentry/sentry
python
87,066
Sandbox kicking me out
Is the sandbox demo kicking me out of sentry and back to https://sentry.io/welcome/ whenever i switch focus away from the page? When it first happened I didn’t realize it was a focus thing. When i went to report the bug with a video then i started to understand what happened.. 1. We add Exit Sandbox button to the hea...
closed
2025-03-14T08:37:53Z
2025-03-24T13:16:52Z
https://github.com/getsentry/sentry/issues/87066
[]
matejminar
0
vi3k6i5/flashtext
nlp
136
Get tags that come after a linebreak
Hi guys, first of all, thanks a lot for your great library, it is a huge help on my current project. I have one question though: I need to find the indices of certain tags (':F50:') in a string that I get from an XML file. These tags come after a linebreak, which in xml is represented by '&#xD'. However, some o...
open
2022-09-29T07:50:24Z
2022-09-29T07:50:24Z
https://github.com/vi3k6i5/flashtext/issues/136
[]
Moxelbert
0
Evil0ctal/Douyin_TikTok_Download_API
api
446
[Feature request] 是否可以在docker部署的web后台里增加一个Cookie维护的功能
这样就能更方便的进行维护,在docker里修改配置还挺麻烦的。
open
2024-07-12T07:12:04Z
2025-02-24T02:08:29Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/446
[ "enhancement" ]
athlon128
3
mljar/mercury
data-visualization
259
running mercury from google colab
How can I run merciry from google colab (without opening a local server)? Is it possible?
closed
2023-04-26T17:45:31Z
2023-04-26T18:49:16Z
https://github.com/mljar/mercury/issues/259
[]
naomiunk
1
2noise/ChatTTS
python
18
只能用GPU吗?CPU不能跑是吗?
只能用GPU吗?CPU不能跑是吗?
closed
2024-05-28T10:51:46Z
2024-07-23T04:01:42Z
https://github.com/2noise/ChatTTS/issues/18
[ "stale" ]
guoqingcun
7
huggingface/transformers
tensorflow
36,150
SDPA `is_causal=False` has no effect due to `LlamaModel._prepare_4d_causal_attention_mask_with_cache_position`
### System Info - `transformers` version: 4.48.3 - Platform: Linux-5.15.0-130-generic-x86_64-with-glibc2.35 - Python version: 3.9.21 - Huggingface_hub version: 0.28.1 - Safetensors version: 0.5.2 - Accelerate version: 1.3.0 - Accelerate config: not found - PyTorch version (GPU?): 2.6.0+cu124 (True) - Tensorflow ver...
open
2025-02-12T11:21:43Z
2025-03-17T18:05:28Z
https://github.com/huggingface/transformers/issues/36150
[ "bug" ]
ringohoffman
7
microsoft/MMdnn
tensorflow
735
"Size of out_backprop doesn't match computed" when converting Deconvolution layer from caffe to tf
I met a problem when converting model with deconvolution layer from caffe to tf. Here is a minimum reproducible example model: ```prototxt layer { name: "input" type: "Input" top: "data" input_param { shape { dim: 1 dim: 3 dim: 16 dim: 16 } } } layer { name:...
open
2019-09-13T23:13:11Z
2019-09-13T23:13:11Z
https://github.com/microsoft/MMdnn/issues/735
[]
woinck
0
feature-engine/feature_engine
scikit-learn
453
Future warning: Passing a set as indexer - SmartCorrelatedSelection
**Describe the bug** Hi, I'm getting a FutureWarning message when running the SmartCorrelatedSelection both on my data and following one of the examples from the tutorial: ``` /redacted_path/lib/python3.9/site-packages/feature_engine/selection/smart_correlation_selection.py:302: FutureWarning: Passing a set as an ...
closed
2022-05-11T17:36:08Z
2022-06-14T08:57:15Z
https://github.com/feature-engine/feature_engine/issues/453
[]
giemmecci
4
streamlit/streamlit
machine-learning
10,769
streamlit run defaults to streamlit_app.py
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary What if we made ``` streamlit run ``` Default to ``` streamlit run streamlit_app.py ``` Just a time saver :...
open
2025-03-13T15:13:53Z
2025-03-13T15:34:37Z
https://github.com/streamlit/streamlit/issues/10769
[ "type:enhancement", "feature:cli" ]
sfc-gh-amiribel
1
scikit-optimize/scikit-optimize
scikit-learn
996
Making the library easier to extend
At the current state of the library, it's quite hard to extend the algorithm with extensions of the Acquisition functions or the optimal intercept. Having to place code in the core optimizer class may go badly for the mid-long term. I was considering if those elements could be managed as extendable objects to incorp...
open
2021-02-09T10:52:35Z
2021-02-09T10:52:35Z
https://github.com/scikit-optimize/scikit-optimize/issues/996
[]
Raziel90
0
gee-community/geemap
streamlit
846
Add colorbar to timelapse
It would be useful to add a colorbar to a timelapse, e.g., temperature, NDVI. ```python import geemap import geemap.colormaps as cm geemap.save_colorbar(vis_params={'min': 20, "max":40, 'palette': cm.get_palette("coolwarm")}, tick_size=12, label="Surface temperature") ``` ![image](https://user-images.githubus...
closed
2021-12-31T18:08:21Z
2022-01-01T04:15:47Z
https://github.com/gee-community/geemap/issues/846
[ "Feature Request" ]
giswqs
2
assafelovic/gpt-researcher
automation
381
langchain version
I want to know which version of langchain you use?
closed
2024-03-08T07:56:57Z
2024-03-11T13:37:38Z
https://github.com/assafelovic/gpt-researcher/issues/381
[]
wyzhhhh
1
CorentinJ/Real-Time-Voice-Cloning
deep-learning
820
dataset problem
I have downloaded the dataset provided in your git but after opening toolbox its giving warning that"you do not have any of thr =e recoganized dataset in'path' "
closed
2021-08-14T16:54:12Z
2021-08-25T08:47:42Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/820
[]
sahil-dhuri
1
pydata/pandas-datareader
pandas
676
ImportError: parent 'pandas_datareader' not in sys.modules
I upgraded pandas-datareader 0.7.0 to pandas-datareader 0.7.4 because 0.7.0 was failing with StringIO error. the upgraded one is also not working. the error is as below... pls help fix this... In [16]: import pandas_datareader.data as pdr [autoreload of pandas_datareader._version failed: Traceback (most recent call...
closed
2019-09-14T17:23:42Z
2019-09-17T06:57:53Z
https://github.com/pydata/pandas-datareader/issues/676
[]
ranjitmishra
2
jmcarpenter2/swifter
pandas
62
Integration with rpy2
Hey there, I'm aiming to run an rpy2 function using swifter (size of my data is 500 rows by 100k columns) (eg. https://github.com/dask/distributed/issues/2119). The python function calls rpy2 and operates on each row of the dataframe, outputting a numerical matrix (numpy) the same size as the row. I ran swifter appl...
closed
2019-07-08T15:04:52Z
2019-07-29T23:13:21Z
https://github.com/jmcarpenter2/swifter/issues/62
[]
jlevy44
4
aimhubio/aim
tensorflow
3,172
Securing Aim Remote Tracking server using SSL key and certificate
## Securing Aim Remote Tracking server using SSL key and certificate Hi, first of all I appreciate all the work you've put into making Aim! I am having some trouble securing the connection to the Aim Remote Tracking (RT) Server, and was wondering if you could help me out. I recently setup a virtual machine on...
open
2024-06-19T13:56:35Z
2024-10-02T17:37:10Z
https://github.com/aimhubio/aim/issues/3172
[ "type / enhancement", "phase / shipped", "area / SDK-storage" ]
JeroenVranken
9
exaloop/codon
numpy
555
Interop with Python breaks CTRL+C
Running the following code in Codon and interrupting it with <kbd>CTRL + C</kbd> works as expected: ```py import time print("ready") while True: time.sleep(0.1) ``` ```bash $ codon run test.py ready ^C $ ``` However, adding _any_ type of Python interop will disable breaking and will need killin...
closed
2024-04-29T06:23:07Z
2024-11-10T19:19:49Z
https://github.com/exaloop/codon/issues/555
[]
Tenchi2xh
2
pyro-ppl/numpyro
numpy
1,071
failure when using conda install
Hello, I was trying to install numpyro using conda, and I got the following error message. Would you like to take a look at it? The system is Windows+Anaconda (kaggle) C:\>conda install -c conda-forge numpyro Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen ...
closed
2021-06-22T20:37:20Z
2021-07-11T02:16:35Z
https://github.com/pyro-ppl/numpyro/issues/1071
[ "usability" ]
wenouyang
2
NullArray/AutoSploit
automation
544
Unhandled Exception (f90e3a50d)
Autosploit version: `3.0` OS information: `Linux-4.18.0-kali2-amd64-x86_64-with-Kali-kali-rolling-kali-rolling` Running context: `autosploit.py` Error meesage: `global name 'Except' is not defined` Error traceback: ``` Traceback (most recent call): File "/home/g5had0w/Downloads/AutoSploit-master/autosploit/main.py", l...
closed
2019-03-06T16:33:56Z
2019-04-02T20:25:34Z
https://github.com/NullArray/AutoSploit/issues/544
[]
AutosploitReporter
0
nolar/kopf
asyncio
886
kopf cr status update
### Keywords status update ### Problem Does the framework provide a way for CR status update? My operator creates a pod and the custom resource needs to keep track/be in sync with the pod status. Thanks.
open
2022-01-04T13:32:15Z
2022-02-11T00:03:37Z
https://github.com/nolar/kopf/issues/886
[ "question" ]
odra
8
chatanywhere/GPT_API_free
api
171
demo.py 无法运行
demo.py 无法运行,可否更新一下,非常感谢!
closed
2024-01-09T02:25:30Z
2024-01-12T11:18:12Z
https://github.com/chatanywhere/GPT_API_free/issues/171
[]
zhaozhh
1
ray-project/ray
data-science
51,218
[Core] get_user_temp_dir() Doesn't Honor the User Specified Temp Dir
### What happened + What you expected to happen There are a couple of places in the code that uses `ray._private.utils.get_user_temp_dir()` to get the temporary directory for ray. However, if the user specifies the `--temp-dir` during `ray start`, the `get_user_temp_dir()` won't honor the custom temp directory. The ...
open
2025-03-10T17:45:56Z
2025-03-21T23:10:02Z
https://github.com/ray-project/ray/issues/51218
[ "bug", "P1", "core" ]
MengjinYan
0
ijl/orjson
numpy
436
orjson 3.9.9 fails assertions with Python 3.12.0
When running the test suite with Python 3.12 against orjson built with assertions enabled, it crashes. ```pytb $ pip install -q pytest $ pip install -q . -Cbuild-args=--profile=dev $ export RUST_BACKTRACE=1 $ python -m pytest -s ========================================================= test session starts =====...
closed
2023-10-24T17:09:51Z
2023-10-26T15:55:05Z
https://github.com/ijl/orjson/issues/436
[]
mgorny
2
pydantic/logfire
fastapi
216
Show message from logfire platform
### Description In typical usage, the SDK should make a request to the logfire API at process start: * the request should include: python version, SDK version, platform * if the request times out or returns a 5XX error, the SDK should show a warning * based on the response body, the SDK should show and arbitrary me...
open
2024-05-27T15:38:32Z
2024-05-28T01:03:48Z
https://github.com/pydantic/logfire/issues/216
[ "Feature Request" ]
samuelcolvin
1
seleniumbase/SeleniumBase
web-scraping
2,792
Cloudflare Form Turnstile Failure
I'm using Driver class to automate login process on a website and even I'm using the **uc mode**, it does not seem to work properly. I've also tried with other classes, the result is the same. When the span of the iframe is clicked, it shows **Failure**. I've also tried manual clicking, it's the same. Here is the cod...
closed
2024-05-21T07:05:32Z
2024-05-21T17:34:54Z
https://github.com/seleniumbase/SeleniumBase/issues/2792
[ "invalid usage", "UC Mode / CDP Mode" ]
asibhossen897
6
onnx/onnx
pytorch
6,374
CI not compatible with ubuntu-24.04; Change the runner from ubuntu-latest to ubuntu-22.04?
# Ask a Question While testing python 3.13 I realized that our current pipeline does not work for ubuntu-24.04. Currently we are using ubuntu-latest, if 24.04 will become "latest" our build will fail first. A quick search didn't turn up a roadmap Example run could be found here https://github.com/onnx/on...
closed
2024-09-17T11:53:15Z
2024-11-01T14:57:44Z
https://github.com/onnx/onnx/issues/6374
[ "question" ]
andife
4
strawberry-graphql/strawberry
asyncio
3,603
Schema codegen GraphQLSyntaxError
I thought generating schema.graphql but did not work ## Describe the Bug tried to get schema.graphql cli: strawberry codegen --schema services.gateway.src.graphql.schema -o . -p python schema.graphql ## System Information - MacOS: - strawberry-graphql==0.237.3 ## Additional Context ``` The codeg...
closed
2024-08-24T06:33:39Z
2024-09-12T19:20:36Z
https://github.com/strawberry-graphql/strawberry/issues/3603
[ "bug" ]
itsklimov
4
roboflow/supervision
machine-learning
1,777
Deprecation warning for `sv.MeanAveragePrecision` and other outdated metrics
### Search before asking - [x] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description ##### What's the problem? I found two ways of computing mAP metric: `sv.MeanAveragePrecision` and `sv.metrics.MeanAveragePrecision`. However,...
open
2025-01-19T08:15:46Z
2025-01-19T18:05:54Z
https://github.com/roboflow/supervision/issues/1777
[ "enhancement" ]
patel-zeel
0
miguelgrinberg/flasky
flask
249
Add Category to the Blog Post in the Form
Hello, i would like to add Categories to the Posts. For that i have the following Many-To-Many Relationship added to the Post Model: ```python class Post(db.Model): #... categories = db.relationship('Category', secondary=has_category, backref=db.back...
closed
2017-03-06T08:19:47Z
2017-03-17T19:06:31Z
https://github.com/miguelgrinberg/flasky/issues/249
[ "question" ]
KevDi
3
quantmind/pulsar
asyncio
247
add bench setup.py command
Use the benchmark test plugin
closed
2016-09-29T13:12:06Z
2016-10-04T18:01:38Z
https://github.com/quantmind/pulsar/issues/247
[ "test", "benchmark" ]
lsbardel
1
Lightning-AI/pytorch-lightning
machine-learning
19,907
I think it's deadly necessary to add docs or tutorials for handling the case when We return multiple loaders in test_dataloaders() method? I think it
### 📚 Documentation I know that LightningDataModule supports return multiple dataloaders ,like list of dataloaders, or dict of dataloaders in LightningDataModule. But how to handle the test in LightningModule? We always need print respective information of the computation upon each test_loader, and save the figs d...
open
2024-05-25T11:01:27Z
2024-05-25T11:01:48Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19907
[ "docs", "needs triage" ]
onbigion13
0
svc-develop-team/so-vits-svc
deep-learning
33
/hubert/checkpoint_best_legacy_500.pt box.com直连方法分享
https://ibm.box.com/s/z1wgl1stco8ffooyatzdwsqn2psd9lrr 將 url 中的 /s/ 替換為 /shared/static 所以改成 https://ibm.ent.box.com/shared/static/z1wgl1stco8ffooyatzdwsqn2psd9lrr !curl -L https://ibm.ent.box.com/shared/static/z1wgl1stco8ffooyatzdwsqn2psd9lrr --output hubert/checkpoint_best_legacy_500.pt !wget -O hubert/...
closed
2023-03-16T12:30:56Z
2023-03-16T14:56:13Z
https://github.com/svc-develop-team/so-vits-svc/issues/33
[]
upright2003
0
voxel51/fiftyone
data-science
5,211
[FR] Allow to NOT render semantic segmentation labels
Given a dataset with semantic segmentation labels, can I configure the app to NOT render them? I realize that I can toggle their visibility on and off, but it seems to me that they get loaded independent of that, thus slowing down rendering. ### Willingness to contribute The FiftyOne Community welcomes contri...
open
2024-12-04T14:19:18Z
2024-12-04T14:48:39Z
https://github.com/voxel51/fiftyone/issues/5211
[ "feature" ]
cgebbe
1
vitalik/django-ninja
django
1,172
Not required fields in FilterSchema
Please describe what you are trying to achieve: in FilterSchema, is it possible to use the params 'exclude_none' ? Please include code examples (like models code, schemes code, view function) to help understand the issue ``` class Filters(FilterSchema): limit: int = 100 offset: int = None qu...
open
2024-05-20T08:16:49Z
2024-09-27T06:27:31Z
https://github.com/vitalik/django-ninja/issues/1172
[]
horizon365
1
s3rius/FastAPI-template
fastapi
48
Add graphql support.
Strawerry comunity has merges pull request that adds dependencies for FastAPI. The Idea is to add GraphQL API option About strawberry: Current version: 0.84.4 pypi url: https://pypi.org/project/strawberry-graphql/ Homepage: https://strawberry.rocks/ Required python: >=3.7,<4.0
closed
2021-10-23T16:08:57Z
2022-04-19T07:19:14Z
https://github.com/s3rius/FastAPI-template/issues/48
[]
s3rius
1
Anjok07/ultimatevocalremovergui
pytorch
1,678
The Chinese display of the UVR5.6 interface under Rockylinux9 is unicoded, for example: \u05t7\46y8\ Rockylinux9系统下UVR5.6界面中文显示为unicode编码,如:\u05t7\46y8\
大佬,你好! 非常感谢你开发出这么优秀开源软件——ultimatevocalremover5.6,但我一直被一个问题困扰,希望能得到你的帮助,不胜感激: 我尝试在Rockylinux9.5上用anaconda创建python虚拟环境,我分别在python3.9、3.10、3.11环境下安装了UVR5.6 ,都能成功启动图形界面,但图形界面中的中文却显示为unicode编码。 我在anaconda环境下运行python -m tkinter 正常,但tkinter界面中的中文显示为unicode编码,如\u4065\u5634。我在 pip 安装过程中,替换了系统不支持的Dora-0.0.3的源码setup.py文件中的依赖项"...
open
2024-12-22T13:40:47Z
2024-12-22T13:41:52Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1678
[]
mrcedar-git
0
redis/redis-om-python
pydantic
101
Implement a configurable key namespace separator
Right not `:` is used for the key namespace separator. While this is the right answer most of the time, there are several places in the code marked with a TODO to make this configurable, which is a good idea but fairly low priority.
open
2022-01-21T16:37:10Z
2022-01-21T16:37:10Z
https://github.com/redis/redis-om-python/issues/101
[ "enhancement" ]
simonprickett
0