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
mwaskom/seaborn
data-visualization
3,000
Release v0.12.0
Release tracker issue for v0.12.0. Mostly opening so that it gets issue #3000, which is satisfying.
closed
2022-09-05T16:53:42Z
2022-09-06T22:24:08Z
https://github.com/mwaskom/seaborn/issues/3000
[]
mwaskom
2
kornia/kornia
computer-vision
2,812
warp_affine buggy
### Describe the bug warp_affine doesn't work properly (a bug?). see code snipped and images (cv2's result showed as RGB, Kornia's as greyscaled for simplicity). I met this on latest 0.7.1, also tried to downgrade to 0.5. didn't helped. ### Reproduction steps ```bash center = torch.zeros((B, 2,)) + torch.tens...
closed
2024-02-22T12:14:08Z
2024-02-22T13:15:08Z
https://github.com/kornia/kornia/issues/2812
[ "help wanted" ]
korabelnikov
1
onnx/onnx
tensorflow
6,571
Reduce session create time with Loop.
# Ask a Question When exporting a PyTorch model with `torch.onnx.export`, it seems there is no function like `jax.lax.fori_loop` such that ``` for block in blocks: x = block(x) ```` would be translated into an ONNX [Loop](https://onnx.ai/onnx/operators/onnx__Loop.html) operation (inspecting with Netron show...
open
2024-12-03T22:44:49Z
2025-01-25T15:41:16Z
https://github.com/onnx/onnx/issues/6571
[ "question" ]
AlexanderMath
2
iMerica/dj-rest-auth
rest-api
236
Limit social login to only a certain email address domain
Hello, I'm getting started with dj-rest-auth and I have an app which allows user to only sign in via google. However, I want users to only be able to access my service with a specific google apps email domain. I'm using dj-rest-auth in conjunction with django-allauth. This is what I tried: I created allauth ad...
open
2021-03-17T17:52:28Z
2021-08-15T22:55:19Z
https://github.com/iMerica/dj-rest-auth/issues/236
[]
samul-1
1
stanford-oval/storm
nlp
259
[BUG] How to generate my own report outline?
**Describe the bug** A clear and concise description of what the bug is. NOT A BUG: I want to generate my own report outline. How to do this? **To Reproduce** Report following things 1. Input topic name 2. All output files generated for this topic as a zip file. **Screenshots** If applicable, add screens...
closed
2024-11-28T00:36:33Z
2025-01-04T23:15:44Z
https://github.com/stanford-oval/storm/issues/259
[]
parthchandak02
1
Zeyi-Lin/HivisionIDPhotos
machine-learning
142
Why does my Python 3.10 run with this error
File "/Users/oceanfly/.conda/envs/python3.10.0_env/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "/Users/oceanfly/.conda/envs/python3.10.0_env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2177, in run_sy...
closed
2024-09-17T13:44:06Z
2024-09-23T00:53:16Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/142
[]
zhhOceanfly
1
521xueweihan/HelloGitHub
python
2,148
基于 Fetch API 的洋葱模型 http 客户端。
## 项目推荐 - 项目地址:https://github.com/molvqingtai/resreq - 类别:JS - 项目后续更新计划:持续更新 - 项目描述: 它是一个基于 [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) 的现代 http 客户端,因为它在内部使用洋葱模型实现,因此您可以使用中间件优雅地拦截请求和响应。 - 推荐理由: 目前大部分前端请求库使用两个钩子函数来处理请求和响应,当我们在请求中添加过多的业务逻辑时,这变得难以维护。 洋葱模型是一种非常优...
closed
2022-03-29T17:23:33Z
2022-04-25T06:37:03Z
https://github.com/521xueweihan/HelloGitHub/issues/2148
[ "JavaScript 项目" ]
molvqingtai
0
pyg-team/pytorch_geometric
deep-learning
9,879
Add ExecuTorch support
### 🚀 The feature, motivation and pitch Hi! I'm trying to deploy a GNN built with PyG on edge devices (mobile), and I'd like it to be supported with ExecuTorch. ### Alternatives _No response_ ### Additional context Hi! I'm trying to deploy a GNN built with PyG (following [this blog](https://medium.com/s...
open
2024-12-19T16:35:53Z
2025-01-18T13:46:05Z
https://github.com/pyg-team/pytorch_geometric/issues/9879
[ "feature", "compile" ]
sicong-li-arm
3
hbldh/bleak
asyncio
790
Adding the scan.pattern filter, introduced in Bluez 5.54
* bleak version: 0.14.2 * Python version: 3.9 * Operating System: Debian * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.55 ### Description Would you be open to a PR that would introduce the scan.pattern filter that was introduced in Bluez 5.54 (https://git.kernel.org/pub/scm/bluetooth/bluez.git/log/?h...
closed
2022-03-22T14:21:59Z
2022-03-22T18:09:55Z
https://github.com/hbldh/bleak/issues/790
[ "enhancement", "Backend: BlueZ" ]
ayemiller
5
axnsan12/drf-yasg
rest-api
812
Current DRF-YASG version is not compatible with drf latest version 3.14.0
# Bug Report ## Description I have been facing an issue with `drf-yasg==1.23.1` after the release of latest `djangorestframework==3.14.0`. They have removed the support for `NullBooleanField` in the latest version of `rest_framework.serializers`. Please update the drf-yasg version accordingly since this is a brea...
closed
2022-09-23T07:24:22Z
2022-09-24T10:27:19Z
https://github.com/axnsan12/drf-yasg/issues/812
[]
prakharrathi25
2
falconry/falcon
api
1,390
almost a year since last version
The lastest version of falcon, version 1.4.1, was released January of 2018. That's almost a year ago. Is there any intention of creating a new release in the foreseeable future?
closed
2018-12-13T21:25:14Z
2019-02-12T23:14:14Z
https://github.com/falconry/falcon/issues/1390
[ "question" ]
bpmason1
1
ranaroussi/yfinance
pandas
1,304
Extremely minor changes, but would be really useful for me
1. Would be nice to have the following properties included in (say) `info` - `regularMarketTime` - market's time stamp of the price given - `marketState` - shows the trading status of the market, e.g. open, closed etc I use both of these in my s/w 2. Would be nice if it supported getting quotes...
closed
2023-01-15T14:10:49Z
2023-03-27T15:45:03Z
https://github.com/ranaroussi/yfinance/issues/1304
[]
james-stevens
3
ydataai/ydata-profiling
data-science
795
Profile contains incorrect types and rejected columns
**Description:** Profile contains incorrect types and rejected columns. **Reproduction:** ```python import datetime import pandas import pandas_profiling df = pandas.DataFrame({ "time": [datetime.datetime(2021, 5, 11)] * 4, "symbol": ["AAPL", "AMZN", "GOOG", "TSLA"], "price": [125.91, 3223...
closed
2021-05-19T15:06:14Z
2021-06-30T10:16:26Z
https://github.com/ydataai/ydata-profiling/issues/795
[]
ashwin153
1
miguelgrinberg/python-socketio
asyncio
845
client connect: url parameter is always truncated to hostname:port ?
**Describe the bug** Using simple code: ``` sio = socketio.Client(logger=True, engineio_logger=True) sio.connect('https://my.host.name/chat/') ``` I got 404 from my server because library changed URL to be just `https://my.host.name` and appends `/socket.io/?transport=polling&EIO=4` Resulting: ``` At...
closed
2022-01-10T16:51:35Z
2022-01-10T17:21:38Z
https://github.com/miguelgrinberg/python-socketio/issues/845
[]
bialix
2
LibrePhotos/librephotos
django
1,530
Need to restrict the "demo" account update password functionality
📝 Description of issue: After login using the "Demo" Account, navigate to the profile section, there we have text fields which will help us to change the password for the particular account. since it's "Demo" account multiple peoples can be able to login and change the password and block other from acce...
open
2025-02-13T09:01:01Z
2025-03-13T08:32:36Z
https://github.com/LibrePhotos/librephotos/issues/1530
[ "bug" ]
sundaresan0502
2
d2l-ai/d2l-en
tensorflow
2,123
Typo in Ch.2 introduction.
In the second paragraph on the intro to 2. Preliminaries, change "basic" to "basics" (see the image below). ![image](https://user-images.githubusercontent.com/105089602/167661402-1b43cf4c-3226-4c0d-85eb-ed02bddab9be.png)
closed
2022-05-10T15:08:49Z
2022-05-10T17:37:44Z
https://github.com/d2l-ai/d2l-en/issues/2123
[]
jbritton6
1
unit8co/darts
data-science
2,434
[Question] Help understanding warning message when trying to iteratively forecast
I am currently using the Darts library for time series forecasting with the XGBModel and have encountered a warning message that I need some clarification on. I am using a dataset with daily frequency and the following columns: ds (date), cases (predictor), var1 (past cov), var2 (past cov). As I have been trying to...
closed
2024-06-28T20:42:26Z
2024-08-16T07:09:49Z
https://github.com/unit8co/darts/issues/2434
[ "question" ]
christian-dalton
1
stanford-oval/storm
nlp
112
ValueError: Expected 2D array, got 1D array instead:
Thank you very much for your contribution! I encountered the same problem as [#14 ](https://github.com/stanford-oval/storm/issues/14)when running the command ```shell -- python -m scripts.run_writing --input-source console --input-path ../FreshWiki/topic_list.csv --engine gpt-4 --do-polish-article --remove-duplicate....
closed
2024-07-30T00:37:09Z
2024-07-31T18:25:25Z
https://github.com/stanford-oval/storm/issues/112
[ "Bug Report - User Environment" ]
Stubborn-z
2
biolab/orange3
numpy
6,206
exception with Load Model widget
1) double-click the Load Model widget to select a pkcls file to load, sometimes (not always), an exception is raised immediately 2) if it isn't and you get to select the pkcls file, the attached model (saved from a previous neural network training session, see the DB link) consistently raises an exception and fails ...
closed
2022-11-16T20:58:12Z
2023-01-27T19:37:32Z
https://github.com/biolab/orange3/issues/6206
[ "bug", "follow up" ]
pkstys
10
sunscrapers/djoser
rest-api
103
How does /auth/me/ and /auth/logout/ works?
@konradhalas Hi, may I ask how does /auth/me/ check whether a user is logged in or not? Do i need to include anything in the HTTP request header? Also, do i need to include anything in my HTTP request for /logout/?
closed
2015-12-09T10:17:50Z
2015-12-10T04:46:13Z
https://github.com/sunscrapers/djoser/issues/103
[]
teddyhartanto
0
cvat-ai/cvat
pytorch
8,237
Which container uses Elastic Search?
Current: CVAT v2.15.0 in use, CVAT Analytics related questions I want to install a container using Elastic Search on another EC2 in preparation for a lot of annotation work. However, I don't know which container uses Elastic Search. (I heard it somewhere, so I don't know if it actually uses Elastic Search.) In...
closed
2024-07-30T10:14:37Z
2024-07-30T10:14:49Z
https://github.com/cvat-ai/cvat/issues/8237
[]
dc-noh
0
microsoft/nni
deep-learning
5,407
stop being disrespectful to real Engineers (Mechanical Engineering is the ONLY Engineering)
Death to you microsoft [TRASHrosoft] devs and employees, you cheap loser shills. Death to you for openly promoting donkeys who work for the garbage & useless so called "health" "sector". Death to you for being such stupid slaves and praising those daft morons. Death to you for promoting those stupid childish ego pigs, ...
closed
2023-02-27T18:01:29Z
2023-02-28T02:41:28Z
https://github.com/microsoft/nni/issues/5407
[]
ghost
0
apify/crawlee-python
automation
861
Add local caching for crawled pages to enhance development efficiency
It would be a huge time saver during development if the website only needed to be crawled once. While iterating on my data extraction code, I wish I could load the pages from my local disk instead of the Internet. During development, repeatedly crawling the website to test data extraction code is time-consuming and ...
open
2025-01-05T17:26:34Z
2025-01-06T11:36:50Z
https://github.com/apify/crawlee-python/issues/861
[ "enhancement", "t-tooling" ]
matecsaj
1
RayVentura/ShortGPT
automation
112
❓ [Question]: is there any way to use Open AI for free ??
### Your Question so i tried revered proxy but it's not working, it's showing me this error after 33% ![image](https://github.com/RayVentura/ShortGPT/assets/126417929/87bc62a3-a29c-4825-9cc0-ab83ee81720d) ERROR : Exception : GPT3 error: Too many requests, you can send 3 requests per 15 seconds, please wait and t...
open
2023-10-24T06:14:01Z
2025-01-23T09:50:49Z
https://github.com/RayVentura/ShortGPT/issues/112
[ "question" ]
enkii07
10
alteryx/featuretools
scikit-learn
2,567
Dask outputs missing from dependency checkers
Dask versions are no longer included in the output from the latest dependency checker or the minimum dependency checker. We should update these workflows to make sure dask outputs are included so we can be made aware of potentially breaking changes that come from updates to dask/distributed.
closed
2023-04-26T20:11:37Z
2024-02-09T20:55:42Z
https://github.com/alteryx/featuretools/issues/2567
[]
thehomebrewnerd
0
quokkaproject/quokka
flask
622
cli: init should copy secrets file
Ensure init will copy .secrets file https://github.com/rochacbruno/quokka_ng/issues/49
open
2018-02-07T01:51:07Z
2018-02-07T01:51:07Z
https://github.com/quokkaproject/quokka/issues/622
[ "1.0.0", "hacktoberfest" ]
rochacbruno
0
huggingface/pytorch-image-models
pytorch
2,290
[BUG] Wrong model.num_features for mobilenetv4
**Describe the bug** `model.num_features` return 960, but correct number is 1280. **To Reproduce** ``` import timm model = timm.create_model('mobilenetv4_conv_large.e500_r256_in1k', pretrained=True, num_classes=0) print(model.num_features) 960 ``` **Expected behavior** ``` print(model.num_features) 1280...
closed
2024-10-01T09:34:58Z
2024-10-01T15:25:53Z
https://github.com/huggingface/pytorch-image-models/issues/2290
[ "bug" ]
MichaelMonashev
1
timkpaine/lantern
plotly
71
mpl not showing bar when combining bar+line/area in chart
closed
2017-10-16T18:29:54Z
2017-10-19T04:48:46Z
https://github.com/timkpaine/lantern/issues/71
[ "bug", "matplotlib/seaborn" ]
timkpaine
0
ageitgey/face_recognition
machine-learning
1,521
"Invalid image path: {}".format(X_img_path))
raise Exception("Invalid image path: {}".format(X_img_path)) Exception: Invalid image path: knn_examples/test/.DS_Store im using .jpeg format
open
2023-08-08T14:18:12Z
2023-08-08T14:18:12Z
https://github.com/ageitgey/face_recognition/issues/1521
[]
vamsidharreddyyeddula
0
dsdanielpark/Bard-API
api
36
Provide Links For Images Generated by Google's Bard AI
Hello, It seems BardAI now supports image generation as per below snapshot. However the Bard-API only returns the alt-image-text for the generated image. Is there a way to include the links of the generated images?
closed
2023-05-23T22:34:16Z
2024-01-18T15:57:11Z
https://github.com/dsdanielpark/Bard-API/issues/36
[]
GordonLevy
16
charlesq34/pointnet
tensorflow
275
Doesn't visualize the color for semantic segmentation
I was opening .obj files in CloudCompare but it doesn't visualize the color. How to solve this problem? Thank you!
open
2021-04-03T17:56:53Z
2022-01-11T14:18:32Z
https://github.com/charlesq34/pointnet/issues/275
[]
noridayu1998
1
microsoft/nni
deep-learning
5,732
How nni performs qat quantization on leaky relu
I used nni-2.10.1 and pytorch2.0 How nni performs qat quantization on leaky relu?
open
2024-01-09T09:06:18Z
2024-01-09T09:06:18Z
https://github.com/microsoft/nni/issues/5732
[]
11923303233
0
mwaskom/seaborn
data-visualization
3,689
Future deprecation of palette without hue - the proposed solution does not yield the same result
Hi, I have a comment on the proposed change and on the Future warning that seaborn started providing: ```python /var/folders/bx/tb4883l53hdd3zp2y0nyy_4m0000gp/T/ipykernel_19815/3866600701.py:9: FutureWarning: Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x...
closed
2024-05-09T08:08:02Z
2024-10-23T02:26:39Z
https://github.com/mwaskom/seaborn/issues/3689
[]
jankaWIS
5
ultralytics/ultralytics
deep-learning
18,849
Object Detection When Using Image Size 1280 in YOLOv8x Training
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug I am training the YOLOv8x model using the VisDrone dataset. I set the image size to 1280 because I w...
open
2025-01-23T15:00:22Z
2025-01-24T06:11:59Z
https://github.com/ultralytics/ultralytics/issues/18849
[ "detect" ]
uzunkadir
4
plotly/dash
plotly
2,251
[BUG] Dropdown takes too much time to render
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash==2.6.2 dash-bootstrap-components==1.2.1 dash-core-components==2.0.0 dash-html-components==2.0.0 dash-table==5.0.0 ``` - if frontend related, tel...
closed
2022-09-26T08:44:40Z
2024-07-24T15:10:17Z
https://github.com/plotly/dash/issues/2251
[]
daviddavo
2
PeterL1n/BackgroundMattingV2
computer-vision
168
如何去除VideoMatte240K数据集视频人像周围马赛克
看了下数据集介绍,发布的VideoMatte240K视频是HEVC编码的。 在fgr文件夹下,视频人像周围那一圈类似马赛克的轮廓,应该怎么去掉? 如果是用ffmpeg的话,方便给一下完整的ffmpeg命令吗? ![img](https://user-images.githubusercontent.com/13350519/147056161-d6113ba5-c880-4b98-88a5-d344f5fe8737.jpg)
open
2021-12-22T07:56:26Z
2021-12-22T08:18:06Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/168
[]
zhifanlight
2
CorentinJ/Real-Time-Voice-Cloning
python
929
Pretrained.pt (Bluefish models link ) seems missing?
Hi, I am testing / running this code in a class project and noticed today that the pretrained.pt file in synth, vocoder and encoder (previously stored in /saved_models and /saved_models/pretrained/ ) seems missing?
closed
2021-12-01T14:09:20Z
2021-12-10T07:47:24Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/929
[]
RobbeW
18
hankcs/HanLP
nlp
1,338
修改:加载自定义停用词文件无效
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2019-12-05T03:53:50Z
2020-01-01T10:48:07Z
https://github.com/hankcs/HanLP/issues/1338
[ "ignored" ]
allen615
3
mwaskom/seaborn
data-visualization
2,769
Is the units parameter currently functional?
First, thank you so much @mwaskom for this amazing package -- I use it constantly in my own work. I recently noticed that categorical plots have a `units` parameter that is supposed to control the level of bootstrapping. If I am understanding the purpose of this correctly, using this parameter should result in error ba...
closed
2022-03-22T18:56:17Z
2022-03-28T15:32:48Z
https://github.com/mwaskom/seaborn/issues/2769
[]
dhalpern
2
apache/airflow
machine-learning
48,034
@dag imported from airflow.sdk fails with `AttributeError: 'DAG' object has no attribute 'get_run_data_interval'`
### Apache Airflow version from main. 3.0.0b4 ### What happened? (This bug does not exist in beta3, only got it in the nightly from last night, can't get current main to run so could not test there) Tried to add this dag: ```python from airflow.decorators import task from pendulum import datetime from airflow.sdk ...
closed
2025-03-20T20:17:29Z
2025-03-21T08:11:39Z
https://github.com/apache/airflow/issues/48034
[ "kind:bug", "area:core", "needs-triage", "affected_version:3.0.0beta" ]
TJaniF
4
flairNLP/fundus
web-scraping
12
Discussion: Convenience attribute access and human-readable Article printouts
It would be helpful if a print on an Article object resulted in a nicely readable string representation of the article without full information on all attributes. I.e.: ```python crawler = Crawler(PublisherCollection.de_de) for article in crawler.crawl(max_articles=5): print(article) ``` would print...
closed
2022-12-06T07:15:08Z
2023-04-19T23:22:12Z
https://github.com/flairNLP/fundus/issues/12
[]
alanakbik
4
allenai/allennlp
data-science
4,666
When running multiple distributed runs on the same box, AllenNLP says "RuntimeError address already in use”
The workaround is to set `"distributed" { "master_port": 29501 }` in the training config, but we can do better and automatically find a free port.
closed
2020-09-23T22:31:39Z
2020-10-07T18:14:35Z
https://github.com/allenai/allennlp/issues/4666
[ "bug" ]
dirkgr
0
mlfoundations/open_clip
computer-vision
538
Intermediate Checkpoints
Hi, thanks for the great repo! I was wondering if there is a possibility to get intermediate checkpoints (for the n(=32) epochs) for some common clip models. for eg. (any/some of) CLIP-VIT-B32 pre-trained on laion/yfcc/cc? Thanks!
closed
2023-05-21T04:12:08Z
2023-10-24T16:10:29Z
https://github.com/mlfoundations/open_clip/issues/538
[]
HarmanDotpy
1
modin-project/modin
data-science
6,946
Remove `needs: [lint-black-isort, ...]`
closed
2024-02-19T16:45:24Z
2024-02-19T17:21:51Z
https://github.com/modin-project/modin/issues/6946
[ "Testing 📈", "P0" ]
dchigarev
0
JoeanAmier/XHS-Downloader
api
112
需求:能否迁移到微信小程序中
open
2024-07-03T15:18:41Z
2024-07-04T13:01:53Z
https://github.com/JoeanAmier/XHS-Downloader/issues/112
[]
NoMoonAndStar
1
benbusby/whoogle-search
flask
253
[BUG] Whoogle returns a broken Page on search
**Describe the bug** Recently, whoogle searches started returning more and more "broken" Pages on search. After waking up today, i found that my hosted whoogle-instance doesn't return ANY non-broken Pages anymore. **To Reproduce** I don't know if these steps create the problem specifically, but: 1. Set up whoogle...
closed
2021-04-01T10:23:13Z
2021-04-01T14:13:19Z
https://github.com/benbusby/whoogle-search/issues/253
[ "bug" ]
bitfl0wer
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,902
[Bug]: getting an import error about can't import name packaging from pkg_resources
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported ...
closed
2024-05-28T13:21:07Z
2024-05-28T21:15:15Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15902
[ "bug-report" ]
deathtome1998
7
axnsan12/drf-yasg
rest-api
747
Failed to create schema for ListField(chield=FileField)
# Bug Report ## Description Hi, I'm trying to upload files via swagger + drf but got an error. Can you please help? ## serializers.py ```code class PictureInputSerializer(serializers.Serializer): is_title = serializers.BooleanField(required=False) file = serializers.FileField( max_leng...
open
2021-10-05T15:57:12Z
2025-03-07T12:11:14Z
https://github.com/axnsan12/drf-yasg/issues/747
[ "triage" ]
Panter7777
1
mouredev/Hello-Python
fastapi
424
网赌被黑怎么办?账号被冻结怎么办?提款一直不到账失败怎么办?
澳门平台(威尼斯人,出黑拿回微信:xiaolu460570飞机:@lc15688金沙,巴黎人,美高梅,银河,新葡京,太阳城等等)不给出款怎么办? 关于网上网赌娱乐平台赢钱了各种借口不给出款最新解决方法 切记,只要你赢钱了,遇到任何不给你提现的借口,基本表明你已经被黑了。 第一:提款被拒绝,各种借口理由,就是不让出款,让打倍投流水等等! 第二:限制你账号的部分功能!出款和入款端口关闭,以及让你充值解开取款通道等等! 第三:客服找一些借口说什么系统维护,风控审核等等借口,就是不让取款! 第四:确认被黑了,应该怎么做? (找专业团队教你怎么办挽回损失,出款不成功不收取任何前期费用)
closed
2025-03-02T07:58:31Z
2025-03-02T11:12:18Z
https://github.com/mouredev/Hello-Python/issues/424
[]
376838
0
ageitgey/face_recognition
python
1,356
Is there a way to recognize a face with a mask on?
Can the software recognize faces with masks on? I think its important in these times. Any suggestions on how to fix it?
open
2021-08-15T18:16:29Z
2021-08-15T18:17:28Z
https://github.com/ageitgey/face_recognition/issues/1356
[]
Elon120
0
biolab/orange3
scikit-learn
6,023
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Orange3.app
<!-- 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...
closed
2022-06-14T01:29:10Z
2022-10-05T08:22:11Z
https://github.com/biolab/orange3/issues/6023
[ "bug report" ]
sugizo
4
recommenders-team/recommenders
deep-learning
1,851
[BUG] Error in wide&deep tests
### Description <!--- Describe your issue/bug/request in detail --> ``` @pytest.mark.parametrize( "size, steps, expected_values, seed", [ ( "1m", 10000, *** "rmse": 0.924958, "mae": 0.74142...
closed
2022-11-17T08:43:25Z
2022-11-17T10:36:07Z
https://github.com/recommenders-team/recommenders/issues/1851
[ "bug" ]
miguelgfierro
0
polakowo/vectorbt
data-visualization
151
Additional subplot for portfolio.plot()
I have the following strategy: ```python import vectorbt as vbt btc_prices = vbt.BinanceData.download('BTCUSDT', interval='1d') rsi = vbt.RSI.run(btc_prices.get('Close')) long_entries = rsi.rsi_above(50.0, crossover=True) long_exits = rsi.rsi_above(70.0) portfolio = vbt.Portfolio.from_signals(btc_prices.get(...
closed
2021-05-26T18:17:46Z
2021-05-27T17:17:49Z
https://github.com/polakowo/vectorbt/issues/151
[]
aclifton314
8
pyeve/eve
flask
983
AttributeErrors on defaults.py
AttributeError occurs when testing basic app from quickstart guide using all defaults. **Using:** virtualenv 15.1.0 Eve v0.7 Python3.5 ``` from eve import Eve app = Eve() if __name__ =='__main__': app.run(debug=True) ``` The following is the Traceback ```Traceback (most recent call last): File...
closed
2017-02-08T16:08:24Z
2018-05-18T17:19:39Z
https://github.com/pyeve/eve/issues/983
[ "stale" ]
jbool24
5
paulpierre/RasaGPT
fastapi
3
Could you show you arch of this projects?
I read your code, can't find what rasa do except connecting to telegram. Is it necessary? Tks
closed
2023-05-09T07:54:17Z
2023-05-09T19:47:37Z
https://github.com/paulpierre/RasaGPT/issues/3
[]
GingerNg
2
lepture/authlib
flask
62
RFC7636
Implement RFC7636: Proof Key for Code Exchange by OAuth Public Clients - [x] code implementation - [x] tests - [x] documentation
closed
2018-06-17T05:56:26Z
2018-06-19T15:50:34Z
https://github.com/lepture/authlib/issues/62
[]
lepture
0
flasgger/flasgger
rest-api
155
feature request - logger handle
It would be great if there was a logger handle that I could grab for Swagger to log accesses, errors, and debug information to my api system log. I would hope for something similar to adding these other handlers to my app. ``` # Set the log file name and log level with command line options logHandler ...
open
2017-09-13T20:15:08Z
2017-10-02T16:31:06Z
https://github.com/flasgger/flasgger/issues/155
[ "hacktoberfest" ]
rotten
0
cvat-ai/cvat
pytorch
8,803
Upgrading from 2.22.0 to 2.23.1 fails with broken assets.
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce 1. Created a backup following https://docs.cvat.ai/docs/administration/advanced/backup_guide/ 2. Updated from github from ...
open
2024-12-09T13:55:30Z
2025-03-04T23:16:26Z
https://github.com/cvat-ai/cvat/issues/8803
[ "bug", "documentation" ]
ggozad
20
home-assistant/core
asyncio
140,632
Trigger template entity attribute exceptions cause entire entity to go unavailable
### The problem When adding trigger based lights to template entities, I noticed odd behavior and fixed it. When any template has syntax errors, it causes the entire entity to go unavailable instead of the single template. The broken function: ``` def _render_templates(self, variables: dict[str, Any]) -> None: ...
open
2025-03-15T00:03:17Z
2025-03-15T00:03:17Z
https://github.com/home-assistant/core/issues/140632
[]
Petro31
0
ivy-llc/ivy
tensorflow
28,844
[Bug]: `ivy.vector_norm` and `ivy.lgamma` when backend=numpy return rounded values
### Bug Explanation ```shell > python -c "import ivy; ivy.set_backend('numpy'); print(ivy.lgamma(5)); print(ivy.lgamma(5.))" ivy.array(3) ivy.array(3.1780539) > python -c "import ivy; ivy.set_backend('numpy'); print(ivy.vector_norm([1, 1])); print(ivy.vector_norm([1., 1.]))" ivy.array(1) ivy.array(1.4142135) ``...
open
2024-11-27T14:20:19Z
2024-11-29T05:14:02Z
https://github.com/ivy-llc/ivy/issues/28844
[ "Bug Report" ]
34j
1
fastapi/sqlmodel
pydantic
340
IAM authentication token does not work in Postgres connection string
### 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...
open
2022-05-12T15:15:42Z
2024-06-26T16:42:22Z
https://github.com/fastapi/sqlmodel/issues/340
[ "feature" ]
ejmolinelli
1
graphdeco-inria/gaussian-splatting
computer-vision
942
Installed SIBR successful but cannot run (My server doesn't have display screen)
Hi! Thanks for your great work But I have some problem when I try to run SIBR_viewers after I installed successfully This error is : (base) vinai@Fisheye2:~/Workspace/phat-intern-dev/VinAI/hierarchical-3d-gaussians$ xvfb-run -a bash SIBR_viewer.sh [SIBR] -- INFOS --: Initialization of GLFW [SIBR] -- INFOS --...
open
2024-08-22T16:29:17Z
2025-01-03T01:14:52Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/942
[]
RyanPham19092002
3
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
244
Loss is nan, stopping training . I use your faster-rcnn code to train my own dateset that I have transfered it into VOC2012 mode ,then I run 'train_mobilenetv2' in my pc, it got the result 'loss is nan'.
platform:win10 and Linux(I try both) Using cuda device training. Using 4 dataloader workers Epoch: [0] [ 0/1985] eta: 1:08:57.381961 lr: 0.000500 loss: 2.7721 (2.7721) loss_classifier: 1.9666 (1.9666) loss_box_reg: 0.0388 (0.0388) loss_objectness: 0.6976 (0.6976) loss_rpn_box_reg: 0.0691 (0.0691) time: 2....
closed
2021-05-05T02:07:05Z
2021-05-10T03:06:06Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/244
[]
littledeep
1
netbox-community/netbox
django
18,217
unable to assign ip to interface (by PATCH method)
### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version 4.1.7 ### Python Version 3.11 ### Steps to Reproduce 1. Create IP (id 1) 2. Create Device with Interface (id 1) 3. (API) curl -H @.env -X PATCH https://netbox/api/ipam/ip-addresses/1/ -d '[{"assigned_object_type":"dcim.interface","ass...
closed
2024-12-12T11:40:08Z
2025-03-13T03:10:04Z
https://github.com/netbox-community/netbox/issues/18217
[]
yanecisco
2
allenai/allennlp
pytorch
4,931
Investigate plotext as alternative to matplotlib for find-lr command output
See https://pypi.org/project/plotext/. Plots right in terminal with ASCII. Would be nice to see the results right in the terminal, especially when you're working on a remote server.
open
2021-01-26T15:19:55Z
2021-04-22T17:03:23Z
https://github.com/allenai/allennlp/issues/4931
[]
epwalsh
6
pytest-dev/pytest-flask
pytest
118
Package documentation outdated
Your documentation at https://pytest-flask.readthedocs.io/en/latest/ hasn't [built in over two years](https://readthedocs.org/projects/pytest-flask/builds/) and the changelog ends with 0.10. I'm surprised I'm the only one noticing (or I'm bad at using the search function) – is there some other documentation somewh...
closed
2020-03-10T07:50:08Z
2020-12-21T20:41:24Z
https://github.com/pytest-dev/pytest-flask/issues/118
[ "bug", "docs" ]
hynek
8
paperless-ngx/paperless-ngx
machine-learning
8,865
[BUG] PAPERLESS_SUPERVISORD_WORKING_DIR has no effect on latest version
### Description I'm trying to setup paperless-ngx as application container on Incus. However the environment variable PAPERLESS_SUPERVISORD_WORKING_DIR has no effect, as the current config always defaults to /run/supervisord/. Am I missing something? Thank you!! `# cat /etc/supervisord.conf [supervisord] nodaemon=t...
closed
2025-01-22T14:51:35Z
2025-02-22T03:05:40Z
https://github.com/paperless-ngx/paperless-ngx/issues/8865
[ "not a bug" ]
msperl-github
4
ipython/ipython
jupyter
14,367
Problem with %store
I do: ``` In [1]: a=8 In [2]: %store a C:\Users\GBattaglia\AppData\Local\Programs\Python\Python311\Lib\site-packages\IPython\extensions\storemagic.py:229: UserWarning: This is now an optional IPython functionality, setting autorestore/a requires you to install the `pickleshare` library. db[ 'autorestore/' + ar...
open
2024-03-11T11:28:44Z
2024-10-05T00:59:13Z
https://github.com/ipython/ipython/issues/14367
[]
GabrieleBattaglia
2
aminalaee/sqladmin
sqlalchemy
137
Lazy support
### Checklist - [x] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. Hello. In my project I have a lot relationships with `lazy="dynamic"`. But sqladmin don't supports it ### Describe the solution you would like. I would like to see setting in co...
open
2022-04-18T18:16:25Z
2022-07-10T11:00:07Z
https://github.com/aminalaee/sqladmin/issues/137
[ "hold" ]
badger-py
1
donnemartin/data-science-ipython-notebooks
scikit-learn
33
"Error 503 No healthy backends"
Hello, When I try to open the hyperlinks which should direct me to the correct ipython notebook, it returns me "Error 503 No healthy backends" "No healthy backends Guru Mediation: Details: cache-fra1236-FRA 1462794681 3780339426 Varnish cache server" <img width="833" alt="capture" src="https://cloud.githubuserconte...
closed
2016-05-09T12:19:03Z
2016-05-10T09:55:50Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/33
[ "question" ]
wangjiahong
1
pywinauto/pywinauto
automation
1,089
wait_not error
## Expected Behavior I have a short function that checks whether 'loading' dialog doesn't exist and isn't visible. It is expected to recheck it every 0.3 seconds. ## Actual Behavior Sometimes it raises an "unable to invoke any subscribers" error ("_ctypes.COMError: (-2147220991, 'Событие не смогло вызвать ни одног...
open
2021-06-21T08:20:56Z
2021-06-21T08:20:56Z
https://github.com/pywinauto/pywinauto/issues/1089
[]
bananoviiblinchik
0
ansible/awx
django
15,062
AWX Community Meeting Agenda - April 2024
# AWX Office Hours ## Proposed agenda based on topics @TheRealHaoLiu fall out of the postgres 15 upgrade - [Data lost after restarting postgres-15 pod after upgrading to awx-operator 2.13.0 ](https://github.com/ansible/awx-operator/issues/1768) - [Postgres 15 pod: cannot create directory '/var/lib/pgsql/data/user...
closed
2024-04-03T17:41:51Z
2024-04-10T19:20:47Z
https://github.com/ansible/awx/issues/15062
[ "needs_triage" ]
TheRealHaoLiu
1
lux-org/lux
jupyter
462
[Feature Request] Commit lint checker should only look at first commit
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternat...
closed
2022-03-02T18:28:25Z
2022-03-02T18:32:45Z
https://github.com/lux-org/lux/issues/462
[]
dorisjlee
1
jupyter-book/jupyter-book
jupyter
1,433
Latest `thebe` loads CSS that breaks most paragraph CSS
### Describe the problem After updating [this jb site](http://vote.maxghenis.com) ([repo](https://github.com/MaxGhenis/vote/)) for the first time since January, the paragraph breaks and bold fonts stopped showing up. They render correctly when I build locally (using the latest jb). I serve it with GitHub Pages & Act...
closed
2021-08-22T04:54:32Z
2021-08-25T00:17:13Z
https://github.com/jupyter-book/jupyter-book/issues/1433
[ "bug", "state: needs info" ]
MaxGhenis
9
plotly/dash
flask
2,601
[Feature Request] Improve build process by decoupling from MDN
We should remove our dependency on MDN for building Dash locally, since updates to MDN can prevent those builds from succeeding. Instead, we ought to run the checks against MDN on a CI pipeline where local development won't be impeded.
closed
2023-07-13T21:36:44Z
2023-07-28T12:14:22Z
https://github.com/plotly/dash/issues/2601
[]
KoolADE85
0
huggingface/datasets
machine-learning
6,736
Mosaic Streaming (MDS) Support
### Feature request I'm a huge fan of the current HF Datasets `webdataset` integration (especially the built-in streaming support). However, I'd love to upload some robotics and multimodal datasets I've processed for use with [Mosaic Streaming](https://docs.mosaicml.com/projects/streaming/en/stable/), specifically the...
open
2024-03-16T18:42:04Z
2024-03-18T15:13:34Z
https://github.com/huggingface/datasets/issues/6736
[ "enhancement" ]
siddk
1
ansible/ansible
python
84,430
agent roles failed when multiple addresses set to zabbix_agent_listenip
### Summary Role fails when zabbix_agent_listenip is set to multiple IPs seperated by comma. According to the Zabbix Documentation it is possible to set multiple IPs. And since the role defaults to 0.0.0.0 when zabbix_agent_listenip is not defined it comes with alot of side effects. So either the zabbix_agent_listenip...
closed
2024-12-05T10:22:17Z
2024-12-05T14:37:02Z
https://github.com/ansible/ansible/issues/84430
[ "bug", "migrated_to_collection_repo" ]
bufanda
2
plotly/dash
plotly
2,708
Make Pages `dcc.Location` id public
The `id` of the `dcc.Location` component used in Pages is currently marked as non-public. However it's fairly common to see this id used in apps. Are there any issues with making the id public? What is the best practice for using `dcc.Location` in a Pages app? Here are some options: 1. Add your own `dcc.Location...
open
2023-12-03T18:03:12Z
2024-11-20T16:34:18Z
https://github.com/plotly/dash/issues/2708
[ "feature", "P2" ]
AnnMarieW
2
supabase/supabase-py
fastapi
225
Setting timeout for postgrest-py client
postgrest-py accepts a timeout parameter from [v0.8.0](https://github.com/supabase-community/postgrest-py/commit/1ea965a6cb32dacb5f41cd1198f8a970a24731b6) We don't have an option to set this from supabase-py. So, if the queries run longer than 5s it throws an exception.
closed
2022-06-21T05:37:16Z
2022-10-07T07:41:04Z
https://github.com/supabase/supabase-py/issues/225
[ "enhancement" ]
tbrains
0
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,503
L1 loss needs to be pushed to CUDA?
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/e2c7618a2f2bf4ee012f43f96d1f62fd3c3bec89/models/pix2pix_model.py#L66
closed
2022-11-08T06:21:05Z
2022-11-08T07:06:54Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1503
[]
lkqnaruto
1
unionai-oss/pandera
pandas
1,755
Allowing column with type list to be optional
#### Question about pandera Hi Pandera folks! I am using a DataFrameModel and am trying to mark a column of type list[float] as optional, following the documentation [here](https://pandera.readthedocs.io/en/stable/dataframe_models.html#required-columns). ```python class FakeCreatureSchema(pa.DataFrameModel): ...
closed
2024-07-18T21:06:53Z
2024-08-08T15:01:38Z
https://github.com/unionai-oss/pandera/issues/1755
[ "question" ]
kamillatekiela
4
kochlisGit/ProphitBet-Soccer-Bets-Predictor
seaborn
26
Parsing HTML Error
Hello, Wish you a happy day! When i am trying to import fixtures i am recieving an issue with html parsing.Any idea of how to fix this issue? I have tried it both on windows and Linux.
open
2023-06-04T11:56:58Z
2023-06-04T15:17:30Z
https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/26
[]
noriedum
2
huggingface/text-generation-inference
nlp
2,246
can't start server with small --max-total-tokens. But works fine with big stting
when I try to run CUDA_VISIBLE_DEVICES=0,1,2,3 text-generation-launcher --port 6634 --model-id /models/ --max-concurrent-requests 128 --max-input-length 64--max-total-tokens 128 --max-batch-prefill-tokens 128 --cuda-memory-fraction 0.95. It says torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 2.0...
closed
2024-07-18T07:03:31Z
2024-08-24T01:52:30Z
https://github.com/huggingface/text-generation-inference/issues/2246
[ "question", "Stale" ]
rooooc
5
aiortc/aiortc
asyncio
475
Query: Is any implementation availble for receiving a WebRTC Stream published from WOWZA
We have to implement decoding of webrtc stream using python, We are kind of stuck in implementation. Could any one provide some help on this so we can proceed? Thanks in advance.
closed
2021-02-19T13:24:12Z
2021-03-07T14:46:00Z
https://github.com/aiortc/aiortc/issues/475
[ "invalid" ]
amitvikram1985
1
lanpa/tensorboardX
numpy
213
`add_histogram` fails when passing a python list
Hi, I noticed a problem when I passed a python list as the argument for `add_histogram` and the error output is less intuitive: > AttributeError: 'NoneType' object has no attribute 'astype' When passing a python list of floats instead of numpy/torch arrays, it will fail because `make_np` returns `None` at the end w...
closed
2018-08-15T16:25:42Z
2019-01-22T17:25:52Z
https://github.com/lanpa/tensorboardX/issues/213
[]
ydawei
0
jupyterhub/jupyterhub-deploy-docker
jupyter
78
`Permission denied` when saving notebooks after volumes transferred to new machine
I've been using this implementation on an AWS EC2 instance and everything works fine. However, we just had to move our services to a different AWS region and I had to transfer jupyterhub to a new instance. I followed the same steps as when I first installed it as per the instructions, yet in order to retain the users's...
closed
2018-11-25T22:40:51Z
2018-11-25T23:51:08Z
https://github.com/jupyterhub/jupyterhub-deploy-docker/issues/78
[]
oriolmirosa
1
microsoft/nni
data-science
5,673
如何获得QAT后的模型参数?
**Describe the issue**: 在pytroch中,可以通过conv2d.weight的方式获得卷积层的权重值 请问,通过nni的QAT之后,应该如何获得再训练后的权重值? ```python quantizer = QAT_Quantizer(model, config_list, optimizer, dummy_input) quantizer.compress() for epoch in range(1, epochs + 1): train(model, device, train_loader, optimizer, epoch) scheduler.step() ``...
open
2023-08-31T08:09:08Z
2023-08-31T08:09:08Z
https://github.com/microsoft/nni/issues/5673
[]
kucher-web
0
AntonOsika/gpt-engineer
python
1,048
Implement Vector Store for Similarity-Based Code Generation (RAG on Codebase)
## Feature description I've been exploring your repository and I'm fascinated by the capabilities of the agent as a software engineer, particularly in executing commands and calling functions. However, I believe there's a significant opportunity to enhance its capabilities by integrating a vector store that contains e...
closed
2024-03-06T15:50:04Z
2024-10-10T21:48:58Z
https://github.com/AntonOsika/gpt-engineer/issues/1048
[ "enhancement", "triage" ]
moamen270
2
sqlalchemy/sqlalchemy
sqlalchemy
11,875
sqlalchemy.ext.asyncio can't use transcation, when connect mysql
### Describe the bug In an asynchronous environment, many methods have been tried but the transaction rollback does not work, but in the synchronous method it works. ### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected _No response_ ### SQLAlchemy Version in Use 2.0.32 ...
closed
2024-09-15T04:03:58Z
2024-09-15T06:51:38Z
https://github.com/sqlalchemy/sqlalchemy/issues/11875
[]
lishu2006ll
0
tiangolo/uwsgi-nginx-flask-docker
flask
30
net::ERR_INCOMPLETE_CHUNKED_ENCODING
I have a jquery front end that is trying to send images to an app inside the uwsgi-nginx-flask-docker container. The javascript console is saying this: jquery.min.js:4 POST http://localhost:8000/predict/ net::ERR_INCOMPLETE_CHUNKED_ENCODING If I use the same app with only gunicorn it works ok, so I'm suspecting ...
closed
2017-11-06T12:48:38Z
2018-01-15T10:31:08Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/30
[]
mbernico
2
strawberry-graphql/strawberry
asyncio
3,785
`@oneOf` inputs do not support nullability
When an input class is marked as [`@oneOf`](https://www.apollographql.com/blog/more-expressive-schemas-with-oneof) and has a nullable field, it is not possible to actually provide a null value in the query, and the query completely fails. ## Describe the Bug This bug relates to the usage of input classes that implem...
open
2025-02-17T16:29:05Z
2025-02-17T16:29:05Z
https://github.com/strawberry-graphql/strawberry/issues/3785
[ "bug" ]
DevJake
0
coqui-ai/TTS
deep-learning
2,530
ONNX and Tensor RT export for Tacotron 2 DDC [Feature request]
<!-- Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support! ---> 🚀 In your roadmap from 2021 you mentioned" ONNX and TorchScript exports". I believe ONNX and Tensor RT are crucially important for the performance of many ML projects. I tried to convert a Tacotron DDC model to ...
closed
2023-04-17T07:15:19Z
2023-05-25T00:33:25Z
https://github.com/coqui-ai/TTS/issues/2530
[ "help wanted", "wontfix", "feature request" ]
huks0
2
piccolo-orm/piccolo
fastapi
711
Make the migration files valid python modules
Currently, the migration filenames are something like this: ``` 2022-12-03T21-34-11-480928.py ``` You can import this file using `importlib`, but not using a Python `import` statement. ```python # Error! Invalid syntax from 2022-12-03T21-34-11-480928 import something ``` In order for it to be valid, it...
closed
2022-12-09T19:23:43Z
2022-12-09T20:22:09Z
https://github.com/piccolo-orm/piccolo/issues/711
[ "enhancement" ]
dantownsend
0
paulpierre/RasaGPT
fastapi
70
Using 'make install', occur error: sqlalchemy.exc.ArgumentError
FATAL: sqlalchemy.exc.ArgumentError: Textual SQL expression 'CREATE EXTENSION IF NOT E...' should be explicitly declared as text('CREATE EXTENSION IF NOT E...') Hi, I have a problem when install RasaGPT == make install. The error is : ``` wait-for-it.sh: waiting 60 seconds for db:5432 to be available (tcp) wait-f...
open
2024-01-26T09:22:22Z
2024-01-31T07:52:36Z
https://github.com/paulpierre/RasaGPT/issues/70
[]
whitedogedev
3
sqlalchemy/sqlalchemy
sqlalchemy
10,237
Request to make NullPool the default - fixes massive footgun with Render.com and DigitalOcean
### Describe the bug Hi there, I found a nasty bug that is affecting literally ALL of our projects for the org that I work for. I did it, the contractor that work for us did it. So I wanted to bring this up for discussion. # SQL Alchemy uses a connection Pool by default So what's the big deal? Well, both Digit...
closed
2023-08-15T18:53:13Z
2023-08-15T19:16:25Z
https://github.com/sqlalchemy/sqlalchemy/issues/10237
[]
zackees
0
tox-dev/tox
automation
3,301
`tox devenv`: Integration with running virtualenvs
## What's the problem this feature will solve? This is really just out of laziness; I've got the `pyenv-virtualenv` plugin configured and am running a PyEnv-managed virtual environment, and when I run `tox devenv`, it creates a new virtualenv in my current working directory, which I find a bit unpractical. ## Des...
closed
2024-06-26T08:37:59Z
2024-06-26T13:43:56Z
https://github.com/tox-dev/tox/issues/3301
[ "enhancement" ]
chrysle
4
dynaconf/dynaconf
fastapi
913
Pytest is considering key DYNACONF_SQLALCHEMY_DATABASE_URI on my .env file
I noticed when I run pytest on my flask application, the string connection DYNACONF_SQLALCHEMY_DATABASE_URI on my env file is considered on test. So I want to use pytest and get "sqlite:///test.sqlite3". I always have to comment DYNACONF_SQLALCHEMY_DATABASE_URI on my env file to have that behavior.
open
2023-04-06T14:16:01Z
2023-08-21T19:47:49Z
https://github.com/dynaconf/dynaconf/issues/913
[ "question" ]
Leonardoperrella
6
pyg-team/pytorch_geometric
deep-learning
9,831
Implementing Bag of Tricks for Node Classification with Graph Neural Networks
### 🚀 The feature, motivation and pitch Hello PyG team, @chriskynguyen, @liuvince, and I are CS224W students and have been working on implementing tricks from https://arxiv.org/abs/2103.13355. We hope PyG users will find the following helpful to “level the playing field” for future research and squeeze extra ...
open
2024-12-09T04:31:30Z
2024-12-13T00:43:50Z
https://github.com/pyg-team/pytorch_geometric/issues/9831
[ "feature" ]
mattjhayes3
0
dynaconf/dynaconf
fastapi
1,209
fix: _recursive evaluation must not create new objects
Instead of creating a new instance of a list, that method must mutate the existing object to keep the same reference.
open
2024-12-20T18:28:04Z
2025-01-15T17:30:30Z
https://github.com/dynaconf/dynaconf/issues/1209
[ "bug", "in progress", "aap" ]
rochacbruno
1
shaikhsajid1111/twitter-scraper-selenium
web-scraping
27
Feature request - conversation ID
Hi thanks for putting this together. Been looking around for active scrapping projects since twint has been archived and was happy to find this! I want to request getting the `conversaion_id`. I didn't that's not in this project's docs. More info here: https://developer.twitter.com/en/docs/twitter-api/conversation-i...
open
2022-07-17T18:28:19Z
2022-08-06T12:43:35Z
https://github.com/shaikhsajid1111/twitter-scraper-selenium/issues/27
[]
batmanscode
1