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
python-restx/flask-restx
api
549
SwaggerUIBundle is not defined
I am using `flask-restx==1.1.0` My Python is `3.8.10` Sometime I am seeing this issue in my swagger dashboard `GET https://{host}/api/swaggerui/swagger-ui-standalone-preset.js net::ERR_ABORTED 404 (NOT FOUND) {host}/:71 GET https://{host}/api/swaggerui/swagger-ui-bundle.js net::ERR_ABORTED 404 (NOT FOUND)...
open
2023-06-29T10:29:34Z
2023-07-07T03:26:03Z
https://github.com/python-restx/flask-restx/issues/549
[ "bug" ]
viveksahu56722
5
horovod/horovod
pytorch
3,240
One process are worked in two GPUs?
**Environment:** 1. Framework: PyTorch 2. Framework version: I do not know 3. Horovod version: 0.23.0 4. MPI version: 4.0.0 5. CUDA version:11.2 6. NCCL version:2.8.4 + cuda 11.1 7. Python version: 3.8 8. Spark / PySpark version: no 9. Ray version: no 10. OS and version: Ubuntu 18.04 11. GCC version: I do n...
open
2021-10-24T11:56:55Z
2021-10-24T12:01:13Z
https://github.com/horovod/horovod/issues/3240
[ "bug" ]
xml94
0
Yorko/mlcourse.ai
seaborn
697
fix Plotly visualizations in JupyterBook
Topics 2 and 9, part 2. [Plolty & JupyterBook](https://jupyterbook.org/interactive/interactive.html#plotly), `iplot` is not working
closed
2021-12-28T02:16:08Z
2022-08-27T20:25:07Z
https://github.com/Yorko/mlcourse.ai/issues/697
[ "jupyter-book" ]
Yorko
0
supabase/supabase-py
flask
576
Change the functions method inside of supabase-py to a property
Currently the supabase-py library has a functions method but this should follow all the other services inside of the library and use a property instead. To currently invoke a function your code looks like: ```python supabase.functions().invoke() ``` This change will make this code look like: ```python supabase.functi...
closed
2023-10-02T16:20:08Z
2023-10-04T10:33:06Z
https://github.com/supabase/supabase-py/issues/576
[]
silentworks
2
streamlit/streamlit
data-visualization
10,055
Preserve exact spacing in `st.text`
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduce this issue. ### Summary st.text behavior seems to have changed betwee...
closed
2024-12-20T03:10:56Z
2025-02-12T16:51:47Z
https://github.com/streamlit/streamlit/issues/10055
[ "type:enhancement", "feature:st.text" ]
netnem
6
ageitgey/face_recognition
python
641
has anybody tried it on windows ?
* face_recognition version: * Python version: * Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue. ### ...
closed
2018-10-07T12:15:14Z
2019-07-18T14:31:31Z
https://github.com/ageitgey/face_recognition/issues/641
[]
safaad
4
Avaiga/taipy
data-visualization
1,504
[๐Ÿ› BUG] f-string syntax not working in lambda expression
### What went wrong? ๐Ÿค” Using `{}` in a lambda expression will result in the visual element not showing up. ### Expected Behavior We should find a way to make it work. If it is impossible, we should have some kind of warning and documentation. ### Steps to Reproduce Issue ```python from taipy.gui im...
closed
2024-07-11T08:01:27Z
2024-07-11T11:49:21Z
https://github.com/Avaiga/taipy/issues/1504
[ "๐Ÿ–ฐ GUI", "๐Ÿ’ฅMalfunction", "๐ŸŸง Priority: High" ]
FlorianJacta
3
piccolo-orm/piccolo
fastapi
690
uniform behaviour on joining null values
Lets say the artist is unknown (= null), and we have a query like this: ``` song = await Song.select(Song.artist.all_columns()).first() ``` When using SQLiteEngine, `song['artist']['id']` is `None`, but with PostgresEngine it seems that `song['artist']` is `None`. Can we make it so that SQLiteEngine behave like Pos...
closed
2022-11-28T23:14:17Z
2022-11-29T15:07:07Z
https://github.com/piccolo-orm/piccolo/issues/690
[]
powellnorma
3
koaning/scikit-lego
scikit-learn
37
missing documentation: Estimator Transformer
The `EstimatorTransformer` is complicated enough to add an .rst document for. Might be nice to check if we can automatically test this as well.
closed
2019-03-20T06:02:49Z
2019-06-20T20:59:10Z
https://github.com/koaning/scikit-lego/issues/37
[ "good first issue" ]
koaning
0
healthchecks/healthchecks
django
231
Feature Request: Turn off/separate "Up" emails on an integration
We are planning to configure emails to be sent to our ticketing system but we only want to create tickets for when checks are down. At the moment, a ticket would also be created when the check comes back up. It would be great if the "up" email could be turned off or sent to a different email address (so that the "up...
closed
2019-03-18T15:27:44Z
2019-04-10T14:54:32Z
https://github.com/healthchecks/healthchecks/issues/231
[]
dalee-bis
1
scrapy/scrapy
web-scraping
5,855
test_batch_path_differ sometimes fails
See https://github.com/scrapy/scrapy/pull/5847#issuecomment-1471778039.
closed
2023-03-23T12:55:24Z
2023-04-19T06:33:34Z
https://github.com/scrapy/scrapy/issues/5855
[ "good first issue", "CI" ]
Gallaecio
2
openapi-generators/openapi-python-client
fastapi
928
Nullable array models generate failing code
**Describe the bug** When an array is marked as nullable (in OpenAPI 3.0 or 3.1) the generated code fails type checking with the message: ``` error: Incompatible types in assignment (expression has type "tuple[None, bytes, str]", variable has type "list[float] | Unset | None") [assignment] ``` From the end-to...
closed
2024-01-03T15:15:57Z
2024-01-04T00:29:42Z
https://github.com/openapi-generators/openapi-python-client/issues/928
[]
kgutwin
1
falconry/falcon
api
1,907
Make JSONHandler customization docs clearer
As pointed out by @Stargateur in https://github.com/falconry/falcon/issues/1906#issuecomment-817374057, our [`JSONHandler`](https://falcon.readthedocs.io/en/stable/api/media.html#falcon.media.JSONHandler) customization docs could be made clearer by separately illustrating different (albeit closely related) concepts: *...
closed
2021-04-11T21:28:07Z
2021-06-26T13:52:57Z
https://github.com/falconry/falcon/issues/1907
[ "documentation", "good first issue" ]
vytas7
2
ITCoders/Human-detection-and-Tracking
numpy
30
The node is neither a map nor an empty collection in function 'cvGetFileNodeByName'
Hello everybody, When I run main.py, I get the following error : ``` Traceback (most recent call last): File "/home/mounir/PycharmProjects/Human-detection-and-Tracking-master/main.py", line 137, in <module> recognizer.read("model.yaml") cv2.error: OpenCV(4.0.0-pre) /home/mounir/opencv/modules/core/src/pe...
closed
2018-06-12T14:18:19Z
2018-06-13T05:17:47Z
https://github.com/ITCoders/Human-detection-and-Tracking/issues/30
[]
MounirB
1
tflearn/tflearn
data-science
220
One-hot output string labels
Hi, I'm just wondering I have the following output in my network: ``` network = fully_connected(network, len(mod), activation='softmax',name="out") ``` So there are 11 output neurons (len(mod) == 11), I'm wondering if it is possible to associate strings with those neurons, where the strings will be saved, when ...
closed
2016-07-22T13:46:24Z
2016-07-24T15:07:52Z
https://github.com/tflearn/tflearn/issues/220
[]
chrisruk
2
babysor/MockingBird
deep-learning
42
ไฝฟ็”จ็™พๅบฆ็ฝ‘็›˜ๆœ€ๆ–ฐ้ข„่ฎญ็ปƒๆจกๅž‹๏ผŒspectrogramไธๆญฃๅธธ๏ผŒๅชๆœ‰ไธค็ง’ๆ‚้Ÿณ
![image](https://user-images.githubusercontent.com/61355888/130432009-ca953fc9-5319-4bc0-b127-ec38fc060432.png)
closed
2021-08-23T10:24:09Z
2021-08-23T10:50:19Z
https://github.com/babysor/MockingBird/issues/42
[]
gebumc
2
zihangdai/xlnet
nlp
221
Experiment attention on attention on XLnet
*In this paper, we propose the Attention on Attention (AoA) module, an extension to conventional attention mechanisms, to address the irrelevant attention issue. Fur- thermore, we propose AoANet for image captioning by ap- plying AoA to both the encoder and decoder. Extensive ex- periments conducted on the MS COCO...
open
2019-08-21T19:35:14Z
2019-08-25T12:56:18Z
https://github.com/zihangdai/xlnet/issues/221
[]
LifeIsStrange
2
google-research/bert
nlp
744
Two fields for sentence classification
Hi, I need to do classification using several fields (at least two). What is the best way for representation such data after tokenizer? Variants: 1) `['CLS']<field1 tokens> [SEP] <field2 tokens>`? What segment_ids should be used in such case? 2) `['CLS']<field1 tokens> [my_unique_sequence] <field2 tokens>`? At th...
open
2019-07-03T13:49:22Z
2019-07-03T13:49:22Z
https://github.com/google-research/bert/issues/744
[]
AlexanderKUA
0
pytest-dev/pytest-cov
pytest
180
Omiting folders for coverage from setup.cfg
I'm running on my project PyTest and Coverage, and I'm trying to implement this plugin, the issue I'm having is than I haven't been able to make it run omitting some folders, and I haven't been able to make it run as automated as I want. Perhaps what I need is more help than reporting an issue, but up to now I haven...
closed
2017-11-03T14:04:18Z
2018-10-30T01:16:50Z
https://github.com/pytest-dev/pytest-cov/issues/180
[]
sebastian-code
7
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,160
GIT from Anaconda
Hello. I am using win 11 and the newest build of Anaconda. I tried to install this from there and it won't work. It is not available on the repos there. Has it been taken down? Is there any other way to get this working?
open
2023-02-05T13:40:12Z
2023-02-05T13:40:12Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1160
[]
Supermatt01
0
yezyilomo/django-restql
graphql
85
Toggle automatic application on EagerLoadingMixin
We have a few cases where we might not want to apply the `EagerLoadingMixin` `get_queryset` by default. For example, we might have our own prefetching/joining we want to do when someone doesn't send in a `query`. Currently, the mixin will return a query result even if a user did not send one in and will then apply the ...
closed
2019-11-25T17:53:14Z
2019-12-02T19:18:18Z
https://github.com/yezyilomo/django-restql/issues/85
[]
ashleyredzko
4
jupyterlab/jupyter-ai
jupyter
1,208
Jupyter_ai for Azure OpenAI throws 'InternalServerError' for all chat responses
<!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue. Before creating a new issue: * Search for relevant issues * Follow the issue reporting guidelines: https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html --> ## Description Jupyter_ai throwing InternalServerEr...
open
2025-01-17T21:43:03Z
2025-01-31T19:29:11Z
https://github.com/jupyterlab/jupyter-ai/issues/1208
[ "bug" ]
eazuman
9
miguelgrinberg/Flask-SocketIO
flask
1,078
Embedded Server not listening for ws:// or wss:// prefix
When running the [embedded server](https://flask-socketio.readthedocs.io/en/latest/#embedded-server): ``` socketio.run(app, host='0.0.0.0', port=5005) ``` Using a the [socket.io](https://github.com/socketio/socket.io) client forcing websockets over polling: ``` let namespace = '/' + m_websocket_info['listen...
closed
2019-10-09T18:03:01Z
2019-10-10T16:36:24Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1078
[ "question" ]
jonfen
2
nltk/nltk
nlp
2,809
Trying to get in touch regarding a security issue
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an email, or another contact method? GitHub [recommends](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-rep...
closed
2021-09-19T19:26:09Z
2021-09-25T14:46:45Z
https://github.com/nltk/nltk/issues/2809
[]
JamieSlome
2
donnemartin/system-design-primer
python
285
Point this course at resume?
Hi! Thanks for maintaining this list of important work on system design. I wonder how one can write about this course at the resume / CV? If it goes to the Education section then it needs some credentials. If in the Projects section then it needs some measurable outcome.
closed
2019-05-29T09:55:42Z
2020-07-04T16:26:30Z
https://github.com/donnemartin/system-design-primer/issues/285
[ "question" ]
artkpv
2
tflearn/tflearn
data-science
713
How to get features from a specific layer if I use merge layer?
I am new to TFLearn. I want to get features from a specific layer and my network use a merge layer. But I got an error: ``` Assign requires shapes of both tensors to match. lhs shape= [256] rhs shape= [10] ``` This my code: ```python def single_net(test=False): # Building Residual Network net = tflearn....
closed
2017-04-14T13:03:22Z
2017-04-19T02:33:21Z
https://github.com/tflearn/tflearn/issues/713
[]
FoxerLee
0
HumanSignal/labelImg
deep-learning
229
Unable to run under PyQt4 environment
This edition has some new features which is much more friendly for users. But it is unable to run under PyQt4 environment, what is more, the windows app is unable to run as it is built with PyQt4. This problem is caused by importing QtCore from PyQt5 directly in the file resources.py without checking the PyQt version...
closed
2018-01-27T03:18:40Z
2018-05-22T06:12:08Z
https://github.com/HumanSignal/labelImg/issues/229
[]
TommeyChang
3
bendichter/brokenaxes
matplotlib
5
using with subplots
Will it be possible to include an example on how to use it with subplots?
closed
2017-08-03T09:28:14Z
2017-08-09T16:54:13Z
https://github.com/bendichter/brokenaxes/issues/5
[]
themiyan
2
hankcs/HanLP
nlp
1,159
CollectionUtility.sortMapByValueๆ–นๆณ•ๅœจๅญ˜ๅœจbug
v1.72็‰ˆๆœฌๅญ˜ๅœจbug๏ผŒๆœ€ๆ–ฐ็‰ˆmasterไธญไพ็„ถๅญ˜ๅœจ com.hankcs.hanlp.classification.utilities.CollectionUtilityไธญ public static <K, V extends Comparable<V>> Map<K, V> sortMapByValue(Map<K, V> input, final boolean desc)ๆ–นๆณ•ๅญ˜ๅœจbug ArrayList<Map.Entry<K, V>> entryList = new ArrayList<Map.Entry<K, V>>(input.size()); ไธญ็š„input.size()ๅบ”่ฏฅๆ”นไธบinput.entryS...
closed
2019-04-24T05:59:53Z
2019-04-27T22:08:32Z
https://github.com/hankcs/HanLP/issues/1159
[ "bug" ]
wyuz1028
1
lgienapp/aquarel
data-visualization
13
KeyError: 'xtick.labelcolor'
matplotlib==3.3.4. Require a minimum version of matplotlib module.
closed
2022-08-17T13:02:18Z
2022-08-23T12:44:25Z
https://github.com/lgienapp/aquarel/issues/13
[ "bug" ]
pangahn
1
polarsource/polar
fastapi
4,608
AssertionError
Sentry Issue: [SERVER-21G](https://polar-sh.sentry.io/issues/6120513945/?referrer=github_integration) ``` SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1000) (15 additional frame(s) were not displayed) ... File "polar/webhook/tasks.py", line 124, in _webhook_event_send resp...
closed
2024-12-09T08:02:41Z
2024-12-09T08:07:33Z
https://github.com/polarsource/polar/issues/4608
[]
sentry-io[bot]
0
xonsh/xonsh
data-science
5,166
f-string with special syntax are not supported yet in py3.12: Unsupported fstring syntax
Python 3.12 has implemented [PEP 701](https://peps.python.org/pep-0701/) affecting [string literals](https://xon.sh/tutorial.html#advanced-string-literals): ```xsh # xonsh + python 3.12 f"{$HOME}" # Unsupported fstring syntax ``` We need to handle cases where $ENV variables are inside f-strings. Check the comme...
open
2023-06-30T04:11:04Z
2024-10-31T09:24:54Z
https://github.com/xonsh/xonsh/issues/5166
[ "parser", "py312" ]
jnoortheen
11
dgtlmoon/changedetection.io
web-scraping
1,991
TrueNas Scale - Visual Filter Selector resolution/cropped result (missing env vars)
**Describe the bug** Visual Filtor Selector displays a cropped version of websites, making it almost unusable. (The red selections are not aligned with the screenshot; everything is shifted.) **Version** v0.45.7.3 **To Reproduce** Steps to reproduce the behavior: 1. The issue occurs with 100% of the added lin...
closed
2023-11-20T09:17:27Z
2023-11-20T17:32:43Z
https://github.com/dgtlmoon/changedetection.io/issues/1991
[ "triage" ]
FhenrisGit
11
deezer/spleeter
tensorflow
604
[Feature] Yosemite Compatibility?
## Description I run OSX 10.10.5 on my mid 2012 MacBook Pro, 2.3 GHz core i7 with eight virtual cores, 16GB RAM, and two internal 1TB SSDโ€™s. My d.a.w. of choice is ProTools, and version 10.3.10 is what I have a license for and what all of my plug-ins are licensed for. I refuse to upgrade when my hardware and softwar...
closed
2021-04-03T07:51:26Z
2021-04-03T19:26:24Z
https://github.com/deezer/spleeter/issues/604
[ "enhancement", "feature" ]
louisCyphre666
1
kennethreitz/responder
graphql
470
Uvicorn version too old ?
Hi, I can notice that `uvicorn` version in use in old. https://github.com/taoufik07/responder/blob/6ff47adbb51ea4c822c75220023740c64b60e860/setup.py#L26 Is there a specific reason to ping this version ? Regards,
closed
2022-01-14T13:54:58Z
2024-03-31T00:57:34Z
https://github.com/kennethreitz/responder/issues/470
[]
waghanza
0
dask/dask
pandas
11,825
P2PShuffle RuntimeError P2P {id} failed during transfer phase when groupby apply to_bag
**Describe the issue**: groupby.apply().to_bag() causes a Runtime error when using P2PShuffle (the default) with a distributed dask client. Expected: - when computing the bag, there is no error Actual: - when computing the bag, Throws AssertionError on: assert isinstance(barrier_task_spec, P2PBarrierTask) ``` ...
open
2025-03-12T03:20:19Z
2025-03-12T03:37:21Z
https://github.com/dask/dask/issues/11825
[ "needs triage" ]
IsisChameleon
1
comfyanonymous/ComfyUI
pytorch
7,299
Can't find torch version, can't install natten
### Expected Behavior [notice] A new release of pip available: 22.2.1 -> 25.0.1 [notice] To update, run: python.exe -m pip install --upgrade pip Installing natten for PMRF... Searching for CUDA and Torch versions for installing atten needed by PMRF... ************************************ Error: Can't find torch versio...
closed
2025-03-18T13:53:07Z
2025-03-18T15:03:35Z
https://github.com/comfyanonymous/ComfyUI/issues/7299
[ "User Support" ]
Song367
1
sktime/pytorch-forecasting
pandas
992
Dataloader in TFT tutorial goes beyond last time point of dataset and sets missing values to zero
- PyTorch-Forecasting version: 0.10.1 - PyTorch version: 1.11.0 - Python version: 3.9.12 - Operating System: Ubuntu 20.04.4 LTS Dear developer team, I noticed, that some time series in the tensors produced by the training dataloader in [tutorial on demand forecasting with TFT](https://pytorch-forecasting.read...
closed
2022-05-20T19:19:42Z
2022-06-15T11:43:54Z
https://github.com/sktime/pytorch-forecasting/issues/992
[]
hd1894
2
amidaware/tacticalrmm
django
1,917
Atualizei o RMM para v0.19.1 e nรฃo consigo mais abrir os agentes.
I updated the SSL certificate and also the RMM version to v0.19.1, but now I can't connect to the machines, the connect button is gone, can anyone help me?
closed
2024-07-19T18:13:11Z
2024-10-18T00:16:52Z
https://github.com/amidaware/tacticalrmm/issues/1917
[]
Cleberson-Brandao
12
JoeanAmier/XHS-Downloader
api
123
explore_data has no column named ๅŠจๅ›พๅœฐๅ€
ๅทฒ็ปๅฐ†ๆ•ดไธช็›ฎๅฝ•ๅˆ ้™คๆމไบ†๏ผŒ้™คไบ†Downloadsๆ–‡ไปถๅคนไปฅๅค–๏ผŒ่ฟ่กŒๆœ€ๆ–ฐ๏ผˆ2.1๏ผ‰็‰ˆๆœฌ็š„ไพๆ—งไผšๆ˜พ็คบไปฅไธ‹้”™่ฏฏ๏ผš OperationalError: table explore_data has no column named ๅŠจๅ›พๅœฐๅ€ ๆ˜ฏไธๆ˜ฏๆ—ง็š„databaseๆ–‡ไปถไผšๅญ˜ๅœจไบ†ไป€ไนˆๅ…ถไป–็š„ๅœฐๆ–น๏ผŸ
closed
2024-07-25T06:23:06Z
2024-07-25T15:08:57Z
https://github.com/JoeanAmier/XHS-Downloader/issues/123
[]
jyu041
2
jpadilla/django-rest-framework-jwt
django
195
Need to receive signals when a token is created
Hi, Would be great to get a signal when a user successfully obtain a token with his username/password.
closed
2016-01-26T16:47:35Z
2020-01-09T20:16:34Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/195
[]
stunaz
3
mwaskom/seaborn
data-visualization
3,570
Boxplot Y-axis Labels Incorrectly Scaled When Font Size Is Altered
**Description:** When updating the y-axis tick labels' font size using Matplotlib and Seaborn, the y-axis labels (i.e. numbers at the y-axis) appear to be incorrectly scaled, showing smaller numerical values than the actual data points if the font size is decreased compared to default. **Steps to Reproduce:** 1....
closed
2023-11-23T15:36:56Z
2023-12-02T14:03:44Z
https://github.com/mwaskom/seaborn/issues/3570
[ "mod:categorical", "needs-reprex" ]
richtertill
2
roboflow/supervision
deep-learning
1,647
Remove Images for which there are no annotations
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Hi, Any idea how to remove the images where there are no annotations or we need to do it manually in JSON in COCO Format? ### Use case Cl...
closed
2024-11-02T13:36:04Z
2024-11-04T09:19:01Z
https://github.com/roboflow/supervision/issues/1647
[ "enhancement" ]
shanalikhan
1
pytest-dev/pytest-xdist
pytest
742
2.5.0: pytest is failing
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm build -w` - install .whl file in </install/prefix> - "pytest with PYTHONPATH pointing to sitearch and sitelib inside </install/pref...
closed
2021-12-18T17:36:28Z
2022-07-23T13:18:16Z
https://github.com/pytest-dev/pytest-xdist/issues/742
[]
kloczek
6
ading2210/poe-api
graphql
89
bug?
INFO:root:Downloading next_data... Traceback (most recent call last): File "G:\AI\poe\poe\poe-api-main\poe-api-main\examples\send_message.py", line 10, in <module> client = poe.Client(token) File "C:\Users\lin85\AppData\Local\Programs\Python\Python310\lib\site-packages\poe.py", line 129, in __init__ se...
open
2023-05-31T07:42:32Z
2023-07-15T18:49:03Z
https://github.com/ading2210/poe-api/issues/89
[ "bug" ]
40740
6
huggingface/datasets
machine-learning
7,399
Synchronize parameters for various datasets
### Describe the bug [IterableDatasetDict](https://huggingface.co/docs/datasets/v3.2.0/en/package_reference/main_classes#datasets.IterableDatasetDict.map) map function is missing the `desc` parameter. You can see the equivalent map function for [Dataset here](https://huggingface.co/docs/datasets/v3.2.0/en/package_refe...
open
2025-02-14T09:15:11Z
2025-02-19T11:50:29Z
https://github.com/huggingface/datasets/issues/7399
[]
grofte
2
aeon-toolkit/aeon
scikit-learn
2,110
[ENH] Add PyODAdapter-implementation for CBLOF
### Describe the feature or idea you want to propose The [`PyODAdapter`](https://github.com/aeon-toolkit/aeon/blob/main/aeon/anomaly_detection/_pyodadapter.py) in aeon allows us to use any outlier detector from [PyOD](https://github.com/yzhao062/pyod), which were originally proposed for relational data, also for tim...
closed
2024-09-27T13:27:08Z
2024-10-28T19:17:41Z
https://github.com/aeon-toolkit/aeon/issues/2110
[ "enhancement", "interfacing algorithms", "anomaly detection" ]
SebastianSchmidl
3
public-apis/public-apis
api
3,486
AA KENYA QUIZ WEBSITE
Thanks for looking to open an issue for this project. If you are opening an issue to suggest adding a new entry, please consider opening a pull request instead!
closed
2023-04-03T06:20:50Z
2023-05-26T18:46:31Z
https://github.com/public-apis/public-apis/issues/3486
[]
markchweya
0
horovod/horovod
pytorch
3,268
Unable to load most recent checkpoint for Pytorch and Pytorch lightning Estimator
**Environment:** 1. Framework: PyTorch 2. Framework version: 1.8.1 3. Horovod version: 0.23.0 4. MPI version: 5. CUDA version: 6. NCCL version: 7. Python version: 3.8 8. Spark / PySpark version: 3.1.2 9. Ray version: 10. OS and version: 11. GCC version: 12. CMake version: **Bug report:** In case of pyto...
closed
2021-11-10T11:34:06Z
2021-11-23T07:12:35Z
https://github.com/horovod/horovod/issues/3268
[ "bug" ]
kamalsharma2
3
PokemonGoF/PokemonGo-Bot
automation
5,653
Edit Type codes for renaming Pokemon
### Short Description Option to edit the type codes of Pokemon according to personal preference ### Possible solution Something like this in the NicknamePokemon Task: { "type": "NicknamePokemon", "config": { "enabled": true, "nickname_above_iv": 0.8, "nickname_above_cp": ...
open
2016-09-24T11:34:22Z
2016-09-27T19:09:04Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5653
[ "Feature Request" ]
abhinavagrawal1995
6
gee-community/geemap
streamlit
460
style_callback for Map.add_geojson()?
### Description It would be great for https://geemap.org/geemap/#geemap.geemap.Map.add_geojson to support a `style_callback` parameter like https://ipyleaflet.readthedocs.io/en/latest/api_reference/geo_json.html does. Else I don't see any way for defining "dynamic styling".
closed
2021-05-06T21:18:11Z
2021-05-07T04:21:58Z
https://github.com/gee-community/geemap/issues/460
[ "Feature Request" ]
deeplook
1
koxudaxi/fastapi-code-generator
pydantic
269
$ref parameter prevents code generation
I am trying to use $ref parameters in my openapi yaml, however as soon as I insert a $ref entry no code is generated (the folder is but it contains no files) and no error is thrown. I took the code from #24, so my minimum working example is: openapi.yaml ``` openapi: "3.0.0" paths: /foo: parameters: ...
open
2022-08-11T10:25:08Z
2022-08-13T19:43:10Z
https://github.com/koxudaxi/fastapi-code-generator/issues/269
[]
aktentasche
1
microsoft/qlib
deep-learning
1,686
ๅ› ๅญ่ฎก็ฎ—ๅคšๅคดๆ”ถ็›Š็އๆ—ถ็–‘ไผผๆœ‰่ฏฏ
ๅฆ‚้ข˜๏ผŒqlib.contrib.eva.alpha.pyไธญ็š„calc_long_short_returnๅ‡ฝๆ•ฐ่ฟ”ๅ›žไบ†ไธคไธช็ป“ๆžœ๏ผŒๅˆ†ๅˆซไธบ(r_long - r_short) / 2ๅ’Œr_avg๏ผŒ็œ‹่ฎก็ฎ—่ฟ‡็จ‹ๅบ”่ฏฅๅˆ†ๅˆซๆ˜ฏๅคš็ฉบๆ”ถ็›Š็އๅ’Œๆ‰€ๆœ‰่‚ก็ฅจ็š„็ญ‰ๆƒๆ”ถ็›Š็އใ€‚ ไฝ†ๅœจqlib.workflow.record_temp.pyไธญSigAnaRecord._generate()ๅœจ่ฐƒ็”จcalc_long_short_return()ๅ‡ฝๆ•ฐๆ—ถๅฐ†่ฟ”ๅ›ž็ป“ๆžœๅˆ†ๅˆซๅ‘ฝๅไธบlong_short_rๅ’Œlong_avg_r๏ผŒๅนถๅœจไธ‹ๆ–น่พ“ๅ‡บๆ—ถ็›ดๆŽฅๅฐ†long_avg_rไฝœไธบๅคšๅคด็ป„ๅˆๆ”ถ็›Š็އใ€‚ ่ฟ™ไผšๅฏผ่‡ดๆœ€็ปˆ็œ‹ๅˆฐ็š„ๅคšๅคดๆ”ถ็›Š็އๅ…ถๅฎžๆ˜ฏๆ‰€ๆœ‰ๆ ทๆœฌ่‚ก็ญ‰ๆƒ็š„ๅนณๅ‡ๆ”ถ็›Š็އใ€‚ ๆ€€็–‘ๆ˜ฏ่‡ชๅทฑๅ“ช้‡Œ...
open
2023-10-27T05:11:49Z
2024-08-07T02:40:59Z
https://github.com/microsoft/qlib/issues/1686
[ "bug" ]
wangxk15
1
AutoGPTQ/AutoGPTQ
nlp
588
[question]
ๅฆ‚ๆžœๆˆ‘ๆƒณๅพ—ๅˆฐไธ€ไธชๅž‚็›ด้ข†ๅŸŸ็š„chat้‡ๅŒ–ๆจกๅž‹๏ผŒๆ˜ฏ็”จc4็š„ๆ•ฐๆฎ้›†ๆž„้€ ๅฅฝ่ฟ˜ๆ˜ฏ็”จๅž‚็›ด้ข†ๅŸŸ็š„ๆ•ฐๆฎ้›†ๅฅฝ๏ผŸๅฆ‚ไฝ•่‡ชๅทฑๆž„ๅปบ้‡ๅŒ–ๆ•ฐๆฎ้›†๏ผŒ่ฆๅฐ†promptๅŽ็š„่พ“ๅ…ฅๅ’Œ่พ“ๅ‡บ้ƒฝๆ”พ่ฟ›ๅŽปๅ—๏ผŸ
closed
2024-03-13T02:03:36Z
2024-03-13T02:04:02Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/588
[ "bug" ]
bihui9968
0
airtai/faststream
asyncio
1,765
Bug: incorrect parsing of path parameters with nested routers
**Describe the bug** When using nested routers with path parameters, the values are parsed incorrectly. Specifically, when passing a valid enum value in the subject, only the last character of the path parameter is taken. **How to reproduce** ```python from enum import StrEnum from typing import Annotated, Any...
closed
2024-09-05T16:16:19Z
2024-09-13T19:22:58Z
https://github.com/airtai/faststream/issues/1765
[ "bug", "good first issue", "NATS" ]
ulbwa
0
huggingface/datasets
tensorflow
7,287
Support for identifier-based automated split construction
### Feature request As far as I understand, automated construction of splits for hub datasets is currently based on either file names or directory structure ([as described here](https://huggingface.co/docs/datasets/en/repository_structure)) It would seem to be pretty useful to also allow splits to be based on ide...
open
2024-11-10T07:45:19Z
2024-11-19T14:37:02Z
https://github.com/huggingface/datasets/issues/7287
[ "enhancement" ]
alex-hh
3
FactoryBoy/factory_boy
sqlalchemy
170
Multi-db no longer supported.
In `DjangoModelFactory`, the factory will eventually make a call to `_setup_next_sequence` regardless of whether we are `build`ing or `create`ing. This means the strategy of building an instance, then settings it's destination via `save(using='other_db')` is no longer valid. When using `factory.BUILD_STRATEGY`, it sho...
closed
2014-10-06T21:27:40Z
2015-03-27T01:30:41Z
https://github.com/FactoryBoy/factory_boy/issues/170
[]
ashchristopher
3
CorentinJ/Real-Time-Voice-Cloning
tensorflow
297
too many issues and impossible to install on windows :(
there are too many issues and nothing works :(
closed
2020-03-10T17:46:32Z
2020-07-04T22:19:41Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/297
[]
daciansolgen3
8
torchbox/wagtail-grapple
graphql
311
Critical Typo in registering custom Rendition model
https://github.com/torchbox/wagtail-grapple/blob/2e7cb3e23f81c3c65e1fddc811aeaed99cd7743c/grapple/actions.py#L135-L142 Line 140 should call **register_image_rendition_model()** not register_image_model() Fixing this typo will **breake** the server duo to "python-BaseException KeyError: '\_\_module\_\_'" so this i...
open
2023-02-08T10:33:31Z
2023-02-09T12:40:11Z
https://github.com/torchbox/wagtail-grapple/issues/311
[]
engAmirEng
3
ray-project/ray
machine-learning
50,946
Release test long_running_many_ppo.aws failed
Release test **long_running_many_ppo.aws** failed. See https://buildkite.com/ray-project/release/builds/34295#01954657-d47e-48b5-9d21-322726f53c62 for more details. Managed by OSS Test Policy
closed
2025-02-27T08:16:09Z
2025-02-28T06:08:37Z
https://github.com/ray-project/ray/issues/50946
[ "bug", "P0", "triage", "release-test", "unstable-release-test", "ray-test-bot", "stability", "ml" ]
can-anyscale
1
facebookresearch/fairseq
pytorch
5,248
mms data preparation doesn't work with latest nightly torchaudio build
I used this tutorial: https://github.com/facebookresearch/fairseq/tree/main/examples/mms/data_prep To setup a forced alignment system with mms, however, when I reinstalled my conda environment today, (10th of July 2023), it didn't run anymore, as the torchaudio nightly build is incompatible with the code in the exam...
closed
2023-07-10T09:57:45Z
2023-09-07T18:26:16Z
https://github.com/facebookresearch/fairseq/issues/5248
[ "bug", "needs triage" ]
GBurg
3
localstack/localstack
python
11,517
bug: ApiGateway ChunkedEncodingError while receiveing response from spring boot rest controller
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Using a STEP FUNCTION to call asynchronously an api gateway, the step is failing with the following error : Exception=FailureEventException, Error=ApiGateway.ChunkedEncodingError. The issue seems to be re...
closed
2024-09-14T10:44:30Z
2025-02-25T19:02:30Z
https://github.com/localstack/localstack/issues/11517
[ "type: bug", "status: response required", "aws:apigateway", "aws:stepfunctions", "status: resolved/stale" ]
mbench777
3
pytest-dev/pytest-qt
pytest
400
Allow PyQt5 versions < 5.11
Thank you for your amazing work. I'm currently using a modified version of `pytest-qt` which allows usage with `PyQt 5.9.2` So far I haven't had any issues. Where does the restriction for `5.11` come from? Is it arbitrary because you didn't test any lower version number with your package or is there an actual known pr...
closed
2021-12-09T14:00:12Z
2021-12-09T20:02:05Z
https://github.com/pytest-dev/pytest-qt/issues/400
[]
cafhach
6
deepfakes/faceswap
deep-learning
1,381
just installed new graphic card and it stopped working
it worked on my last graphic card "rtx 2027" and i just bought this one and exchanged it "ASUS TUF Gaming Radeonโ„ข RX 7900 XT OC Edition 20GB GDDR6" and it stopped working . it returns this error : > C:\Users\Nassar>"C:\Users\Nassar\Miniconda3\scripts\activate.bat" && conda activate "faceswap" && python "C:\U...
closed
2024-04-05T08:32:14Z
2024-04-05T11:19:25Z
https://github.com/deepfakes/faceswap/issues/1381
[]
eassa
1
amisadmin/fastapi-amis-admin
fastapi
149
Setup id at runtime?
educate event system in amis, but this require id, I do: ```python class TriggerAdminPage(admin.ModelAdmin): . . . async def get_form_item( self, request: Request, modelfield: ModelField, action: CrudEnum ) -> Union[FormItem, SchemaNode, None]: item = await super().get_form_item(req...
closed
2023-12-12T22:06:35Z
2023-12-20T12:59:34Z
https://github.com/amisadmin/fastapi-amis-admin/issues/149
[]
MatsiukMykola
6
cupy/cupy
numpy
8,987
GPU-Accelerated Numerical Solvers
### Description Iโ€™m currently developing a numerical solver package for a specific class of PDEs. My initial approach used SciPyโ€™s ODE solvers, but runtime has become a bottleneck for 2D/3D problems with fine discretizations. Since I have access to many GPUs, Iโ€™m very interested in leveraging GPU acceleration. I came...
open
2025-02-25T14:54:32Z
2025-02-25T14:56:18Z
https://github.com/cupy/cupy/issues/8987
[ "cat:feature" ]
Hrrsmjd
0
flasgger/flasgger
rest-api
535
How to pass header with marshmallow schema
I am using marshmallow schema to generate documents. but i am not able to uderstand how to pass header along with schema. Please help.
open
2022-05-26T09:39:35Z
2022-05-26T09:39:35Z
https://github.com/flasgger/flasgger/issues/535
[]
kamrapooja
0
TheKevJames/coveralls-python
pytest
572
Implement retries
**Is your feature request related to a problem? Please describe.** Frequently enough to be frustrating, running `coveralls` fails in GitHub Actions due to an HTTP error. Retrying the Action run resolves this, but this can be painful for very long-running workflows. **Describe the solution you'd like** When API calls f...
open
2025-02-01T02:31:39Z
2025-02-01T02:35:26Z
https://github.com/TheKevJames/coveralls-python/issues/572
[ "feature", "in-review" ]
spyoungtech
0
ray-project/ray
deep-learning
50,710
[Serve] Serve no longer retries deployments after 3 failures
### What happened + What you expected to happen 1. Previously, a Ray Serve deployment that hit a retryable error would back-off and retry until successful. With the latest release, it will transition the deployment into DEPLOY_FAILED after 3 tries. 2. A cluster with a large number of ray serve deployments has a high ...
closed
2025-02-19T03:09:46Z
2025-03-24T16:21:01Z
https://github.com/ray-project/ray/issues/50710
[ "bug", "P1", "serve" ]
chmeyers
3
Lightning-AI/pytorch-lightning
machine-learning
19,828
TensorBoardLogger has the wrong epoch numbers much more than the fact
### Bug description I used the following code to log the metrics, but I found that the epoch recorded in the tensorboard logger is much more than it should have: def training_step(self, batch, batch_idx): x, y = batch y_hat = self.forward(x) loss = torch.sqrt(self.loss_fn(y_hat,y)) ...
open
2024-04-30T17:13:10Z
2024-05-19T06:46:33Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19828
[ "bug", "needs triage", "ver: 2.1.x" ]
AlbireoBai
2
Evil0ctal/Douyin_TikTok_Download_API
api
374
[BUG] msToken ๆ€Žไนˆ็”Ÿๆˆ
ๅฏๅŠจๅŽ `โ— Douyin_TikTok_Download_API.service - Douyin_TikTok_Download_API deamon Loaded: loaded (/etc/systemd/system/Douyin_TikTok_Download_API.service; enabled; vendor preset: disabled) Active: active (running) since Sat 2024-04-27 10:39:50 UTC; 8s ago Main PID: 5067 (python3) Tasks: 1 (limit: 23204) ...
closed
2024-04-27T10:52:27Z
2024-04-29T21:30:36Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/374
[ "BUG" ]
markvlenvision
4
FujiwaraChoki/MoneyPrinter
automation
160
[BUG] Invalid data found when processing input, songs
**Describe the bug** I get the error of Invalid data found when processing input **To Reproduce** Steps to reproduce the behavior: 1) i have uploaded a zip file to filebin 2) inserted the link in the frontend 3) run 4) after video saved in temp/output.mp4 it gives the error **Expected behavior** FInish the ...
closed
2024-02-10T18:27:29Z
2024-02-10T19:01:43Z
https://github.com/FujiwaraChoki/MoneyPrinter/issues/160
[]
neker97
1
flaskbb/flaskbb
flask
595
FileNotFoundError: python3.8/site-packages/portal/migrations
When I execute `make install`, it turned out: ``` FileNotFoundError: [Errno 2] No such file or directory: '/Users/me/anaconda3/lib/python3.8/site-packages/portal/migrations' make: *** [install] Error 1 ```
closed
2021-07-21T06:00:59Z
2021-08-20T14:31:46Z
https://github.com/flaskbb/flaskbb/issues/595
[]
mikolaje
3
google-deepmind/sonnet
tensorflow
29
Mac install fails
I am trying to install sonnet on Mac but I get the following error: sonnet/sonnet/python/BUILD:131:1 C++ compilation of rule '@protobuf//:protobuf' failed: cc_wrapper.sh failed: error executing command (exec env - \ PATH=/Library/Frameworks/Python.framework/Versions/3.6/bin:/Users/swarsh/torch/install/bin:/L...
closed
2017-04-26T23:40:28Z
2017-09-04T13:16:04Z
https://github.com/google-deepmind/sonnet/issues/29
[]
ghost
2
jupyter-book/jupyter-book
jupyter
1,544
Add example for the seealso directive
There is no reference of the useful `{seealso}` directive in [jupyterbook.org](https://jupyterbook.org). See [jupyterbook.org/search.html?q=seealso](https://jupyterbook.org/search.html?q=seealso).
open
2021-11-17T10:05:32Z
2021-11-17T10:06:03Z
https://github.com/jupyter-book/jupyter-book/issues/1544
[]
NikosAlexandris
0
plotly/dash-bio
dash
705
Problem with the color_list functionality of dash.clustergram
Bug reported on community Forum in [this post](https://community.plotly.com/t/clustergrams-color-list-not-working/65525): It appears that the color_list functionality of dash.clustergram is not working. The color dictionary is supposed to update the cluster trace colors, however, while the color_list dictionary can ...
open
2022-08-01T13:52:43Z
2022-08-01T13:52:43Z
https://github.com/plotly/dash-bio/issues/705
[]
Coding-with-Adam
0
jupyter/nbgrader
jupyter
929
Slow _filter_existing_notebooks impacts each submission
On a deployment with ~600 students, _filter_existing_notebooks takes about 30s. This hits us when manual grading. A single submission is loaded (/formgrader/submissions/:submission_id) and that invokes api.get_notebook_submission_indices which calls the filter which walks the filesystem and filters out non-existing fil...
closed
2018-02-16T21:20:36Z
2018-05-03T21:36:07Z
https://github.com/jupyter/nbgrader/issues/929
[ "bug" ]
ryanlovett
6
noirbizarre/flask-restplus
flask
36
Add @api.response decorator
Add an @api.response decorator shortcut. Example: ``` python @api.route('/somewhere/') class MyResource(Resource): @api.response(403, 'Not Authorized') @api.response(somemodel, headers={}, default=True) def get(self, id): return {} ''' ```
closed
2015-03-25T15:02:33Z
2015-04-02T15:38:39Z
https://github.com/noirbizarre/flask-restplus/issues/36
[ "enhancement" ]
noirbizarre
0
howie6879/owllook
asyncio
18
docker Internal Server Error
็”จdockerๅˆ›ๅปบๆ‰ง่กŒไน‹ๅŽ๏ผŒhttp://127.0.0.1:8001/ ๆŠฅ้”™Internal Server Error๏ผŒ่ฟ™ๆ˜ฏไป€ไนˆๅŽŸๅ› ๏ผŒๅˆšๆŽฅ่งฆpythonใ€‚
closed
2018-02-10T04:04:20Z
2018-06-10T11:10:54Z
https://github.com/howie6879/owllook/issues/18
[]
vinwang
5
MagicStack/asyncpg
asyncio
1,017
Why asyncpg connection pool works slower than just connections?
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2023-03-21T11:16:17Z
2023-03-23T14:01:41Z
https://github.com/MagicStack/asyncpg/issues/1017
[]
Maksim-Burtsev
1
man-group/arctic
pandas
245
Retrieve data stored into Arctic using Julia
Hello, I stored some tick data using Python / Arctic. I wonder if / how I could retrieve data using [Julia](http://julialang.org/) Any help will be great Kind regards
closed
2016-09-28T19:26:53Z
2019-01-04T10:11:30Z
https://github.com/man-group/arctic/issues/245
[ "wontfix" ]
femtotrader
5
elliotgao2/gain
asyncio
1
Handle error when aiohttp response get wrong.
Handle error when aiohttp response get wrong.
closed
2017-06-02T09:55:55Z
2017-06-05T01:41:30Z
https://github.com/elliotgao2/gain/issues/1
[]
elliotgao2
1
pytest-dev/pytest-mock
pytest
420
[3.13.0] New logged calls in MagicMock mock_calls attribute
Hi! Just had some tests fail from which I was looking through mock.mock_calls. Have no seen this documented in the [changelogs](https://pytest-mock.readthedocs.io/en/latest/changelog.html). ![image (3)](https://github.com/pytest-dev/pytest-mock/assets/55769808/28b1714b-2cb6-4a18-b8ff-5b4dea20f231) ![image](http...
closed
2024-03-21T19:56:29Z
2024-03-21T22:19:01Z
https://github.com/pytest-dev/pytest-mock/issues/420
[]
ofx53
7
jumpserver/jumpserver
django
14,656
[Question] how to connect to a https website asset and how to setup it correctly in jumpserver?
### Product Version 4.4.1 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [X] Online Installation (One-click command installation) - [ ] Offline Package Installation - [ ] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] Source Code ### E...
open
2024-12-14T17:02:14Z
2025-03-03T09:45:41Z
https://github.com/jumpserver/jumpserver/issues/14656
[ "โณ Pending feedback", "๐Ÿค” Question" ]
blocksberghexhex
6
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,139
[Bug]: calling `%PYTHON%` in webui.bat stops the execution of the rest of the script.
### Checklist - [X] 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 ...
open
2024-07-03T13:43:39Z
2024-07-12T23:09:41Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16139
[ "bug-report" ]
RalkeyOfficial
1
tensorlayer/TensorLayer
tensorflow
670
Failed: TensorLayer (c5b6ceea)
*Sent by Read the Docs (readthedocs@readthedocs.org). Created by [fire](https://fire.fundersclub.com/).* --- | TensorLayer build #7285697 --- | ![](https://media.readthedocs.org/images/email-header.png) --- | Build Failed for TensorLayer (latest) --- You can find out more about this failure here: ...
closed
2018-06-02T22:37:38Z
2018-06-03T11:31:59Z
https://github.com/tensorlayer/TensorLayer/issues/670
[]
fire-bot
2
seleniumbase/SeleniumBase
web-scraping
2,794
Can not bypass detection when using a VPN connection (NordVPN)
Reopening Issue 2793, as I am not sure the testing instructions were clear. I experience this issue ONLY when connected to a VPN (Nord vpn). This is the modified code as per comment. ```python url = 'https://rateyourmusic.com/artist/pink-floyd/' with SB(uc=True) as sb: sb.driver.uc_open_with_...
closed
2024-05-21T17:59:22Z
2024-05-21T19:19:46Z
https://github.com/seleniumbase/SeleniumBase/issues/2794
[ "duplicate", "UC Mode / CDP Mode" ]
bjornkarlsson
1
bloomberg/pytest-memray
pytest
119
pytest-memray breaks anyio
Hola @pablogsal, I am facing the same issue: the async tests are skipped if we pass `--memray` argument to pytest. ## Steps to reproduce the issue: Use the following test file: `test_async.py` ```python import pytest @pytest.fixture def anyio_backend(): return 'asyncio' @pytest.mark.anyio async ...
closed
2024-06-12T00:06:36Z
2024-08-05T06:25:51Z
https://github.com/bloomberg/pytest-memray/issues/119
[]
godlygeek
6
kubeflow/katib
scikit-learn
1,636
Grid Algorithm fails for int parameters
/kind bug Grid fails with `Chocolate db is exhausted, increase Search Space or decrease maxTrialCount!` error when running this example: ```yaml apiVersion: "kubeflow.org/v1beta1" kind: Experiment metadata: namespace: kubeflow-user-example-com name: grid-example spec: objective: type: maximize ...
closed
2021-08-24T15:37:05Z
2021-11-12T02:22:53Z
https://github.com/kubeflow/katib/issues/1636
[ "kind/bug" ]
andreyvelich
1
aminalaee/sqladmin
sqlalchemy
711
Use relative URLs instead of absolute URLs
### Checklist - [ ] 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 @aminalaee, I had configured the package with application correctly in http it working file but in production it showing the below error Mixed ...
closed
2024-02-12T10:58:36Z
2024-02-20T20:44:53Z
https://github.com/aminalaee/sqladmin/issues/711
[]
tariqjamal057
3
fastapi/sqlmodel
pydantic
431
Decorator that sets all `SQLModel` fields to `Optional`
### 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...
closed
2022-09-01T19:27:45Z
2022-11-28T13:21:52Z
https://github.com/fastapi/sqlmodel/issues/431
[ "feature" ]
Tomperez98
5
benbusby/whoogle-search
flask
1,102
[Request] Please remove my instance from the instance list - search.rubberverse.xyz
Hello! Well, coming with more or so sad news. I'm no longer hosting the Whoogle instance anymore. That said, please unlist search.rubberverse.xyz from the public instance list, thank you and good luck on your project!
closed
2023-12-01T17:19:52Z
2023-12-05T22:24:25Z
https://github.com/benbusby/whoogle-search/issues/1102
[]
MrRubberDucky
0
huggingface/datasets
machine-learning
6,948
to_tf_dataset: Visible devices cannot be modified after being initialized
### Describe the bug When trying to use to_tf_dataset with a custom data_loader collate_fn when I use parallelism I am met with the following error as many times as number of workers there were in ``num_workers``. File "/opt/miniconda/envs/env/lib/python3.11/site-packages/multiprocess/process.py", line 314, in _b...
open
2024-06-03T18:10:57Z
2024-06-03T18:10:57Z
https://github.com/huggingface/datasets/issues/6948
[]
logasja
0
xinntao/Real-ESRGAN
pytorch
669
Segfaults when executed out of directory
Weirdest bug I've ever seen, have to assume there's some funky shit going on in the executables.. Run the command from the directory: ./realesrgan-ncnn-vulkan -i ~/Downloads/MON263.png -o ~/Downloads/MON263x2.png -s 2 Runs absolutely fine, scales image in under 2 seconds. Run it outside of the directory: ./rea...
open
2023-08-06T10:44:51Z
2023-08-06T10:44:51Z
https://github.com/xinntao/Real-ESRGAN/issues/669
[]
kirkbushell
0
D4Vinci/Scrapling
web-scraping
54
Pass in args to `async_fetch` and `fetch`
### Have you searched if there an existing issue for this? - [x] I have searched the existing issues ### Python version (python --version) 3.12 ### Scrapling version (scrapling.__version__) 0.2.94 ### Dependencies version (pip3 freeze) ``` โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€...
open
2025-03-24T00:10:23Z
2025-03-24T15:15:09Z
https://github.com/D4Vinci/Scrapling/issues/54
[ "enhancement" ]
jaypyles
2
skforecast/skforecast
scikit-learn
137
Bayesian Optimization
I am trying to tune the model using scikit-optimize. But a bunch of errors are coming up. I think it is a good idea to implement bayesian search for this library too.
closed
2022-04-07T09:26:52Z
2022-09-24T09:25:25Z
https://github.com/skforecast/skforecast/issues/137
[ "question" ]
CalenDario13
11
sqlalchemy/alembic
sqlalchemy
1,315
Alembic doesn't detect adding unique constraints
**Describe the bug** Alembic doesn't detect adding unique constraints. Hint, I'm not using default schema. **Expected behavior** if I add `unique=True` for single-columns or `UniqueConstraint("col1", "col2")` into `__table_args__` it should generate the unique constraints into migration-file **To Reproduce** I...
closed
2023-09-22T08:04:23Z
2023-09-22T08:32:29Z
https://github.com/sqlalchemy/alembic/issues/1315
[ "Microsoft SQL Server" ]
matthiasburger
1
deepset-ai/haystack
machine-learning
8,093
docs: clean up docstrings of AnswerBuilder
closed
2024-07-26T12:35:58Z
2024-07-30T09:06:41Z
https://github.com/deepset-ai/haystack/issues/8093
[]
dfokina
0
ivy-llc/ivy
numpy
28,187
Fix Ivy Failing Test: paddle - creation.ones_like
closed
2024-02-05T13:18:51Z
2024-02-10T12:25:57Z
https://github.com/ivy-llc/ivy/issues/28187
[ "Sub Task" ]
MuhammadNizamani
1
kennethreitz/responder
flask
28
GraphiQL integration
I've noticed some TODO-s mentioning GraphiQL in the code. Does it make sense to integrate it at this point, or is it too soon? I would be up for taking a crack at it, if @kennethreitz gives me a thumbs up.
closed
2018-10-13T13:43:54Z
2018-10-17T09:35:02Z
https://github.com/kennethreitz/responder/issues/28
[ "feature" ]
artemgordinskiy
4