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
huggingface/datasets
numpy
7,225
Huggingface GIT returns null as Content-Type instead of application/x-git-receive-pack-result
### Describe the bug We push changes to our datasets programmatically. Our git client jGit reports that the hf git server returns null as Content-Type after a push. ### Steps to reproduce the bug A basic kotlin application: ``` val person = PersonIdent( "padmalcom", "padmalcom@sth.com" ) ...
open
2024-10-14T14:33:06Z
2024-10-14T14:33:06Z
https://github.com/huggingface/datasets/issues/7225
[]
padmalcom
0
serengil/deepface
machine-learning
904
About a RGB format question of load_image(img)
Hi, I am greatly inspired from your work a lot, but I get something confused. In the function load_image(img) of the file deepface/commons/functions.py I found out that the image with url is to be converted to RGB (something like .convert("RGB")) However, for the image encoded as base64 or represented as file...
closed
2023-12-05T04:12:30Z
2023-12-08T22:23:08Z
https://github.com/serengil/deepface/issues/904
[ "enhancement" ]
nigue3025
2
ipython/ipython
data-science
14,320
The `metadata` link points to [`importlib.metadata`](https://docs.python.org/3/library/importlib.metadata.html#metadata) which is a totally different thing right? (or am I just very confused!?)
The `metadata` link points to [`importlib.metadata`](https://docs.python.org/3/library/importlib.metadata.html#metadata) which seem to be wrong. https://github.com/ipython/ipython/blob/8b1204b6c4489c786ada294088a3acef7bd53e90/docs/source/config/integrating.rst?plain=1#L134 https://ipython.readthedocs.io/en/stable...
open
2024-02-04T11:19:34Z
2024-02-04T11:19:34Z
https://github.com/ipython/ipython/issues/14320
[]
Carreau
0
nvbn/thefuck
python
1,424
Unhandled `apt` "Packages were downgraded and -y was used without --allow-downgrades" error
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem has not already been reported and if not, just op...
open
2023-12-01T15:37:56Z
2023-12-01T15:37:56Z
https://github.com/nvbn/thefuck/issues/1424
[]
KaKi87
0
pyg-team/pytorch_geometric
deep-learning
9,138
Metapath2vec index out of bounds error
### 🐛 Describe the bug Hi, I got IndexError: index 1 is out of bounds for dimension 0 with size 1, when running the code below ``` num_nodes_dict = {'a': 2, 'b': 2} edge_index_dict = { ('a', 'to', 'b'): torch.tensor([[0], [0]]), ('b', 'to', 'a'): torch.tensor([[0], [0]]), } metapath = [('a', 'to', 'b...
closed
2024-04-01T22:57:39Z
2024-04-03T16:29:01Z
https://github.com/pyg-team/pytorch_geometric/issues/9138
[ "bug" ]
qinglong233
1
litl/backoff
asyncio
149
Use monotonic time
Backoff uses `timedelta.total_seconds(datetime.datetime.now() - start)` to compute `elapsed` time which is used to figure out if `max_time` has been reached. This is flaky and doesn't work well when the system clock is being updated: when adjusting time from the network or adjusting to daylight saving time for example....
open
2022-01-26T04:39:11Z
2022-01-26T04:39:11Z
https://github.com/litl/backoff/issues/149
[]
wapiflapi
0
tqdm/tqdm
jupyter
1,103
AttributeError: 'tqdm' object has no attribute 'sp'
- [x] I have marked all applicable categories: + [x] exception-raising bug + [ ] visual output bug + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate) + [ ] new feature request - [x]...
closed
2020-12-25T14:41:03Z
2020-12-26T16:42:11Z
https://github.com/tqdm/tqdm/issues/1103
[ "duplicate 🗐", "p2-bug-warning ⚠", "submodule-notebook 📓" ]
BastianZim
5
fastapi/sqlmodel
pydantic
150
How to create computed columns ?
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
open
2021-10-30T11:35:51Z
2024-02-14T13:28:18Z
https://github.com/fastapi/sqlmodel/issues/150
[ "question" ]
sorasful
12
mirumee/ariadne
graphql
588
Documenting what websocket sub-protocol is used for GraphQL subscriptions
There seem to be multiple sub-protocols for GraphQL over Websockets. There's the new(ish?) [graphql-ws](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md) protocol and the (not actively maintained) and [subscriptions-transport-ws](https://github.com/apollographql/subscriptions-trans...
closed
2021-05-27T13:58:37Z
2022-04-12T14:17:47Z
https://github.com/mirumee/ariadne/issues/588
[ "docs" ]
bartenra
5
numpy/numpy
numpy
28,239
TYP: `union1d` outputs `dtype[floating[_64Bit]]` which is incompatible with `dtype[float64]]`
### Describe the issue: While type checking, `numpy.union1d` outputs an array of type `ndarray[tuple[int, ...], dtype[floating[_64Bit]]]` even if both the arguments are of the type `ndarray[tuple[int, ...], dtype[float64]]` -- failing mypy checks. ### Reproduce the code example: ```python import numpy.typing as npt ...
closed
2025-01-28T15:22:48Z
2025-01-28T19:12:27Z
https://github.com/numpy/numpy/issues/28239
[ "00 - Bug", "41 - Static typing" ]
Saransh-cpp
4
erdewit/ib_insync
asyncio
150
Error handling fields when calling qualifyContracts
I recently did an update of the library and am now getting an error when running this code: ``` contractStock = Stock('AAPL', 'SMART', 'USD') ib.qualifyContracts(contractStock) ``` Throws this: ``` Error handling fields: ['10', '8', '170032', 'AAPL', 'STK', '', '0', '', 'SMART', 'USD', 'AAPL', 'NMS', 'NMS'...
closed
2019-05-30T20:15:11Z
2019-05-30T21:04:06Z
https://github.com/erdewit/ib_insync/issues/150
[]
Laurentvw
2
plotly/dash-table
plotly
96
dropdown display incorrect positioning
the dropdown menu appears below where it should be: ![screen shot 2018-09-14 at 3 17 04 pm](https://user-images.githubusercontent.com/2789078/45570714-a969ed80-b831-11e8-8db0-b8a9c9bc6ed8.png) (note: not seeing the same behaviour in the local example) cc @Marc-Andre-Rivet @wbrgss
closed
2018-09-14T19:21:43Z
2018-09-19T02:48:19Z
https://github.com/plotly/dash-table/issues/96
[]
cldougl
5
plotly/dash-table
plotly
404
dash-table: for the table shown on the dash website, can we drag a cell value to overwrite values in other cells horizontally or vertically?
For the current version of data_table, after the table shown on the dash website, could we drag the value in a certain cell to overwrite the values in other cells horizontally or vertically? (I only know that for the version of 'dash_table_experiments', the value in some cell can be dragged vertically to overwrite t...
open
2019-03-29T20:01:03Z
2020-03-25T14:16:05Z
https://github.com/plotly/dash-table/issues/404
[ "dash-type-question" ]
WinnieFan-Xinxin
4
aimhubio/aim
tensorflow
2,977
More info in `aim runs ls`
## 🚀 Feature It would be pretty nice to have more info than just run hashes when running `aim runs ls`. ### Motivation In particular, this would allow me to write scripts which could remove aim runs as well as some data I store manually for convenience reasons. ### Pitch It would be real nice to have like a...
open
2023-09-08T08:38:54Z
2023-09-08T12:36:54Z
https://github.com/aimhubio/aim/issues/2977
[ "type / enhancement" ]
Castavo
2
serengil/deepface
machine-learning
995
Using service.verify() on the same picture will result in different distances
I want to handle multiple photos in the same http request。For example, upload 5 photos (img1, img2, img3, img4, img5) and compare img2, img3, img4, img5 with img1 respectively. I modified the routes.py code so that it can do this in the thread pool. However, using multi-threading will cause the distance of some pictu...
closed
2024-02-01T10:11:08Z
2024-02-25T14:38:48Z
https://github.com/serengil/deepface/issues/995
[ "dependencies" ]
helloliu01
4
igorbenav/fastcrud
pydantic
101
Cannot use get or get_multi filter with like string
Hello, I'm currently utilizing FastCRUD with the [FastAPI boilerplate](https://github.com/igorbenav/FastAPI-boilerplate), but I'm unsure how to implement a filter to retrieve a string from a field similar to the SQL 'LIKE' query, as shown below: `count_projects = await crud_projects.count(db=db, project_code=f"{s...
closed
2024-06-04T09:49:56Z
2024-06-11T02:24:23Z
https://github.com/igorbenav/fastcrud/issues/101
[ "enhancement", "FastCRUD Methods" ]
Justinianus2001
4
coleifer/sqlite-web
flask
108
Feature Request - Query History
Firstly thanks for the time you have put into this, I am using this on home assistant. But it would be REALLY nice, if the query box can remember it's queries & save them into local_storage so that you can use the up/down keys to select previously entered queries. on home assistant the page refreshes after a whil...
closed
2022-12-09T02:16:14Z
2022-12-09T13:29:15Z
https://github.com/coleifer/sqlite-web/issues/108
[]
diginfo
1
freqtrade/freqtrade
python
10,968
Advanced orderflow data history problem
* Operating system: Windows 10 * Python Version: Python 3.12.7 * Freqtrade Version: 2024.10 I'm trying to backtest advanced orderflow strategy and I encounter a problem where freqtrade cannot find the history data, even though I have it downloaded and the bot recognizes it via `list-data --show --trades`. I h...
closed
2024-11-21T14:57:58Z
2024-11-21T17:15:17Z
https://github.com/freqtrade/freqtrade/issues/10968
[ "Question" ]
vladddy
6
pyro-ppl/numpyro
numpy
1,024
Scan fails with empty PYRO_STACK
When `scan` is taken outside the context of a non-empty `PYRO_STACK`, `scan` produces an error. The following code produces the error. I don't think it matters much what the scan actually does, but in this case it's interative multiplication of a vector by a matrix with the addition of an second vector at each step....
closed
2021-04-26T06:28:03Z
2021-04-27T18:00:19Z
https://github.com/pyro-ppl/numpyro/issues/1024
[ "bug" ]
justinrporter
1
iperov/DeepFaceLab
machine-learning
487
cuda out of memory
facing problems with cuda out of memory... plz help or suggest some solution for this ![Screenshot (74)](https://user-images.githubusercontent.com/53683977/68545852-10177680-03f7-11ea-8f36-bec3342c76fe.png) ![Screenshot (75)](https://user-images.githubusercontent.com/53683977/68545853-10177680-03f7-11ea-9062-8772e...
closed
2019-11-10T14:47:09Z
2020-03-28T05:41:46Z
https://github.com/iperov/DeepFaceLab/issues/487
[]
HrishikeshMahalle
0
sqlalchemy/alembic
sqlalchemy
612
Does not detect change in field length
Changes are not detected when I try to change the length of a field I am using with **PostgreSQL** For example: `field = db.Column(db.String(50)) to field = db.Column(db.String(100))` `NFO [alembic.env] No changes in schema detected.`
closed
2019-10-24T07:38:54Z
2019-10-24T18:24:38Z
https://github.com/sqlalchemy/alembic/issues/612
[ "question" ]
afr-dt
2
benbusby/whoogle-search
flask
784
[BUG] WHOOGLE_CONFIG_COUNTRY not changing country
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behaviour: 1. Set WHOOGLE_CONFIG_COUNTRY to countryUK 2. Recreate container 3. Go to homepage, the country is set, but when searching it's still the country where the instance is hosted (for me, Germ...
closed
2022-06-14T09:01:31Z
2022-06-16T18:13:45Z
https://github.com/benbusby/whoogle-search/issues/784
[ "bug" ]
jjakc-76
2
fastapi-users/fastapi-users
asyncio
171
Swagger issue for endpoints register & update
Hi, First of all, great job. It's a very useful library. However, after having setup my project. I noticed a few issues in the generated Swagger documentation. Indeed, the request body is pre-filled with the following information: ``` { "id": "string", "email": "user@example.com", "is_active": true, ...
closed
2020-04-30T10:15:08Z
2021-03-25T21:16:07Z
https://github.com/fastapi-users/fastapi-users/issues/171
[ "enhancement" ]
anancarv
11
miguelgrinberg/flasky
flask
49
Question about advanced API design
What is the best way to design the API so that it can be used by both the client and the server? My view methods are getting cluttered and I was thinking a lot of my logic should be moved into the the API. I changed the existing flasky API blueprint so that it acts like a thin middleman. ``` @api.route('/posts/<int:i...
closed
2015-06-02T19:21:42Z
2016-06-01T16:23:42Z
https://github.com/miguelgrinberg/flasky/issues/49
[ "question" ]
seanlaff
4
sammchardy/python-binance
api
1,239
User_socket with ThreadedWebsocketManager not working
Hey, I want to get info on User Data for my Spot Account in form of a stream. If i use twm.start_user_socket i get an error message that my API-key format is invalid (APIError(code=-2014): API-key format invalid). But every other command through that same API works as intended, for example asset balance and also a TWM...
closed
2022-08-26T23:19:37Z
2022-09-04T22:45:36Z
https://github.com/sammchardy/python-binance/issues/1239
[]
spackooo
0
roboflow/supervision
computer-vision
1,719
How to call YOLO's built-in API?
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question I want to call yolo's model.track so that I can use GPU or other yolo interfaces through yolo. Is this possible? thank you ![20241209110527](ht...
closed
2024-12-09T03:09:02Z
2024-12-10T08:44:33Z
https://github.com/roboflow/supervision/issues/1719
[ "question" ]
DreamerYinYu
1
lepture/authlib
flask
330
authlib testing framework for external usage
**Is your feature request related to a problem? Please describe.** In a project that uses authlib, I want to write tests without having to re-invent all the setup that authlib has for its own unit testing. **Describe the solution you'd like** In a project that uses authlib, I would like to reuse some of the fe...
open
2021-03-18T19:31:49Z
2025-02-20T20:56:15Z
https://github.com/lepture/authlib/issues/330
[ "feature request" ]
sheilatron
1
timkpaine/lantern
plotly
199
Lost lantern support for bokeh plots
**For the following syntax:** l.plot(df, 'line', 'bokeh') **Up until Jan. 15, 2020 the following warning was displayed:** BokehDeprecationWarning: 'legend' keyword is deprecated, use explicit 'legend_label', 'legend_field', or 'legend_group' keywords instead **Now the following error occurs:** AttributeError ...
closed
2020-01-16T16:13:58Z
2020-01-16T18:09:16Z
https://github.com/timkpaine/lantern/issues/199
[]
rhamilton-bay4
0
quokkaproject/quokka
flask
125
use awesome-slugify in quokka.utils
Use this https://github.com/dimka665/awesome-slugify to replace this: https://github.com/pythonhub/quokka/blob/master/quokka/utils/text.py#L10-L19
closed
2014-01-22T19:03:38Z
2015-07-16T02:56:34Z
https://github.com/quokkaproject/quokka/issues/125
[ "enhancement" ]
rochacbruno
1
LibrePhotos/librephotos
django
753
Add deduplication
**Describe the enhancement you'd like** A menu to remove duplicate photos, possibly with a similar interface to the faces menu. **Describe why this will benefit the LibrePhotos** This will allow users to remove duplicate photos from their library. **Additional context** None needed.
open
2023-02-12T05:25:04Z
2023-09-19T18:50:15Z
https://github.com/LibrePhotos/librephotos/issues/753
[ "enhancement", "frontend", "backend", "mobile" ]
askiiart
1
tfranzel/drf-spectacular
rest-api
979
How to override `SerializerMethodField` to mark as not required
We have a `Serializer` such as: ```py class MyModelSerializer(MyModelSerializer): field = SerializerMethodField() def get_field(self, instance: MyModel) -> str | None: if instance.other_field: return None return "Hello World" ``` This creates a schema such as: ``` ...
closed
2023-04-25T19:17:31Z
2023-04-26T16:59:29Z
https://github.com/tfranzel/drf-spectacular/issues/979
[]
johnthagen
5
sammchardy/python-binance
api
1,143
why I get diffrent ohlcvs from ccxt and binance python against exchange
get ohlcvs with ccxt and i get below result for two days ![image](https://user-images.githubusercontent.com/77359545/153462029-6ac46903-c6a1-434a-9ff1-17bf19b44cb9.png) and also data from binance python with 'get_historical_klines' and i get below result for last day ![image](https://user-images.githubusercontent.c...
open
2022-02-10T17:36:53Z
2023-02-15T09:12:56Z
https://github.com/sammchardy/python-binance/issues/1143
[]
hossain93
1
ipython/ipython
jupyter
13,971
Bug in `Image` when using local file with`embed=False`
The following code should show an Image when using the `Image` object when the embed parameter is set to false. However, it does not do that. ```python from IPython.display import Image Image("assets/cute_dog.jpg", embed=False, width=300) ``` I could fix the problem by replacing `src=\"None\"` with `src=\"asset...
open
2023-03-12T20:30:37Z
2023-03-12T20:30:37Z
https://github.com/ipython/ipython/issues/13971
[]
kolibril13
0
akfamily/akshare
data-science
5,500
获得历史行情的接口,开盘价与软件显示的有差异
试了几个接口,数值上有些差异 stock_zh_a_daily_df = ak.stock_zh_a_daily(symbol="sz000025", start_date="20240103", end_date="20240104", adjust="") print(stock_zh_a_daily_df) date open high ... amount outstanding_share turnover 0 2024-01-03 16.00 16.10 ... 33580877.0 392778320.0 0.005370 1 2024-0...
closed
2025-01-04T01:22:23Z
2025-01-04T07:32:37Z
https://github.com/akfamily/akshare/issues/5500
[ "bug" ]
zouhan6806504
2
TencentARC/GFPGAN
deep-learning
515
Surojit
open
2024-02-14T11:25:55Z
2024-02-14T11:26:23Z
https://github.com/TencentARC/GFPGAN/issues/515
[]
surojithalder937
3
qubvel-org/segmentation_models.pytorch
computer-vision
492
how to show dice score when not use dice loss ?
As the title says.
closed
2021-09-30T12:49:38Z
2021-10-08T07:14:09Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/492
[]
over-star
1
axnsan12/drf-yasg
django
798
Missing latest versions in changelog
Hello, the changelog file seems to be missing the last 2 releases. Is it still going to be updated or should I look directly at the releases page? (that seems to be always updated) Thanks for your time and keep up the good work
closed
2022-07-19T09:48:13Z
2022-07-19T12:53:21Z
https://github.com/axnsan12/drf-yasg/issues/798
[]
marcosox
3
ydataai/ydata-profiling
jupyter
1,645
support for numpy >= 2.0
### Missing functionality Numpy 2.0.0 was released on June 16. https://github.com/numpy/numpy/releases/tag/v2.0.0. The current version is 2.1.1. To date, ydata-profiling is not compatible with 2.0.x per `requirements.txt`. As such, it is currently a blocker for users to upgrade to 2.0.x if they have this packa...
closed
2024-09-03T18:54:47Z
2025-01-04T19:58:09Z
https://github.com/ydataai/ydata-profiling/issues/1645
[ "dependencies 🔗" ]
quant5
9
ansible/awx
automation
15,819
Some examples in module descriptions reference awx.awx
### 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...
open
2025-02-07T20:59:14Z
2025-02-07T20:59:29Z
https://github.com/ansible/awx/issues/15819
[ "type:bug", "needs_triage", "community" ]
kk-at-redhat
0
pywinauto/pywinauto
automation
879
KeyError on Import with Python 3.8.1 64-bit
## Expected Behavior You can import pywinauto and use it. In the example script below, "script ran successfully" will print. ## Actual Behavior ``` Traceback (most recent call last): File "E:\Python38_64\lib\ctypes\__init__.py", line 123, in WINFUNCTYPE return _win_functype_cache[(restype, argtypes, flags...
closed
2020-01-10T20:26:47Z
2020-01-11T13:56:25Z
https://github.com/pywinauto/pywinauto/issues/879
[ "duplicate", "3rd-party issue" ]
WinterPhoenix
3
desec-io/desec-stack
rest-api
168
Invalid IP Address Value Results in Server Error
Internal Server Error: /api/v1/unlock/user/████████████@gmail.com PdnsException at /api/v1/unlock/user/████████████@gmail.com Record n████████████m.dedyn.io./A '<3█████1███████.1>': Parsing record content (try 'pdnsutil check-zone'): while parsing IP address, expected digits at position 0 in '<3█████1███████.1>...
closed
2019-04-25T09:15:12Z
2019-04-25T09:35:59Z
https://github.com/desec-io/desec-stack/issues/168
[ "bug" ]
nils-wisiol
1
jacobgil/pytorch-grad-cam
computer-vision
3
test_caffe_model
Thanks for your sharing and nice work! @jacobgil How can i get the Gradient class activation maps with the model trained with caffe rather than pytorch models? Thank you very much!
closed
2017-08-30T03:07:33Z
2018-07-19T13:52:16Z
https://github.com/jacobgil/pytorch-grad-cam/issues/3
[]
3DMM-ICME2023
1
streamlit/streamlit
streamlit
9,906
Add 'key' to static widgets like st.link_button, st.popover
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary Most widgets have a `key` parameter - but not `st.link_button`. I can see why - because it is mostly "static"...
open
2024-11-22T15:14:15Z
2025-01-03T15:39:23Z
https://github.com/streamlit/streamlit/issues/9906
[ "type:enhancement", "feature:st.link_button" ]
arnaudmiribel
4
gradio-app/gradio
python
10,501
gr.ChatInterface within gr.Tabs title and history fields misplaced
### Describe the bug I put gr.ChatInterface under gr.Tab as below. But the title field (which should be at the top of the page) and history field (which should be at the left of the page) are put at the bottom of the page. with gr.Blocks() as iface: with gr.Tab("tab1"): gr.ChatInterface() ...
closed
2025-02-05T02:17:15Z
2025-02-05T07:14:10Z
https://github.com/gradio-app/gradio/issues/10501
[ "bug", "needs repro" ]
justinzyw
6
ultralytics/ultralytics
machine-learning
18,706
Can I take a video file as an API input (using FastAPI's UploadFile) and stream it directly into a YOLOv11n model for object detection without saving the file or processing it into frames or fixed-size chunks?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question Hi, I am using YOLOv11n as apart of fastapi and can I take a video fi...
open
2025-01-16T04:21:09Z
2025-01-16T11:37:14Z
https://github.com/ultralytics/ultralytics/issues/18706
[ "question", "detect" ]
hariv0
2
sqlalchemy/sqlalchemy
sqlalchemy
9,808
Committing two or more ORM objects with UUID columns causes DBAPIError
### Describe the bug This appears to be another regression caused by https://github.com/sqlalchemy/sqlalchemy/issues/9618. Similar (yet not identical) to https://github.com/sqlalchemy/sqlalchemy/issues/9739. The issue occurs with the asyncpg driver, for models that have a column of type `UUID`. Adding one entry a...
closed
2023-05-19T18:18:31Z
2023-05-19T23:52:29Z
https://github.com/sqlalchemy/sqlalchemy/issues/9808
[ "bug", "postgresql", "orm", "near-term release" ]
miguelgrinberg
2
quokkaproject/quokka
flask
606
Docker
Update docker image https://github.com/rochacbruno/quokka_ng/issues/65
closed
2018-02-07T01:45:24Z
2018-10-02T20:23:44Z
https://github.com/quokkaproject/quokka/issues/606
[ "1.0.0", "hacktoberfest" ]
rochacbruno
0
deeppavlov/DeepPavlov
tensorflow
719
sklearn_component crashed when a large (ovr 4GiB) model saving
```Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/user/.virtualenvs/support/lib/python3.6/site-packages/deeppavlov/__main__.py",...
closed
2019-02-20T12:32:15Z
2019-03-18T08:41:39Z
https://github.com/deeppavlov/DeepPavlov/issues/719
[]
ismaslov
2
ipython/ipython
jupyter
14,273
Fix prompt backward compat.
see #14223
closed
2023-12-27T08:56:13Z
2024-01-08T09:34:56Z
https://github.com/ipython/ipython/issues/14273
[]
Carreau
0
albumentations-team/albumentations
deep-learning
2,299
[Speed up] PlasmaShadow
Benchmark shows that `kornia` has faster `PlasmaShadow` implementation => need to learn from it and fix.
open
2025-01-24T16:01:01Z
2025-01-24T16:03:37Z
https://github.com/albumentations-team/albumentations/issues/2299
[ "Speed Improvements" ]
ternaus
0
neuml/txtai
nlp
768
Notebook 42 error
![CleanShot 2024-08-22 at 00 16 57@2x](https://github.com/user-attachments/assets/c44a95d5-c4ef-4555-b1d6-e7e5ab9a16b6)
closed
2024-08-21T22:17:21Z
2024-08-22T08:59:48Z
https://github.com/neuml/txtai/issues/768
[ "bug" ]
heijligers
2
davidsandberg/facenet
tensorflow
739
Transfer learning on custom dataset (Asian faces)?
This is a follow up to this [thread](https://github.com/davidsandberg/facenet/issues/591) I'm not talking about custom classifier from @davidsandberg (i.e. training classifier on known classes).. this problem im referring to is mainly calculating L2 distance on Asian faces. I tried all models from past (20170131-00...
open
2018-05-09T09:19:19Z
2024-10-19T12:37:42Z
https://github.com/davidsandberg/facenet/issues/739
[]
taewookim
22
KaiyangZhou/deep-person-reid
computer-vision
500
Load ONNX model
I managed to export some models from the model zoo into ONNX format. However, I have difficulties getting it to work with torchreid. In `torchtools.py`, instead of `torch.load()`, I added `checkpoint = onnx.load(fpath)`. This resulted in the following error: ``` File "yolov5_deepsort\reid models\deep-person-reid\t...
open
2022-04-06T02:15:19Z
2022-08-11T12:46:08Z
https://github.com/KaiyangZhou/deep-person-reid/issues/500
[]
HeChengHui
9
ultralytics/yolov5
pytorch
12,448
How benchmark.py is actually works?
### 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 curious to know how `benchmark.py` script actually works. I use the script lots of t...
closed
2023-11-30T03:18:18Z
2024-01-11T00:21:23Z
https://github.com/ultralytics/yolov5/issues/12448
[ "question", "Stale" ]
itsjustrafli
2
microsoft/nni
pytorch
5,659
How to start a remote experiment without sftp?
open
2023-08-09T06:43:21Z
2023-08-11T07:00:10Z
https://github.com/microsoft/nni/issues/5659
[]
liuanhua110
0
voila-dashboards/voila
jupyter
1,449
Remove usage of `ADMIN_GITHUB_TOKEN` for releasing with the Jupyter Releaser
The Jupyter Releaser updated its example workflows to use a GitHub App instead of relying on the `ADMIN_GITHUB_TOKEN`: https://github.com/jupyter-server/jupyter_releaser/blob/89be0fbdc13f47011c95a870218c18d94c4f193b/example-workflows/publish-release.yml#L24 For reference this is already in use in some other Jupyter ...
closed
2024-03-11T14:36:47Z
2024-03-27T08:56:12Z
https://github.com/voila-dashboards/voila/issues/1449
[ "maintenance" ]
jtpio
4
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,607
Configurazione automatica del certificato - Let's Encrypt
### What version of GlobaLeaks are you using? 4.12.8 ### What browser(s) are you seeing the problem on? Chrome, Firefox ### What operating system(s) are you seeing the problem on? Linux ### Describe the issue Abbiamo provato ad avviare la Configurazione Automatica per generare il certificato https facendo uso de...
closed
2023-09-06T13:21:51Z
2023-09-06T13:24:38Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3607
[]
LorenzoPetraroli
0
benbusby/whoogle-search
flask
245
[BUG] <whoogle not Opening in Tor Browser>
**Describe the bug** I'm trying to open Whoogle Search Engine in chrome, it works fine but when i tried to run in TOR browser show like "Unable to connect" **To Reproduce** Steps to reproduce the behaviour: 1. Open the TOR Browser 2. Enter the URL then click Enter ![Tor_Browser](https://user-images.githubuser...
closed
2021-03-30T14:27:36Z
2021-04-03T03:45:14Z
https://github.com/benbusby/whoogle-search/issues/245
[ "bug" ]
KK-Repos
1
aleju/imgaug
deep-learning
138
Scale short/long side
Please add an option to resize the shorter / longer side to the specific size with `keep-aspect-ratio`. ```py # example iaa.Scale({"short":500,"long":"keep-aspect-ratio"}) ```
open
2018-06-09T07:09:51Z
2019-03-01T10:34:14Z
https://github.com/aleju/imgaug/issues/138
[]
elbaro
2
quantumlib/Cirq
api
7,007
Wrapped qasm gate definition throws `QasmException`
**Description of the issue** Passing an OpenQASM 2.0 string like: ``` OPENQASM 2.0; include "qelib1.inc"; gate gate_PauliEvolution(param0) q0,q1,q2,q3 { rzz(8.227302641391761) q2,q3; rzz(8.227302641391761) q0,q1; rzz(8.227302641391761) q0,q3; } gate gate_PauliEvolution_140345447972352(param0) q0,q1,q2,q3 { rx(4.508626...
closed
2025-01-30T23:13:39Z
2025-02-19T00:17:59Z
https://github.com/quantumlib/Cirq/issues/7007
[ "kind/bug-report" ]
bharat-thotakura
4
strawberry-graphql/strawberry
django
2,813
Exception handling with status code . As graphql-strawberry always return status code as 200 OK.
<!---I am new to graphql how to handle status code in graphql-strawberry--> ## Feature Request Type - [ ] Core functionality - [ ] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description <!-- A few sentences describing what it is. --> def default_resolver(root, fiel...
closed
2023-06-06T08:08:09Z
2025-03-20T15:56:12Z
https://github.com/strawberry-graphql/strawberry/issues/2813
[]
itsckguru
1
paperless-ngx/paperless-ngx
django
8,051
[BUG] Some issues with custom field queries
### Description I've been testing the great new feature of the custom field filtering and stumbled on a few issues. When creating a complex filter, it is not possible to delete some parts of it, even if they are still empty. This can be reproduced by creating the following outline: ![grafik](https://github.com/u...
closed
2024-10-27T11:13:09Z
2024-12-03T03:18:29Z
https://github.com/paperless-ngx/paperless-ngx/issues/8051
[ "bug", "frontend" ]
B5JohnSheridan
9
ageitgey/face_recognition
python
1,119
C++?
Hi, and thank you for making this code available. I would like to convert it to c++, as I know dlib is a c++ lib. Specifically this function ``` import face_recognition known_image = face_recognition.load_image_file("biden.jpg") unknown_image = face_recognition.load_image_file("unknown.jpg") biden_encodin...
closed
2020-04-22T14:19:35Z
2020-04-22T14:31:32Z
https://github.com/ageitgey/face_recognition/issues/1119
[]
antithing
1
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
927
Still get this error--module 'torch._C' has no attribute '_cuda_setDevice'
I tried to reproduce the code from [https://github.com/samet-akcay/ganomaly](url) and run the commands in the git bash software. But I meet the following problems and it seems difficult for me to fix it by myself: ![image](https://user-images.githubusercontent.com/39890732/75091679-2367df80-55ab-11ea-8097-5617abd191...
closed
2020-02-22T11:53:32Z
2020-02-25T09:24:44Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/927
[]
Minqi824
1
opengeos/leafmap
plotly
32
Export map to html
Add a one-liner function for exporting map to html
closed
2021-06-12T00:31:25Z
2021-06-12T01:42:35Z
https://github.com/opengeos/leafmap/issues/32
[ "Feature Request" ]
giswqs
1
3b1b/manim
python
1,424
name 'Scene' is not defined
manim example_scenes.py Traceback (most recent call last): File "/home/yyslush/.local/bin/manim", line 8, in <module> sys.exit(main()) File "/home/yyslush/.local/lib/python3.8/site-packages/manimlib/__init__.py", line 9, in main config = manimlib.config.get_configuration(args) File "/home/yyslush/.l...
closed
2021-03-02T08:13:08Z
2021-06-12T10:24:54Z
https://github.com/3b1b/manim/issues/1424
[]
yyslush
2
slackapi/bolt-python
fastapi
1,252
Action listener payload typing support
I'm currently working with Block Kit interactive components with Bolt, and have an action listener that I'd like to make use of `body` within in a type-safe manner. As detailed in [the docs for `slack_bolt.kwargs_injection.args`](https://tools.slack.dev/bolt-python/api-docs/slack_bolt/kwargs_injection/args.html), both ...
closed
2025-02-21T17:12:02Z
2025-02-21T20:44:00Z
https://github.com/slackapi/bolt-python/issues/1252
[ "question" ]
jstol
2
newpanjing/simpleui
django
2
win10操作系统安装的时候,报字符编码错误
我的环境是:win10操作系统,python3.6.4,django1.10.6 报错详细如下: **$ pip install django-simpleui==1.4.3** Collecting django-simpleui==1.4.3 Using cached https://files.pythonhosted.org/packages/a1/64/9a031a3573e25ba51e3069ddd08f53b4b54846f952e18e6e09f5a03b49e7/django-simpleui-1.4.3.tar.gz Complete output from command python ...
closed
2018-12-13T13:54:37Z
2018-12-14T00:37:45Z
https://github.com/newpanjing/simpleui/issues/2
[]
wthahaha
4
samuelcolvin/watchfiles
asyncio
255
.pyd ignored pattern is added back by PythonFilter.extensions
### Description Not sure if oversight or by design: ``` ... ignore_entity_patterns: Sequence[str] = ( r'\.py[cod]$', ... self.extensions = ('.py', '.pyx', '.pyd') + tuple(extra_extensions) ``` ### Example Code _No response_ ### Watchfiles Output ```Text . ``` ### Operating System & A...
closed
2023-12-11T14:49:27Z
2024-08-07T11:27:16Z
https://github.com/samuelcolvin/watchfiles/issues/255
[ "bug" ]
minusf
1
Lightning-AI/pytorch-lightning
deep-learning
20,153
Confusing recommendation to use sync_dist=True even with TorchMetrics
### Bug description Hello! When I train and validate a model in a multi-GPU setting (HPC, sbatch job that requests multiple GPUs on a single node), I use `self.log(..., sync_dist=True)` when logging PyTorch losses, and don't specify any value for `sync_dist` when logging metrics from TorchMetrics library. However...
open
2024-08-02T09:33:59Z
2024-11-13T16:55:30Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20153
[ "bug", "help wanted", "logging", "ver: 2.2.x" ]
srprca
9
blacklanternsecurity/bbot
automation
1,639
Add consistent method to identify service record type names is needed
**Description** A consistent way in which to test a host name as being an SRV or related service record is needed. These types of names do (should) not have A/AAAA/CNAME or similar records, and are simply used to advertise configuration information and/or policy information for different Internet facing services....
closed
2024-08-07T16:43:58Z
2024-08-29T21:35:03Z
https://github.com/blacklanternsecurity/bbot/issues/1639
[ "enhancement" ]
colin-stubbs
0
ydataai/ydata-profiling
jupyter
1,358
'config_explorative.yaml' NOT FOUND
### Current Behaviour ![image](https://github.com/ydataai/ydata-profiling/assets/84823680/68e35c96-aa6e-4a16-85a4-a223812beafb) ### Expected Behaviour file should display ### Data Description file should display ### Code that reproduces the bug _No response_ ### pandas-profiling version NA ### Dependencies ...
closed
2023-06-06T18:31:49Z
2023-06-17T02:25:28Z
https://github.com/ydataai/ydata-profiling/issues/1358
[ "question/discussion ❓" ]
SamuelDevdas
1
gee-community/geemap
streamlit
2,086
SecretNotFoundError when initializing geemap.Map() despite proper ee initialization
### Environment Information Please run the following code on your computer and share the output with us so that we can better debug your issue: ```python import geemap geemap.Report() ``` ![image](https://github.com/user-attachments/assets/416f6e2e-9097-451b-9861-5e59bad86f64) ### Description Recently, ...
closed
2024-07-19T09:16:38Z
2024-07-19T11:48:48Z
https://github.com/gee-community/geemap/issues/2086
[ "bug" ]
CristinaMarsh
3
sgl-project/sglang
pytorch
4,143
[Bug] HiRadixCache.__init__() got an unexpected keyword argument 'token_to_kv_pool_allocator'
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest version. - [ ] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
open
2025-03-06T14:59:04Z
2025-03-11T14:10:23Z
https://github.com/sgl-project/sglang/issues/4143
[]
tchaton
4
CorentinJ/Real-Time-Voice-Cloning
pytorch
762
Error when running synthesizer_train.py > line 35, in <module>
So I have used this git + made my own additions based on padmalcom´s branch to build a fit for me and my german sets. Anaconda + Enviornment Python on 3.7 with all the pre req´s I have successfully trained it on the german books padmalcom uses too, but converted them to flac instead using wav´s via batch process...
closed
2021-05-23T23:28:15Z
2021-06-04T00:16:34Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/762
[]
Highpressure
1
oegedijk/explainerdashboard
dash
251
TypeError: __init__() got an unexpected keyword argument 'unbound_message'
Hi I am somehow unable to import the SDK from explainerdashboard import ClassifierExplainer, ExplainerDashboard Throws an error. Is this still expected to work in Jupyter notebook?
closed
2023-01-19T05:57:00Z
2023-07-06T14:50:14Z
https://github.com/oegedijk/explainerdashboard/issues/251
[]
Jpnewmenji
1
microsoft/nni
data-science
5,064
nni cannot use tensorboard
When I use NNI to conduct hyperparameter searching, I cannot use tensorboard. As I selected the experiment and click tensorboard button, it will quickly pop up a python window (fig.1), and then the tensorboard page shows error (fig.2). for the path in trail source code, I use log_dir = os.path.join(os.environ["NN...
closed
2022-08-12T09:48:59Z
2023-05-12T02:34:38Z
https://github.com/microsoft/nni/issues/5064
[ "bug", "user raised", "support", "tensorboard" ]
cehw
2
ml-tooling/opyrator
fastapi
37
How to run ui and api on same port once?
Great framework, really user friendly! Have some suggestions during usage. Now ui and api need to run with different ports, ``` opyrator launch-ui conversion:convert opyrator launch-api conversion:convert ``` Is there a way to run them together ``` opyrator launch conversion:convert ``` So that I can access `...
closed
2021-05-26T05:31:11Z
2021-11-06T02:07:02Z
https://github.com/ml-tooling/opyrator/issues/37
[ "feature", "stale" ]
loongmxbt
2
ultralytics/yolov5
deep-learning
12,923
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 16 but got size 32 for tensor number 1 in the list.
### 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 When i add "CA" to v5-7.0, segment , i want add CA to .yaml backbone each C3 end, when i train , begin: RuntimeError: Sizes...
closed
2024-04-15T09:01:19Z
2024-05-26T00:23:58Z
https://github.com/ultralytics/yolov5/issues/12923
[ "bug", "Stale" ]
zhangsanliisi
2
raphaelvallat/pingouin
pandas
115
plot_paired with many subjects: boxplot not decipherable
Hi! First of all many thanks for providing such a great tool! While using `plot_paired`, I stumbled upon the problem, that having many subjects makes the boxplot indecipherable, since it is displayed behind the lines and markers. I could make a pull request implementing an argument like `boxplot_foreground=False` (...
closed
2020-08-11T11:03:25Z
2020-08-18T09:05:18Z
https://github.com/raphaelvallat/pingouin/issues/115
[ "feature request :construction:" ]
JoElfner
7
Anjok07/ultimatevocalremovergui
pytorch
561
closed
closed
2023-05-19T10:10:59Z
2023-05-24T03:48:26Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/561
[]
tricky61
0
deezer/spleeter
deep-learning
48
Stopped working.
At the end outputs the same file without separating the voice and accompaniment.
closed
2019-11-07T11:02:15Z
2019-11-07T11:16:24Z
https://github.com/deezer/spleeter/issues/48
[ "bug", "invalid", "RTMP" ]
Drawmahs
0
modelscope/modelscope
nlp
426
示例文档压缩包中所有图片显示不全
示例包路径:http://modelscope-ipynb-hz.oss-cn-hangzhou-internal.aliyuncs.com/default/tutorial_documentation/tutorial_documentation.tar.gz ![截图_选择区域_20230728170546](https://github.com/modelscope/modelscope/assets/40030020/17d5bc67-49d8-4027-bc5d-467cb2348154) 我把它下载下来解压,图片仍然显示不全: ![image](https://github.com/modelscope...
closed
2023-07-28T13:22:34Z
2024-07-14T01:57:41Z
https://github.com/modelscope/modelscope/issues/426
[ "Stale" ]
seawenc
3
ShishirPatil/gorilla
api
75
Leveraging Llama 2
I don’t see any existing discussion about leveraging Meta’s new Llama 2 model. Curious if you guys have any plans in the making for using this new base model in gorilla.
open
2023-07-27T13:18:12Z
2023-08-03T09:22:18Z
https://github.com/ShishirPatil/gorilla/issues/75
[]
tmc
7
autokey/autokey
automation
700
Setting a Keyboard Shortcut is not possible, because no Keyboard signal is recognized.
### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is this? Crash/Hang/Data loss ### Which Linux distribution did you use? Fedora Workstation 36 ### Which AutoKey GUI did y...
closed
2022-06-14T15:53:03Z
2022-06-16T13:19:37Z
https://github.com/autokey/autokey/issues/700
[ "duplicate", "help-wanted", "upstream bug", "installation/configuration" ]
TravisPasta
6
tortoise/tortoise-orm
asyncio
1,572
model relationship bugged
data come in unknown format after sometime the relationship itself break msgx: fields.ManyToManyRelation["Messagex"] = fields.ManyToManyField("tortmodels.Messagex", related_name="personxs", through="personx_messagex") data = await Personx.get(id=id).prefetch_related("msgx") async for dx in data.m...
closed
2024-03-18T18:39:15Z
2024-04-25T14:41:23Z
https://github.com/tortoise/tortoise-orm/issues/1572
[]
xalteropsx
8
X-PLUG/MobileAgent
automation
37
perception_infos index out of range
![image](https://github.com/user-attachments/assets/6dcca0ed-9e02-4a40-bcfc-7e49ecab60c2) It usually occurs those errors
open
2024-07-29T08:42:04Z
2025-03-15T09:07:02Z
https://github.com/X-PLUG/MobileAgent/issues/37
[]
1270645409
2
youfou/wxpy
api
60
请问函数在main外面为啥不能注册成功?
把函数放到main里面就可以运行 但是要怎样可以放到外面呢? 不好意思,谢谢 from wxpy import * def print_others(msg): print(msg) return msg.text if __name__ == "__main__" : bot = Bot() bot.register( print_others ) embed( shell= 'ipython' )
closed
2017-05-22T08:57:13Z
2017-05-22T12:26:55Z
https://github.com/youfou/wxpy/issues/60
[]
vicliu6
1
Lightning-AI/pytorch-lightning
data-science
19,569
Importing DeepSpeedStrategy fails
### Bug description I try to initialize pl.trainer with deepspeed strategy. However, I meet a strange error, which is shown below ### What version are you seeing the problem on? v2.2 ### How to reproduce the bug ```python strategy = DeepSpeedStrategy(config="/nvme/zecheng/modelzipper/projects/state-spac...
closed
2024-03-04T14:43:36Z
2024-03-05T09:03:15Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19569
[ "question" ]
ZetangForward
3
huggingface/diffusers
deep-learning
10,231
ImportError when running diffusers tutorial code in Ubuntu 20.04
### Describe the bug When I try to run: `from diffusers import DDPMPipeline ddpm = DDPMPipeline.from_pretrained("google/ddpm-cat-256", use_safetensors=True).to("cuda") image = ddpm(num_inference_steps=25).images[0] image` > (habitat) /home/zhangyiqing/IROS2025/habitat-lab $ /home/zhangyiqing/miniconda3/envs/h...
open
2024-12-16T03:06:31Z
2025-02-21T15:03:44Z
https://github.com/huggingface/diffusers/issues/10231
[ "bug", "stale" ]
Benson722
6
onnx/onnx
machine-learning
6,294
Shape inference segfaults when adding tensors of shapes `(0,)` and `(1,)`
# Bug Report ### Is the issue related to model conversion? No ### Describe the bug The example graph consists of a single add node with two `int64` inputs with initializers. One is initialized to `[]` and the other to `[0]`. According to broadcasting rules these should broadcast: > In ONNX, a set of tenso...
closed
2024-08-13T15:28:17Z
2024-09-03T23:44:36Z
https://github.com/onnx/onnx/issues/6294
[ "bug", "module: shape inference", "contributions welcome" ]
MatejUrbanQC
1
chezou/tabula-py
pandas
247
Tabula app is able to extract pdf while tabula-py cant
# Summary of your issue When using Tabula app it can extract all the information in the page When using the tabula-py with templates, It extract's only a single line The template I generated and downloaded from Tabula app # Check list before submit <!--- Write and check the following questionaries. --> ...
closed
2020-07-06T19:47:41Z
2020-07-07T23:24:57Z
https://github.com/chezou/tabula-py/issues/247
[ "not a bug" ]
jcabralc
2
open-mmlab/mmdetection
pytorch
11,468
RTMDet训练中显存异常激增memory dramatic increase or leak
我在使用RTMDet训练类似O365v1这样的大型数据集时,发现显存占用远超COCO数据集,经过torch.cuda.max_memory_allocated()定位显存激增的位置发生在DynamicSoftLabelAssigner中的 soft_cls_cost = F.binary_cross_entropy_with_logits( valid_pred_scores, soft_label, reduction='none') 目前我不清楚,为什么会导致显存激增,但我使用gpu_assign_thr暂时缓解了这个问题,有相同经历的朋友可以参考[PR]...
open
2024-02-08T17:24:27Z
2024-02-08T17:24:43Z
https://github.com/open-mmlab/mmdetection/issues/11468
[]
Baboom-l
0
docarray/docarray
pydantic
1,583
Provide SubIndex feature on ExactNNSearchIndexer
closed
2023-05-26T15:39:33Z
2023-06-08T07:47:07Z
https://github.com/docarray/docarray/issues/1583
[]
JoanFM
0
marcomusy/vedo
numpy
1,026
Behavior of `vedo.show` when called twice with different arguments
Hi @marcomusy When running this script : ```python import vedo mesh = vedo.Mesh(vedo.dataurl+"spider.ply") vedo.show(mesh.c('b'), offscreen=True) vedo.show(mesh.c('r'), offscreen=False) ``` I expected the second call to `show()` to create a new plotter with `offscreen=False`. But it seemed that the paramete...
open
2024-01-18T11:42:56Z
2024-01-18T12:20:51Z
https://github.com/marcomusy/vedo/issues/1026
[]
Louis-Pujol
1
pyg-team/pytorch_geometric
pytorch
9,496
OSError: torch_scatter/_version_cpu.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKSs
### 😵 Describe the installation problem I have pytorch 2.3.1 cpu_generic_py310ha4c588e_0 conda-forge installed and I want to use torchdrug. I have installed pip install torch_geometric pip install ninja wheel pip install git+https://github.com/pyg-team/pyg-lib.git pip install ...
open
2024-07-09T12:13:09Z
2024-08-19T10:50:50Z
https://github.com/pyg-team/pytorch_geometric/issues/9496
[ "installation" ]
Lili-Cao
2
erdewit/ib_insync
asyncio
418
Error 322
When I try to connect to gateway: ``` ib = IB() ib.connect('127.0.0.1', 4001, clientId=11) ``` I get this error: ``` Error 322, reqId 2: Error processing request.-'cc' : cause - jextend.cc.n(cc.java:310) <IB connected to 127.0.0.1:4001 clientId=11> ``` It was working before, it started all of the sudden,...
closed
2021-12-08T22:35:57Z
2022-09-29T15:13:58Z
https://github.com/erdewit/ib_insync/issues/418
[]
rezaa1
6
BayesWitnesses/m2cgen
scikit-learn
267
Travis 50min limit... again
Today I saw our jobs at `master` hit 50min Travis limit per job 3 times. Guess, it's time to either review #243 or reorganize jobs at Travis. Refer to #125 for the past experience and to #114 for some further ideas. cc @izeigerman
closed
2020-07-08T18:30:53Z
2020-07-26T11:47:57Z
https://github.com/BayesWitnesses/m2cgen/issues/267
[]
StrikerRUS
2
plotly/dash
dash
3,150
Are hooks correctly saving assigned priority?
From `_hooks.py` we see that hook decorators, e.g. `@hooks.layout`, are actually just wrappers around `self.add_hook`. Looking at `self.add_hook` and how it handles input parameter `priority`, how is the value given to `priority` passed down to the hook? It is only used in the check `if not priority`, which fails if ...
closed
2025-02-06T13:03:04Z
2025-02-13T22:10:59Z
https://github.com/plotly/dash/issues/3150
[]
aGitForEveryone
3
Significant-Gravitas/AutoGPT
python
8,738
Prevent use of webhook-triggered blocks if `PLATFORM_BASE_URL` is not set
* Part of #8352 * Implement on #8358 ## TODO - [X] Disable webhook-triggered blocks if `PLATFORM_BASE_URL` is not set - [X] Raise error in `BaseWebhooksManager` on attempt to create webhook if `PLATFORM_BASE_URL` is not set - [X] Add field validator for `PLATFORM_BASE_URL`
closed
2024-11-21T17:28:42Z
2024-11-22T00:13:12Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8738
[]
Pwuts
0