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
deeppavlov/DeepPavlov
tensorflow
1,373
Models: Migrate NER to PyTorch
closed
2021-01-12T11:21:58Z
2021-11-30T10:07:52Z
https://github.com/deeppavlov/DeepPavlov/issues/1373
[]
danielkornev
0
albumentations-team/albumentations
machine-learning
2,090
[New transform] Add RandomContrast
Add RandomContrast that has the same API as Kornia's RandomContrast https://kornia.readthedocs.io/en/latest/augmentation.module.html#kornia.augmentation.RandomContrast
closed
2024-11-08T15:43:17Z
2024-11-16T22:57:06Z
https://github.com/albumentations-team/albumentations/issues/2090
[ "enhancement" ]
ternaus
1
praw-dev/praw
api
1,825
requests.exceptions.HTTPError not handled by praw
### Describe the Bug When I was using `submit_image`, praw encountered a 500 internal server error. I have a handler for `praw.exceptions.RedditAPIException`, but that did not get caught because a `requests.exceptions.HTTPError` was raised instead of a `praw.exceptions.RedditAPIException`. I assume that the in...
open
2021-12-12T00:49:40Z
2025-01-10T10:15:23Z
https://github.com/praw-dev/praw/issues/1825
[ "Bug" ]
endlisnis
15
torchbox/wagtail-grapple
graphql
398
Question: How to refer to type created by decorator (e.g. register_query_field)
Hello there. I'm wondering how to refer to a (GraphQL) type that was created by one of the decorators, e.g. by `register_query_field`. **Example** ```python @register_query_field("my_page") class MyPage(Page): pass ``` How do I e.g. set up a `QuerySetList` field on another model that references `MyPage`?...
open
2024-07-10T22:16:26Z
2024-07-10T22:32:42Z
https://github.com/torchbox/wagtail-grapple/issues/398
[]
PeterDekkers
0
aio-libs/aiohttp
asyncio
10,155
9 test failures
### Describe the bug Running the test suite of aiohttp 3.11.10, I see a few test failures as well as errors, for reasons unclear. ### To Reproduce Run the test suite with `pytest` in an environment having Python 3.10.7 and the following direct dependencies: ``` gunicorn@21.2.0 python-aiodns@3.2.0 python-aio...
closed
2024-12-11T06:26:14Z
2025-02-28T01:01:42Z
https://github.com/aio-libs/aiohttp/issues/10155
[ "bug", "needs-info", "Stale" ]
Apteryks
4
donnemartin/system-design-primer
python
811
How much to creat a software to collect email, account on google, facebook, etc
We need to develop a software based on Google search engine and social media channels to collect visible email, account, and other information on web pages. Google search and map search are required to collect enough data, which is accurate and fast. Telephone and email collection Use keywords and various sear...
open
2023-11-15T12:24:33Z
2024-06-23T17:39:50Z
https://github.com/donnemartin/system-design-primer/issues/811
[ "needs-review" ]
2023Andrew2024
1
pydata/pandas-datareader
pandas
15
COMPAT with 0.16.0
if someone would like to put all of the accumulated changes since @hayd pulled this from master as a PR back into pandas would be appreciated. I think a good idea would be to have `pandas-datareader`, the 0.1 (or whatever version), be released about the same time as 0.16.0 (target at end of feb). We'll put up an annou...
closed
2015-01-25T22:22:03Z
2015-10-10T18:07:02Z
https://github.com/pydata/pandas-datareader/issues/15
[]
jreback
12
scrapy/scrapy
python
6,692
Slightly optimizing component fetch in Crawler class
## Summary I was reading scrapy code and found that method get_extension can be slightly optimized: https://github.com/scrapy/scrapy/blob/8c34e6d9a4994abda0059f76dbbdb64c2e8a9751/scrapy/crawler.py#L212C1-L229C1 If we can cache those lookup results so that if you call get_extension multiple times, you don’t re‑iterate...
open
2025-02-25T07:19:23Z
2025-02-25T10:25:39Z
https://github.com/scrapy/scrapy/issues/6692
[ "enhancement", "performance" ]
shivanshuzyte
1
koaning/scikit-lego
scikit-learn
471
[FEATURE] Time Series Meta Regressor
Heya! How about some meta model for time series? It can consist of two models, such as in the ZeroInflatedRegressor: One model to capture trend (and optionally seasonality) of the time series, another one for the rest. It's basically a special kind of decomposition model, similar to Prophet, but more general, simple...
open
2021-06-04T12:54:51Z
2021-06-04T20:34:15Z
https://github.com/koaning/scikit-lego/issues/471
[ "enhancement" ]
Garve
6
JoeanAmier/TikTokDownloader
api
154
下载所有收藏作品时报错[1744] Failed to execute script 'main' due to unhandled exception!
选择批量下载收藏作品时报错,无法正常下载 已选择批量下载收藏作品模式 开始获取收藏数据 Traceback (most recent call last): File "main.py", line 343, in <module> File "main.py", line 321, in run File "main.py", line 217, in main_menu File "main.py", line 286, in compatible File "main.py", line 65, in inner File "main.py", line 226, in compl...
open
2024-02-20T16:51:20Z
2024-02-25T04:34:28Z
https://github.com/JoeanAmier/TikTokDownloader/issues/154
[]
mortgoupil
3
microsoft/nni
data-science
5,759
Shivam
**Describe the bug**: **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Python version: - PyTorch version: - Cpu or cuda version: **Reproduce the problem** - Code|Example: - How to reproduce:
open
2024-03-19T13:07:51Z
2024-03-19T13:07:51Z
https://github.com/microsoft/nni/issues/5759
[]
shivaay9673
0
arogozhnikov/einops
tensorflow
101
Interested in how you implemented this
Thanks for the great work! Sorry I don't have enough experience to figure this out from the source code by myself, but I'd like to know how you implemented einops. If an operation has to be done in the backend framework in a few steps but can be done with einops in one step, do you first figure out the backend metho...
closed
2021-02-26T09:54:39Z
2021-03-01T05:48:10Z
https://github.com/arogozhnikov/einops/issues/101
[]
trisct
2
httpie/cli
rest-api
1,410
Python 3.11 test failures: Different enum reprs and different cookie order
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps The tests are failing with Python 3.11.0b3. 1. `git clone` httpie and `cd` into it, this is on the master branch @ 418b12bbd6072585118c06c5c4e17996d7f0b085 2. `...
closed
2022-06-07T14:30:54Z
2023-07-08T08:06:49Z
https://github.com/httpie/cli/issues/1410
[ "bug", "testing" ]
hroncok
1
deeppavlov/DeepPavlov
tensorflow
1,420
TorchModel typing for fname argument in save is str, but is used as pathlib.PosixPath
`fname` argument of TorchModel.save() is expected to be `str`, but is actually used as `pathlib.PosixPath` https://github.com/deepmipt/DeepPavlov/blob/master/deeppavlov/core/models/torch_model.py#L172 Support, please, both types of arguments or fix typing.
open
2021-03-24T15:11:01Z
2021-03-24T15:11:01Z
https://github.com/deeppavlov/DeepPavlov/issues/1420
[ "bug" ]
yurakuratov
0
marcomusy/vedo
numpy
824
cutWithMesh return a weird result
I am using `cutWithMesh` method, but the result is weird. ![image](https://user-images.githubusercontent.com/29271051/222913288-6429a57c-9bd1-4fc3-9e7b-d66dfd70a7f0.png) In the above figure, the left shows the original two polydata, and the right is the result. In the right result, there are some weird holes. ...
closed
2023-03-04T15:03:26Z
2023-03-05T14:30:39Z
https://github.com/marcomusy/vedo/issues/824
[]
zhang-qiang-github
4
modelscope/modelscope
nlp
932
Converting safetensors to modelscope format
How to convert standard safetensors model format to modelscope? In other words, how [this](https://huggingface.co/ali-vilab/text-to-video-ms-1.7b) was converted to [this](https://huggingface.co/ali-vilab/modelscope-damo-text-to-video-synthesis)?
closed
2024-07-28T13:28:00Z
2024-10-16T04:04:45Z
https://github.com/modelscope/modelscope/issues/932
[]
julkaztwittera
4
CorentinJ/Real-Time-Voice-Cloning
deep-learning
772
How to automize the input from a text file
Hello, than you for this amazing work. i'm currently working on automising the input of the text to synthesize via a text file without reloading the UI ? Is there a specific class or function where i can work to make this. Thank you
closed
2021-06-14T12:03:12Z
2021-06-14T12:21:43Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/772
[]
Anas-eladili
0
keras-team/keras
data-science
20,795
Blackduck vulnerability reported in all the versions of Keras
In Blackduck scan ,Keras package is reported as vulnerable with CVE ID =BDSA-2025-0107. can you please let us know in which release this fix will be given and when is the release date. Issue description: Keras is vulnerable to arbitrary file write due to a flaw in the get_file function. This could allow an attacker to...
closed
2025-01-22T12:05:59Z
2025-03-07T05:28:38Z
https://github.com/keras-team/keras/issues/20795
[ "stat:contributions welcome", "stat:awaiting response from contributor", "stale", "type:Bug" ]
frnz123
5
newpanjing/simpleui
django
33
关于修改SIMPLEUI_LOGO自定义logo的问题
**bug描述** 简单的描述下遇到的bug: **重现步骤** 1.修改settings中的SIMPLEUI_LOGO的值,即图片的url 2.我将图片放在了项目包的一级目录下 3.SIMPLEUI_LOGO = os.path.join(BASE_DIR,'logo1.png') **环境** 1.操作系统:win10 2.python版本:py37 3.django版本:2.2.1 4.simpleui版本:2.0.6 **其他描述** 使用 Ctrl+选中url 的快捷方式可以打开图片,说明不是路径的问题 显示图片破裂应该是未找到图片? ![image](https://u...
closed
2019-05-12T13:51:18Z
2019-05-13T08:19:04Z
https://github.com/newpanjing/simpleui/issues/33
[ "bug" ]
ShiningSYK
2
mwaskom/seaborn
data-science
3,352
Categorical scatter plots on symlog-scaled axis
Hi, On the current dev version (eb2b5a2) and matplotlib 3.7.1, consider the following code that uses `stripplot` to draw two points on unscaled and symlog-scaled yaxis: ```python import seaborn as sns import matplotlib.pyplot as plt x = [0.1,2] y = [0.1,5] fig, axs = plt.subplots(ncols=2) sns.stripplot(x=x,...
closed
2023-05-01T09:18:52Z
2023-08-20T22:08:34Z
https://github.com/mwaskom/seaborn/issues/3352
[ "bug", "mod:categorical" ]
MaozGelbart
0
vaexio/vaex
data-science
2,377
[BUG-REPORT] Vaex can't handle Enums being used to reference columns
**Description** ``` import vaex from enum import Enum, unique @unique class Col(str, Enum): id = "id" x = "x" df = vaex.from_dict({ Col.x: list(range(10)), Col.id: list(range(10, 20)), }) df ``` `ValueError: Unknown expression type: <class 'ast.Attribute'>` You need to do `...
open
2023-06-26T14:36:36Z
2023-06-26T14:36:36Z
https://github.com/vaexio/vaex/issues/2377
[]
Ben-Epstein
0
kubeflow/katib
scikit-learn
2,466
TensorFlowEvent metrics collector doesn't find events written by torch / tensorboardX
### What happened? Trial code writes tensorboard summary using tensorboardX or torch.utils.tensorboard. Experiment configured to use TensorFlowEvent metrics collector. The metrics collector reports the metric is unavailable. ### What did you expect to happen? I expect the metrics collector to report the metric acc...
closed
2024-12-18T22:24:13Z
2025-02-15T00:59:38Z
https://github.com/kubeflow/katib/issues/2466
[ "kind/bug" ]
garymm
0
modin-project/modin
data-science
6,840
BUG: Using Concat to Merge Two GroupBy DataFrames
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthe...
closed
2023-12-26T18:52:39Z
2024-01-08T13:24:04Z
https://github.com/modin-project/modin/issues/6840
[ "bug 🦗", "pandas concordance 🐼" ]
wsxqaza12
1
tflearn/tflearn
data-science
1,136
ValueError: Cannot feed value of shape (1, 46) for Tensor 'InputData/X:0', which has shape '(?, 4)'
How can i fix this error ? please help def bag_of_words(s, words): bag = [0 for _ in range(len(words))] s_words = nltk.word_tokenize(s) s_words = [stemmer.stem(word.lower()) for word in s_words] for se in s_words: for i, w in enumerate(words): if w == s...
open
2019-09-10T08:08:42Z
2019-09-10T08:08:42Z
https://github.com/tflearn/tflearn/issues/1136
[]
karun12213
0
scrapy/scrapy
web-scraping
5,887
Integrating sqlalchemy into scrapy
<!-- Thanks for taking an interest in Scrapy! If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/. The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself. Keep in mind that by filing an iss...
closed
2023-04-06T11:50:44Z
2023-04-06T22:44:39Z
https://github.com/scrapy/scrapy/issues/5887
[]
keatonLiu
1
StackStorm/st2
automation
5,265
SET Type is not JSON serializable
## SUMMARY `.toSet()` yaql is no longer serialized to json by the workflow engine. Provide a quick summary of your bug report. While running a workflow with large input json I stumbled upon this serialization error for the workflow engine. ``` st2workflowengine.log:2021-05-12 17:49:46,697 140687301693512 ERROR wor...
closed
2021-05-12T18:14:42Z
2021-05-22T19:55:21Z
https://github.com/StackStorm/st2/issues/5265
[]
guzzijones
8
pytorch/pytorch
numpy
149,244
torch.sum_of_squares()
### 🚀 The feature, motivation and pitch It would be equivalent to `torch.linalg.vector_norm(..., ord=2) ** 2`. In my codebase, 14/18 of the norm calls have `** 2` immediately after. So the sum of squares is more common than the vector norm. This is slightly faster because `vector_norm` calls `sqrt`, which is extran...
open
2025-03-15T01:45:28Z
2025-03-18T07:54:54Z
https://github.com/pytorch/pytorch/issues/149244
[ "triaged", "module: python frontend" ]
ad8e
4
gradio-app/gradio
data-science
10,484
Do Gradio 5 has gradio_imageslider natively now?
I mean like what this repo does https://github.com/pngwn/gradio-imageslider
closed
2025-02-02T10:30:40Z
2025-02-04T00:26:10Z
https://github.com/gradio-app/gradio/issues/10484
[ "bug" ]
FurkanGozukara
3
httpie/cli
rest-api
1,258
@maldito-dot
@maldito-dot _Originally posted by @maldito187 in https://github.com/httpie/httpie/pull/1256#pullrequestreview-842143225_
closed
2022-01-03T17:48:51Z
2022-01-03T21:47:01Z
https://github.com/httpie/cli/issues/1258
[]
luisuimi
0
dsdanielpark/Bard-API
nlp
285
Cookies refreshing very often and getting 429 all the time
Hey guys, I am trying to get gemini to work, but the cookies are refreshed too quickly for me to be able to even even type them in my code. Does anyone have working example I can try to follow :( I am using linux and am sending the requests from the UK.
closed
2024-02-20T16:27:04Z
2024-03-05T08:21:19Z
https://github.com/dsdanielpark/Bard-API/issues/285
[]
skalaydzhiyski
2
yihong0618/running_page
data-visualization
328
求Keep数据更新接口
因个人的Keep步行数据存在很多现在看来没有意义的自动记录,这样的数据大约有三千来条,手工删除实在费劲。我fork了作者的工具,实现可以查询到每一条步行记录,但是没有删除接口可用。看看作者这边有没有了解Keep的删除接口,或者给提供一种思路
closed
2022-10-21T01:28:48Z
2022-10-21T05:56:20Z
https://github.com/yihong0618/running_page/issues/328
[]
EugeneLau0
5
explosion/spaCy
deep-learning
13,264
Regex doesn't work if less than 3 characters?
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour Taken and adjusted right from the docs: ```python import spacy from spacy.matcher import Matcher nlp = spacy.blank("en") matcher = Matcher(nlp.vocab, validate=True) pattern = [ ...
closed
2024-01-23T16:14:48Z
2024-02-23T00:05:21Z
https://github.com/explosion/spaCy/issues/13264
[ "feat / matcher" ]
SHxKM
3
sqlalchemy/sqlalchemy
sqlalchemy
10,342
Errors from use of hashlib.md5 for truncated names on FIPS-enabled systems
### Describe the bug On systems (RHEL) where FIPS is enabled, the md5 is disabled in openssl and calls to `hashlib.md5()` in python will fail with an error like: ``` # SNIP | File "/opt/app-root/lib64/python3.11/site-packages/sqlalchemy/sql/compiler.py", line 7507, in _truncate_and_render_maxlen_name | name ...
closed
2023-09-12T14:38:50Z
2023-09-14T17:14:27Z
https://github.com/sqlalchemy/sqlalchemy/issues/10342
[ "bug", "high priority", "sql", "py3k", "near-term release" ]
hozn
16
ckan/ckan
api
8,682
Missing `humanize_entity_type` on submit button for `package/group_list.html`
## CKAN version 2.11 ## Describe the bug The listing of which groups a dataset belongs to uses `humanize_entity_type` for the page title and the "No groups" message, but not for the page submit button, which is still hardcoded to "Add to group" (or localised equivalent). ### Steps to reproduce - Create a plugin th...
closed
2025-02-21T06:03:38Z
2025-02-27T15:57:58Z
https://github.com/ckan/ckan/issues/8682
[ "Good for Contribution" ]
ThrawnCA
1
biolab/orange3
data-visualization
7,031
Problem with wordcloud
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following qu...
closed
2025-02-14T19:53:32Z
2025-03-07T09:47:36Z
https://github.com/biolab/orange3/issues/7031
[ "bug report" ]
uelramon
2
littlecodersh/ItChat
api
153
请问有使用ItChat后被微信封号的情况么?
closed
2016-11-16T02:26:10Z
2017-08-05T07:37:26Z
https://github.com/littlecodersh/ItChat/issues/153
[ "question" ]
spacelan
5
netbox-community/netbox
django
18,247
Disabled Cable Trace/Path Buttons in Device Interface View are invisible in Dark Mode
### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version v4.1.8 ### Python Version 3.10 ### Steps to Reproduce 1. Create a **Device** with One (or more) **Physical Interfaces** 2. Navigate to the **Interfaces** view 3. Toggle between Light and Dark Mode ### Expected Behavior ![image](http...
closed
2024-12-17T06:01:23Z
2025-02-10T14:42:09Z
https://github.com/netbox-community/netbox/issues/18247
[ "type: bug", "status: accepted", "severity: low" ]
stuntguy3000
2
huggingface/transformers
python
36,544
`disable_compile` not honored as a kwarg in generate
### System Info - `transformers` version: 4.49.0 - Platform: Linux-6.8.0-49-generic-x86_64-with-glibc2.39 - Python version: 3.10.16 - Huggingface_hub version: 0.29.1 - Safetensors version: 0.5.3 - Accelerate version: 1.4.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (GPU?): 2.6...
closed
2025-03-04T17:48:15Z
2025-03-13T19:41:37Z
https://github.com/huggingface/transformers/issues/36544
[ "bug" ]
pcuenca
3
kennethreitz/responder
flask
375
SPA index.html static file references are not served after change
Hi, first of all, great project! I am running responder with Vue as frontend and Parcel as bundler, by serving the vue-generated ./static/index.html on the '/' route. During development i run: `parcel watch ./app/index.html -d ./static/ --public-url /static` to automatically update the static files when the Vue...
closed
2019-07-23T22:38:47Z
2024-03-31T00:57:27Z
https://github.com/kennethreitz/responder/issues/375
[]
dsod
1
davidsandberg/facenet
computer-vision
1,167
No module named _pywrap_tensorflow_internal
Initially I had tensorflow 2.3 but due to module 'tensorflow' has no attribute 'GPUOptions' changed to tensorflow 1.7 and now iam getting the following error and I am unable to proceed with my proj.Though they have mentioned the link I am kind off lost.If anyone has any suggestions regarding the issue it would...
open
2020-08-22T05:15:45Z
2022-12-08T16:31:22Z
https://github.com/davidsandberg/facenet/issues/1167
[]
meghasn
2
pydata/xarray
pandas
9,914
Automatic Dask-Zarr chunk alignment on the to_zarr method
### Is your feature request related to a problem? In the time that I have used Xarray, I have seen many issues related to the alignment between the Dask and Zarr chunks, and most of them have been misunderstanding how to achieve a many-to-one relation between both chunks, for that reason, I would like to propose the...
open
2024-12-21T17:45:08Z
2025-01-29T18:22:24Z
https://github.com/pydata/xarray/issues/9914
[ "enhancement" ]
josephnowak
3
suitenumerique/docs
django
626
Remove references to La Suite
- [ ] Remove the top right button with La Suite menu (the "gaufre") - [ ] In the GitHub repo, replace docs.numerique.gouv.fr in the description by a demo URL or a homepage for the project
open
2025-02-10T14:46:34Z
2025-02-19T07:26:02Z
https://github.com/suitenumerique/docs/issues/626
[ "reusability" ]
bzg
0
ccxt/ccxt
api
24,657
bitget, fetch_funding_rates(symbols=['ETH/USDT:USDT']), seems to return funding rate for all symbols
### Operating System Ubuntu 22.04.5 LTS ### Programming Languages _No response_ ### CCXT Version 4.4.43 ### Description _No response_ ### Code ```    import ccxt cex = ccxt.bitget() cex.load_markets() x = cex.fetch_funding_rates(symbols=['ETH/USDT:USDT']) print(x.keys()) ```
open
2024-12-25T09:26:45Z
2024-12-25T10:14:27Z
https://github.com/ccxt/ccxt/issues/24657
[]
williamyizhu
1
comfyanonymous/ComfyUI
pytorch
6,430
An error happened while trying to locate the files on the Hub and we cannot find the appropriate snapshot folder for the specified revision on the local disk. Please check your internet connection and try again.
### Expected Behavior not error ### Actual Behavior ![image](https://github.com/user-attachments/assets/89cc837b-7fd4-4ab0-9506-e3df94591650) ![image](https://github.com/user-attachments/assets/170fb936-94ec-41c3-a497-83d84480d8e4) ### Steps to Reproduce [生成动态图片.json](https://github.com/user-attachments/files/1...
closed
2025-01-11T14:36:13Z
2025-01-23T11:22:00Z
https://github.com/comfyanonymous/ComfyUI/issues/6430
[ "Custom Nodes Bug" ]
huasio
6
pallets/flask
flask
4,880
Documentation enhancement request
I noticed that although there is a Code of Conduct file available to view in the main GitHub page, it does not seem to be prominently linked in the documentation here on GitHub. It is mentioned in the Discord server if someone chooses to join that, but I feel it could use a bit more visibility. I added a link to the...
closed
2022-11-27T05:27:17Z
2023-01-10T00:05:54Z
https://github.com/pallets/flask/issues/4880
[]
schmkelsosu
1
ivy-llc/ivy
numpy
27,947
Fix Ivy Failing Test: torch - elementwise.acos
closed
2024-01-17T20:46:12Z
2024-01-22T14:20:54Z
https://github.com/ivy-llc/ivy/issues/27947
[ "Sub Task" ]
samthakur587
0
writer/writer-framework
data-visualization
122
Roadmap
Hi, could you please keep the roadmap updated and make it more detailed because a lot of the change log in each version doesn't even appears on the roadmap. Thanks !
closed
2023-09-20T07:55:57Z
2023-09-21T11:33:51Z
https://github.com/writer/writer-framework/issues/122
[]
PasVegan
1
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,308
test
test
closed
2021-08-25T02:31:52Z
2021-08-25T02:34:29Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1308
[]
cena001plus
0
newpanjing/simpleui
django
64
跨关联关系查询不显示verbose_name值
![122](https://user-images.githubusercontent.com/9565630/58313113-67bd2800-7e3f-11e9-8456-575f266de6bc.png) list_filer 设置ManyToManyField字段查询框不显示verbose_name设置的值
closed
2019-05-24T08:18:32Z
2019-06-03T06:53:06Z
https://github.com/newpanjing/simpleui/issues/64
[ "bug" ]
yanlianhanlin
3
dunossauro/fastapi-do-zero
sqlalchemy
127
Erro em task format (Windows)
Oi, @dunossauro! Em **Configurando o ambiente de desenvolvimento** o comando **task format** está descrito como: `format = 'ruff check . --fix; ruff format .'` Mas ao rodar aqui no Windows ele acusou o seguinte erro: ``` error: unexpected argument '--fix;' found tip: a similar argument exists: '--fix'...
closed
2024-04-23T01:56:52Z
2024-04-30T21:39:59Z
https://github.com/dunossauro/fastapi-do-zero/issues/127
[]
vitorfehelberg
1
harry0703/MoneyPrinterTurbo
automation
117
自定义文案,如果文字过多(200多个字),好像会导致语音过长报错
![image](https://github.com/harry0703/MoneyPrinterTurbo/assets/15190634/1a11133c-d579-4abc-a3c0-b492b3cc0517)
closed
2024-03-30T02:18:00Z
2024-04-03T08:46:17Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/117
[ "enhancement" ]
youngphp
5
anselal/antminer-monitor
dash
135
V9 unit is GH/s
Hello V9 unit is GH/s !
closed
2018-10-26T08:52:28Z
2019-12-02T04:56:15Z
https://github.com/anselal/antminer-monitor/issues/135
[ ":dancing_men: duplicate" ]
Roddy1219
3
mljar/mljar-supervised
scikit-learn
301
Store keys only for trained models in mljar tuner
closed
2021-01-18T13:25:14Z
2021-01-21T11:57:35Z
https://github.com/mljar/mljar-supervised/issues/301
[ "bug" ]
pplonski
0
mlfoundations/open_clip
computer-vision
45
Error when training in DataParallel model.
**Hi, after updating to your most recent code, I got an error when training in single machine (8 GPUs) in DataParrallel model. I simply changed the flag args.dp = True and got the following error message:** miniconda3/envs/env37_amp/lib/python3.7/site-packages/torch/nn/parallel/_functions.py:64: UserWarning: Was ask...
closed
2022-03-17T22:32:05Z
2022-04-06T17:56:06Z
https://github.com/mlfoundations/open_clip/issues/45
[]
wenlinyao
9
dpgaspar/Flask-AppBuilder
rest-api
1,535
Using SQLA Filter `FilterContians`
https://github.com/dpgaspar/Flask-AppBuilder/blob/e21059fd0b8cf10c2eb98549e85e26103ef1de62/flask_appbuilder/models/sqla/filters.py#L114 ```NotImplementedError: <function ilike_op at 0x7fc150244510>``` getting this error on using `FilterContains` to check if a column which stores an array contains an array of users (...
closed
2020-12-28T17:48:23Z
2021-06-29T00:56:35Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1535
[ "stale" ]
kaushalvivek
2
mage-ai/mage-ai
data-science
5,065
[BUG] Clicking the copy icon for a secret does not actually copy secret name to clipboard (Windows 10)
### Mage version 0.9.70 ### Describe the bug Clicking the copy icon for a secret does not actually copy secret name to clipboard. Nothing happens when clicked. Version: 0.9.70 Server OS: Docker on Ubuntu Client OS: Windows 10 Browser: Chrome 124.0.6367.119 ### To reproduce _No response_ ### Expected behavior ...
closed
2024-05-14T17:40:15Z
2024-05-15T19:54:18Z
https://github.com/mage-ai/mage-ai/issues/5065
[ "bug" ]
amlloyd
1
robinhood/faust
asyncio
380
Permission Denied for creating data directory
## Checklist - [X ] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to reproduce I am currently trying to deploy a faust worker to Kubernetes. Here is my Dockerfile: `# Using lightweight alpine image FROM python:3.6-alpine # Installing packages RUN apk update RU...
closed
2019-07-08T21:23:48Z
2024-04-17T15:24:28Z
https://github.com/robinhood/faust/issues/380
[]
milantx
2
pydantic/pydantic-ai
pydantic
738
Support for not providing a start_node
Currently, when running a Graph, the `start_node` is a required argument. However, `Nodes` are already provided in the initializer of the Graph. Would it be possible that, if there is no `start_node` specified in the run method, It automatically picks the first Node specified during the initialization of the Graph?
closed
2025-01-22T11:31:01Z
2025-01-22T15:58:47Z
https://github.com/pydantic/pydantic-ai/issues/738
[]
tpotjj
5
BeanieODM/beanie
asyncio
493
[BUG] using the Indexed option for a column does not insert data into DB nor does it create an Index
**Describe the bug** When using the Indexed option for a field, that field's data is not written to mongoDB when performing an `insert` operation. Everything works as intended when I created an index using the `IndexModel` object in the `indexes` option. Not only that, the `Indexed` option also does not create an ...
closed
2023-02-17T03:07:16Z
2023-05-26T12:31:43Z
https://github.com/BeanieODM/beanie/issues/493
[ "bug" ]
dhruv-ahuja
3
deeppavlov/DeepPavlov
nlp
852
riseapi error
![image](https://user-images.githubusercontent.com/4029753/58387367-259a0f00-8016-11e9-8b5a-66c87b8b6590.png) Keep got error with rise api but command line say that is all good ![image](https://user-images.githubusercontent.com/4029753/58387373-406c8380-8016-11e9-97f9-91276a25a6d1.png) What could be wrong with that...
closed
2019-05-26T21:28:08Z
2019-05-28T22:01:27Z
https://github.com/deeppavlov/DeepPavlov/issues/852
[]
serhio7
2
tableau/server-client-python
rest-api
1,271
custom_view_item.shared always returns false
**Describe the bug** custom_view_item has a **shared** property, but it always shows False because we're not actually parsing that field in from_xml_element(). Adding this in from_xml_element() fixes the issue: `cv_item._shared = str(custom_view_xml.get("shared", None)).lower() == "true"`
closed
2023-08-08T21:51:40Z
2024-01-13T14:56:04Z
https://github.com/tableau/server-client-python/issues/1271
[ "bug", "fixed", "0.24" ]
ryanstryker
0
deepset-ai/haystack
pytorch
9,063
feat: add azure.identity.DefaultAzureCredential authentication to Azure components
**Is your feature request related to a problem? Please describe.** As in #8952 the same authentication mechanism should be applied to (not exhaustive list...): - `AzureOpenAIGenerator` - `AzureOpenAIChatGenerator` - `AzureOpenAIDocumentEmbedder` - `AzureOpenAITextEmbedder` - `AzureAISearchDocumentStore` I know that `...
closed
2025-03-19T08:52:39Z
2025-03-19T08:57:28Z
https://github.com/deepset-ai/haystack/issues/9063
[]
vmarchese
2
iMerica/dj-rest-auth
rest-api
622
"Partitioned" attribute needed for the set-cookie header
Hello, As many browsers are rejecting the set-cookie header when SAMESITE is set to none, it would be good if a new attribute "PARTITIONED" is created. Unless, the authentication under this set-up will be impossible in a near future. As far as I see, only Firefox is still supporting set-cookie headers without this p...
open
2024-04-22T16:11:56Z
2024-04-22T16:11:56Z
https://github.com/iMerica/dj-rest-auth/issues/622
[]
Parbelaez
0
graphql-python/graphene-django
graphql
1,542
`in` filters don't decode IDs
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **What is the current behavior?** Using django-filter for filtering an exact ID match functions well, while filtering for an id `in` some set of IDs does not. For AutoFields and Fo...
open
2025-02-06T11:21:11Z
2025-03-10T09:27:15Z
https://github.com/graphql-python/graphene-django/issues/1542
[ "🐛bug" ]
DrumsnChocolate
0
microsoft/unilm
nlp
1,050
Where to find beit3.spm
Looking for the sentencepiece model for BEIT3, and can't find it anywhere in the docs or repo. Thanks!
closed
2023-04-02T07:48:52Z
2023-04-11T07:30:03Z
https://github.com/microsoft/unilm/issues/1050
[]
nathanodle
2
robinhood/faust
asyncio
42
Internal topics should be prefixed with app id
group_by doesn't use it.
closed
2017-11-07T04:18:16Z
2018-07-31T14:39:12Z
https://github.com/robinhood/faust/issues/42
[ "Issue Type: Enhancement" ]
vineetgoel
1
Miserlou/Zappa
flask
1,994
Drop support for Python versions < 3.6
Python 2.x is now end of life and will no longer receive updates. ## Context Python 2.x and 3.{4, 5} are either no longer supported or don't have official AWS Lambda runtimes. Some additional references in favor of this change: - [Python Clock - Lapsed](https://pythonclock.org/) - [Python 3 Statement](htt...
closed
2020-02-08T18:10:13Z
2020-02-24T13:27:30Z
https://github.com/Miserlou/Zappa/issues/1994
[]
mbeacom
1
miguelgrinberg/python-socketio
asyncio
1,179
Emit With "to" Definition Sometimes Doesn't Work
Hi! I am experiencing an issue in emitting calls from the server to the client. Just to clarify, when I am sending an emit from the client to the server and then, from the event handler on the server, I send an emit back to the client it always arrives at the client. **BUT** When I am trying to emit to the client...
closed
2023-04-30T04:08:10Z
2023-04-30T09:35:33Z
https://github.com/miguelgrinberg/python-socketio/issues/1179
[]
yakirs57
0
OpenInterpreter/open-interpreter
python
603
So, now it wont run
### Describe the bug When i type intrepreter, it says this ![image](https://github.com/KillianLucas/open-interpreter/assets/86132722/f1c02d44-183a-4561-8639-7a62f7b789db) In terminal (specifically powershell) its just ![image](https://github.com/KillianLucas/open-interpreter/assets/86132722/2a596a32-1107-4f5f-93a8...
closed
2023-10-08T00:36:10Z
2023-10-25T04:47:37Z
https://github.com/OpenInterpreter/open-interpreter/issues/603
[ "Bug" ]
literallytwo
4
kymatio/kymatio
numpy
980
Converted TFJS-model not working
I am currently trying to convert a simple Keras model with a Scattering1D Layer to TFJS. The conversion seems to work, but when i try to execute the model i get an error: Error: Failed to cast to unknown dtype null Has anyone successfully converted a model which is working in Javascript/Typescript? Any idea what i...
closed
2022-12-22T14:00:45Z
2023-02-07T12:11:23Z
https://github.com/kymatio/kymatio/issues/980
[]
martinknr
2
Lightning-AI/pytorch-lightning
machine-learning
20,464
A gracefull design to introduce third-party models as tool for validation
### Description & Motivation python3.10.12 + pytorch_lightning 2.4.0 I need a gracefull design to introduce third-party pretrained models for use during the validation steps. so that there is no such Error reported: ``` RuntimeError: It looks like your LightningModule has parameters that were not used in ...
open
2024-12-04T12:14:44Z
2024-12-05T13:54:34Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20464
[ "feature", "design" ]
JohnHerry
1
pytorch/pytorch
python
149,227
Unexpected behaviour in using torch.nn.utils.rnn.pack_padded_sequence API
### 🐛 Describe the bug The test cases test_pack_padded_sequence_empty and test_pack_padded_sequence_zero_length expect a valid PackedSequence output for an empty tensor or a sequence with a zero length. This contradicts the underlying behaviour in the current implementation. ```python from torch.nn.utils.rnn import...
open
2025-03-14T21:05:31Z
2025-03-17T15:25:26Z
https://github.com/pytorch/pytorch/issues/149227
[ "module: rnn", "triaged" ]
sjh0849
0
huggingface/diffusers
deep-learning
10,672
Please support callback_on_step_end for following pipelines
**Is your feature request related to a problem? Please describe.** Missing callback_on_step_end in these pipeline takes away the capability to show the progress in UI **Describe the solution you'd like.** Please support callback_on_step_end **Describe alternatives you've considered.** N.A. **Additional context.** 1....
closed
2025-01-28T16:26:56Z
2025-02-16T17:28:58Z
https://github.com/huggingface/diffusers/issues/10672
[ "good first issue", "help wanted", "contributions-welcome" ]
nitinmukesh
2
serengil/deepface
machine-learning
763
GPU too slow when first build pkl
I'm using laptop (i7-9850h, quadro t1000, 16gb ram) to demo app with flask. At first I planned to use pure windows but had an error in installing cuda, so I switched to wsl2. But when running with gpu in wsl2, the first time build pkl is too slower than build it in cpu. And after that (built pkl), gpu is faster than cp...
closed
2023-05-31T18:36:24Z
2023-05-31T22:33:50Z
https://github.com/serengil/deepface/issues/763
[ "dependencies" ]
MiMi-Yup
1
bregman-arie/devops-exercises
python
4
Add questions on Grafana
closed
2019-10-04T15:54:33Z
2022-07-10T18:43:13Z
https://github.com/bregman-arie/devops-exercises/issues/4
[]
bregman-arie
5
geex-arts/django-jet
django
525
Logout error 405 using Jet, but logout normal without jet
Hello, this is my first time using Jet in django. And I immediately tried it on a new project, fresh, without installing any other packages first. I want to check the Jet interface first on my admin. Before I used Jet, I was able to login and logout normally (still with the standard Django admin). But after I act...
open
2024-02-11T05:39:19Z
2024-02-11T05:39:19Z
https://github.com/geex-arts/django-jet/issues/525
[]
hapesurya
0
kornia/kornia
computer-vision
3,014
Test on Windows are failing because of no numpy.
LGTM. Test on Windows are failing because of no numpy. _Originally posted by @edgarriba in https://github.com/kornia/kornia/pull/3012#pullrequestreview-2289278611_
closed
2024-09-09T08:53:17Z
2024-09-09T23:44:12Z
https://github.com/kornia/kornia/issues/3014
[]
edgarriba
1
sammchardy/python-binance
api
706
help not worc close all orders
not worc my code in python close all orders python not expert to my - Python version: [e.g. 3.5] - OS: windows 10 - python-binance python_binance-0.7.9-py2.py3-none-any.whl from binance.client import Client from binance.websockets import BinanceSocketManager import time import math api_key = 'IIII...
closed
2021-02-26T09:19:20Z
2021-02-26T11:35:33Z
https://github.com/sammchardy/python-binance/issues/706
[]
G34567
0
Lightning-AI/pytorch-lightning
pytorch
19,861
Validation dataloader is added to train dataloader after first epoch
### Bug description Validation dataloader is added to train dataloader after first epoch. What the f*ck ? ### What version are you seeing the problem on? v1.8 ### How to reproduce the bug ```python trainer.fit(model, train_dataloader, valid_dataloader) ``` ### Error messages and logs ``` # Error messages and l...
closed
2024-05-12T15:55:37Z
2024-05-12T16:57:23Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19861
[ "bug", "needs triage", "ver: 1.8.x" ]
AndreyStille
0
SALib/SALib
numpy
121
Add groups functionality for Sobol
Add a "groups" functionality for Sobol. @willu47 added a really nice feature for the Morris method to read groups from the parameter file, and it would be great to extend this to other methods that can handle groups. For Sobol, the biggest difference would be in the cross-sampling.
closed
2017-01-03T11:25:37Z
2017-01-03T17:54:09Z
https://github.com/SALib/SALib/issues/121
[ "enhancement" ]
willu47
1
microsoft/unilm
nlp
805
Model I am using is LayoutLMV2 large.
**Describe the bug** Model I am using is microsoft/layoutlmv2-large-uncased. I am following this link [https://towardsdatascience.com/fine-tuning-layoutlm-v2-for-invoice-recognition-91bf2546b19e](url) for fine tuning and inferencing LayoutLMV2 base uncased for document data extraction. The problem arises when using...
open
2022-07-27T05:36:08Z
2022-07-27T05:53:04Z
https://github.com/microsoft/unilm/issues/805
[]
samyakai
0
apache/airflow
data-science
47,948
ExternalTaskSensor with mode='reschedule' raising module 'airflow.settings' has no attribute 'engine' error
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? ExternalTaskSensor with mode='reschedule' raising module 'airflow.settings' has no attribute 'engine' error Traceback (most recent call last): File "/opt/airflow/airflow/sensors/b...
open
2025-03-19T11:01:00Z
2025-03-23T17:07:01Z
https://github.com/apache/airflow/issues/47948
[ "kind:bug", "priority:medium", "area:core", "affected_version:3.0.0beta" ]
atul-astronomer
1
Asabeneh/30-Days-Of-Python
numpy
543
Online playground
Great work. Thank you. I suggest adding links to run code samples in an online playground where users can run the code, edit it, save for later and share with others, etc. This are some examples: - Run functions and print output: [Run in playground](https://livecodes.io/?x=id/bzcdxxysijd) ``` python def gre...
open
2024-07-03T04:25:40Z
2024-07-04T07:25:06Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/543
[]
hatemhosny
2
docarray/docarray
fastapi
1,243
Make `search_field` default to empty string
`search_field` in `find()`, `text_search()` should default to `''`. Three reasons for that: - In some backends (concrete example: Weaviate), the field to perform similarity search on is known a priori (or at least during schema creation time), or even a reserved name that never changes. In those cases it does not make...
closed
2023-03-15T15:10:18Z
2023-03-17T07:52:27Z
https://github.com/docarray/docarray/issues/1243
[]
JohannesMessner
1
graphql-python/graphene
graphql
1,389
Tutorial mistakes
Hey :). Don't know where else to post this so... Found 2 mistakes in this tutorial: https://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/ Where it says: "Now sync your database for the first time:" There is no manage.py in that directory. One must go back one directory. So, `cd ..` first,...
open
2021-11-13T13:06:58Z
2025-01-06T10:37:13Z
https://github.com/graphql-python/graphene/issues/1389
[ "🐛 bug" ]
Kyliathy
3
chainer/chainer
numpy
8,390
Flaky test: chainer_tests/distributions_tests/test_utils.py::ModifiedXLogX
From #8371 [Travis](https://travis-ci.org/chainer/chainer/jobs/607597850?utm_medium=notification&utm_source=github_status) ``` ______________________ TestModifiedXLogX_param_0_{dtype=float32, shape=(2, 3)}.test_backward_cpu _______________________ [2019-11-05 11:58:46] [2019-11-05 11:58:46] self = <chainer.testi...
closed
2019-11-08T01:15:49Z
2019-11-28T10:44:30Z
https://github.com/chainer/chainer/issues/8390
[ "cat:test", "prio:high" ]
emcastillo
3
s3rius/FastAPI-template
asyncio
30
Add AWS cloud deployment.
We need to create an AWS configuration for cloud deploy. I guess, that terraform is a really good way to create infrastructure. In this thread we must choose the best way to deploy a cloud app. Currently I'm thinking about creating REST Gateway. But maybe someone would like to choose something else. This fea...
open
2021-10-04T06:37:37Z
2023-11-21T01:18:18Z
https://github.com/s3rius/FastAPI-template/issues/30
[ "help wanted" ]
s3rius
11
Python3WebSpider/ProxyPool
flask
197
怎么解决python11下运行run,py后报ImportError: cannot import name 'ProxySchemeUnsupported' from 'requests.packages.urllib3.exceptions'的问题?
我在网上查了一下好像是Python3.6以后,在使用代理时,requests.get(url=url, headers=headers, proxies=…)中proxies的参数值发生了变化,3.6包括之前,proxies={‘https’: ‘127.0.0.1:8080’}或者proxies={‘http’: ‘127.0.0.1:8080’}即可,但是这样的字典类型并不适用于Python3.7及以上的版本。在Python3.7及以上版本,必须要在ip:port前面加上http://或者https://,不能去掉前面的http://或者https://,即Python3.7后必须使用proxies={‘http’: ‘http...
closed
2023-07-13T09:14:47Z
2023-07-13T13:58:37Z
https://github.com/Python3WebSpider/ProxyPool/issues/197
[ "bug" ]
2793525733
2
pydantic/pydantic
pydantic
11,041
Error message for return value in `validate_call` says "input"
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I had a function like: ```py In [1]: from pydantic import ValidationError, validate_call ...: @validate_call(validate_return=True) ...: def abc(s: str, b: int) -> str ...: return 1 ``` and I ran it with: `abc('a', 1)`...
open
2024-12-03T16:22:29Z
2024-12-10T03:00:45Z
https://github.com/pydantic/pydantic/issues/11041
[ "bug V2", "pending" ]
AbdealiLoKo
1
netbox-community/netbox
django
18,770
Allow {module} variable in position field
### NetBox version v4.2.4 ### Feature type New functionality ### Proposed functionality Allow the {module} variable to be used in the Position field. Currently the text is not parsed and {module} remains as text. The position of the module then has to be manually updated after it has been instantiated into a modul...
closed
2025-02-28T11:28:38Z
2025-02-28T14:39:39Z
https://github.com/netbox-community/netbox/issues/18770
[ "type: feature" ]
mattg66
1
localstack/localstack
python
11,871
bug: Empty nullable fields return as true when queried from RDS Postgres
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When i return an object from a table with a nullable column, if that records value is null... the RDS Data API appears to return TRUE. ### Expected Behavior The column should be set to NULL. ###...
closed
2024-11-19T04:00:06Z
2024-11-28T18:42:16Z
https://github.com/localstack/localstack/issues/11871
[ "type: bug", "aws:rds", "status: backlog" ]
Neuroforge
3
onnx/onnx
scikit-learn
6,477
shape inferrence about dynamic axis
I'm trying to export the pytorch model into onnx without dynamic axis and infer the shape with shape_inference. But the inferred model still have unkown dimensions. How to ensure all the dimensions in onnx is fixed? Thank you. ![微信截图_20241021124448](https://github.com/user-attachments/assets/1cea6db5-3b8b-4220-8123-...
open
2024-10-21T04:51:44Z
2024-10-24T13:27:09Z
https://github.com/onnx/onnx/issues/6477
[ "question" ]
ChipmunkKeeper
6
plotly/dash-table
dash
236
Embedded links support
Now it seems not possible to insert `dcc.Link` inside a table cell. It produces error: `Objects are not valid as a React child (found: object with keys {props, type, namespace}).` The use case: I have a bunch of time-series data and would like to map a page with analytics for each series, and each page is referred f...
closed
2018-11-09T08:11:16Z
2018-11-09T13:14:38Z
https://github.com/plotly/dash-table/issues/236
[]
azhuchkov
1
Lightning-AI/pytorch-lightning
deep-learning
19,686
`dirpath` in `OnExceptionCheckpoint` should default to the same directory as `ModelCheckpoint`
### Description & Motivation `ModelCheckpoint` is a very handy features and `OnExceptionCheckpoint` is nice to have when you want to interrupt a training or there is a bug. However there is no default value for `dirpath` in `OnExceptionCheckpoint`, it would be nice if it defaulted to the same directory as `ModelChec...
open
2024-03-22T16:54:29Z
2024-03-22T16:55:10Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19686
[ "feature", "needs triage" ]
cajoek
0
ResidentMario/missingno
data-visualization
54
README is too crowded - reorganize into a separate GitHub pages docs site
I suggest keeping the README short and to the point: badges showing status etc. of the package, what is the purpose of the package, how to install, 1-2 basic code examples, and contributing information. More examples, function API docs, and detailed descriptions can be moved to the docs site. I also suggest addin...
closed
2018-01-31T03:08:53Z
2020-04-09T21:14:51Z
https://github.com/ResidentMario/missingno/issues/54
[]
rhiever
1
kizniche/Mycodo
automation
1,394
Mycodo is not accessible and Raspberry Pi3 B+ after less than 12 hours
### Versions: - Mycodo Version: Mycodo v8.16.0 - Raspberry Pi Version: 3B+ - Raspbian OS Version: Debian GNU/Linux 12 Release: 12 last one of this moring with Pi imager Hello, since a week I have installed Mycodo on a Pi3 B+ with a hat UPS and a Hat relay Pi 6 from Sbcomponnets. It has a usb SSD d...
closed
2024-10-03T19:47:02Z
2025-01-08T19:44:26Z
https://github.com/kizniche/Mycodo/issues/1394
[]
Pierrevictor67
3
jpadilla/django-rest-framework-jwt
django
82
Notes on RSASSA-PKCS1-v1_5 Should be Updates
> For the RSASSA-PKCS1-v1_5 algorithms, the "secret" argument in jwt.encode is supposed to be a private RSA key as imported with Crypto.PublicKey.RSA.importKey. Likewise, the "secret" argument in jwt.decode is supposed to be the public RSA key imported with the same method. 1. It isn't clear what library has `Crypto.Pu...
closed
2015-02-21T20:59:49Z
2015-02-22T01:23:03Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/82
[]
cancan101
1
Significant-Gravitas/AutoGPT
python
8,779
Implement (real-time) datasource for agent status
* Part of #8774 * Needed for real-time agent status indication in #8775 ### Requirements * Shares updates of agent status in real time * Part of WebSockets API * The same info needs to be added to the `GET /graphs` REST endpoint * Events: * Agent status updated * Running (≥ 1 graph execution active) * Inact...
open
2024-11-26T17:51:20Z
2025-03-20T19:25:46Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8779
[ "API", "platform/backend" ]
Pwuts
0
aminalaee/sqladmin
sqlalchemy
539
"Create" form fails when model has `meta` field
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug When I include a model which has a `meta` field, this clashes with the `meta` field of the form object from wtforms. I cannot immediately say w...
closed
2023-07-05T07:40:13Z
2023-07-06T07:36:57Z
https://github.com/aminalaee/sqladmin/issues/539
[]
tcompa
2
d2l-ai/d2l-en
tensorflow
2,636
failed to access https://discuss.d2l.ai/
![Image](https://github.com/user-attachments/assets/7282fb67-1e69-425f-9493-1d86ba522cdf) have tried to delete cookie cache, but didn't work related issue https://github.com/d2l-ai/d2l-en/issues/2581
open
2025-02-28T11:08:17Z
2025-03-10T03:28:04Z
https://github.com/d2l-ai/d2l-en/issues/2636
[]
domonnss
4