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
plotly/dash
data-visualization
2,234
[BUG] multi_page layout (use_pages=True) won't recognize the pages if they are compiled .pyc files.
As mention in the title, it looks like dash only bats an eye for .py files. Am i doing something wrong or are .pyc files just not supported "yet"?
closed
2022-09-17T17:47:59Z
2024-07-24T15:12:38Z
https://github.com/plotly/dash/issues/2234
[]
TheBubblePopped
3
holoviz/panel
plotly
6,953
Feature Request: CalendarMonthWidget
I want something like this <img width="682" alt="image" src="https://github.com/holoviz/panel/assets/15331990/9a563d0c-da1c-4d22-a67e-965b1c9ffb04"> I imagine the `value` can be a dict: ``` { '2024-02-01': "Some event", '2024-02-02 12:00': pn.widgets.TextInput(), # maybe? } ```
closed
2024-07-03T18:41:38Z
2025-01-14T00:01:01Z
https://github.com/holoviz/panel/issues/6953
[ "type: feature" ]
ahuang11
2
albumentations-team/albumentations
machine-learning
1,473
HueSaturationValue with 4-channel RGBA images with transparency
First of all, I need to say Albumentations is amazing, and I appreciate everything y'all have done! 10/10! One problem I came to: albumentations.augmentations.transforms.HueSaturationValue only works for RGB or greyscale images I get the following error when running HueSaturationValue transform over an RGBA image...
closed
2023-08-15T21:26:19Z
2024-10-31T02:28:46Z
https://github.com/albumentations-team/albumentations/issues/1473
[]
JJrodny
1
autokey/autokey
automation
757
autokey does on Ubuntu 22.04 no longer allow to set hotkeys. What can I do?
## Classification: (Pick one: Bug, Crash/Hang/Data loss, Enhancement, Feature (new), Performance, UI/Usability) ## Reproducibility: (Pick one: Always, Sometimes, Rarely, Unable, I didn't try) ## AutoKey version: (Paste in your AutoKey version and, if the problem is known to be present in more than one version,...
closed
2023-01-06T10:10:08Z
2023-01-12T19:32:55Z
https://github.com/autokey/autokey/issues/757
[ "user support" ]
hsc57
3
Miserlou/Zappa
flask
1,915
switching "keep_warm" off doesn't work
If you switch the keep_warm functionality on and then back off again then the cloudwatch rule is NOT deleted. ## Context If you set keep_warm to true, deploy set it to false and deploy again then the cloudwatch rule is not deleted. Thus, the function will still be kept warm. ## Expected Behavior if keep_warm: fals...
open
2019-08-08T08:54:48Z
2019-09-11T05:49:09Z
https://github.com/Miserlou/Zappa/issues/1915
[]
filthysocks
5
jumpserver/jumpserver
django
14,396
[Feature] Language PT-BR
### Product Version Language PT-BR ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [ ] Online Installation (One-click command installation) - [ ] Offline Package Installation - [x] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] Source Co...
closed
2024-11-01T16:59:30Z
2024-12-19T10:48:02Z
https://github.com/jumpserver/jumpserver/issues/14396
[ "✅ Done", "⏳ Pending feedback", "⭐️ Feature Request", "📝 Recorded", "📦 z~release:v4.5.0" ]
renan-moraes1
3
A3M4/YouTube-Report
seaborn
51
Who Im
> Wooo nice _Originally posted by @Whoim1122 in [dcdbc29](https://github.com/A3M4/YouTube-Report/commit/dcdbc29e8c05fca643da03ca0ae3fa7bd1b8d0a9#commitcomment-146973287)_
open
2024-09-20T10:47:08Z
2024-09-20T10:47:08Z
https://github.com/A3M4/YouTube-Report/issues/51
[]
Whoim1122
0
miguelgrinberg/python-socketio
asyncio
1,306
Option to reconnect on initial connection failure
A failure on the initial connection is currently not retried. Add an option to engage the existing reconnection mechanism when the initial connection fails.
closed
2024-02-05T00:18:20Z
2024-02-05T12:56:00Z
https://github.com/miguelgrinberg/python-socketio/issues/1306
[ "enhancement" ]
miguelgrinberg
0
Esri/arcgis-python-api
jupyter
1,870
Feature layer query introduces duplicates when querying above 2000 records
Since the query refactor in 2.3.0 the query method does not correctly request all features when the number of features exceed the maxRecord limit of the feature service. A query that should result in 18k features results in 20k features with 3~k duplicates. The same query on 2.2.X < has no issues. The issue was ...
closed
2024-07-17T13:08:23Z
2024-10-09T11:40:16Z
https://github.com/Esri/arcgis-python-api/issues/1870
[ "bug" ]
HDO-B
4
chezou/tabula-py
pandas
374
Pls add "orientation" parameter to read_pdf
### Is your feature request related to a problem? Please describe. Today the Tabula (which is pretty great) reads text in both vertical and horizontal orientation alike. When there is a page where there is a mix of them (for whatever reason) - results are typically messed-up. ### Describe the solution you'd like ...
closed
2023-11-23T15:34:44Z
2024-01-16T02:02:22Z
https://github.com/chezou/tabula-py/issues/374
[ "enhancement", "help wanted", "tabula-java limitation" ]
EZcat335
4
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,464
Training High Resolution + Rectangular images
Hi, I intend to training images which are both rectangular and high resolution. Which training flags should be used in this case? I checked the training/test tips link. However, it mentions either high-resolution or rectangular, which seems not possible to combine.
closed
2022-07-21T16:26:06Z
2022-09-06T20:52:59Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1464
[]
ankur-chr
2
pallets-eco/flask-sqlalchemy
flask
1,361
Flask plugin breaks DeclarativeBase
The plugin breaks the DeclarativeBase, e.g.: ``` from typing import Any from flask_sqlalchemy import SQLAlchemy from sqlalchemy.orm import DeclarativeBase from sqlalchemy.types import JSON class Base(DeclarativeBase): type_annotation_map = {dict[str, Any]: JSON} db = SQLAlchemy(model_class=Base) ``` ...
open
2024-07-23T14:12:17Z
2024-12-02T07:42:37Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/1361
[]
pvanderlinden
4
ultralytics/yolov5
machine-learning
13,508
A problem about calculating confusion matrices
### Search before asking - [x] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug in yolov5/utils/metics.py class ConfusionMatrix: """Generates and visualizes a confusion matrix for evaluating object de...
open
2025-02-12T01:58:28Z
2025-02-16T19:01:55Z
https://github.com/ultralytics/yolov5/issues/13508
[ "bug", "detect" ]
SwustLiC
3
pallets-eco/flask-sqlalchemy
sqlalchemy
990
Change the __bind_key__ dynamically on model before querying?
I need to retrieve data from several databases, same data model, different data. ```py class SomeModel(db.Model): id = db.Column(db.Integer, primary_key=True, nullable=False) site = db.Column(db.String) other = db.Column(db.String) ``` ```py app = Flask(__name__) app.config['SQLALCHEMY_DATABASE...
closed
2021-08-04T19:33:58Z
2022-10-03T00:21:51Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/990
[]
mxdev88
3
slackapi/python-slack-sdk
asyncio
1,062
Need help converting my websocket class to slack sdk websocket client
I am trying to convert our current framework that uses the RTM client to using the API for event listening so we can use bots that don't have the deprecated bot client. I have a class that uses websocket, [here](https://gist.github.com/jcastro-sfdc/dbd16f8f9d462c7d782a5ea25d2b7012). I am trying to rewrite our call ba...
closed
2021-07-14T13:21:28Z
2021-07-15T13:24:54Z
https://github.com/slackapi/python-slack-sdk/issues/1062
[ "question", "socket-mode" ]
jcastro-sfdc
3
FlareSolverr/FlareSolverr
api
833
flaresolver dosen't work anymore with yggtorrent.wtf wesite
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I have read the Dis...
closed
2023-07-30T09:53:27Z
2023-08-03T16:19:07Z
https://github.com/FlareSolverr/FlareSolverr/issues/833
[ "duplicate" ]
Siagutrop
48
OpenInterpreter/open-interpreter
python
777
Support OSS model serving (ollama etc)
### Is your feature request related to a problem? Please describe. Currently to use open-interpreter I need to install a closed source application ### Describe the solution you'd like I would like to use the open source alternative ### Describe alternatives you've considered _No response_ ### Additional context ...
closed
2023-11-19T20:04:52Z
2024-03-18T20:47:53Z
https://github.com/OpenInterpreter/open-interpreter/issues/777
[ "Enhancement" ]
JayDoubleu
5
AirtestProject/Airtest
automation
298
I would like to know more details on how to export test results to Excel.
Remove any following parts if does not have details about **Describe the bug** I would like to know more details on how to export test results to Excel. I would like to know a detailed explanation and example on how to organize the results of the test into Excel. ``` paste traceback here ``` **To Reprodu...
closed
2019-03-06T10:11:48Z
2019-03-21T00:05:51Z
https://github.com/AirtestProject/Airtest/issues/298
[]
JJunM
5
ultrafunkamsterdam/undetected-chromedriver
automation
1,027
Avoid redownloading driver every time?
I see that if I avoid redownloading the undetected-chromedriver every time I run my program, then the site in question (familysearch.org) detects me. Could someone please explain how it fingerprints the driver? Why does redownloading the same driver fix the issue? I'm wondering if there's a less costly fix here.
closed
2023-02-03T18:43:45Z
2023-02-04T21:36:45Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1027
[]
alexreg
9
PablocFonseca/streamlit-aggrid
streamlit
93
how to make text wrap in aggrid cells?
Hi, Two goals: 1. simple wrap of "abcdefghijkl" --- abcdef ghijkl --- 2. respect line feeds/cr in strings --- line 1 line 2 etc. ---
closed
2022-05-17T05:33:27Z
2024-04-04T17:53:21Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/93
[ "question" ]
fredzannarbor
2
voxel51/fiftyone
computer-vision
5,461
[FR] Loading/uploading dataset with CVAT docker container's "share" mounted drive
I would like to request an official way for CVAT to load images directly from the "share" mounted drive of the CVAT Docker container when using FiftyOne for annotation tasks, rather than uploading (copying) them from the local drive to the container each time. Motivation Use Case: When working with large datasets, up...
open
2025-02-04T01:11:56Z
2025-02-12T01:53:43Z
https://github.com/voxel51/fiftyone/issues/5461
[ "feature" ]
lejrn
1
microsoft/nni
data-science
5,783
WARNING: GPU found but will not be used. Please set `experiment.config.trial_gpu_number` to the number of GPUs you want to use for each trial.
Hello, NAS! was found the problem:WARNING: GPU found but will not be used. Please set `experiment.config.trial_gpu_number` to the number of GPUs you want to use for each trial. ```[tasklist] ### Tasks ```
open
2024-05-16T14:40:12Z
2024-05-29T02:27:43Z
https://github.com/microsoft/nni/issues/5783
[]
xutongpure
1
pyqtgraph/pyqtgraph
numpy
3,245
Add LTTB downsampling support
Consider adding LTTB downsampling support for timeseries based plots. See demo at https://www.base.is/flot/. Python based modules to consider: https://github.com/dgoeries/lttbc/ https://pypi.org/project/lttb/
open
2025-02-12T13:38:38Z
2025-02-22T14:00:55Z
https://github.com/pyqtgraph/pyqtgraph/issues/3245
[]
hinxx
5
mithi/hexapod-robot-simulator
dash
2
Foot tips in contact with polygon disregards non-foot tip points
If the height of the foot tip is greater than the point of contact with the body, use the point of contact with the body instead.
closed
2020-02-17T16:25:19Z
2020-02-18T07:40:14Z
https://github.com/mithi/hexapod-robot-simulator/issues/2
[]
mithi
0
modelscope/data-juicer
streamlit
383
Confused with the meaning of 'preprocess' time-consuming in the `reproduced_redpajama /README.md`
I am confused with the `preprocess` and `read+unify` stage meaning in `configs/reproduced_redpajama/README.md`, could you explain in more detail about the meaning of these two stages? ![image](https://github.com/user-attachments/assets/70d8c994-b664-42da-aa13-1d6401d67a7b)
closed
2024-08-13T03:25:03Z
2024-08-13T08:23:28Z
https://github.com/modelscope/data-juicer/issues/383
[]
flyflypeng
2
Lightning-AI/pytorch-lightning
deep-learning
19,858
Dynamically link arguments in `LightningCLI`?
### Description & Motivation Is it possible to _dynamically_ link arguments in the `LightningCLI`, say, depending on the module or datamodule subclass that is specified in a config file or at the command line? ### Pitch _No response_ ### Alternatives _No response_ ### Additional context _No response_ cc @borda ...
closed
2024-05-09T17:17:19Z
2024-05-14T20:11:52Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19858
[ "feature", "lightningcli" ]
EthanMarx
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,701
xy plot Grid legend font size LARGER
### 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 ? Make font size bigger in Grid legends ### Proposed workflow Add Settings option for font size ### Additional information _No response_
closed
2024-05-04T10:23:19Z
2024-05-20T06:02:32Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15701
[ "enhancement" ]
rafstahelin
0
hyperspy/hyperspy
data-visualization
3,334
Interactive ROI plot does not update limits
Running the following code: ```python import numpy as np import hyperspy.api as hs s = hs.signals.Signal2D(np.random.random((500, 500))) line_roi = hs.roi.Line2DROI() s.plot() s_line = line_roi.interactive(s, color='red') s_line.plot() ``` Gives the plot: ![1](https://github.com/hyperspy/hyperspy/ass...
open
2024-03-14T18:15:16Z
2024-03-15T08:22:24Z
https://github.com/hyperspy/hyperspy/issues/3334
[ "type: enhancement", "good first PR" ]
magnunor
5
fastapi/sqlmodel
fastapi
397
pathlib.Path is probably an unsupported type
### 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
2022-08-10T10:59:15Z
2024-10-21T09:08:52Z
https://github.com/fastapi/sqlmodel/issues/397
[ "question" ]
matutter
3
bendichter/brokenaxes
matplotlib
47
xticks chaos after change xscale
Hi, I wanna just plot specified xticks (250, 500, 1000). However, after I set_xscale("log"), the plot shows both default xticks and mine. How to deal with this matter. Code is as follows: ``` python import os, matplotlib import numpy as np import matplotlib.pyplot as plt import matplotlib.patches as mpatches impo...
closed
2020-03-26T03:00:50Z
2020-03-26T23:55:42Z
https://github.com/bendichter/brokenaxes/issues/47
[]
Harrypotterrrr
3
zappa/Zappa
django
615
[Migrated] Feature: Ability to use existing API Gateway
Originally from: https://github.com/Miserlou/Zappa/issues/1576 by [bharling](https://github.com/bharling) ## Context Hi, we're a small company in the process of gradually expanding our monolithic elasticbeanstalk application with smaller targeted microservices based on ApiStar / Zappa. We're getting good mileage so f...
closed
2021-02-20T12:26:41Z
2024-04-13T17:10:16Z
https://github.com/zappa/Zappa/issues/615
[ "no-activity", "auto-closed" ]
jneves
3
opengeos/leafmap
jupyter
707
Doesn't work in Kaggle notebooks
### Environment Information - leafmap version: 0.31.5 - Python version: 3.10 - Operating System: Linux It just prints "loading widget", but won't display a map. It seems it does work with folium backend; Maybe it should fall back to using folium when it can't display. ![image](https://github.com/openg...
closed
2024-03-20T18:04:53Z
2024-03-20T18:24:24Z
https://github.com/opengeos/leafmap/issues/707
[ "bug" ]
openSourcerer9000
3
voila-dashboards/voila
jupyter
955
Switch to `voila` as a Jupyter Server `ExtensionApp`
<!-- Welcome! Thanks for thinking of a way to improve Voilà. If this solves a problem for you, then it probably solves that problem for lots of people! So the whole community will benefit from this request. Before creating a new feature request please search the issues for relevant feature requests. --> ### P...
open
2021-09-09T07:26:56Z
2021-10-22T14:11:53Z
https://github.com/voila-dashboards/voila/issues/955
[ "enhancement" ]
jtpio
2
kizniche/Mycodo
automation
869
Flask - Upgrade Page Issue
Recently I've been getting an issue (using a couple different mycodo versions) when trying to load the upgrade page through the web interface. Not a huge deal since I can upgrade through the upgrade commands script, but thought it might be helpful: ``` Traceback (most recent call last): File "/home/pi/Mycodo/env...
closed
2020-10-19T17:11:53Z
2020-10-27T22:31:49Z
https://github.com/kizniche/Mycodo/issues/869
[ "bug" ]
not5
2
dagster-io/dagster
data-science
28,423
Add json asset kind
### What's the use case? The `json` asset kind is currently missing. Probably other common formats such as `yaml` would be nice to have too. ### Ideas of implementation _No response_ ### Additional information _No response_ ### Message from the maintainers Impacted by this issue? Give it a 👍! We factor engage...
closed
2025-03-12T10:48:45Z
2025-03-19T16:36:23Z
https://github.com/dagster-io/dagster/issues/28423
[ "type: feature-request", "area: tags" ]
danielgafni
1
ultralytics/yolov5
deep-learning
13,256
Marking YOLOv5 Detection Text Outputs with TP or FP
### Discussed in https://github.com/ultralytics/yolov5/discussions/13184 <div type='discussions-op-text'> <sup>Originally posted by **kyrangraves** July 11, 2024</sup> Hi All, I have trained a YOLOv5 model and used val.py to test the performance of the trained model using independent labelled datasets. I h...
closed
2024-08-13T08:37:41Z
2024-10-20T19:51:43Z
https://github.com/ultralytics/yolov5/issues/13256
[ "question" ]
kyrangraves
4
FactoryBoy/factory_boy
django
206
Factory attribute with reserved name (attributes).
Have a model with a field name `attributes` that I'm unable to create due to it being a reserved method on the factory: ``` class TestFactory(factory_boy.Factory): attributes = 'something' ``` Results in: ``` >>> TestFactory.create() *** TypeError: 'str' object is not callable ``` Is there a way to alias the at...
closed
2015-05-07T20:36:36Z
2015-05-22T03:26:23Z
https://github.com/FactoryBoy/factory_boy/issues/206
[ "Bug" ]
kevinastone
2
hankcs/HanLP
nlp
897
“苹果”拼音问题
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2018-07-23T03:22:27Z
2018-07-29T15:03:07Z
https://github.com/hankcs/HanLP/issues/897
[ "improvement" ]
yhan219
1
ivy-llc/ivy
pytorch
28,114
Fix Frontend Failing Test: paddle - pointwise_ops.torch.real
To-do List: https://github.com/unifyai/ivy/issues/27500
closed
2024-01-30T09:18:27Z
2024-03-08T14:53:46Z
https://github.com/ivy-llc/ivy/issues/28114
[ "Sub Task" ]
Sai-Suraj-27
0
pallets-eco/flask-sqlalchemy
sqlalchemy
894
In use or deprecated?
Is the flask-sqlalchemy packege still receiving support ?
closed
2020-12-18T13:44:06Z
2021-01-02T00:47:47Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/894
[]
jorgebg2016
1
microsoft/nni
data-science
5,741
Comparison exception: The values for attribute 'shape' do not match: torch.Size([]) != torch.Size([1, 8400]).
使用nni对yolov8进行剪枝,报了如下错误 Comparison exception: The values for attribute 'shape' do not match: torch.Size([]) != torch.Size([1, 8400]).
open
2024-02-01T12:37:04Z
2024-02-01T12:37:04Z
https://github.com/microsoft/nni/issues/5741
[]
Gooddz1
0
collerek/ormar
pydantic
273
PostgreSQL Array Columns
I really like the Postgres feature of having array type columns. sqlAlchemy supports the PostgreSQL dialect refer: https://docs.sqlalchemy.org/en/14/dialects/postgresql.html?highlight=array#sqlalchemy.dialects.postgresql.ARRAY It would be nice to use them with ormar like: `characteristics:list[str] = ormar.Array...
closed
2021-07-17T17:52:31Z
2022-02-25T11:28:57Z
https://github.com/collerek/ormar/issues/273
[ "enhancement" ]
Lester1989
5
Neoteroi/BlackSheep
asyncio
158
OpenAPI Documentation: generic type schema improperly set as array
**Describe the bug** OpenAPI Documentation: generic type schema improperly set as array. **To Reproduce** ```python T = TypeVar("T") class PaginatedSet(Generic[T]): items: List[T] total: int @app.route("/api/events-statuses") def paginated_example() -> PaginatedSet[EventSystemStatusSummary]: ...
closed
2021-05-31T23:08:46Z
2021-06-09T07:18:24Z
https://github.com/Neoteroi/BlackSheep/issues/158
[ "fixed in branch" ]
RobertoPrevato
1
jupyterlab/jupyter-ai
jupyter
392
Chat history in notebook magics for Chat model providers
## Problem The current magics implementation is using an artificial list of chat message history to keep track of exchanges between 2 or more cells when `openai-chat` model is used. Although, this might have the appearance of working as expected for OpenAI, this is not translatable and scalable to other chat model pro...
open
2023-09-22T03:31:07Z
2024-09-16T23:34:55Z
https://github.com/jupyterlab/jupyter-ai/issues/392
[ "bug", "priority" ]
3coins
1
postmanlabs/httpbin
api
587
How to return custom response data
As title, how to return custom response data
open
2019-11-21T06:46:55Z
2019-11-21T06:46:55Z
https://github.com/postmanlabs/httpbin/issues/587
[]
wd603546401
0
microsoft/unilm
nlp
987
Language Pre-Training of VLMO
This is because I used a wrong pre-training task. Sorry for the bother.
closed
2023-01-29T13:15:01Z
2023-01-29T13:27:05Z
https://github.com/microsoft/unilm/issues/987
[]
Adam-lxd
0
huggingface/transformers
python
35,995
Unable to load openai/whisper-tiny
### System Info Python 3.11.8 huggingface-hub==0.28.1 transformers==4.48.2 ### Who can help? _No response_ ### Information - [x] The official example scripts - [x] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset ...
closed
2025-01-31T16:53:28Z
2025-02-06T11:32:38Z
https://github.com/huggingface/transformers/issues/35995
[ "bug" ]
pprobst
3
samuelcolvin/watchfiles
asyncio
227
Track file modifications
Hi, This might be redundant with #201, sorry in advance if that’s the case. I would like to be able to run the callback upon file modifications (i.e. the contents have changed). Currently, even `touch`-ing a file triggers the shell command.
closed
2023-04-21T09:34:05Z
2023-10-19T07:09:25Z
https://github.com/samuelcolvin/watchfiles/issues/227
[]
frank-lenormand
3
noirbizarre/flask-restplus
flask
469
How to create subnamespace for swagger documentation?
The problem is that within a single namespace there might be many api endpoints making the list too long to read. Move part of them into another namespace is OK. But in swagger documentation it becomes a peer rather then a nested folded subnamespace. I want to preserve the hierarchical order for example: in original...
open
2018-06-07T15:27:54Z
2018-06-10T15:32:21Z
https://github.com/noirbizarre/flask-restplus/issues/469
[]
LLCcom
3
thtrieu/darkflow
tensorflow
560
Error in cfg_yielder while trying to import yolo trained on coco
I downloaded the yolov2 608x608 .cfg and .weights files trained on the coco dataset from [here](https://pjreddie.com/darknet/yolo/) and I'm running this code from darkflow.net.build import TFNet options = options = {"model": "cfg/yolov2_608.cfg", "load": "bin/yolov2_608.weights", "threshold": 0.1, "gpu": 1.0} tf...
open
2018-02-05T23:32:02Z
2019-07-07T11:39:51Z
https://github.com/thtrieu/darkflow/issues/560
[]
gauravspatil
6
PaddlePaddle/models
computer-vision
4,968
使用ETS模型时,如何使用自己的视频来准备数据集
您好, 我想请教一下,在跑ETS模型时,如何将自己的视频数据生成ETS模型能够使用的数据集?谢谢!
closed
2020-11-23T09:40:42Z
2020-11-26T02:51:26Z
https://github.com/PaddlePaddle/models/issues/4968
[]
mc261670164
3
FlareSolverr/FlareSolverr
api
368
docker is not behaving similar in different machines
### Environment * **FlareSolverr version**: v2.2.1 * **Last working FlareSolverr version**: v2.2.1 * **Operating system**: Linux * **Are you using Docker**: yes * **FlareSolverr User-Agent (see log traces or / endpoint)**: Mozilla/5.0 (X11; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0 * **Are you using a...
closed
2022-04-19T15:32:20Z
2022-04-24T18:33:50Z
https://github.com/FlareSolverr/FlareSolverr/issues/368
[ "more information needed" ]
alperyilmaz
5
davidsandberg/facenet
computer-vision
748
Label list for the trained model so it can be used on Android/IOS
Hi, I'm trying to run the frozen casia graph (.pb format) in the tensorflow detector so that it can be used to detect faces on Android/IOS devices. These are the parameters needed - ` private static Classifier detector = TensorFlowObjectDetectionAPIModel.create( TF_OD_API_MODEL_FILE, TF_OD_A...
open
2018-05-15T16:33:23Z
2018-05-15T16:34:43Z
https://github.com/davidsandberg/facenet/issues/748
[]
Zod20
0
ansible/ansible
python
84,465
deb822_repository: cannot configure multiple repositories in one .sources file
### Summary I am using this task to configure a .sources file for gitlab repositories (converting from apt_repository) ```yaml - ansible.builtin.set_fact: apt_get_repo_name: "gitlab" - name: "apt: adding Gitlab repository (deb822)" ansible.builtin.deb822_repository: name: "{{ apt_get_repo_name }}" ...
closed
2024-12-11T15:49:51Z
2025-01-07T15:10:06Z
https://github.com/ansible/ansible/issues/84465
[ "module", "bug", "affects_2.17" ]
JKDingwall
3
litestar-org/litestar
pydantic
3,766
Bug: schema_extra does not recognize upstream JSONSchema property/key names
### Description With code generated for other (non-litestar) JSONSchema consumers, using upstream names (such as `uniqueItems` instead of `unique_items`) inside of `schema_extra` results in a ValueError. ### URL to code causing the issue _No response_ ### MCVE ```python from typing import Annotated, Any, Dict imp...
closed
2024-09-30T02:54:57Z
2025-03-20T15:54:57Z
https://github.com/litestar-org/litestar/issues/3766
[ "Bug :bug:" ]
charles-dyfis-net
1
wandb/wandb
data-science
9,349
[Bug]: Cannot run wandb with ray on a drive that is not C: on Windows 11
### Describe the bug I am running into an issue previously described [https://github.com/wandb/wandb/issues/1991](https://github.com/wandb/wandb/issues/1991), but that I do not have permission to re-open. This prevents me from using wandb 😞 ### Setup **Windows 11 (OS Build = 22631.4751)** **Virtual Environment cr...
open
2025-01-28T18:32:06Z
2025-03-13T15:13:32Z
https://github.com/wandb/wandb/issues/9349
[ "ty:bug", "a:sdk", "c:sdk:settings" ]
harryseely
8
lepture/authlib
flask
116
documentation describes version that's not release yet
[Current documentation](https://docs.authlib.org/en/latest/index.html) points to the lastest code which hasn't been released yet. The latest version released is 0.10, which can also be found on [Pypi](https://pypi.org/project/Authlib/). I feel like pointing the correct documentation to the corresponding release would d...
closed
2019-03-13T13:20:51Z
2019-03-18T13:29:43Z
https://github.com/lepture/authlib/issues/116
[]
alantw
2
huggingface/pytorch-image-models
pytorch
2,120
[BUG] Changing patch size does not work with CLIP/OpenCLIP ViT
**Describe the bug** ```python import timm m = timm.create_model("vit_tiny_patch16_224.augreg_in21k", pretrained=True, patch_size=8) # this works - Google checkpoint m = timm.create_model("vit_base_patch16_224.augreg2_in21k_ft_in1k", pretrained=True, patch_size=8) # also works - timm checkpoint m = timm.crea...
closed
2024-03-21T01:09:51Z
2024-03-21T20:13:55Z
https://github.com/huggingface/pytorch-image-models/issues/2120
[ "bug" ]
gau-nernst
1
plotly/dash
data-visualization
2,475
Allow modification of position/direction and style of dash_table tooltips
**Context** - The tooltip is always positioned under its corresponding cell, except in the last rows where it's positioned on top. This automatic behaviour cannot be modified. - Right now it's only possible to modify the _general_ style of _all_ of the tooltips with the `css` argument of `dash_table.DataTable` *...
open
2023-03-22T12:02:07Z
2024-08-13T19:29:34Z
https://github.com/plotly/dash/issues/2475
[ "feature", "dash-data-table", "P3" ]
celia-lm
0
voxel51/fiftyone
data-science
5,107
How to annotate in CVAT both Classifications and Detections simultaneously?
Hello there, I'm working on a dataset that consists both of bounding boxes (as fo.Detections) and labels (as fo.Classifications). I can use fiftyone to upload those to CVAT, which will automatically create a CVAT project, task and job with the desired images, but I can only upload one field at a time: ``` c...
closed
2024-11-14T00:58:17Z
2024-11-14T14:44:25Z
https://github.com/voxel51/fiftyone/issues/5107
[ "question" ]
thiagoribeirodamotta
1
TvoroG/pytest-lazy-fixture
pytest
54
skipping one of parametrized tests with `lazy_fixture` fails
Hi all, Each test are run once for all environment in our test suite by default. `conftest.py` ```python from dataclasses import dataclass from enum import auto, Flag import pytest from pytest_lazyfixture import is_lazy_fixture class Environment(Flag): SLOVAK = auto() CZECH = auto() A...
closed
2021-10-21T15:12:40Z
2021-10-22T13:13:43Z
https://github.com/TvoroG/pytest-lazy-fixture/issues/54
[]
micuda
2
benbusby/whoogle-search
flask
1,104
[FEATURE] Multipass image for Whoogle
Would be one more way to use Whoogle in a containerized local environment. It's really useful for Ubuntu users and users that doesn't like Docker.
open
2023-12-22T02:52:32Z
2023-12-22T02:52:32Z
https://github.com/benbusby/whoogle-search/issues/1104
[ "enhancement" ]
ghost
0
ClimbsRocks/auto_ml
scikit-learn
5
FUTURE: run hyperparameter optimization on all the models
closed
2016-08-08T00:16:50Z
2016-08-09T04:27:59Z
https://github.com/ClimbsRocks/auto_ml/issues/5
[]
ClimbsRocks
1
jupyter/nbgrader
jupyter
1,685
where can I find complete list of formgrader API urls
I am integrating nbgrader into my LMS. In my LMS backend, I am using formgrader URLs like 1. formgrader/api/assignment/{assignment_name}/generate_feedback" 2. formgrader/api/assignment/{assignment_name}/release_feedback" 3. formgrader/api/assignments to fetch details and perform some actions directly from my L...
closed
2022-10-18T11:14:16Z
2024-02-23T15:52:56Z
https://github.com/jupyter/nbgrader/issues/1685
[ "question" ]
adarshverma19
2
cobrateam/splinter
automation
724
Main example throws error
When I run the given Google example on Linux i get the following (python3.6) ``` Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/splinter/element_list.py", line 42, in __getitem__ return self._container[index] IndexError: list index out of range During handling of the abo...
closed
2019-10-30T04:20:44Z
2021-04-02T17:57:41Z
https://github.com/cobrateam/splinter/issues/724
[ "NeedsInvestigation" ]
Zylatis
2
Textualize/rich
python
3,672
[BUG] Console in RichHandler is unable to pass TAB characters through to terminal.
- [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [X] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** Curre...
closed
2025-03-21T15:01:14Z
2025-03-21T17:35:40Z
https://github.com/Textualize/rich/issues/3672
[ "Needs triage" ]
tokuchan
5
plotly/dash
plotly
2,863
[BUG] running does not support wildcards in ids
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.17.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table ...
closed
2024-05-20T14:53:45Z
2024-06-12T13:04:15Z
https://github.com/plotly/dash/issues/2863
[ "bug", "sev-2" ]
tlauli
1
pytorch/vision
computer-vision
8,793
masks_to_boxes Does Not Enforce 0 <= x1 < x2 and 0 <= y1 < y2, Leading to Invalid Bounding Boxes
### 🐛 Describe the bug ``` def masks_to_boxes(masks: torch.Tensor) -> torch.Tensor: """ Compute the bounding boxes around the provided masks. Returns a [N, 4] tensor containing bounding boxes. The boxes are in ``(x1, y1, x2, y2)`` format with ``0 <= x1 < x2`` and ``0 <= y1 < y2``. Args: ...
closed
2024-12-11T16:48:58Z
2024-12-12T13:25:54Z
https://github.com/pytorch/vision/issues/8793
[]
H4nz0u
2
Esri/arcgis-python-api
jupyter
1,252
arcgis.geometry.Geometry.from_shapely doesn't work in 2.0.0
**Describe the bug** Currently trying to use Geometry.from_shapely throws a NameError due to _HASSHAPELY not being defined. **To Reproduce** Steps to reproduce the behavior: ```python >>> import arcgis >>> from shapely.geometry import box >>> g = box(0, 0, 1, 1) >>> x = arcgis.geometry.Geometry.from_shapely(g...
closed
2022-05-17T21:11:33Z
2022-05-19T13:50:44Z
https://github.com/Esri/arcgis-python-api/issues/1252
[ "bug" ]
dwilson1988
1
encode/databases
sqlalchemy
574
session manager/ session maker
I see the `await database.connect()` used but is that the equivalent to sqlalchemy's orm.sessionmaker? Do I just open a new connection every time up to the defined limit and `databases` handles them in the connection pool? I do have the connection and disconnection at start up - but seem to have to call the con...
open
2023-11-17T04:15:22Z
2023-11-17T04:15:22Z
https://github.com/encode/databases/issues/574
[]
eddyizm
0
serpapi/google-search-results-python
web-scraping
42
AttributeError during the import of the module: `initialized module 'serpapi' has no attribute 'GoogleSearch' (most likely due to a circular import)`
The first line of your code example: from serpapi import GoogleSearch [here](https://serpapi.com/blog/using-google-maps-local-results-from-serpapi/#fullcode) gives me AttributeError: partially initialized module 'serpapi' has no attribute 'GoogleSearch' (most likely due to a circular import)
closed
2023-04-03T20:50:27Z
2023-04-06T12:42:40Z
https://github.com/serpapi/google-search-results-python/issues/42
[]
Ciroxxxx
5
open-mmlab/mmdetection
pytorch
11,711
python tools/train.py configs/yolox/yolox_tiny_8xb8-300e_coco.py, than report AssertionError:
![image](https://github.com/open-mmlab/mmdetection/assets/143946752/f53e01c9-407f-46c1-9f5d-099fca074375)
closed
2024-05-14T03:44:22Z
2024-05-14T06:57:53Z
https://github.com/open-mmlab/mmdetection/issues/11711
[]
realTravisYou
0
SCIR-HI/Huatuo-Llama-Med-Chinese
nlp
77
如何使用微调后的模型
只用修改微调后的权重去做预测吗? ![image](https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/assets/129043313/e7fbc60f-ee7c-4097-b56f-1f376682a1b5)
closed
2023-07-19T12:49:34Z
2023-09-08T08:02:08Z
https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/77
[]
handsomexiaoyi
1
iterative/dvc
machine-learning
9,722
Epic: params/metrics/plots collection
p1: - [x] https://github.com/iterative/studio/issues/4912 - [x] https://github.com/iterative/dvc/issues/9588 - [x] https://github.com/iterative/dvc/issues/9478 p2: - [x] https://github.com/iterative/dvc/issues/9452
closed
2023-07-11T12:34:30Z
2024-04-24T20:22:44Z
https://github.com/iterative/dvc/issues/9722
[ "p1-important", "A: plots", "A: params" ]
dberenbaum
5
CorentinJ/Real-Time-Voice-Cloning
python
1,107
Is there any benefit to doing the training myself?
I see in the Wiki that there is a guide on how to train the models myself. For this, I would need around 500GB of data. For what I'm trying to do this might be impractical. What is the benefit of doing the training myself? All I want to do is use the program to generate speech for 3 voices of my choosing via code (i.e....
open
2022-09-06T01:22:25Z
2023-03-23T13:04:26Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1107
[]
CodingRox82
2
httpie/cli
rest-api
1,404
Inconsistent BUILD_CHANNEL value
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- Hey, sorry for deleting your template, but this is a request from your Fedora packager and not from a user. I've figured out that httpie 3.2.0+ now includes an update notification https://httpie.io/blog/h...
open
2022-05-17T11:06:11Z
2022-05-17T11:42:57Z
https://github.com/httpie/cli/issues/1404
[ "enhancement" ]
hroncok
4
kizniche/Mycodo
automation
962
Support for I2C or SPI controlled potentiometers for physical control of humidifier output?
Not sure if this is the correct place to ask this question, so I apologize in advance if I have broken protocol :-P Does Mycodo have built-in support for I2C or SPI controlled digital potentiometers? I do not see such devices listed in the "Supported Outputs" section of the manual. I would like to be able to use...
closed
2021-03-25T20:19:10Z
2021-09-20T19:14:17Z
https://github.com/kizniche/Mycodo/issues/962
[ "enhancement" ]
LucidEye
11
fastapi-users/fastapi-users
asyncio
392
Tortoise-orm custom user
Iḿ trying make custom user with fastapi_users, so from fastapi_users import models from fastapi_users.db import TortoiseBaseUserModel, TortoiseUserDatabase import datetime class User(models.BaseUser): nome: str = "defaultuserteste" data_criado: str = datetime.datetime.now() is_fund: bool ...
closed
2020-11-20T03:54:56Z
2020-11-23T12:21:11Z
https://github.com/fastapi-users/fastapi-users/issues/392
[ "documentation", "question" ]
ScrimForever
10
tfranzel/drf-spectacular
rest-api
849
Unable to guess serializer on apidoc schema endpoint
**Describe the bug** drf-spectacular complains, that it's unable to guess serializer for `/api/schema` endpoint which returns the schema for the apidoc **To Reproduce** * Add to `urls.py` * ```py path("api/schema", SpectacularAPIView.as_view(), name="schema") ``` * Go to `localhost:8001/api/schema` ...
closed
2022-11-04T06:14:21Z
2022-11-04T07:42:16Z
https://github.com/tfranzel/drf-spectacular/issues/849
[]
HansAarneLiblik
2
plotly/dash
plotly
2,983
exception handling mechanism for using keyword parameters to orchestrate callbacks reported an error
Hi, there. I encountered a bug while using the exception handling feature in version 2.18. Dash related information is as follows ``` dash 2.18.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` The test code is as follows ...
closed
2024-09-05T08:56:58Z
2024-09-06T17:45:01Z
https://github.com/plotly/dash/issues/2983
[ "bug", "P2" ]
insistence
0
qubvel-org/segmentation_models.pytorch
computer-vision
30
Use concatenation for feature pyramid aggregation?
Hi! Thanks for repo owner's contribution! This repository is useful and benefits lots of people! I would like to discuss the implementation of FPN in this repo with the people watching on this repo. According to this [document](http://presentations.cocodataset.org/COCO17-Stuff-FAIR.pdf), I think page 25 suggesting ...
closed
2019-07-08T09:17:02Z
2019-07-15T08:18:59Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/30
[]
hyc-xyz
3
cvat-ai/cvat
computer-vision
9,222
Perview picture in models from nuclio
Hi, I want to show a preview picture in my models from nuclio. As default no picture exists ![Image](https://github.com/user-attachments/assets/34324584-c952-4db5-945f-ebacd15f4968) If someone install a model from robolflow, you see a preview picture ![Image](https://github.com/user-attachments/assets/6f35a22e-5d2...
closed
2025-03-18T09:56:35Z
2025-03-18T12:31:59Z
https://github.com/cvat-ai/cvat/issues/9222
[ "question" ]
RoseDeSable
1
open-mmlab/mmdetection
pytorch
11,922
what's the difference between mm-grounding dino and the open-grounding dino? i found the odvg.py some difference
open
2024-08-26T02:59:10Z
2024-08-26T03:45:03Z
https://github.com/open-mmlab/mmdetection/issues/11922
[]
lyf6
2
plotly/dash
data-visualization
2,525
[BUG]
Hi everyone, **Describe your context** I'm trying to create a multi-page Dash application, using a Flask server. Here are main requirements : dash==2.7.1 flask==2.2.2 Here is my project folder: dashapp/ - app.py - pages / - un.py - deux.py Content of app.py : ``` from dash import html ...
closed
2023-05-05T12:12:24Z
2023-05-05T13:40:06Z
https://github.com/plotly/dash/issues/2525
[]
kevin35ledy
1
google-research/bert
nlp
865
how to use fine-tuned bert for another task
For example, I fine tuned bert in a sentence classification (5 labels) task, then I want to fine tuning this fine-tuned bert model in a sentence pair classification (binary label) task, I guess the performance of sentence pair classification can be improved, how can I realize this function, thanks a lot!
open
2019-09-26T03:22:21Z
2019-09-26T03:22:21Z
https://github.com/google-research/bert/issues/865
[]
OYE93
0
huggingface/datasets
tensorflow
6,552
Loading a dataset from Google Colab hangs at "Resolving data files".
### Describe the bug Hello, I'm trying to load a dataset from Google Colab but the process hangs at `Resolving data files`: ![image](https://github.com/huggingface/datasets/assets/99779/7175ad85-e571-46ed-9f87-92653985777d) It is happening when the `_get_origin_metadata` definition is invoked: ```python d...
closed
2024-01-03T02:18:17Z
2024-01-08T10:09:04Z
https://github.com/huggingface/datasets/issues/6552
[]
KelSolaar
2
zappa/Zappa
flask
565
[Migrated] xgboost error after zappa deploy
Originally from: https://github.com/Miserlou/Zappa/issues/1487 by [umernawaz0301](https://github.com/umernawaz0301) Cannot find XGBoost Library in the candidate path, did you install compilers and run build.sh in root path? List of candidates: /tmp/zappa-py-3-ml/xgboost/libxgboost.so /tmp/zappa-py-3-ml/xgboost/../....
closed
2021-02-20T12:22:50Z
2024-04-13T17:09:26Z
https://github.com/zappa/Zappa/issues/565
[ "no-activity", "auto-closed" ]
jneves
2
sanic-org/sanic
asyncio
2,174
How do I parse the request content in xml format
like this ``` <xml> <ToUserName> <![CDATA[wx5823bf96d3bd56c7]]> </ToUserName> <Encrypt> <![CDATA[RypEvHKD8QQKFhvQ6QleEB4J58tiPdvo+rtK1I9qca6aM/wvqnLSV5zEPeusUiX5L5X/0lWfrf0QADHHhGd3QczcdCUpj911L3vg3W/sYYvuJTs3TUUkSUXxaccAS0qhxchrRYt66wiSpGLYL42aM6A8dTT+6k4aSknmPj48kzJs8qLjvd4Xgpue06DO...
closed
2021-06-25T03:49:23Z
2021-06-25T05:15:42Z
https://github.com/sanic-org/sanic/issues/2174
[]
zxj17815
1
ipython/ipython
jupyter
13,993
Proposal: Use `AutoSuggestFromHistory` by default
(Sorry this ended up being a bit of an essay :). There are a number of related issues and I wanted to be clear exactly what this one is about.) This is a proposal to make the default configuration for up/down completion be as given by this configuration: ```python %config TerminalInteractiveShell.autosuggestions_p...
closed
2023-03-26T15:29:20Z
2023-07-07T09:25:50Z
https://github.com/ipython/ipython/issues/13993
[ "needs-decision", "autosuggestions" ]
oscarbenjamin
7
pydata/xarray
numpy
9,285
DataTree.update can cause multiple root groups.
### What happened? Reviewing documentation for hierarchical-data.rst I saw the abe/herbert example didn't look right, updated the `abe.assign()` -> `abe = abe.assign()` and it still looked wrong ``` >>> abe = xr.DataTree(name="abe") >>> herbert = xr.DataTree(name="Herb") >>> abe.update({"herbert": herbert}) ...
closed
2024-07-26T21:01:58Z
2024-08-27T19:36:28Z
https://github.com/pydata/xarray/issues/9285
[ "bug", "topic-DataTree" ]
flamingbear
7
labmlai/annotated_deep_learning_paper_implementations
pytorch
91
The explanation of `load_balancing_loss` is kind of confusing
Hi, thanks for the nice implementation of the Switch Transformer. But I find the explanation of the "load_balancing_loss" may be confusing. In the [tutorial](https://nn.labml.ai/transformers/switch/experiment.html#section-33), the formula on the left side calculates the loss is for a single layer. However, if I read it...
closed
2021-09-03T14:02:20Z
2021-09-06T07:58:17Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/91
[]
hobbitlzy
2
HumanSignal/labelImg
deep-learning
181
how to run it on MacOSX?
<!-- Please provide as much as detail and example as you can. You can add screenshots if appropriate. --> when I run it like that: $make qt4py2 pyrcc4 -py2 -o resources.py resources.qrc $python labelImg.py Segmentation fault: 11 - **OS:** - **PyQt version:**
closed
2017-10-24T06:49:20Z
2019-01-23T07:47:43Z
https://github.com/HumanSignal/labelImg/issues/181
[]
huary
8
hankcs/HanLP
nlp
1,667
ImportError: cannot import name 'TFAutoModel'
**Describe the bug** ImportError: cannot import name 'TFAutoModel' **Code to reproduce the issue** from transformers import BertTokenizer, BertConfig, PretrainedConfig, TFAutoModel, \ **Describe the current behavior** ImportError: cannot import name 'TFAutoModel' **Expected behavior** ImportError: cannot i...
closed
2021-07-28T11:04:43Z
2021-07-28T15:05:28Z
https://github.com/hankcs/HanLP/issues/1667
[ "invalid" ]
yx179971
1
ultralytics/yolov5
deep-learning
13,096
tflite error
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question When I make some changes to the c3 module and name it C3_dysnake, I do the training to ge...
closed
2024-06-17T14:01:12Z
2024-10-20T19:48:01Z
https://github.com/ultralytics/yolov5/issues/13096
[ "question", "Stale" ]
Selfpline6
3
InstaPy/InstaPy
automation
6,542
Cannot detect post media type , tried many web solutions
Hey bots, I've got the error "**Cannot detect post media type**" when I use a like function . I'm asking it again because I even followed many steps in the internet, for exemple, [#6346 ](https://github.com/InstaPy/InstaPy/pull/6346) This previous solution suggested to change line 905 from like_util.py to: ``` ...
open
2022-03-08T00:13:15Z
2022-03-09T09:40:39Z
https://github.com/InstaPy/InstaPy/issues/6542
[]
adrielkirch
1
gradio-app/gradio
data-visualization
10,846
Model3D: Use Babylon Viewer ESM
model3D uses Babylon.js as UMD module. Update to ESM to allow tree-shaking and reduced size. Also, Babylon.js new viewer can help make the code smaller. It can come with UI elements like loading bars, animation controls, etc. Current Canvas3D size : 4.6Mb Updated Canvas3D size: 1.2Mb
open
2025-03-20T16:52:47Z
2025-03-21T11:04:30Z
https://github.com/gradio-app/gradio/issues/10846
[ "enhancement" ]
CedricGuillemet
0
pydantic/pydantic-ai
pydantic
1,211
Agent run regenerates a dynamic system-prompt if it is missing in 'message_history'
### Description Currently, the way an Agent run is implemented (as also stated in the docs) is that if 'message_history' is passed, a dynamic system-prompt is not regenerated even if 'message_history' does not contain a system-prompt. This makes having a fixed size message buffer an unnecessarily inelegant solution; w...
open
2025-03-22T16:45:02Z
2025-03-22T16:45:02Z
https://github.com/pydantic/pydantic-ai/issues/1211
[]
abshake96
0
RobertCraigie/prisma-client-py
asyncio
9
Add support for batching queries
## Problem In some situations it is desirable that a write operation being committed is dependant on other write operations succeeding, for example, if you update 200 users within a transaction, each update must succeed - if not, all changes are rolled back and the transaction fails as a whole. ## Suggested solut...
closed
2021-02-04T12:45:04Z
2021-12-20T20:02:52Z
https://github.com/RobertCraigie/prisma-client-py/issues/9
[ "kind/feature" ]
RobertCraigie
2
plotly/dash-bio
dash
558
JSME Dash component
Would be a cool addition to Dash Bio for drawing molecules within Dash apps: https://www.npmjs.com/package/jsme-react <img width="792" alt="image" src="https://user-images.githubusercontent.com/1865834/116279586-908d7c80-a73c-11eb-998a-ede4dfcde0f3.png"> Looks like some prior work here: https://iwatobipe...
closed
2021-04-27T16:40:26Z
2021-11-15T16:47:40Z
https://github.com/plotly/dash-bio/issues/558
[]
jackparmer
0
art049/odmantic
pydantic
194
key_name is not respected on embedded documents
# Bug The key_name property on field is not respected for embedded documents. Reproducer: ``` class Username(EmbeddedModel): name: str = Field(key_name="username", alias="username") class Player(Model): name: Username = Field(key_name="username", alias="username") print(Player(username=Username(...
closed
2021-10-21T08:59:31Z
2022-08-15T16:27:46Z
https://github.com/art049/odmantic/issues/194
[ "bug" ]
jvanegmond
1