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
ivy-llc/ivy
numpy
28,050
Fix Ivy Failing Test: paddle - general.get_item
ToDo - #27501 Sub-Task: Priority Open
open
2024-01-25T15:15:59Z
2024-01-25T15:31:37Z
https://github.com/ivy-llc/ivy/issues/28050
[ "Sub Task" ]
sgalpha01
1
tqdm/tqdm
jupyter
1,228
process_map gets stuck at 0% even though process_map runs to completion
`4.62.0 3.7.11 (default, Jul 27 2021, 09:42:29) [MSC v.1916 64 bit (AMD64)] win32` [source website]: https://github.com/tqdm/tqdm/ [known issues]: https://github.com/tqdm/tqdm/#faq-and-known-issues [issue tracker]: https://github.com/tqdm/tqdm/issues?q= When I run the example from [stack exchange](https://stack...
open
2021-08-14T05:10:03Z
2022-06-12T20:35:04Z
https://github.com/tqdm/tqdm/issues/1228
[]
sgbaird
2
blacklanternsecurity/bbot
automation
2,018
Include reference link in each module's metadata
Each module should have a URL pointing to the main website / github of the technology it implements.
open
2024-11-23T03:30:36Z
2024-11-23T03:30:36Z
https://github.com/blacklanternsecurity/bbot/issues/2018
[ "enhancement" ]
TheTechromancer
0
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,009
How can I obtain loss values for testing?
For pix2pix model
open
2020-04-27T13:03:25Z
2020-05-30T10:48:51Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1009
[]
DilaraAlbayrak
15
quokkaproject/quokka
flask
82
Responsive design rendering issue
Renders like sh*t. logged in as admin http://demo.quokkaproject.org/admin/contentview/ ![2013-11-09 23 19 07](https://f.cloud.github.com/assets/1472728/1507300/dd469694-4973-11e3-8714-e3d6a499d8c1.png)
closed
2013-11-09T19:24:15Z
2015-08-24T18:32:10Z
https://github.com/quokkaproject/quokka/issues/82
[ "bug", "wontfix", "HARD" ]
akaRem
2
ray-project/ray
data-science
51,349
Release test map_groups.many_groups (sort_shuffle_pull_based) failed
Release test **map_groups.many_groups (sort_shuffle_pull_based)** failed. See https://buildkite.com/ray-project/release/builds/35758#0195916e-c154-473b-9806-e922721e0873 for more details. Managed by OSS Test Policy
closed
2025-03-13T22:07:28Z
2025-03-18T16:57:56Z
https://github.com/ray-project/ray/issues/51349
[ "bug", "P0", "triage", "data", "release-test", "jailed-test", "ray-test-bot", "weekly-release-blocker", "stability" ]
can-anyscale
1
huggingface/transformers
machine-learning
36,810
In the _speculative_sampling function, it seems that the "squeeze" method is being used incorrectly.
The squeeze function does not accept input of multiple dimensions. ``` q_i = q[:, torch.arange(candidate_length), new_candidate_input_ids].squeeze(0, 1) p = new_logits.softmax(dim=-1) p_i = p[:, torch.arange(candidate_length), new_candidate_input_ids].squeeze(0, 1) ``` https://github.com/huggingface/transformers/blo...
closed
2025-03-19T03:26:46Z
2025-03-20T06:13:47Z
https://github.com/huggingface/transformers/issues/36810
[]
ZipECHO
2
pallets/quart
asyncio
53
How to get subprotocols from Websocket Request before accepting it ?
In this exemple : ``` @app.websocket('/ws') async def ws(): await websocket.accept(subprotocol="xxx") while True: data = await websocket.receive() await websocket.send('hello') ``` When accepting websocket request, we must know the list of sub-protocols queried by the client in the head...
closed
2019-03-10T20:34:46Z
2022-07-06T00:23:58Z
https://github.com/pallets/quart/issues/53
[]
Dodobibi
2
hindupuravinash/the-gan-zoo
machine-learning
75
Add some statistics
It would be nice to have more information about models as date, author, underlying platform (Tensorflow, Pytorch, etc.), number of layer, etc.
open
2019-03-31T07:54:39Z
2019-03-31T22:11:41Z
https://github.com/hindupuravinash/the-gan-zoo/issues/75
[]
homofortis
1
ansible/ansible
python
84,242
Shell script comments are evaluated and checked for ending quotes
### Summary When inside a `shell` block, comments are evaluated and checked for single- and double-quotes `'`, `"` and the check will fail if the quotes are not in pairs. E.g. `# That's all.` is not okay, while `# That's all there's to it.` is. ### Issue Type Bug Report ### Component Name ansible-playbook ### Ans...
closed
2024-11-03T20:40:16Z
2024-11-18T14:00:03Z
https://github.com/ansible/ansible/issues/84242
[ "bug", "affects_2.17" ]
gman0
3
BeanieODM/beanie
asyncio
705
[BUG] alias are ignored in model_dump for the documents in Link
**Describe the bug** Hi, another bug related to migration to pydantic v2. In the case you have a `Document` with a field of type `Link` to another `Document`, when you try to perform a `model_dump` of the root `Document` requiring the use of the **alias** this directive is applied only for the root `Document` **To...
closed
2023-09-15T01:27:03Z
2024-01-17T01:50:11Z
https://github.com/BeanieODM/beanie/issues/705
[ "Stale" ]
RobertoBochet
4
RobertCraigie/prisma-client-py
asyncio
11
Add support for generating nested partial types
When working with relational fields it would be useful to be able to generate partial types for the relation, for example ```schema.prisma model User { id String @default(cuid()) @id name String email String? profile Profile? } model Profile { id String @default(cuid()) @id ...
closed
2021-02-08T16:31:57Z
2021-06-26T19:10:13Z
https://github.com/RobertCraigie/prisma-client-py/issues/11
[ "kind/improvement" ]
RobertCraigie
0
deepset-ai/haystack
pytorch
8,577
`ChromaDocumentStore` remote connection with `host` and `port` does not work.
**Describe the bug** `ChromaDocumentStore` remote connection with `host` and `port` does not work. **Error message** ``` File [/opt/miniconda3/envs/rag/lib/python3.11/site-packages/haystack_integrations/document_stores/chroma/document_store.py:104](http://localhost:8888/opt/miniconda3/envs/rag/lib/python3.11/site...
closed
2024-11-23T06:09:09Z
2024-11-25T07:16:02Z
https://github.com/deepset-ai/haystack/issues/8577
[]
lekhnath
1
hootnot/oanda-api-v20
rest-api
178
Streaming OHLC data?
Hello, Is there a way to get the Open, High, Low, Close data through a stream? Right now the pricing stream only passes bids and asks.
closed
2021-03-05T15:37:26Z
2021-03-07T08:52:16Z
https://github.com/hootnot/oanda-api-v20/issues/178
[]
sword134
3
qubvel-org/segmentation_models.pytorch
computer-vision
563
Custom encoder
Reposting from the discussions area as I am unsure where this is most relevant: Is there a recommended approach to plugging in our own custom encoder into your architectures? For example, say I wanted to keep your decoder and specified a new custom encoder, is it possible for the decoder to adapt to this new encoder...
closed
2022-02-14T19:28:20Z
2022-02-16T20:11:58Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/563
[]
nquaz
6
hankcs/HanLP
nlp
882
分号词性标注不准确,期待推出语义角色分析和指代消岐、初步实体和关系抽取等功能
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](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-10T06:02:18Z
2020-01-01T10:57:11Z
https://github.com/hankcs/HanLP/issues/882
[ "ignored" ]
AIwem
4
fastapi/fastapi
fastapi
13,150
Simplify tests for variants
### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content ## Summary Simplify tests for variants, from multiple test files (one test file per variant) to a single test file with parameters to test each variant. ## Background Currently, we have multiple sourc...
open
2025-01-03T09:57:09Z
2025-02-19T19:37:18Z
https://github.com/fastapi/fastapi/issues/13150
[]
tiangolo
2
raphaelvallat/pingouin
pandas
203
Implementation of McNemar-Bowker test
The current implementation for McNemar's test assumes a 2x2 contingency table. Is it possible and feasible to add an implementation of McNemar-Bowker test for multiple categories?
closed
2021-10-12T19:14:38Z
2025-01-20T11:48:47Z
https://github.com/raphaelvallat/pingouin/issues/203
[ "feature request :construction:" ]
adam2392
4
LibreTranslate/LibreTranslate
api
682
Coded translation (to ZH) result. Wrong autodetection (from Ru)
![image](https://github.com/user-attachments/assets/11b27cb2-94c8-4556-a580-39f21aff5131) ``` const res = await fetch("https://libretranslate.com/translate", { method: "POST", body: JSON.stringify({ q: "Робот-шеф-повар готовит по рецептам из Интернета!", source: "auto", target: "zh", format: "text",...
open
2024-09-23T01:27:01Z
2024-09-23T01:27:38Z
https://github.com/LibreTranslate/LibreTranslate/issues/682
[ "enhancement" ]
sunra
0
marimo-team/marimo
data-science
3,187
Long-running/resource-hungry code causes "Python kernel died unexpectedly" and/or hangs
### Describe the bug I'm working on a notebook that has a few cells which take a fair bit of compute. Several times today, while those are recomputing, I've had the kernel "die unexpectedly" (but not every time) Shell session with traceback (possibly truncated?): ``` (marimo-env) gabriel@LAPTOP-T6MCV0FC:~/repos/rxfo...
closed
2024-12-16T18:07:00Z
2025-01-20T05:27:55Z
https://github.com/marimo-team/marimo/issues/3187
[ "bug" ]
gabrielgrant
7
mwaskom/seaborn
matplotlib
3,143
Suggestion: Regplot returning the fit results in a dict in the FG object
Hi! Would be great for analysis workflow if the parameters of the fit done by Regplot would be accessible programmatically for further analysis in other words I'm talking about seeing the regression scalars of linear fit (when `order` is one)
closed
2022-11-15T21:20:25Z
2022-11-15T21:39:06Z
https://github.com/mwaskom/seaborn/issues/3143
[]
mrektor
1
deepinsight/insightface
pytorch
2,275
color mode in face parsing module
I notice that the normailize parameters "mean=[0.485, 0.456, 0.406],std=[0.229, 0.224, 0.225]" should be apply on PIL color mode (RGB). While in 'dataset', i found that images are loaded with Opencv color model(BGR). After i test both loading mode with pretrained weights, RGB mode performs as well as BGR mode. So, w...
open
2023-04-02T04:08:27Z
2023-04-02T08:51:28Z
https://github.com/deepinsight/insightface/issues/2275
[]
archershot
1
redis/redis-om-python
pydantic
510
Indexing boolean fields breaks something
```python class Something(JsonModel): name: str should_do_something: bool = Field(index=True, default=True) Migrator().run() Something(name="test").save() ``` result: ``` Something(pk='01H0HYP3C4YFF1MR6JV9MEZSF4', name='test', should_do_something=True) ``` executing a basic get by pk works fi...
closed
2023-05-16T09:54:17Z
2024-05-07T20:40:42Z
https://github.com/redis/redis-om-python/issues/510
[]
ilyatovbin-pp
4
arogozhnikov/einops
tensorflow
331
Set up auto-deploy of documentation
- [ ] update requirements for documentation - [ ] is there a way to auto-deploy docs on tag/PR?
closed
2024-09-14T20:35:22Z
2024-09-17T07:23:51Z
https://github.com/arogozhnikov/einops/issues/331
[]
arogozhnikov
0
mljar/mercury
jupyter
325
Access user information in the notebook
Hello, I have two requirements for my mercury notebook: 1. Align widgets horizontally side by side (2 checkboxes for example) 2. How to get the user logged in to the app (mercury app)
closed
2023-06-15T16:30:24Z
2023-08-04T13:57:32Z
https://github.com/mljar/mercury/issues/325
[ "enhancement" ]
gmouawad
5
ultralytics/ultralytics
deep-learning
18,791
No Labels Found
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Train ### Bug <img width="160" alt="Image" src="https://github.com/user-attachments/assets/7a3bcedd-9ea3-4033-8b89-2223dc0...
open
2025-01-21T07:09:13Z
2025-01-22T22:24:12Z
https://github.com/ultralytics/ultralytics/issues/18791
[ "segment" ]
yacqubstack
4
ageitgey/face_recognition
machine-learning
773
Batch Inference of Facial Landmarks
* face_recognition version: 1.2.3 * Python version: 2.7 and 3.5.2 * Operating System: Ubuntu 16.04 I am trying to use 5 pt shape predictor for batch inference. I have a batch of face crops let says 50, and I want to get their landmarks returned in a single go. ### What I Did I tried passing the dlib.shape_pred...
open
2019-03-14T10:56:12Z
2019-03-17T06:41:32Z
https://github.com/ageitgey/face_recognition/issues/773
[]
mibrahimy
1
onnx/onnxmltools
scikit-learn
609
Unable to convert scikit-leanr stack classifier with xgboost (1.5.2)
Hello, Using the latest onnxmltools I am getting a weird error: File "../python3.10/site-packages/onnxmltools/convert/xgboost/operator_converters/XGBoost.py", line 149, in _remap_nodeid nid = jsnode['nodeid'] I am using xgbosst 1.5.2. and i registered a xgboost convertor like this ```python update_...
open
2023-03-01T01:57:50Z
2023-05-31T07:56:28Z
https://github.com/onnx/onnxmltools/issues/609
[]
azachar
1
automl/auto-sklearn
scikit-learn
1,494
Transformer should accept `y` argument in the `transform` method
According to sklearn API, a data or feature pre-processor should accept the `y` argument in `transform()`. For instance, I'm trying to add balancing algorithms, that do need the `y` because they add/remove samples and so they have to change the target vector as well. I think it requires just a simple edit in this li...
open
2022-06-03T14:35:14Z
2022-09-12T07:34:26Z
https://github.com/automl/auto-sklearn/issues/1494
[ "enhancement" ]
00sapo
13
vaexio/vaex
data-science
2,158
Concatenating large files
Hi, I noticed in the tutorials it mentioned performance may be better if multiple smaller files are combined into one larger file. I could open many files and then save them, but this involves a lot of disk duplication, which doesn't scale. Is there a technique that could combine multiple smaller files by manipulat...
open
2022-08-07T10:33:35Z
2022-09-06T20:32:32Z
https://github.com/vaexio/vaex/issues/2158
[]
sk2
9
OpenBB-finance/OpenBB
python
6,631
https://docs.openbb.co/platform/reference/derivatives/futures/curve broken
windows 11, gitbash terminal `mkdir bb_test && cd bb_test && /c/Python3.10.6/python -m venv venv` `source venv/scripts/activate` `pip install openbb[all]` create a file called futures_obb_test.py with below content: ``` import pandas as pd from openbb import obb obb.user.preferences.output_type = "datafra...
closed
2024-08-19T23:34:20Z
2024-08-26T14:15:41Z
https://github.com/OpenBB-finance/OpenBB/issues/6631
[]
oldmangreg
3
ultralytics/ultralytics
pytorch
18,758
Cannot export model to edgetpu on linux machine
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Other, Export ### Bug The export to edgetpu works in google colab, however I cannot reproduce the model export in a person...
open
2025-01-19T11:22:22Z
2025-01-20T15:54:53Z
https://github.com/ultralytics/ultralytics/issues/18758
[ "bug", "exports" ]
Lorsu
3
ckan/ckan
api
8,678
ckanext-activity requires username even if ignore_auth is set
## CKAN version 2.11 ## Describe the bug If tests use the `helpers.call_action` convenience function to call actions that affect the activity stream without providing authentication, the tests will encounter errors, because ckanext-activity expects a user to exist in the context. ### Steps to reproduce Enable 'act...
open
2025-02-19T02:25:47Z
2025-02-20T19:16:25Z
https://github.com/ckan/ckan/issues/8678
[ "Good for Contribution" ]
ThrawnCA
1
twopirllc/pandas-ta
pandas
702
`ta.volatility` namespace overwritten by `ta.volatility()`
``` pandas-ta 0.3.14b0 TA-Lib 0.4.27 ``` ### Problem Description I assume that `ta.volatility` should give you access to all volatility indicators. Unfortunately it seems to have been overwritten by a function `ta.volatility()`. This is very unfortunately, because access to a list (through tab c...
closed
2023-07-27T10:44:20Z
2023-08-23T21:12:35Z
https://github.com/twopirllc/pandas-ta/issues/702
[ "bug", "wontfix" ]
JanHomann
3
coqui-ai/TTS
pytorch
3,488
next steps after shutdown
According to the main site https://coqui.ai/ , coqui is shutting down, which is unfortunate as these open source libraries are great and could still be maintained. I'm wondering if there are any next steps to proceed, like if the license should allow for commercial use and the open source community could fork this repo...
open
2024-01-03T14:38:14Z
2025-03-15T11:51:33Z
https://github.com/coqui-ai/TTS/issues/3488
[ "feature request" ]
bachittle
31
aminalaee/sqladmin
sqlalchemy
767
Use HTMX
# Use HTMX At #678, we discussed using HTMX to do inline edits. ## Benefits: - HTMX could ease the development of `create_modal`, `edit_modal`, and `details_modal` from Flask Admin. - HTMX could ease the development of Redis Console from Flask Admin. - HTMX is a UI Toolkit (Bootstrap, Tabler, Tailwind) agnos...
open
2024-05-13T15:30:20Z
2024-05-25T02:51:04Z
https://github.com/aminalaee/sqladmin/issues/767
[]
hasansezertasan
3
yeongpin/cursor-free-vip
automation
202
[Discussion]:
### Issue Checklist - [x] I understand that Issues are used to provide feedback and solve problems, not to complain in the comments section, and will provide more information to help solve the problem. - [x] I confirm that I need to raise questions and discuss problems, not Bug feedback or demand suggestions. - [x] I ...
closed
2025-03-12T04:54:45Z
2025-03-23T14:36:57Z
https://github.com/yeongpin/cursor-free-vip/issues/202
[ "question" ]
Mystogan321
1
encode/databases
asyncio
215
execute_many should not discard results
consider the following: ```sql CREATE TABLE my_table ( id BIGSERIAL, item INTEGER ) ``` ```python query = """ INSERT INTO my_table (item) VALUES (:item) RETURNING id """ values=[{'item':100, 'item':200}] my_ids = database.execute_many(query=query,val...
open
2020-06-04T15:28:00Z
2022-12-20T15:42:07Z
https://github.com/encode/databases/issues/215
[]
charterchap
3
fbdesignpro/sweetviz
pandas
48
Integer feature with values 1 and 2 cannot be handled as categorical?
Hey guys, I'm getting an error when handling integer columns but the error message is not very clear for me to understand what is going on. So far it looks like a bug to me. Here it goes. We start by importing basic stuff and generate a pandas dataframe with 4 columns containing random real numbers, plus an integer ...
closed
2020-07-23T13:57:42Z
2020-08-12T17:03:29Z
https://github.com/fbdesignpro/sweetviz/issues/48
[ "bug" ]
shgo
11
2noise/ChatTTS
python
425
VQ encoder有开源计划么?
closed
2024-06-24T12:47:53Z
2024-08-01T16:51:20Z
https://github.com/2noise/ChatTTS/issues/425
[ "documentation", "enhancement", "algorithm" ]
Pydataman
4
adbar/trafilatura
web-scraping
297
Error on compare_extraction function when no fallback is False
Hi @adbar, I was checking some articles and this article is throwing an error: https://pge.sx/3ROqS5K If I put `no_fallback=False` it will throw. ``` trafilatura/core.py", line 643, in compare_extraction algo_text = trim(temppost_algo.text_content()) ^^^^^^^^^^^^^^^^^^^^^^^^^^ ```...
closed
2023-02-07T22:35:56Z
2023-02-20T11:47:48Z
https://github.com/adbar/trafilatura/issues/297
[ "question" ]
felipehertzer
3
gee-community/geemap
jupyter
1,101
Fix issues hindering use of geemap with Panel
I would like to enable people to use geemap in their data apps via Panel. Panel supports ipywidgets in general via `ipywidgets_bokeh`. See https://panel.holoviz.org/reference/panes/IPyWidget.html#panes-gallery-ipywidget. I can see geemap is built upon ipywidgets, so I was hoping it would work out of the box. But whe...
closed
2022-06-12T09:07:46Z
2023-06-23T01:00:29Z
https://github.com/gee-community/geemap/issues/1101
[ "Feature Request", "help wanted" ]
MarcSkovMadsen
5
miguelgrinberg/Flask-SocketIO
flask
1,311
Need to erase cache everytime front end code is updated
Hello! I think this is a silly question but I can't figure out a quick way around it. I am using this library and when I am working on the front-end, every time I update a .js file (not happening with index.html) of my app I need to clear cache of the browser to test the newly introduced code (currently working...
closed
2020-06-21T13:06:46Z
2020-06-23T09:28:24Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1311
[]
luisarandas
3
iterative/dvc
machine-learning
10,585
`gc --dry` does not show what files are going to be removed
```console $ dvc gc --dry -a WARNING: This will remove all cache except items used in the workspace and all git branches of the current repo. Removed 1 objects from repo cache. Removed 1 objects from local cache. No unused 'legacy' cache to remove. ```
open
2024-10-09T11:51:23Z
2024-10-17T03:13:51Z
https://github.com/iterative/dvc/issues/10585
[ "bug", "p1-important" ]
skshetry
0
ultralytics/ultralytics
computer-vision
19,431
How can I specify torch version when trying to install with -e option?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I'm trying to install the latest ultralytics on jetson nano to run YOLOv11. ...
closed
2025-02-25T23:12:16Z
2025-02-26T14:38:07Z
https://github.com/ultralytics/ultralytics/issues/19431
[ "question", "dependencies", "embedded" ]
kyuhyong
3
ansible/awx
django
15,183
Add support for AWS SNS(Simple Notification Service) notifications
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
closed
2024-05-14T10:34:20Z
2024-06-02T02:48:57Z
https://github.com/ansible/awx/issues/15183
[ "type:enhancement", "component:api", "component:ui", "help wanted", "component:docs", "component:awx_collection", "community" ]
ethemcemozkan
1
gradio-app/gradio
data-science
10,791
ChatInterface getting AttributeError: 'tuple' object has no attribute 'get'
### Describe the bug While looking deeply for the answers myself I am frustrated and could not find the solution ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction ```python def chat_fn(user_input: str, history: dict): return "Hello, you said: " + use...
closed
2025-03-12T09:18:48Z
2025-03-12T19:57:50Z
https://github.com/gradio-app/gradio/issues/10791
[ "bug" ]
LeMoussel
1
hbldh/bleak
asyncio
925
BlueZ client._acquire_mtu() raises RuntimeError on many devices
Most test devices I have result in a `RuntimeError` from `StopIteration` because there are no write without response chars on the device. I'm able to get the MTU of the device with this proof of concept ```python3 from bleak.backends.bluezdbus.manager import get_global_bluez_manager from ...
closed
2022-08-08T16:50:19Z
2022-08-26T23:06:06Z
https://github.com/hbldh/bleak/issues/925
[ "Backend: BlueZ" ]
bdraco
6
piskvorky/gensim
machine-learning
2,592
Discussion: discard "gensim.summarization"?
In the course of considering the list question at <https://groups.google.com/d/msg/gensim/v24RI3-oUq0/NYlPpif1AQAJ>, I took a slightly-deeper look at `gensim.summarization` than before. From that look, my opinion is that its presence is more likely to waste peoples' time than help them. It's fairly rudimentary func...
closed
2019-09-03T19:30:08Z
2023-07-06T18:55:58Z
https://github.com/piskvorky/gensim/issues/2592
[]
gojomo
23
piccolo-orm/piccolo
fastapi
194
get_or_create produces AttributeError with Combinable
To my delight I recently discovered Piccolo's get_or_create() convenience method -- which I had been lamenting was missing, but there it appears in the change log! However, when trying to use the method I am getting an AttributeError saying that 'Add' has no attribute 'column', with code like this: obj = Table.objec...
closed
2021-08-25T20:05:12Z
2021-08-25T22:24:17Z
https://github.com/piccolo-orm/piccolo/issues/194
[ "bug" ]
wmshort
9
jupyter/nbviewer
jupyter
288
This notebook is not working
It looks like it should work? http://sourceforge.net/p/rsf/code/HEAD/tree/trunk/book/rsf/tutorials/smoothing/smoothing.ipynb
closed
2014-05-13T13:07:51Z
2014-05-17T17:28:17Z
https://github.com/jupyter/nbviewer/issues/288
[]
EvanBianco
2
nltk/nltk
nlp
3,297
[BUG] punkt_tab downloading is taking a lot of time.
nltk.download('punkt_tab') is taking a lot of time, more than 2 minutes.
closed
2024-08-13T12:27:33Z
2024-08-22T09:18:49Z
https://github.com/nltk/nltk/issues/3297
[]
payaljain2003
10
nltk/nltk
nlp
3,094
Lemmatization problem
I want to lemmatize the words using the "wordnet" method but I am missing the wordnet dataset because of the issue related to downloading. Does anybody have an issue downloading the "wordnet" dataset from https://www.nltk.org/data.html? Also, import nltk nltk.download('wordnet') is not working in python3.
closed
2022-12-26T11:58:00Z
2022-12-28T10:33:58Z
https://github.com/nltk/nltk/issues/3094
[]
rid181198
1
matterport/Mask_RCNN
tensorflow
2,505
the parameters of the config such as 'step per epoch'
i cannot change the parameters of the config such as 'step per epoch'
open
2021-03-13T03:59:49Z
2021-03-13T06:32:09Z
https://github.com/matterport/Mask_RCNN/issues/2505
[]
zhouyusi
1
lukas-blecher/LaTeX-OCR
pytorch
248
[M1 Mac] Preparing metadata (pyproject.toml) did not run successfully.
Here is my attempt to install after typing ```pip install pix2tex[gui]```: ``` ... [good so far except for this] ... Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run succ...
open
2023-03-15T05:07:55Z
2024-03-22T03:04:56Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/248
[]
slabzzz
9
davidsandberg/facenet
tensorflow
388
I am trying to extract the embedding but I am getting this error
Hello guys, I am trying to extract the embedding from the network. However, I am getting this error Traceback (most recent call last): File "get_dataset_embeddings_as_pkl.py", line 100, in <module> emb_array[start_index:end_index,:] = sess.run(embeddings, feed_dict=feed_dict) File "/usr/local/lib/python...
closed
2017-07-21T06:01:18Z
2018-04-01T21:35:48Z
https://github.com/davidsandberg/facenet/issues/388
[]
aldarabs
4
FactoryBoy/factory_boy
sqlalchemy
1,069
Request: supporting Tortoise ORM
#### The problem I came from a company that uses SQLAlchemy + `factory_boy`, and I loved it. Now, I have joined a company that uses [Tortoise ORM](https://github.com/tortoise/tortoise-orm). It would be nice to continue using `factory_boy`, as it's useful. I see as of https://github.com/FactoryBoy/factory_boy/rele...
open
2024-03-22T18:48:06Z
2024-04-09T17:31:40Z
https://github.com/FactoryBoy/factory_boy/issues/1069
[ "Doc" ]
jamesbraza
1
axnsan12/drf-yasg
rest-api
487
Multiple Serializer in a View
Hello, A view returns different serializers by looking the query parameter. ```python def get_serializer_class(self): bundle_type = self.request.query_params.get('bundle_type') if bundle_type == "large": return LargeSerializer else: return SmallSerializer ``` How should I doc...
closed
2019-11-04T16:12:22Z
2019-12-18T15:25:38Z
https://github.com/axnsan12/drf-yasg/issues/487
[]
efe
3
floodsung/Deep-Learning-Papers-Reading-Roadmap
deep-learning
52
Suggestion for Deep Learning for Finance portion
Anyone has suggested papers of state-of-the-art for apply deep learning to finance? Algorithmic trading, trade execution, risk modelling, using deep reinforcement learning etc.
open
2017-04-25T05:27:27Z
2017-04-25T05:27:27Z
https://github.com/floodsung/Deep-Learning-Papers-Reading-Roadmap/issues/52
[]
zacyapjq
0
ydataai/ydata-profiling
pandas
1,194
bug: variables list is causing a misconfiguration in the UI variables section
### Current Behaviour ![图片](https://user-images.githubusercontent.com/6300910/205256319-ec83eae5-4f03-4798-805a-16401939e692.png) ### Expected Behaviour It would be easier on eyes if we make it as pill buttons instead, just like the one in "Overview" ![图片](https://user-images.githubusercontent.com/6300910/2...
closed
2022-12-02T09:24:21Z
2023-03-08T16:58:50Z
https://github.com/ydataai/ydata-profiling/issues/1194
[ "bug 🐛" ]
stormbeforesunsetbee
9
bmoscon/cryptofeed
asyncio
136
Better rate handling for Kraken
Looks like Kraken's REST API limits are about 1 call per 2s: https://support.kraken.com/hc/en-us/articles/206548367-What-are-the-REST-API-rate-limits- I think the [sleep time in the historical data](https://github.com/bmoscon/cryptofeed/blob/master/cryptofeed/rest/kraken.py#L175) could be improved, or at least short...
closed
2019-08-08T17:38:46Z
2020-08-01T00:27:51Z
https://github.com/bmoscon/cryptofeed/issues/136
[]
nateGeorge
1
BeanieODM/beanie
asyncio
606
[BUG] `Text` query doesn't work with `fetch_links=True`
**Describe the bug** Beanie @ 1.20.0 `fetch_links=True` works now with a `.count()` and `.aggregate(...)`, but... When querying a document with links and a $text statement, the query fails because in the pipeline prefetched lookups are built before the `{$match: {$text: ... }}`. stage. Or at least when using `build_...
open
2023-07-05T14:01:35Z
2024-01-07T18:01:44Z
https://github.com/BeanieODM/beanie/issues/606
[ "bug" ]
humbertoortuzar
7
plotly/dash-table
dash
825
Aggregations and Grouping (aka drill-down/roll-up with grand/sub-totals)
Many similar tables i.e. AG-Grid have support for showing aggregations of rows, rather than raw rows: https://www.ag-grid.com/javascript-grid-grouping/ or Reactable in R-Shiny-land https://glin.github.io/reactable/articles/examples.html#grouping-and-aggregation ... a typical use-case for this is financial reporting, wh...
open
2020-09-11T16:36:12Z
2020-09-18T11:45:12Z
https://github.com/plotly/dash-table/issues/825
[ "Status: Discussion Needed", "feature", "size: 15" ]
nicolaskruchten
3
pydata/xarray
numpy
9,335
datatree: assigning Dataset objects to Datatree nodes
### What is your issue? _Originally posted by @keewis in https://github.com/xarray-contrib/datatree/issues/200_ Intuitively, I'd assume ```python tree = datatree.DataTree() tree["path"] = xr.Dataset() ``` to create a new node with the assigned `Dataset` as the data. However, currently this raises ```pytb...
closed
2024-08-13T15:55:47Z
2024-10-21T16:01:52Z
https://github.com/pydata/xarray/issues/9335
[ "topic-DataTree" ]
flamingbear
1
healthchecks/healthchecks
django
364
Allow mass-actions on checks
Implement a mode where multiple checks can be selected. Allow selecting ranges of checks by holding switch key or some other mechanism. Implement actions on the selected checks: * delete selected checks * ping selected checks * pause selected checks * potentially – make mass edits, but have to think through wh...
closed
2020-04-29T14:26:34Z
2023-07-14T17:08:50Z
https://github.com/healthchecks/healthchecks/issues/364
[ "feature" ]
cuu508
0
Lightning-AI/pytorch-lightning
deep-learning
20,591
LightningCLI: limit the output of known subclasses for better readability
### Description & Motivation The output of `<subcommand> --help` is populated with all known subclasses based on the docstring's type hints. As it can be seen in the following MWE, this can span multiple lines/pages in a terminal which IMHO limits readability. It would be great if this output for subclasses could som...
open
2025-02-15T01:02:23Z
2025-02-18T18:00:28Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20591
[ "feature", "needs triage" ]
adosar
1
dmlc/gluon-cv
computer-vision
1,511
deleted
deleted
closed
2020-11-10T20:15:19Z
2020-11-10T20:48:19Z
https://github.com/dmlc/gluon-cv/issues/1511
[]
djaym7
0
yunjey/pytorch-tutorial
deep-learning
191
Evaluation Question
Hello, I have tested the model with image one by one. How can I evaluate the caption model?
open
2019-09-19T02:38:25Z
2019-09-19T02:38:25Z
https://github.com/yunjey/pytorch-tutorial/issues/191
[]
L0ittle
0
yeongpin/cursor-free-vip
automation
176
Unable to use
Version: 1.7.04 OS: macOS Sonoma Steps to reproduce: 1. sudo ./install.sh 2. Reset Machine ID 3. Register New Cursor Account 4. Open Cursor After that, as soon as I open Cursor i see message 'Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse. Please...
closed
2025-03-10T06:13:32Z
2025-03-10T12:11:41Z
https://github.com/yeongpin/cursor-free-vip/issues/176
[]
Arsik0153
15
KevinMusgrave/pytorch-metric-learning
computer-vision
626
What is the meaning of label in TwoStreamMetricLoss
Hi, according to the doc of TwoStreamMetricLoss, the dataset need to return (anchor, posneg, label) but what does the label mean under (anchor, negative, label)? is the label binary such that 1 if positive, 0 if negative?
closed
2023-05-09T19:58:44Z
2023-05-10T14:16:56Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/626
[ "question" ]
brianw0924
2
MagicStack/asyncpg
asyncio
986
AsyncPG with twitchAPI error
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2022-12-12T14:32:47Z
2023-08-02T08:57:02Z
https://github.com/MagicStack/asyncpg/issues/986
[]
l3keboy
2
ultralytics/ultralytics
python
19,509
How to generate a onxx and a nms file ?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question from ultralytics import YOLO # Load a model model = YOLO("maskbest-ptbr.pt"...
open
2025-03-04T02:33:57Z
2025-03-04T15:39:46Z
https://github.com/ultralytics/ultralytics/issues/19509
[ "question", "exports" ]
xmaxmex
4
ultralytics/yolov5
pytorch
12,645
Negative-width bounding boxes when running on M1 (mps) HW
### 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 I am running a trained YOLOv5x6 model using val.py with the --save_json option. I have a...
closed
2024-01-18T04:15:23Z
2024-12-18T02:36:46Z
https://github.com/ultralytics/yolov5/issues/12645
[ "question", "Stale" ]
agentmorris
16
Miksus/rocketry
automation
200
Add tasks during runtime
Is it possible to add new tasks during the execution period? if yes, could you give me a simple example of how it can be done?
open
2023-03-30T15:17:43Z
2023-05-18T07:54:53Z
https://github.com/Miksus/rocketry/issues/200
[]
carlosealves2
1
tensorpack/tensorpack
tensorflow
1,054
Resume model failed with Hovorod
I am using tensorpack and hovorod for distributedd running. I want to resume the previous checkpoint, while I found unexpected runing with 'set_logger_dir'. At first I follow this code https://github.com/tensorpack/benchmarks/blob/0bb41fa37a52c0430ea061dd2a12d353d35534fe/ResNet-Horovod/imagenet-resnet-horovod.py#L...
closed
2019-01-18T03:56:10Z
2019-01-27T08:07:57Z
https://github.com/tensorpack/tensorpack/issues/1054
[ "usage" ]
YongyiTang92
3
vllm-project/vllm
pytorch
15,255
[Bug]: --tensor-parallel-size Error
### Your current environment INFO 03-20 23:36:27 [__init__.py:256] Automatically detected platform cuda. WARNING 03-20 23:36:27 [cuda.py:394] Detected different devices in the system: NVIDIA GeForce RTX 4080 SUPER, NVIDIA GeForce RTX 3060. Please make sure to set `CUDA_DEVICE_ORDER=PCI_BUS_ID` to avoid unexpected beha...
open
2025-03-20T23:37:09Z
2025-03-21T08:55:00Z
https://github.com/vllm-project/vllm/issues/15255
[ "bug" ]
IAMJOYBO
1
voxel51/fiftyone
data-science
5,263
[INSTALL] Page not loaded error after install V1.2
### System information - **Windows** (e.g., Linux Ubuntu 16.04): - **Python 3.10.15** (`python --version`): - **FiftyOne v1.2.0** (`fiftyone --version`): - **FiftyOne installed from pip -U git+https://github.com/voxel51/fiftyone.git** (pip or source): ### Commands to reproduce As thoroughly as possi...
closed
2024-12-12T12:45:03Z
2025-02-03T17:49:58Z
https://github.com/voxel51/fiftyone/issues/5263
[ "bug", "installation" ]
falcker
2
gee-community/geemap
streamlit
1,175
ee_export_image_to_drive
Hi Dr. Wu, I am not sure if I did it correctly but ee_export_image_to_drive() function doesn't seem to work for me. I ran this code ``` geemap.ee_export_image_to_drive(img,description='Billa_Satellite_Predictors',folder='export', region=roi, scale=10, crs=crs) ``` but nothing to s...
closed
2022-08-04T03:41:02Z
2022-08-08T01:47:59Z
https://github.com/gee-community/geemap/issues/1175
[ "bug" ]
Daniel-Trung-Nguyen
2
ckan/ckan
api
7,836
Cannot create API token via API (hen and egg)
## CKAN version 2.10.1 ## Describe the bug CKAN 2.9 supported API keys which made it possible to create a user via the API (`ckan.auth.create_user_via_api = true`) and automatically return the user's API key (`ckan.auth.create_default_api_keys = true`). Since CKAN 2.10 does not support API keys, it is not possib...
closed
2023-09-26T10:13:25Z
2024-01-18T09:38:44Z
https://github.com/ckan/ckan/issues/7836
[ "Good for Contribution" ]
paulmueller
3
cobrateam/splinter
automation
1,325
Chaining find_by_* seems to have no effect for xpath
Problem: I want to find a `<td>` from table, from given panel by using xpath and chaining find_by_* methods. ``` <div id="main"> <div class="panel"> <div class="heading">Table A</div> <table> <tr><td>Row 1</td><td>Value 1</td></tr> </table> </div> <div class="panel"> <div class="heading">Table B</div> <table> <tr><td>...
open
2025-02-05T16:30:52Z
2025-02-05T16:30:52Z
https://github.com/cobrateam/splinter/issues/1325
[]
mateusz-lachowski-codilime
0
aio-libs/aiohttp
asyncio
10,077
aiohttp.request() got an unexpected keyword argument 'ssl'
### Is your feature request related to a problem? I want to use `aiohttp.request()` function with a `ssl=False` argument. ### Describe the solution you'd like Add `ssl` argument for `aiohttp.request()` function. ### Describe alternatives you've considered No. ### Related component Client ### Additional context ...
closed
2024-12-01T14:19:02Z
2025-01-06T14:01:33Z
https://github.com/aio-libs/aiohttp/issues/10077
[ "enhancement" ]
CodingMoeButa
1
RobertCraigie/prisma-client-py
asyncio
579
Consolidate internal dependencies
## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently we define our internal requirements in multiple different places, this results in dependabot opening multiple PRs for updating the same dependency. This is less than ideal. Other problems ...
closed
2022-11-12T21:33:34Z
2023-03-11T20:31:52Z
https://github.com/RobertCraigie/prisma-client-py/issues/579
[ "kind/improvement", "topic: internal", "priority/medium", "level/unknown" ]
RobertCraigie
0
anapaulagomes/pytest-picked
pytest
5
Check and not assume pytest naming convention
As an extension to #4 , I would also suggest to get the correct pytest naming conventions ([pytest_classes](https://docs.pytest.org/en/latest/reference.html#confval-python_classes) , `pytest_function` and `pytest_files`) and check with the correct name instead of assuming `test` Pytest check should be accessible fr...
closed
2018-05-27T15:37:13Z
2018-07-07T20:18:58Z
https://github.com/anapaulagomes/pytest-picked/issues/5
[ "bug", "help wanted" ]
iamkhush
8
pydantic/pydantic
pydantic
10,515
`HttpUrl` incompatibility when using `model_dump()` to pass data to SqlAlchemy model
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When using `HttpUrl` for field validation it should I genenrate the URL type when doing `model_dump()`? When I have schema the accept HttpUrl for one of the field and when I pass the data to sqlalchemy via `model_dump()`, sqlalchemy thr...
closed
2024-09-30T12:49:01Z
2024-09-30T13:55:55Z
https://github.com/pydantic/pydantic/issues/10515
[ "question" ]
jd-solanki
1
browser-use/browser-use
python
841
Integrate with N8N
### Problem Description N8N is a top-notch open-source AI automation integration that already has support for so many models and options. It would be extremely powerful to provide a Browser Use to N8N and do everything locally instead of relying on payed 3rd party websites for this task. ### Proposed Solution Integr...
open
2025-02-24T00:21:47Z
2025-02-28T10:10:23Z
https://github.com/browser-use/browser-use/issues/841
[ "enhancement", "💎 Bounty" ]
sxiii
9
davidsandberg/facenet
tensorflow
454
Wrong face Landmarks
Hi- I used the provided mtcnn to detect the bounding box as well as the landmarks. Here is my result for one figure: ![wrong-detection](https://user-images.githubusercontent.com/6980446/30335487-ce777856-97e2-11e7-9369-2f88a2498a8f.png) I believe it is false face detection, since the right eye is not in the pictu...
closed
2017-09-12T15:52:22Z
2018-04-01T21:09:52Z
https://github.com/davidsandberg/facenet/issues/454
[]
github4f
0
zappa/Zappa
django
1,282
Adding support for `pre-commit` hooks
Zappa is a project that began development over 8 years ago and still relies heavily on a `Makefile` (which are pretty outdated in Python projects) and human memory to do local development. With our current setup, I've probably had to remind users to run `make black` or `make isort` hundreds of times in Zappa PRs at th...
closed
2023-11-06T07:13:50Z
2024-01-13T22:43:38Z
https://github.com/zappa/Zappa/issues/1282
[ "dev-tools" ]
javulticat
1
holoviz/panel
plotly
7,098
`\text{text_with_underscore}` mathjax / latex not rendered in Markdown panel
I am trying to render some math using the mathjax extention in a markdown panel (v1.4.4) In a math block in Latex you can insert normal text with `\text{mytext}`. This works fine if the text does not have underscores: `pn.pane.Markdown(r"$$\text{mytext}$$")` if it does, nothing is rendered: `pn.pane.Markdo...
open
2024-08-07T19:46:14Z
2025-02-20T15:07:33Z
https://github.com/holoviz/panel/issues/7098
[]
samimia-swks
0
liangliangyy/DjangoBlog
django
419
你好,我今天搭了一个,发现无法收到邮件,请问是怎么回事呢?
<!-- 如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。 提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way --> **我确定我已经查看了** (标注`[ ]`为`[x]`) - [x] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md) - [ ] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin...
closed
2020-07-17T07:40:14Z
2020-09-09T03:31:54Z
https://github.com/liangliangyy/DjangoBlog/issues/419
[]
liqiyuWorks
0
sqlalchemy/alembic
sqlalchemy
416
MySQLDialect.get_table_names() returns empty list
**Migrated issue, originally created by Vadim Yanko** I used `mysql-connector==2.1.4`, but accroding to the [documentation](https://dev.mysql.com/doc/relnotes/connector-python/en/news-2-0-0.html) connector returns `bytearray` types: > In **Connector/Python 1.x**, the output is: > Using Python 2: [('1',)] > Using Py...
closed
2017-02-26T19:04:23Z
2017-02-26T21:41:42Z
https://github.com/sqlalchemy/alembic/issues/416
[ "bug", "autogenerate - detection", "low priority" ]
sqlalchemy-bot
2
geopandas/geopandas
pandas
3,034
BUG: geopandas.to_file( ..........., drive='GPKG' )
- [ ] I have checked that this issue has not already been reported. - [ ] I have confirmed this bug exists on the latest version of geopandas. - [ ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/0...
closed
2023-10-03T04:16:34Z
2023-10-03T08:33:48Z
https://github.com/geopandas/geopandas/issues/3034
[ "bug", "needs triage" ]
phisan-chula
2
3b1b/manim
python
1,094
2D Mobjects overlapped with 3D objects not displayed properly in 3D scene (at certain angles)
I added a **Line** and a **Sphere** object (both centered at the origin). The part of the line that is supposed to be inside the sphere 'pop's out of it' at certain viewing angles (values of theta). In this image ![image](https://user-images.githubusercontent.com/65673740/82545021-a6c9aa80-9b73-11ea-8e1c-1b56733d36...
closed
2020-05-21T09:38:58Z
2020-05-23T14:52:33Z
https://github.com/3b1b/manim/issues/1094
[]
SuperVegetaSon
4
Layout-Parser/layout-parser
computer-vision
8
model = lp.Detectron2LayoutModel('lp://PrimaLayout/mask_rcnn_R_50_FPN_3x/config') this step raise the error
![image](https://user-images.githubusercontent.com/9914666/106413970-6bafa300-6486-11eb-966a-2a4f1f126eb6.png) Can you help me see why this error occurs, thank you very much !!!
closed
2021-02-01T04:10:42Z
2021-02-04T05:53:26Z
https://github.com/Layout-Parser/layout-parser/issues/8
[]
yuansky
1
sammchardy/python-binance
api
754
APIError(code=-1100): Illegal characters found in parameter 'price'
Here's what's wrong with the price parameter. can i get information ` symbolTicker = 'BNBBTC' quantity = 1 prev_symbolPrice = 0 list_of_tickers = client.get_all_tickers() for tick_2 in list_of_tickers: if tick_2["symbol"] == symbolTicker: ...
closed
2021-03-31T17:51:05Z
2021-04-05T20:54:11Z
https://github.com/sammchardy/python-binance/issues/754
[]
kuratkull
1
jowilf/starlette-admin
sqlalchemy
485
Bug: Required foreign key is empty
**Describe the bug** When creating a new entity which has required related model I've got an error. **To Reproduce** ``` class Company(SQLModel, table=True): id: int = Field(default=None, primary_key=True) name: str facilities: List["Facility"] = Relationship(back_populates="company") class Fac...
open
2024-01-22T19:39:20Z
2024-01-29T17:45:09Z
https://github.com/jowilf/starlette-admin/issues/485
[ "bug", "unconfirmed" ]
mlachowski
3
BeanieODM/beanie
pydantic
504
[BUG] init_model not found!
I checked and on the last version, not exist more init_model. I need it to use w/ create_model() The last version included is 1.13.1 Thanks !
closed
2023-03-15T21:20:49Z
2023-03-24T09:22:41Z
https://github.com/BeanieODM/beanie/issues/504
[]
opaniagu
2
waditu/tushare
pandas
890
pro接口文档与实际不一致,复权因子fields不包含start_date, end_date
https://tushare.pro/document/2?doc_id=28 文档中,输出参数包含start_date,end_date。 fields入参会报错,msg=接口adj_factor不包含字段end_date,start_date。
closed
2019-01-10T09:08:08Z
2019-01-13T13:57:01Z
https://github.com/waditu/tushare/issues/890
[]
shiziye
1
gradio-app/gradio
deep-learning
10,861
Reload mode not working again
### Describe the bug This is a duplicate of https://github.com/gradio-app/gradio/issues/8917, which has been closed. As explained on that issue, reload mode does not actually incorporate changes from indirectly referenced modules. It was suggested to use the `--watch-dirs` option to include indirectly referenced modul...
open
2025-03-22T16:01:05Z
2025-03-22T16:02:20Z
https://github.com/gradio-app/gradio/issues/10861
[ "bug" ]
JackismyShephard
0
gradio-app/gradio
data-visualization
10,012
Can't upload any file from iPhone
### Describe the bug I have to upload a file as input of my ML pipeline. I use the gr.File component and it goes well from desktop, but completely doesn't work from iPhone. I can't upload any type of file from the latter, they are greyed out independent from the browser I use (I tested Safari and Chrome). ### Have yo...
closed
2024-11-21T17:45:24Z
2024-12-05T18:04:57Z
https://github.com/gradio-app/gradio/issues/10012
[ "bug" ]
virtualmartire
1
mage-ai/mage-ai
data-science
5,204
Support pod annotations in k8s_executor_config
**Is your feature request related to a problem? Please describe.** We would like to add the karpenter annotation [karpenter.sh/do-not-disrupt](https://karpenter.sh/docs/concepts/disruption/#pod-level-controls) to all pods started by the k8s pipeline execution. **Describe the solution you'd like** It would be great...
open
2024-06-19T17:51:44Z
2024-06-19T17:51:55Z
https://github.com/mage-ai/mage-ai/issues/5204
[]
MartinLoeper
0