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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Avaiga/taipy | automation | 2,455 | Add new calendar component for selecting week/month | ### Description
I'm building an app where users want to see their sales data at a daily, weekly or monthly aggregated frequency. Having a component per the title would help with a nicer UI for the user to select their desired week/month. Thanks!
### Solution Proposed
The solution could look [something like this](htt... | open | 2025-02-21T08:57:22Z | 2025-03-06T11:05:35Z | https://github.com/Avaiga/taipy/issues/2455 | [
"🖰 GUI",
"🆘 Help wanted",
"🟧 Priority: High",
"✨New feature"
] | arcanaxion | 2 |
PedroBern/django-graphql-auth | graphql | 146 | Upgrade compatibility with django-graphql-jwt>=0.3.2 | Can you change the lib dependency requirement for be compatible with django-graphql-jwt>=0.3.2 ?
| open | 2022-03-12T11:31:13Z | 2022-03-16T12:06:38Z | https://github.com/PedroBern/django-graphql-auth/issues/146 | [] | Miguiz | 2 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 105 | 请问基于transformer的gradio_demo有输入示例吗,自行测试似乎不对。 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[text-generation-webui... | closed | 2023-08-09T06:20:06Z | 2023-08-21T01:04:46Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/105 | [
"stale"
] | xq25478 | 3 |
sigmavirus24/github3.py | rest-api | 399 | issue.closed_by returns None instead of an actual user object | So I have this code:
``` python
closer = issue.closed_by
#We have to iterate over all events to find the closed event and get the actor for that event
for event in issue.iter_events():
if event.event == 'closed':
closer = event.actor
#print(event)
print("Closed by",closer)
```... | closed | 2015-06-22T19:48:03Z | 2018-03-22T16:10:49Z | https://github.com/sigmavirus24/github3.py/issues/399 | [] | jonathanwcrane | 6 |
deepfakes/faceswap | deep-learning | 570 | OriginalHighResRC4fix Report errors | 1/02/2019 11:01:07 ERROR Failed to convert image: 'C:\faceswap_rc4\dataA\video-frame-1.png'. Reason: Error when checking input: expected input_5 to have shape (128, 128, 3) but got array with shape (192, 192, 3)
How to synthesize 192 model?
| closed | 2019-01-02T03:16:39Z | 2019-01-08T13:59:53Z | https://github.com/deepfakes/faceswap/issues/570 | [] | shuai700 | 1 |
yt-dlp/yt-dlp | python | 11,833 | Error postprocessing stream copy YOUTUBE | ### 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 ... | closed | 2024-12-16T18:39:07Z | 2024-12-21T03:41:20Z | https://github.com/yt-dlp/yt-dlp/issues/11833 | [
"question",
"external issue"
] | terremoth | 7 |
apache/airflow | data-science | 47,844 | Airflow API for 'airflow dags reserialize' | ### Description
An Airflow API endpoint to programatically reserialize dags, aligned with the `airflow dags reserialize `CLI command:
https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#reserialize
### Use case/motivation
Currently, I must exec into my Airflow webserver in order to ... | open | 2025-03-17T06:16:40Z | 2025-03-17T20:30:19Z | https://github.com/apache/airflow/issues/47844 | [
"kind:feature",
"area:API"
] | BenjaminYong | 3 |
Anjok07/ultimatevocalremovergui | pytorch | 872 | I'd like to split my already existing vocal-only inputs into lead and backing vocals | Is that possible? I tried to _not_ select any MDX-NET model by setting it to the "Choose Model" option while turning on vocal splitter, but that gave me the "You must select an model to continue" error. | open | 2023-10-08T02:10:34Z | 2023-10-12T22:38:36Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/872 | [] | HaneulCheong | 4 |
FlareSolverr/FlareSolverr | api | 1,387 | Using docker image 21hsmw/flaresolverr, container is 1.2G RAM after 24h | Try with this image, no need to modify the file anymore
21hsmw/flaresolverr:nodriver
;)
_Originally posted by @nanarCss in https://github.com/FlareSolverr/FlareSolverr/issues/1385#issuecomment-2408545656_
| closed | 2024-10-13T16:22:49Z | 2024-10-14T05:34:01Z | https://github.com/FlareSolverr/FlareSolverr/issues/1387 | [
"duplicate"
] | caublet | 1 |
tiangolo/uwsgi-nginx-flask-docker | flask | 91 | Wrong interpreter used | I was trying out this Dockerfile (tiangolo/uwsgi-nginx-flask:python3.7-alpine3.7) and it turns out it's running flask in python 3.6.5 instead of 3.7.0.
I changed the app to look like this and actually report the version of the interpreter:
```python
@app.route("/")
def hello():
return "Hello World from Flask... | closed | 2018-10-10T18:26:46Z | 2019-01-12T19:44:48Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/91 | [] | ChacheGS | 2 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 344 | Error when running demo_cli.py. Please Help! | When I run demo_cli.py I get this error:
Traceback (most recent call last): File ".\demo_cli.py", line 96, in <module> mels = synthesizer.synthesize_spectrograms(texts, embeds) File "D:\Users\Jay\Desktop\Deepvoice\synthesizer\inference.py", line 77, in synthesize_spectrograms self.load() File "D:\Users\Jay\Desktop\D... | closed | 2020-05-14T14:18:02Z | 2020-06-24T08:39:02Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/344 | [] | CosmonautNinja | 2 |
gradio-app/gradio | data-visualization | 10,281 | Dragging in an image a second time will not replace the original image, it will open in a new tab | ### Describe the bug
Dragging in an image a second time will not replace the original image, it will open in a new tab
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
with gr.Blocks() as demo:
with gr.Row(... | open | 2025-01-03T02:42:32Z | 2025-01-05T06:32:07Z | https://github.com/gradio-app/gradio/issues/10281 | [
"bug"
] | Dazidingo | 2 |
sammchardy/python-binance | api | 1,257 | limit parameter is ignored on start_futures_depth_socket | **Describe the bug**
When creating a ThreadedDepthCacheManager and starting a future depth socket (`start_futures_depth_socket`), the `limit` parameter is not being passed deep enough. So the subscription message to Binance uses the default `"10"` value.
This isn't happening if starting a spot depth socket.
**To... | open | 2022-10-08T11:12:42Z | 2022-10-08T11:12:42Z | https://github.com/sammchardy/python-binance/issues/1257 | [] | yarimiz | 0 |
horovod/horovod | deep-learning | 3,324 | Process Sets performance issues | I‘m glad to see that horovod supports the Process Sets.
But there is a logic that needs to be confirmed:
In the RunLoopOnce function, a series of logic such as negotiation and wait_fore_data are executed for each process_set, so whether there is a performance problem with the execution of each process_set sequence?
... | closed | 2021-12-15T11:36:42Z | 2021-12-22T03:18:19Z | https://github.com/horovod/horovod/issues/3324 | [
"question"
] | Richie-yan | 5 |
JaidedAI/EasyOCR | pytorch | 1,122 | output multiple possible results | Hi, the current code provides the most probable output for each input image and doesn't inherently offer multiple possible outputs. Is it possible to give multiple possible outputs sorted by confidence? It will be very useful and helpful. Thanks. | open | 2023-08-23T23:20:08Z | 2023-08-23T23:20:08Z | https://github.com/JaidedAI/EasyOCR/issues/1122 | [] | zzzghm | 0 |
streamlit/streamlit | python | 10,102 | on_change callback is triggered without user-interaction on in-script delays | ### 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
My end-users noticed that checkboxes ... | open | 2025-01-03T14:58:06Z | 2025-01-13T14:46:30Z | https://github.com/streamlit/streamlit/issues/10102 | [
"type:bug",
"type:regression",
"status:confirmed",
"priority:P3",
"feature:st.checkbox",
"feature:callbacks",
"feature:fast-reruns"
] | MaxvandenBoom | 2 |
vitalik/django-ninja | rest-api | 518 | how to use django-filter in ninja | closed | 2022-07-29T09:54:46Z | 2022-08-01T02:24:08Z | https://github.com/vitalik/django-ninja/issues/518 | [] | afghanistanyn | 1 | |
google-research/bert | nlp | 1,087 | module 'tensorflow_core._api.v2.train' has no attribute 'Saver' | train(model, x_train, y_train, x_test, y_test)
export_model(tf.train.Saver(), model, ["conv2d_1_input"], "dense_2/Softmax")
AttributeError: module 'tensorflow_core._api.v2.train' has no attribute 'Saver' | closed | 2020-05-18T19:49:42Z | 2021-12-09T14:36:37Z | https://github.com/google-research/bert/issues/1087 | [] | adarshrana205 | 5 |
TencentARC/GFPGAN | pytorch | 51 | GAN训练 | 您好,有一个问题困扰我。在GAN的训练中,参考https://github.com/rosinality/stylegan2-pytorch/blob/master/train.py
在训练Discriminator时,rosinality将Generator的梯度更新关闭:
```
requires_grad(generator, False)
requires_grad(discriminator, True)
```
同样,训练Generator时,也会将Discriminator的梯度更新关闭:
```
requires_grad(generator, True... | closed | 2021-08-25T12:10:02Z | 2021-08-30T03:15:59Z | https://github.com/TencentARC/GFPGAN/issues/51 | [] | SimKarras | 2 |
pytest-dev/pytest-cov | pytest | 403 | fail_under setting with precision is not working | # Summary
I have `report: precision` set to 2 and `fail_under` set to 97.47, and my test coverage total is reading as 97.47, but I'm getting a failure message and failure code (exit code 2).
## Expected vs actual result
Expected: test coverage passes
Actual: `FAIL Required test coverage of 97.47% not reached.... | closed | 2020-04-24T00:27:28Z | 2024-09-17T22:53:01Z | https://github.com/pytest-dev/pytest-cov/issues/403 | [] | jonahkagan | 7 |
serengil/deepface | deep-learning | 1,093 | About find function | I hope that the find function can return source_regions data together to facilitate the improvement of the datastore.
I know that I can call the represent function to get the source_region data, but this requires one more calculation. | closed | 2024-03-11T01:44:35Z | 2024-03-11T09:16:02Z | https://github.com/serengil/deepface/issues/1093 | [
"question"
] | ZeeLyn | 2 |
OpenInterpreter/open-interpreter | python | 664 | Failed to fetch latest release from GitHub API | ### Describe the bug
File "/opt/homebrew/Caskroom/miniforge/base/envs/interpreter/bin/interpreter", line 5, in <module>
from interpreter import cli
File "/opt/homebrew/Caskroom/miniforge/base/envs/interpreter/lib/python3.11/site-packages/interpreter/__init__.py", line 1, in <module>
from .core.core import... | closed | 2023-10-20T03:05:03Z | 2023-10-26T07:46:38Z | https://github.com/OpenInterpreter/open-interpreter/issues/664 | [
"Bug"
] | neoalvin | 3 |
collerek/ormar | pydantic | 724 | ForeignKeyViolationError in CASCADE clear() method | **Describe the bug:**
When I try to CASCADE delete relational models.
**To Reproduce:**
```python
# Models
import ormar
from uuid import UUID, uuid4
class A(ormar.Model):
id: UUID = ormar.UUID(uuid_format="string", primary_key=True, default=uuid4)
name: str = ormar.String(max_length=64, nullalbe=Fa... | closed | 2022-07-02T07:24:39Z | 2022-07-04T18:43:58Z | https://github.com/collerek/ormar/issues/724 | [
"bug"
] | SepehrBazyar | 4 |
Netflix/metaflow | data-science | 1,647 | How can I progress `@step` based on some condition? | For example, the following code seems not working:
```python
class SomeFlow(FlowSpec):
some_condition = Parameter( ... )
@step
def start(self):
if self.some_condition == ... :
self.next(self.a)
else:
self.next(self.b)
@step
def a(self): ...
... | open | 2023-11-30T08:54:41Z | 2024-07-23T11:50:52Z | https://github.com/Netflix/metaflow/issues/1647 | [] | sangwoo-joh | 2 |
jonaswinkler/paperless-ng | django | 122 | Save port number for Cookies / Auth problems on multiple instances | tldr: It would be great if paperless-ng were to set cookies for host:**port**. I have two instances running on separate ports and therefore have to reauth constantly .
______
Hey, first of all, thank you very much. I really like paperless-ng and use it quite a lot.
As of yesterday, I have two instances of paperl... | closed | 2020-12-11T07:45:59Z | 2020-12-11T16:51:27Z | https://github.com/jonaswinkler/paperless-ng/issues/122 | [
"feature request"
] | praul | 3 |
amidaware/tacticalrmm | django | 1,387 | Prevent Users from Uninstalling the Agent | **Is your feature request related to a problem? Please describe.**
I'm trying out the RMM its so good so far but a small concern I have is since most of my end users have admin access they are able to uninstall the agent.
**Describe the solution you'd like**
is there any way to prevent this from happening? what I'm... | closed | 2022-12-29T11:00:54Z | 2022-12-29T16:39:40Z | https://github.com/amidaware/tacticalrmm/issues/1387 | [] | kakalpa | 0 |
X-PLUG/MobileAgent | automation | 84 | 运行PC-Agent的时候遇到报错OSError: cannot open resource | Traceback (most recent call last):
File "D:\MobileAgent\PC-Agent\run.py", line 507, in <module>
perception_infos, width, height = get_perception_infos(screenshot_file, screenshot_som_file, font_path=args.font_path)
File "D:\MobileAgent\PC-Agent\run.py", line 383, in get_perception_infos
draw_coordinates_box... | closed | 2025-01-23T08:39:14Z | 2025-02-05T06:45:34Z | https://github.com/X-PLUG/MobileAgent/issues/84 | [] | wenwend1122 | 1 |
autogluon/autogluon | data-science | 4,521 | [github] Add issue templates for bug reports per module | Add issue templates for bug reports per module so it is easier to track for developers and lowers ambiguity. | open | 2024-10-04T03:15:18Z | 2024-11-25T22:47:16Z | https://github.com/autogluon/autogluon/issues/4521 | [
"API & Doc"
] | Innixma | 0 |
lanpa/tensorboardX | numpy | 205 | Add manual override to walltime | Hi, I'm using tensorboardX for a slightly unusual purpose: I'm using it to visualize data made from *simulations*, not for neural network training. TensorboardX + Tensorboard is very close to what I currently need for this purpose, however one feature I'd like is to manually override the "walltime" so that I can view t... | closed | 2018-08-03T15:01:19Z | 2018-08-08T13:07:36Z | https://github.com/lanpa/tensorboardX/issues/205 | [] | andrewkho | 2 |
graphistry/pygraphistry | pandas | 473 | [BUG] hackernews demo fails on merge branch | On `http://localhost/notebook/lab/tree/demos/ai/Introduction/Ask-HackerNews-Demo.ipynb`:
```
ile /opt/conda/envs/rapids/lib/python3.8/site-packages/graphistry/feature_utils.py:652, in impute_and_scale_df(df, use_scaler, impute, n_quantiles, output_distribution, quantile_range, n_bins, encode, strategy, keep_n_decim... | open | 2023-05-01T06:13:05Z | 2023-05-26T23:48:30Z | https://github.com/graphistry/pygraphistry/issues/473 | [
"bug"
] | lmeyerov | 4 |
graphql-python/graphene-django | graphql | 764 | It is possible to translate validation errors that graphene django provides? | `{
"errors": [
{
"message": "Authentication credentials were not provided",
"locations": [
{
"line": 2,
"column": 3
}
]
}
],
"data": {
"viewer": null
}
}` | closed | 2019-09-05T14:43:37Z | 2019-10-21T11:42:59Z | https://github.com/graphql-python/graphene-django/issues/764 | [] | claudio-evocorp | 1 |
cupy/cupy | numpy | 8,144 | Scipy stats hypergeom function implement | ### Description
Hello cupy develop team,
I would like to request if scipy stats hypergeom function can be incorporate to cupy. I would like to speed up my pipeline and I use hypergeom function frequently.
Thank you!
### Additional Information
_No response_ | open | 2024-01-25T21:29:33Z | 2024-03-17T13:17:47Z | https://github.com/cupy/cupy/issues/8144 | [
"contribution welcome",
"cat:feature"
] | yihan1119 | 12 |
jazzband/django-oauth-toolkit | django | 796 | Undo commented-out PEP8 tests | Some flake8 tests were commented-out/disabled (with `--exit-zero`) from tox.ini (see #749 for example). Restore these tests and fix the code that caused them to fail. | closed | 2020-03-01T19:11:42Z | 2020-03-02T01:49:28Z | https://github.com/jazzband/django-oauth-toolkit/issues/796 | [] | n2ygk | 0 |
Buuntu/fastapi-react | fastapi | 87 | Nginx container sometimes errors on load | This has to do with not waiting for frontend and backend containers to be started before the Nginx container loads. Using something like `depends_on` in Docker won't work because the frontend container has technically started even before Webpack is built. Backend can be an issue too but Webpack is the one that takes ... | open | 2020-07-15T20:32:22Z | 2020-07-16T03:19:16Z | https://github.com/Buuntu/fastapi-react/issues/87 | [] | Buuntu | 2 |
psf/requests | python | 6,747 | Check for codes | Please refer to our [Stack Overflow tag](https://stackoverflow.com/questions/tagged/python-requests) for guidance. | closed | 2024-06-21T13:59:08Z | 2024-06-21T13:59:20Z | https://github.com/psf/requests/issues/6747 | [
"Question/Not a bug",
"actions/autoclose-qa"
] | Gostqa | 1 |
custom-components/pyscript | jupyter | 244 | [Feature Request] Throttle Decorator | I've found ways to implement throttle myself in a few ways but I think it'd be nice if the framework supplied its own.
I could also see it taking in a string for uniqueness like `task.unique`.
Thanks! | open | 2021-09-19T18:03:40Z | 2022-01-07T03:17:15Z | https://github.com/custom-components/pyscript/issues/244 | [] | tal | 2 |
flasgger/flasgger | api | 562 | Incompatibility with flask 2.3 | The [relase notes for flask 2.3](https://flask.palletsprojects.com/en/2.3.x/changes/) contain this:
> json_encoder and json_decoder attributes on app and blueprint, and the corresponding json.JSONEncoder and JSONDecoder classes, are removed.
There is [some more information in the docs for 2.2](https://flask.pallets... | closed | 2023-04-26T08:02:05Z | 2023-05-04T02:20:48Z | https://github.com/flasgger/flasgger/issues/562 | [] | totycro | 0 |
mherrmann/helium | web-scraping | 20 | Running multiple instances in parallel | I've been using Selenium to run multiple browser windows in parallel. To do this I would simply start a new Chrome instance and place all the driver references into a list. I then send each instance to a thread to run through its instructions. However, it doesn't seem like this is possible with Helium as, as far as I c... | open | 2020-04-29T16:34:57Z | 2024-01-16T10:31:26Z | https://github.com/mherrmann/helium/issues/20 | [] | TheBestMoshe | 4 |
Yorko/mlcourse.ai | numpy | 573 | Re-run topic9_part1_time_series_python.ipynb for English version | Plots and output are missing for the second half of the notebook when viewed via nbviewer:
https://nbviewer.jupyter.org/github/Yorko/mlcourse_open/blob/master/jupyter_english/topic09_time_series/topic9_part1_time_series_python.ipynb
Globally, an excellent resource. Thanks! | closed | 2019-02-18T01:43:25Z | 2019-02-18T16:09:37Z | https://github.com/Yorko/mlcourse.ai/issues/573 | [] | khof312 | 1 |
keras-team/keras | tensorflow | 20,556 | How to enable Flash-Attn in the PyTorch backend. | The 3.7.0 update documentation states that the PyTorch backend is optionally invoked. I now want to call the BERT model from keras_hub. How do I start Flash Attn? | closed | 2024-11-27T14:54:10Z | 2024-11-29T13:14:22Z | https://github.com/keras-team/keras/issues/20556 | [
"type:support"
] | pass-lin | 3 |
keras-team/keras | tensorflow | 20,210 | Embedding Projector using TensorBoard callback | # Environment
- Python 3.12.4
- Tensorflow v2.16.1-19-g810f233968c 2.16.2
- Keras 3.5.0
- TensorBoard 2.16.2
# How to reproduce it?
I tried to visualizing data using [the embedding Projector in TensorBoard](https://github.com/tensorflow/tensorboard/blob/2.16.2/docs/tensorboard_projector_plugin.ipynb). So I ... | open | 2024-09-04T16:58:15Z | 2024-09-19T16:17:55Z | https://github.com/keras-team/keras/issues/20210 | [
"stat:awaiting keras-eng",
"type:Bug"
] | miticollo | 4 |
Asabeneh/30-Days-Of-Python | flask | 88 | Something wrong with the sentence. | 
Double "start”?? | closed | 2020-10-11T15:57:25Z | 2021-01-28T13:05:45Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/88 | [] | Fatpandac | 0 |
deezer/spleeter | deep-learning | 673 | [Bug] Spleeter only processes the first minute of audio | - [x] I didn't find a similar issue already open.
- [x] I read the documentation (README AND Wiki)
- [x] I have installed FFMpeg
- [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
When trying to separate the music using any ... | closed | 2021-10-30T16:18:56Z | 2022-07-31T18:40:19Z | https://github.com/deezer/spleeter/issues/673 | [
"bug",
"invalid"
] | LoboMetalurgico | 5 |
darrenburns/posting | automation | 95 | Make keybindings configurable | I know this might be a big ask, but my current issue is that a few useful keybindings like C-j and C-o in my case are already in use by my wezterm configuration.
While I could replace C-o with something else, C-j is what I use for pane navigation, and I can see how others using tmux-navigation or a zellij variation ca... | closed | 2024-08-24T14:52:07Z | 2024-11-18T17:27:35Z | https://github.com/darrenburns/posting/issues/95 | [] | diegodorado | 8 |
cupy/cupy | numpy | 8,697 | Creating Array with Pinned Memory fails | ### Description
when trying to create a CuPy array with pinned memory we get a Type Error.
`TypeError: Cannot convert cupy.cuda.pinned_memory.PinnedMemoryPointer to cupy.cuda.memory.MemoryPointer`
### To Reproduce
```py
import cupy
with cupy.cuda.using_allocator(cupy.get_default_pinned_memory_pool().malloc):
a... | open | 2024-10-25T21:01:02Z | 2025-02-07T00:45:12Z | https://github.com/cupy/cupy/issues/8697 | [
"cat:enhancement",
"prio:low"
] | Marcus-M1999 | 2 |
ray-project/ray | deep-learning | 50,661 | [Core] Why does the statistical information of node report that the message is too large? | ### What happened + What you expected to happen

### Versions / Dependencies
main
### Reproduction script
Start 8 ray local clusters on a single node. I don't know why it reports that the message exceeds 2g.
### Issue Severit... | open | 2025-02-17T12:08:35Z | 2025-02-20T00:14:52Z | https://github.com/ray-project/ray/issues/50661 | [
"bug",
"P2",
"@external-author-action-required",
"core"
] | Jay-ju | 1 |
Johnserf-Seed/TikTokDownload | api | 602 | Windows10怎么设置TikTokTool为环境变量 | 设置PATH路径不生效,添加浏览器端cookie也无法完成主页下载
扫码登陆二维码图案会变形无法完成扫描
| closed | 2023-11-17T01:34:03Z | 2024-02-24T10:09:02Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/602 | [
"不修复(wontfix)"
] | Virtual-human | 1 |
piskvorky/gensim | machine-learning | 2,938 | Fix deprecations in SoftCosineSimilarity | When running our CI test suite, I see an array of deprecation warnings:
https://dev.azure.com/rare-technologies/gensim-ci/_build/results?buildId=287&view=logs&jobId=f9575ddc-dec8-54e6-9d26-abb8bdd9bed7&j=f9575ddc-dec8-54e6-9d26-abb8bdd9bed7&t=180156a9-2bf9-537d-c84a-ef9e808c0367
Some are from gensim, some from sc... | closed | 2020-09-09T07:20:19Z | 2020-09-16T07:32:48Z | https://github.com/piskvorky/gensim/issues/2938 | [
"bug",
"reach HIGH",
"impact MEDIUM",
"housekeeping"
] | piskvorky | 6 |
holoviz/panel | matplotlib | 6,898 | Basic auth seems to be broken starting with panel 1.4.3 | #### Description of expected behavior and the observed behavior
panel program started with --auth-module=xxx.py works fine with panel 1.4.2, not working with 1.4.3 and 1.4.4
#### Complete, minimal, self-contained example code that reproduces the issue
auth-test.py
```python
import datetime
import tornado
f... | closed | 2024-06-07T03:44:18Z | 2024-07-12T12:47:22Z | https://github.com/holoviz/panel/issues/6898 | [] | sylvaint | 0 |
iMerica/dj-rest-auth | rest-api | 566 | Refresh Token to be saved as a http only cookie instead of Access Token | Hello,
I am requesting to the developers of this repository to include the "**refresh token**" instead of access token as a http only cookie(HttpOnly=true) along with sessionid(HttpOnly=true) and csrftoken(HttpOnly=false) as a response to the **/dj-rest-auth/login/** (POST) endpoint.
The reason being "refresh_tok... | closed | 2023-11-08T19:11:54Z | 2023-11-08T19:21:56Z | https://github.com/iMerica/dj-rest-auth/issues/566 | [] | anykate | 1 |
errbotio/errbot | automation | 1,373 | Keep plugin configuration in config.py | Excuse me if this question is very basic, but I really couldn't find the answer in documentation, existing Github issues or in the Internet.
I am trying to use Webserver plugin, which needs activation. The only way I found to activate it is to send commands to the bot. Configuration is then seems to be stored in the... | closed | 2019-08-07T08:48:26Z | 2019-10-16T19:12:25Z | https://github.com/errbotio/errbot/issues/1373 | [
"type: support/question"
] | Fodoj | 2 |
tensorflow/tensor2tensor | deep-learning | 1,664 | File Not Found Error | ### Description
When running the Walkthrough of tensor2tensor (the commands are exactly the same except changing some directories), an error message occurs: "translation.en; No such file or directory".
This error happens at the command "cat translation.en".
I didn't change anything of the code. How to solve this? | open | 2019-08-18T11:01:07Z | 2019-08-18T11:01:07Z | https://github.com/tensorflow/tensor2tensor/issues/1664 | [] | stormsunshine | 0 |
localstack/localstack | python | 12,104 | bug: LocalStack Lambda Java Runtime configuration broken for headless fonts. | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
In AWT headless mode we should still be able to load and work with fonts. In LocalStack the Java runtime fontconfig appears misconfigured at the OS level, Headless font operations break as shown in the code... | open | 2025-01-06T04:27:25Z | 2025-01-07T12:42:29Z | https://github.com/localstack/localstack/issues/12104 | [
"type: bug",
"status: triage needed",
"aws:lambda",
"status: backlog"
] | lachlanodonnell | 1 |
plotly/dash | plotly | 2,954 | subtitle edit config does not always work | Subtitles do not work when dcc.Graph() config toggles from `config={editable: True}` to `config={editable: False}`. Standalone it works as expected, and subtitle is the only layout feature that is affected by this. The bug only occurs going from `True` to `False`.
```python
def plot_config(is_none=False):
if ... | open | 2024-08-20T20:28:31Z | 2024-08-22T16:24:51Z | https://github.com/plotly/dash/issues/2954 | [
"bug",
"P2"
] | marcstern14 | 0 |
django-import-export/django-import-export | django | 1,585 | `after_import_row()` declares `row_number` kwarg but it is never passed | **Describe the bug**
[`after_import_row()`](https://github.com/django-import-export/django-import-export/blob/a5dda8a511f42917c3daf97ac787964ea91ab8af/import_export/resources.py#L702) declares `row_number` kwarg but it is [never passed](https://github.com/django-import-export/django-import-export/blob/a5dda8a511f429... | closed | 2023-05-05T14:57:32Z | 2023-10-10T19:35:09Z | https://github.com/django-import-export/django-import-export/issues/1585 | [
"bug",
"v4"
] | matthewhegarty | 0 |
clovaai/donut | computer-vision | 308 | What should be the configuration of the machine to train the model? | open | 2024-07-01T09:29:07Z | 2024-07-01T09:29:07Z | https://github.com/clovaai/donut/issues/308 | [] | anant996 | 0 | |
seleniumbase/SeleniumBase | web-scraping | 2,697 | Freezes on ChromeOS when loading Driver | Saw similar issue [323](https://github.com/seleniumbase/SeleniumBase/issues/323), but the fix did not work. Understand it is not supported on ChromeOS, but would really like to get working as it seems(wishful thinking) like should be minor tweaks of Linux --
Sample never gets to 'Driver loaded.':
Code:
```
fro... | closed | 2024-04-15T14:54:24Z | 2024-04-15T17:18:39Z | https://github.com/seleniumbase/SeleniumBase/issues/2697 | [
"duplicate",
"not enough info",
"UC Mode / CDP Mode"
] | twv123 | 2 |
D4Vinci/Scrapling | web-scraping | 50 | stdout redirection. when used from an MCP server, Scrapling's "Downloading..." messages interfere with the protocol communication | ### Have you searched if there an existing issue for this?
- [x] I have searched the existing issues
### Python version (python --version)
Python 3.12
### Scrapling version (scrapling.__version__)
0.2.96
### Dependencies version (pip3 freeze)
cffi==1.17.1
cryptography==44.0.0
gpg==1.24.1
numpy==2.2.2
openvino==2... | closed | 2025-03-15T10:09:44Z | 2025-03-16T13:59:50Z | https://github.com/D4Vinci/Scrapling/issues/50 | [
"bug"
] | restlessronin | 16 |
axnsan12/drf-yasg | django | 887 | `produces` argument is not being resolved | # Bug Report
## Description
When set `produces=["text/calendar"]` for the operation it is not being resolved, so there is no `produces` in generated swagger

 method
AttributeError: 'PromptForGeneration' object has no attribute 'can_generate' | closed | 2023-05-04T07:07:43Z | 2023-05-04T11:00:29Z | https://github.com/thunlp/OpenPrompt/issues/274 | [] | ngavcc | 1 |
OpenInterpreter/open-interpreter | python | 1,202 | Use RAG for better context | ## What is RAG?
A brief explaination of RAG by GPT4-Turbo:
> "Retrieval Augmented Generation" (RAG) is a natural language processing technique that combines traditional generative models with retrieval mechanisms. RAG first retrieves relevant information from a large database of documents, and then uses this info... | closed | 2024-04-12T19:28:33Z | 2024-04-13T05:15:56Z | https://github.com/OpenInterpreter/open-interpreter/issues/1202 | [] | Steve235lab | 5 |
youfou/wxpy | api | 91 | 机器人工作一段时间,似乎会自动停止 | 我的程序在跑了2天后,就不响应了。
是否要保持手机端的wx一直在线呢。
掉线了如何通知呢 | open | 2017-06-21T02:37:02Z | 2017-06-23T09:03:18Z | https://github.com/youfou/wxpy/issues/91 | [] | davieds | 2 |
biolab/orange3 | pandas | 6,299 | "CN2Classifier object has no attribute params" shows if I press "report" menu of an OWRuleViewer | Here is my environment:
Python 3.9
PyQt5
Orange3
here is my code, you can run this code directly
```from PyQt5 import QtWidgets, QtGui, QtCore
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
from PyQt5.QtGui import *
import Orange
from Orange.widgets.visualize.owruleviewer import OWRuleVi... | closed | 2023-01-16T09:30:46Z | 2023-01-20T18:41:05Z | https://github.com/biolab/orange3/issues/6299 | [
"bug",
"snack"
] | madainigun14 | 1 |
suitenumerique/docs | django | 290 | 🛂(frontend) Doc private not connected | ## Feature Request
When we access a private doc and we are not connected we get an error message.
Instead of this error message, we should either redirect directly to the OIDC or add a obvious button to propose to connect.

会出现如下数据
ts_code ann_date end_date eps dt_eps
......
27 600519.SH 20080313 20071231 3.00 3.00
28 600519.SH 20080313 20061231 1.64 1.64
27和28中间缺少06年季报数据
但是pro.fina_indicator(ts_code='600519.SH', ... | closed | 2018-10-19T03:04:48Z | 2018-10-19T06:42:50Z | https://github.com/waditu/tushare/issues/780 | [] | MrLpk | 2 |
unit8co/darts | data-science | 2,514 | Ability to add regressors to a Prophet model in Python | In the Facebook Prophet library there is the ability to add regressors prior to fitting the model, the ability to do that is missing in darts. We can only add seasonality, as far as i'm aware.
It would be great to have this capability included in the package with the add_regressors function. Thanks. | closed | 2024-08-29T15:00:26Z | 2024-09-17T13:37:08Z | https://github.com/unit8co/darts/issues/2514 | [
"question"
] | BenJCross1995 | 1 |
microsoft/nni | deep-learning | 5,300 | NetWork Error | **Describe the issue**:
When I use NNI, at most 10 minutes, I will be reminded of NetWork Error, and then the port connection will be disconnected. I want to know what the problem is. By the way, I am using Windows10 system
**Environment**:
- NNI version: 2.10
- Training service (local|remote|pai|aml|etc):local... | open | 2022-12-28T03:43:11Z | 2023-08-11T01:37:02Z | https://github.com/microsoft/nni/issues/5300 | [
"known issue"
] | accelerator1737 | 3 |
zappa/Zappa | django | 1,126 | Stage name not allowing '-' character in zappa_settings.json | Is there any specific reason for that? API gateways allows `-` character in stage name but the zappa regex does not allow this.
Any specific reason the regex is not updated yet? | closed | 2022-04-25T05:11:27Z | 2024-04-13T20:12:37Z | https://github.com/zappa/Zappa/issues/1126 | [
"no-activity",
"auto-closed"
] | sridhar562345 | 3 |
mars-project/mars | numpy | 3,229 | [BUG]Failed to run execute(wait=False) in another thread | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
execute(wait=False) failed when running in a thread pool
```Python
import os
import time
import mars.tensor as mt
import mars.dataframe ... | open | 2022-08-18T08:27:15Z | 2022-08-18T08:34:14Z | https://github.com/mars-project/mars/issues/3229 | [
"type: bug"
] | VessaliusOz | 1 |
huggingface/datasets | numpy | 6,595 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError 2 | ### Describe the bug
I'm aware of the issue #5695 .
I'm using a modified SDXL trainer: https://github.com/kopyl/diffusers/blob/5e70f604155aeecee254a5c63c5e4236ad4a0d3d/examples/text_to_image/train_text_to_image_sdxl.py#L1027C16-L1027C16
So i
1. Map dataset
2. Save to disk
3. Try to upload:
```
import data... | closed | 2024-01-16T02:03:09Z | 2024-01-27T18:26:33Z | https://github.com/huggingface/datasets/issues/6595 | [] | kopyl | 14 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,610 | Is it normal to use 2 black and white images? | During the training with the colorize mode, something caught my attention and that is that during the training it uses two black and white images when one is in color.
This should be the norm, right?

TypeError: __init__() got an unexpected keyword argument 'label_smoothing'
| closed | 2022-10-14T14:39:02Z | 2022-10-17T14:08:47Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/657 | [] | lamsongianm | 1 |
akfamily/akshare | data-science | 5,426 | stock_comment_em 接口问题报告 |
1. 操作系统版本:Windows 10 64
2. Python 版本:Python 3.10.0
3. AKShare 版本:1.15.47
5. 接口的名称和相应的调用代码 : stock_comment_em
```py
import akshare as ak
# 调用接口获取数据
stock_comment_em_df = ak.stock_comment_em()
# 将结果输出到CSV文件
stock_comment_em_df.to_csv("千股千评.csv", index=False,encoding=csv_encoding)
```
6. 接口报错的截图或描述
`... | closed | 2024-12-15T15:50:36Z | 2024-12-23T09:06:44Z | https://github.com/akfamily/akshare/issues/5426 | [
"bug"
] | milk36 | 2 |
fastapi/sqlmodel | sqlalchemy | 172 | How to use the method tablesample | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2021-11-30T15:20:13Z | 2021-11-30T15:20:13Z | https://github.com/fastapi/sqlmodel/issues/172 | [
"question"
] | santigandolfo | 0 |
thtrieu/darkflow | tensorflow | 1,170 | Inferencing 2 frozen models at the same time | We are running inference on pb models with these commands on one particular product we trained and it works fine: it detects, shows a green box around it, etc
options = {"pbLoad": "file.pb", "metaLoad": "file.meta", "threshold": $
tfnet2 = TFNet(options)
But we need to detect more than product, and we don´t want t... | open | 2020-05-05T13:12:51Z | 2020-05-05T13:12:51Z | https://github.com/thtrieu/darkflow/issues/1170 | [] | Sequential-circuits | 0 |
deezer/spleeter | tensorflow | 486 | [Question] Please help me use Spleeter with FFmpeg | <!-- Please respect the title [Discussion] tag. -->
Hi everybody,
I always use ffmpeg to edit video and audio. I wonder can I insert spleeter command into ffmpeg bat file then I can create a complete code without using Spleeter seperately.
Thank you so much. | closed | 2020-08-29T10:52:24Z | 2020-08-30T20:26:50Z | https://github.com/deezer/spleeter/issues/486 | [
"question"
] | Thanhcaro | 1 |
lanpa/tensorboardX | numpy | 352 | Is it possible to add summaries globally? | Python's logging module allows you to share a logger globally without needing to pass the logger around as function arguments. All you need to do to get access to the instantiated logger is `logger = logging.getLogger('foo')`. Similarly in tensorflow you can do `tf.summary.scalar('foo', foo)` without needing access to ... | closed | 2019-02-09T15:41:46Z | 2020-02-22T03:04:46Z | https://github.com/lanpa/tensorboardX/issues/352 | [
"enhancement"
] | KeAWang | 0 |
taverntesting/tavern | pytest | 85 | saved value which is in Integer converting to String while Reading it | saving the response like
```yaml
owner:
**owner-id: !anyint**
owner-name: "test zyx"
email-distribution-list: ["datalakeemail@two.com"]
save:
body:
**owner-id: owner.owner-id**
```
trying to read in the subsequent test like
```yaml
... | closed | 2018-04-10T13:24:20Z | 2018-05-29T09:39:04Z | https://github.com/taverntesting/tavern/issues/85 | [] | raghavakora | 2 |
matplotlib/matplotlib | data-visualization | 29,681 | [ENH]: Add parameter 'error_linestyle' to plt.errorbar() | ### Problem
Currently, **plt.errorbar()** does not provide a direct way to change the linestyle of the error bars themselves. The _linestyle_ parameter only affects the main connecting line, and modifying the error bars requires accessing the returned object and manually setting e.g. _set_linestyle('--')_ on the error... | open | 2025-02-26T14:57:35Z | 2025-03-18T14:22:00Z | https://github.com/matplotlib/matplotlib/issues/29681 | [
"New feature"
] | MBeusch | 3 |
ageitgey/face_recognition | python | 1,076 | High number_of_times_to_up sample make tis slow and lag | * face_recognition version: latest
* Python version: 3.7
* Operating System: Jetson Nano / Ubuntu
### Description
I want to detect faces far away from the camera. So I change the number_of_times_to_upsample to 2. It will make the app very slow and delay.
How can I detect the smaller faces but still keep the ... | open | 2020-03-03T10:35:27Z | 2020-03-05T12:34:19Z | https://github.com/ageitgey/face_recognition/issues/1076 | [] | tongvantruong | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,544 | How to only save the conversion results of AtoB when testing? | Thank you for such an excellent project, I want to output only the conversion results of AtoB when testing, not all the results, how can I do this? | closed | 2023-02-17T12:36:26Z | 2023-03-27T06:32:11Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1544 | [] | yuninn | 3 |
jina-ai/serve | machine-learning | 6,142 | Fix code scanning alert - Information exposure through an exception | <!-- Warning: The suggested title contains the alert rule name. This can expose security information. -->
Tracking issue for:
- [ ] https://github.com/jina-ai/jina/security/code-scanning/6
| closed | 2024-02-22T13:24:03Z | 2024-06-06T00:18:51Z | https://github.com/jina-ai/serve/issues/6142 | [
"Stale"
] | JoanFM | 1 |
darrenburns/posting | rest-api | 213 | The Directory parameter of creating new request is a bit of miss-leading | When creating a new request, there is a "Directory" parameter that is actually the collection path.
<div align="center">
<img src="https://github.com/user-attachments/assets/390acc4b-d6e9-413c-89f2-8470dd0f30e2" width="400px"/>
</div>
- If we use the default value "`.`", then the request is saved in the root of the c... | closed | 2025-03-08T05:14:43Z | 2025-03-08T16:53:34Z | https://github.com/darrenburns/posting/issues/213 | [
"planned"
] | garylavayou | 2 |
iperov/DeepFaceLab | deep-learning | 5,363 | The Parameter --force-model-name doesn't work in merging | So I edit the Merger.py a little:
Before:
model = models.import_model(model_class_name)(is_training=False,
saved_models_path=saved_models_path,
fo... | closed | 2021-07-15T09:59:26Z | 2021-07-17T18:03:31Z | https://github.com/iperov/DeepFaceLab/issues/5363 | [] | dsyrock | 1 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 174 | openai_api_server_vllm.py运行 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g... | closed | 2023-08-23T08:18:33Z | 2023-09-03T23:49:39Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/174 | [
"stale"
] | zzx528 | 3 |
Urinx/WeixinBot | api | 8 | todo | 不知道接下来要写哪些地方呢?建议把要改进的列个todo list,大家可以一起贡献代码
———— 20160614 ————
by sbilly: 用下管理权,close 封贴。以后发帖同学还请每个需求单独开贴。
| closed | 2016-02-09T16:54:40Z | 2018-02-08T01:14:49Z | https://github.com/Urinx/WeixinBot/issues/8 | [] | BillBillBillBill | 85 |
youfou/wxpy | api | 116 | Bug |
```
friends = bot.friends()
user = firends[1]
$: type(user)
wxpy.api.chats.friend.Friend
user.pin()或user.unpin()
```
remark_name修改为nick_name | open | 2017-07-14T09:18:01Z | 2017-07-21T07:14:49Z | https://github.com/youfou/wxpy/issues/116 | [] | kalivim | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 1,379 | Test failres due to unclosed database on Python 3.13.0 | <!--
This issue tracker is a tool to address bugs in Flask-SQLAlchemy itself. Please
use GitHub Discussions or the Pallets Discord for questions about your own code.
Ensure your issue is with Flask-SQLAlchemy and not SQLAlchemy itself.
Replace this comment with a clear outline of what the bug is.
-->
Variou... | open | 2024-11-15T03:01:50Z | 2024-11-15T03:01:57Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1379 | [] | mweinelt | 0 |
aminalaee/sqladmin | asyncio | 788 | Specify particular column to be searched. | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I can specify columns to search against, using `column_sortable_list`. But afaik, it always searches in all columns, which is often unnecessary costly.
### Describe the s... | open | 2024-07-08T12:00:18Z | 2024-07-08T14:39:48Z | https://github.com/aminalaee/sqladmin/issues/788 | [] | JakNowy | 1 |
pyro-ppl/numpyro | numpy | 1,278 | Can't sample posteior predictive, if model uses no covariates | Hi. I am trying to simulate data using the stochastic volatility model, [described](https://num.pyro.ai/en/stable/examples/stochastic_volatility.html) in the docs. However, when I try to get posterior predictive samples, it just returns observed values. For clarity, here's the model function below:
```
def model(retu... | closed | 2022-01-09T04:48:55Z | 2022-01-10T09:13:03Z | https://github.com/pyro-ppl/numpyro/issues/1278 | [
"question"
] | sokol11 | 2 |
darrenburns/posting | rest-api | 109 | Feature request: ability to set which `Request` tab gets focus by default | It would be a handy feature if there was a method of selecting which tab in the `Request` box gets focus by default. Currently `Headers` gets focus all the time; personally I almost never want to modify the headers (especially if loading from a collection) but almost always want to be modifying the `Body`.
The abili... | closed | 2024-09-18T13:50:47Z | 2024-11-18T17:23:28Z | https://github.com/darrenburns/posting/issues/109 | [] | davep | 0 |
ydataai/ydata-profiling | pandas | 1,529 | pandas.Series.to_dict() got an unexpected keyword argument 'orient' | ### Current Behaviour
ProfileReport._render_json method tries to use function with keyword parameter only available in pd.DataFrame in a [pd.Series](https://pandas.pydata.org/docs/reference/api/pandas.Series.to_dict.html), raising type error:
https://github.com/ydataai/ydata-profiling/blob/cdfc17ac7c01a66a2f3bbf6641... | closed | 2024-01-24T19:03:43Z | 2024-02-09T11:41:34Z | https://github.com/ydataai/ydata-profiling/issues/1529 | [
"bug 🐛"
] | michellyrds | 2 |
plotly/dash | data-science | 2,274 | Wrap text in a dash editable table | After revisitting the site for dash editable datatable:
https://dash.plotly.com/datatable/editable
it does not look possible to have multiline cells (wrap text in a cell when the text does not fit into the cell width).
I would argue that allowing multi line texts in cells would make plotly dash editable table a ... | closed | 2022-10-16T22:46:06Z | 2024-07-24T15:06:06Z | https://github.com/plotly/dash/issues/2274 | [] | joseberlines | 1 |
litestar-org/litestar | api | 3,999 | Bug: failure to reflect constraints in autogenerated OpenAPI spec | ### Description
Adding a `gt` constraint to an `int` with either `msgpec.Meta` or `litestar.params.Body()` fails to have that greater than constraint reflected in the autogenerated OpenAPI spec.
Here is the MRE:
```
from typing import Annotated
import msgspec
from litestar import get, Request, Litestar
from litesta... | open | 2025-02-14T08:04:10Z | 2025-02-14T09:40:11Z | https://github.com/litestar-org/litestar/issues/3999 | [
"Bug :bug:"
] | umarbutler | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.