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
deezer/spleeter
deep-learning
57
Making model
I wanna let spleeter learn from my dataset (wav file). Can I try it?
closed
2019-11-08T06:09:34Z
2019-11-08T10:44:27Z
https://github.com/deezer/spleeter/issues/57
[ "question", "RTMP" ]
kno3a87
1
zappa/Zappa
flask
1,164
Remove `six` from zappa dependencies
## Context Six is currently a dependency of zappa, but zappa no longer supports python 2.x, making the use of `six` unnecessary. ## Expected Behavior No change in behavior, reduced zappa package size. > `six` still appears to be a sub-dependency of boto3 ## Actual Behavior six included. ## Possible...
closed
2022-08-12T02:51:58Z
2022-12-01T10:02:47Z
https://github.com/zappa/Zappa/issues/1164
[ "next-release-candidate" ]
monkut
1
piskvorky/gensim
machine-learning
2,963
Automate pre-releases
I know that prior experience suggests that a new release is only 'battle-tested' by the larger community when it becomes official, & thus installed by a default `pip install gensim`. However, there are enough changes in recent work, and I suspect large enough gaps in our testing & understanding of actual user patte...
open
2020-09-29T02:32:45Z
2022-08-04T22:42:04Z
https://github.com/piskvorky/gensim/issues/2963
[ "housekeeping" ]
gojomo
11
plotly/plotly.py
plotly
4,310
Bar ordering is inconsistent
Plotly 5.15.0 Python 3.11 When creating a stacked bar chart with a sorted dataframe the order of bars is inconsistent. In some cases I get the desired result sorted by total bar length and in other cases I get what appears to be sorted by category. For example, the following sorted dataframe is charted with the...
open
2023-08-04T16:19:41Z
2024-08-12T21:01:11Z
https://github.com/plotly/plotly.py/issues/4310
[ "bug", "P3" ]
mneilly
1
ultralytics/yolov5
pytorch
13,187
Hello author, can YOLOv5 be downloaded directly from third-party libraries like YOLOv5 and trained directly? I downloaded the yolov5 library and encountered an error when trying to run it
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I am using Gradio to integrate YOLOv5 and YOLOv5. YOLOv5 can directly import YOLO from ul...
open
2024-07-12T08:20:32Z
2024-08-13T00:24:23Z
https://github.com/ultralytics/yolov5/issues/13187
[ "question", "Stale" ]
yxl23
2
wsvincent/awesome-django
django
225
Request to add graphene-django-filter
## Project Information 1. **Project Name:** [graphene-django-filter](https://pypi.org/project/graphene-django-filter/) 2. **Project URL:** https://github.com/devind-team/graphene-django-filter 3. **Description:** This package contains advanced filters for [graphene-django](https://github.com/graphql-python/graphen...
closed
2023-06-20T18:47:54Z
2023-07-16T19:32:25Z
https://github.com/wsvincent/awesome-django/issues/225
[]
thomas-arun
2
prkumar/uplink
rest-api
174
async vs sync and list as query parameter
Hi folks, first of all thanks for this great python library, awesome work! I think I found a glitch between sync and async support in regards of query parameter handling. **Describe the bug** So far as I understand I can use lists as query params too and it'll generate urls like `/?a=1&a=2` but it looks like th...
open
2019-09-25T06:50:35Z
2019-09-25T06:50:35Z
https://github.com/prkumar/uplink/issues/174
[]
chassing
0
jupyter/nbviewer
jupyter
256
nbviewer field broken on mobile
due to #239 , not important as I doubt people enter url on mobiles.
closed
2014-04-23T14:26:15Z
2015-03-03T17:34:51Z
https://github.com/jupyter/nbviewer/issues/256
[ "type:Bug" ]
Carreau
3
google-research/bert
nlp
424
How to integrate bert into a different model?
As pretrained embeddings are very large we need to infer on bert model in the time of training. Let's say I have a batch of data in following format, (B, T, I) = (sentence no, words, word_index) (B, L) = (sentence no, sentence length) Now Is there any way to do infer on the pretrained BERT model and get an output ...
closed
2019-02-10T01:15:20Z
2019-02-14T19:32:09Z
https://github.com/google-research/bert/issues/424
[]
sbmaruf
4
onnx/onnxmltools
scikit-learn
202
Quantized Core ML Model Converts to Invalid Onnx Model
For the example below I used [MobileNet.mlmodel]( https://docs-assets.developer.apple.com/coreml/models/MobileNet.mlmodel) downloaded from [Working with Core ML Models]( https://developer.apple.com/machine-learning/build-run-models/), but this seems to be a problem with any quantized Core ML Model. ```python impo...
closed
2018-12-18T23:57:54Z
2019-02-15T17:22:43Z
https://github.com/onnx/onnxmltools/issues/202
[ "enhancement" ]
TobyRoseman
2
keras-team/autokeras
tensorflow
1,858
Over a year later and I'm also getting this issue. Seems oddly sudden because it was working previously but the suggested fix above isn't working for me. Any update on this issue or what is causing it?
Over a year later and I'm also getting this issue. Seems oddly sudden because it was working previously but the suggested fix above isn't working for me. Any update on this issue or what is causing it? _Originally posted by @asikuna in https://github.com/keras-team/autokeras/issues/1641#issuecomment-14...
closed
2023-03-01T20:24:22Z
2023-03-01T20:27:45Z
https://github.com/keras-team/autokeras/issues/1858
[]
1kuna
0
computationalmodelling/nbval
pytest
20
Should not assume that matplotlib is available
We currently pass `--matplotlib=inline` when starting the kernel, to force figures to appear inline. However, this means that if `matplotlib` is not installed in the environment where the kernel runs (which may not be the same as the one nbval is running in), the kernel will fail to start. From comments on #6.
closed
2016-12-21T22:41:36Z
2017-01-17T10:13:14Z
https://github.com/computationalmodelling/nbval/issues/20
[ "enhancement" ]
takluyver
1
fugue-project/fugue
pandas
369
[FEATURE] Remove execution from FugueWorkflow context manager, remove engine from FugueWorkflow
Currently, we can use FugueWorkflow + execution engine in this way: ```python with FugueWorkflow(engine) as dag: dag.df(..).show() ``` This is not an ideal design. Workflow definition shouldn't be related with execution engine. So in this change, we no longer allow FugueWorkflow to take engine as input, an...
closed
2022-10-10T05:00:29Z
2022-10-13T08:21:36Z
https://github.com/fugue-project/fugue/issues/369
[ "enhancement", "behavior change", "high priority", "core feature" ]
goodwanghan
0
biolab/orange3
numpy
6,052
CSV file autoformat error
In the "CSV File import" widget, the automatic type assigned to numbers truncates values to N e+16. In this example, it's also strange that the column _"Feat2"_ is shown as descriptive after the "Group by" action. Interposing a "Select column" does not give any improvement. Here attached, the files to reproduce the...
closed
2022-07-04T10:18:21Z
2022-07-05T21:44:04Z
https://github.com/biolab/orange3/issues/6052
[ "bug report" ]
hydrastarmaster
4
jupyter-widgets-contrib/ipycanvas
jupyter
311
ipycanvas does not work with JupyterLab 4
cc. @davidbrochart who spotted this ipycanvas works by sending binary buffers through custom comm messages. It looks like there is a difference in behavior between JupyterLab 3 and JupyterLab 4: - JupyterLab 3: buffers are received as `DataView` objects - JupyterLab 4: buffers are received as `ArrayBuffer` obj...
closed
2023-01-06T16:35:35Z
2023-01-09T16:29:42Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/311
[ "bug" ]
martinRenou
4
nltk/nltk
nlp
2,796
NLTK installation failed
![image](https://user-images.githubusercontent.com/88143204/132080065-cbec8e76-252a-4654-b7fa-fb31b0bc29e8.png)
closed
2021-09-04T02:51:20Z
2021-09-12T21:51:22Z
https://github.com/nltk/nltk/issues/2796
[ "installation", "nltk_data" ]
snagpal1932
2
axnsan12/drf-yasg
django
719
Fields get shown as required in PATCH
I created a ModelSerializer in DRF and I am handling it with rest_framework.UpdateModelMixin. When accessing the Swagger UI, I see the same structure for PUT as for PATCH, even though for PATCH fields shouldn't be required. If I actually use the API, it functions correctly, so the display here is wrong. ![patc...
open
2021-05-24T15:50:41Z
2025-03-07T12:13:01Z
https://github.com/axnsan12/drf-yasg/issues/719
[ "triage" ]
creyD
2
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,747
Getting error when creating certificates for new site
### What version of GlobaLeaks are you using? 4.13.16 ### What browser(s) are you seeing the problem on? Chrome, All ### What operating system(s) are you seeing the problem on? Windows ### Describe the issue when creating a new site, an error is shown when creting the certificates. When leaving "Network" to anot...
open
2023-11-03T10:51:06Z
2023-11-06T06:47:49Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3747
[ "T: Bug" ]
schris-dk
3
scikit-optimize/scikit-optimize
scikit-learn
1,073
Add `python_requires` to setup.py
At [the moment](https://github.com/scikit-optimize/scikit-optimize/tree/747b43fb03126de5cb26e2090d6ecd93943a2dd7), neither `setup.py` or `setup.cfg` contain a `python_reuires` lower bound, which from https://github.com/scikit-optimize/scikit-optimize/blob/747b43fb03126de5cb26e2090d6ecd93943a2dd7/setup.py#L30-L32 ...
open
2021-10-04T07:55:24Z
2021-10-04T07:55:24Z
https://github.com/scikit-optimize/scikit-optimize/issues/1073
[]
matthewfeickert
0
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
471
[BUG]: Remote true - leads to apply only Remote Jobs
### Describe the bug As per docs it says remote true - will also include remote jobs but we run AI Hawk it only applying for remote positions. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Actual behavior _No response_ ### Branch None ### Branch name _No response_ ### Python v...
closed
2024-10-04T15:16:59Z
2024-11-07T06:28:04Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/471
[ "bug" ]
surapuramakhil
2
python-visualization/folium
data-visualization
1,649
How does folium choropleth tune the legend of map
- I just wanna ask how to change the legend of the folium-generated map to a correct scale and color? ``` state_data = pd.read_csv(r'D:\BaiduNetdiskDownload\US_folium\china-population.csv') max_value = state_data['population'].max() state_data['population'] /= max_value bins = list(state_data['population'].qua...
closed
2022-11-15T09:02:41Z
2022-11-17T14:53:41Z
https://github.com/python-visualization/folium/issues/1649
[]
dongrixinyu
1
OpenInterpreter/open-interpreter
python
1,295
HOW to upload a data file
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like HOW to upload a data file I need to analysis local csv file ### Describe alternatives you've considered HOW to upload a data file I need to analysis local csv file ### Additional context HO...
open
2024-06-07T03:57:57Z
2024-06-16T02:00:39Z
https://github.com/OpenInterpreter/open-interpreter/issues/1295
[]
pydaxing
2
iperov/DeepFaceLab
deep-learning
5,289
Python Command Sequence for execution
Sir, I am a beginner at this project. I have download the project and installed all the required packages in the anaconda enviornment. I am unable to run the main.py file from the command line as I am not getting any information regarding the usage of the main.py file for the extraction, training, and conversion phase...
open
2021-03-11T05:44:42Z
2023-06-08T22:29:31Z
https://github.com/iperov/DeepFaceLab/issues/5289
[]
mayanktiwariiiitdmj
2
hayabhay/frogbase
streamlit
64
Error when uploading local files
Any local file I try to upload, whether audio or video, I get this error: DownloadError: ERROR: [generic] None: Unable to download webpage: <urlopen error unknown url type: c> (caused by URLError('unknown url type: c')) Traceback: File "C:\Users\Anshul\AppData\Local\Programs\Python\Python311\Lib\sit...
closed
2023-07-17T19:11:04Z
2023-07-22T18:58:51Z
https://github.com/hayabhay/frogbase/issues/64
[]
AnshulJ999
2
thp/urlwatch
automation
594
Don't create .config directory if not needed
I'm trying to run urlwatch on a read-only filesystem (docker container), with only cache.db mapped to a writable volume. However, urlwatch tries to create `~/.config` and fails. ``` urlwatch_1 | crond: USER root pid 34 cmd cd /root && urlwatch --urls urls.yaml --config urlwatch.yaml --hooks hooks.py --cache /tmp/...
closed
2020-11-25T10:39:01Z
2020-12-10T18:45:34Z
https://github.com/thp/urlwatch/issues/594
[]
schildbach
1
awesto/django-shop
django
638
javascript console errors for checkout auth forms on v0.11.dev0
To reproduce, go to the cart when not logged in. I'm pretty sure these weren't there for version 0.10.2. The errors prevent the continue buttons from working. > angular.min.js:14199 Error: Form has no \`name\` > at Object.link (http://127.0.0.1:8000/static/shop/js/auth.js:20:11) > at http://127.0.0.1:800...
closed
2017-08-23T21:57:03Z
2017-08-24T10:45:14Z
https://github.com/awesto/django-shop/issues/638
[]
racitup
1
explosion/spaCy
deep-learning
13,262
`ValueError: cannot reshape array of size ...` when loading model
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour <!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> In a legacy application, I've gone to load the custom SpaCy models we've been...
closed
2024-01-23T11:27:33Z
2024-02-24T00:01:54Z
https://github.com/explosion/spaCy/issues/13262
[ "feat / serialize" ]
harryjulian
8
scikit-image/scikit-image
computer-vision
6,820
5 point algorithm to compute Essential Matrix in `skimage.transform`class
https://github.com/scikit-image/scikit-image/blob/34ffe6a19611f07fac0e5ab6f912b09bb272c667/skimage/transform/_geometric.py#L501 In the `skimage.transform.EssentialMatrixTransform` class, we use the 8-point algorithm to estimate the essential matrix. There is a more efficient 5-point algorithm that could instead be u...
open
2023-03-11T17:39:45Z
2023-12-08T02:26:26Z
https://github.com/scikit-image/scikit-image/issues/6820
[ ":fast_forward: type: Enhancement", ":speech_balloon: Discussion", ":sleeping: Dormant" ]
ana42742
9
gradio-app/gradio
deep-learning
10,394
Image quality degradation
### Describe the bug Hi guys. I noticed an image quality degradation when using type='pil' or 'numpy' when using Gradio.Image() or Gradio.Gallery() components. The degradation is not noticable after one pass from one component to another. But after doing some passes the degradation becomes noticable. In reproduction...
closed
2025-01-20T16:07:51Z
2025-01-22T02:48:56Z
https://github.com/gradio-app/gradio/issues/10394
[ "bug" ]
matemato
2
ets-labs/python-dependency-injector
flask
482
Sentry does not seem to be logging when logger is used inside DI framework
I implemented a single `providers.Singleton` for the `logging.Logger` module (see example below). None of my exceptions have been bubbling up to `Sentry`. However, if I use the `logging.Logger` (shown as `Logger2` in the example), the exception bubbles up. Is there something further I need to do to use `logging.Logger`...
closed
2021-08-06T21:10:45Z
2021-08-10T17:34:07Z
https://github.com/ets-labs/python-dependency-injector/issues/482
[ "question" ]
blairg23
3
mars-project/mars
pandas
2,872
Implements `{DataFrame,Series}.{combine,combine_first}`
Mars lacks pandas API `combine` and `combine_first` to combine two source frames / series into one single result.
open
2022-03-25T08:47:01Z
2022-03-25T08:47:01Z
https://github.com/mars-project/mars/issues/2872
[ "type: feature", "mod: dataframe", "Hacktoberfest", "task: medium" ]
wjsi
0
twopirllc/pandas-ta
pandas
720
How to limit the number of candlesticks in calculations?
Is there a way to limit the number of candlesticks when calculating indicators? For example, if I load a dataset of 10,000 candlesticks and calculate an indicator for the last candlestick, such as: ```python sma10 = df.ta.sma(length=10) ``` If I only load the last 50 candlesticks of that 10,000 candlestick d...
closed
2023-09-08T05:55:56Z
2023-10-12T20:50:59Z
https://github.com/twopirllc/pandas-ta/issues/720
[ "help wanted", "question", "info" ]
peipeilalala
1
comfyanonymous/ComfyUI
pytorch
6,559
No module named 'mediapipe'
### Your question I ran workflow on comfyui. I says easy humanSegmentation No module named 'mediapipe'. Please guide how to resolve it. ### Logs ```powershell ``` ### Other _No response_
open
2025-01-22T06:44:56Z
2025-01-22T07:48:33Z
https://github.com/comfyanonymous/ComfyUI/issues/6559
[ "User Support" ]
zohaibdesigner
1
ageitgey/face_recognition
machine-learning
791
Comparing new encoding with saved encodings from .dat file
* face_recognition version: probably 1.2.2 * Python version: 3.6.3 * Operating System: CentOS 7 ### Description Hello, I have access to lots of pictures and 64 cores CPU. I am not that great at python. I noticed that face_recognition can't use multiple core while it is loading images, faces, encodings,it only ...
open
2019-04-02T07:58:52Z
2019-06-06T11:52:08Z
https://github.com/ageitgey/face_recognition/issues/791
[]
franckyz0r
4
dmlc/gluon-nlp
numpy
691
Error in sst2 mission with BERT
Hi, Thanks for your sharing. When I run below code in terminal, I got a fault code and interrupted. Code is "python finetune_classifier.py --task_name SST --epochs 4 --batch_size 16 --accumulate 1 --optimizer bertadam --lr 2e-5 --log_interval 500". Error code is "Segmentation fault: 11 Stack trace...
closed
2019-05-03T09:16:16Z
2019-05-04T06:43:07Z
https://github.com/dmlc/gluon-nlp/issues/691
[]
chaojieji
6
plotly/dash
data-science
2,340
[BUG] Dash Callback background with pattern-matching running outputs doesn't cascade
**Describe your context** - replace the result of `pip list | grep dash` below ``` dash 2.7.0 dash-bootstrap-components 1.2.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-mantine-components 0.10.2 dash-table 5.0.0 ``` **Describe the bug** I...
closed
2022-11-29T12:10:48Z
2024-03-28T20:22:42Z
https://github.com/plotly/dash/issues/2340
[]
Mereep
1
jacobgil/pytorch-grad-cam
computer-vision
408
Can i use traced models?
Is there a simple way to use models saved with torch.jit.trace ?
open
2023-03-31T08:49:53Z
2023-03-31T08:49:53Z
https://github.com/jacobgil/pytorch-grad-cam/issues/408
[]
AlessandroPolidori
0
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
647
u2net代码下载不了
为什么无法下载u2net 的代码,又什么解决办法吗
closed
2022-09-22T03:41:58Z
2022-10-08T13:47:39Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/647
[]
pandafangtao
1
ultrafunkamsterdam/undetected-chromedriver
automation
922
freeze_support error
Hi, I get this error when I declare my driver : ``` RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means that you are not using fork to start your child processes and you have forgotten ...
open
2022-11-27T08:40:52Z
2023-08-09T08:17:23Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/922
[]
Impre-visible
4
kiwicom/pytest-recording
pytest
55
TypeError when using network blocking with address as bytes
``` pattern = '(127.0.0.2)', string = b'127.0.0.1', flags = 0 def match(pattern, string, flags=0): """Try to apply the pattern at the start of the string, returning a Match object, or None if no match was found.""" > return _compile(pattern, flags).match(string) E TypeError: cann...
closed
2020-07-30T11:38:34Z
2020-07-30T11:49:13Z
https://github.com/kiwicom/pytest-recording/issues/55
[]
Stranger6667
0
xuebinqin/U-2-Net
computer-vision
384
Paddlehub is no longer under maintenance, what should I do if an error message is installed
so title. paddlepaddle paddlehub how to install?
open
2024-05-17T08:57:07Z
2024-05-17T08:57:07Z
https://github.com/xuebinqin/U-2-Net/issues/384
[]
itmeicn
0
sinaptik-ai/pandas-ai
data-visualization
1,335
last_code_executed contains the sample data (dictionary).
### System Info pandas ai 2.2.14 ### 🐛 Describe the bug `last_code_executed` often times contains the sample `data` as dictionary which is pretty long and makes the code less readable. Sometimes the `data` variable is not used in the main code, in this case, is it possible to not include the `data` variable in...
closed
2024-08-22T01:07:50Z
2024-11-28T16:08:51Z
https://github.com/sinaptik-ai/pandas-ai/issues/1335
[ "bug" ]
c3-yiminliu
3
elliotgao2/gain
asyncio
20
Some Suggestions
1. Spider class add cookies field cause some websites need login 2. In parser.py file,there is `await item.save()`, a function used to store information mostly in local file(user can override the function). As far as i'm concerned, code like ``` async def save(self): with open('scrapinghub.txt', 'a+'...
closed
2017-06-10T06:37:17Z
2017-06-22T11:46:53Z
https://github.com/elliotgao2/gain/issues/20
[]
wisecsj
4
SYSTRAN/faster-whisper
deep-learning
84
Sync existing transcript
Hello, I was wondering if it would be possible to somehow use Whisper to be able to time sync existing transcripts. I have many very accurate transcriptions of audio but they are not line and/or word synced, so it would be great if somehow I would feed that transcript to Whisper so it can sync it.
closed
2023-03-26T20:11:50Z
2023-04-17T07:40:09Z
https://github.com/SYSTRAN/faster-whisper/issues/84
[]
Ryan5453
1
Kanaries/pygwalker
pandas
28
Close datetimes result in repeated monthly X axis labels
I'm quite enjoying this, but I have come across a serious data interpretation problem. I have a dataframe read like so: ``` df = pd.read_sql_query(query,conn, parse_dates=['date']) ``` However, the datetime values are all relatively high resolution ones (i.e., 5-15 second samples over many days), and the X ...
closed
2023-02-22T14:51:31Z
2023-03-07T13:27:30Z
https://github.com/Kanaries/pygwalker/issues/28
[ "bug", "good first issue", "fixed but needs feedback" ]
rcarmo
6
brightmart/text_classification
tensorflow
134
data_untils只有测试集和训练集,没有验证集
![image](https://user-images.githubusercontent.com/48819086/64243629-3e319380-cf3a-11e9-8f7b-e0e9652b9f20.png) 作者大大好像忘写了
open
2019-09-04T09:34:42Z
2019-09-04T09:34:58Z
https://github.com/brightmart/text_classification/issues/134
[]
yoonjae5
1
activeloopai/deeplake
tensorflow
2,058
Benchmarked dataset iteration speed lower as expected
Hello! I'm really excited about the features from deeplake (streaming directly from s3, dataset versioning and filtering). However, a preliminary benchmark showed a significantly lower dataset iteration speed compared to local file storage when iterating over `(256,256,3)` uint8 PNGs: - local dataset using tf.io ...
closed
2022-12-14T09:58:32Z
2023-02-28T03:09:57Z
https://github.com/activeloopai/deeplake/issues/2058
[]
cgebbe
9
microsoft/qlib
deep-learning
1,512
annualized return wrong? revisit
I have read https://github.com/microsoft/qlib/pull/1433 and https://github.com/microsoft/qlib/issues/1067 I tried the summation and exponential mode to caculate annualized return using https://github.com/microsoft/qlib/pull/1433 method. and it seems both are wrong. I ran workflowexample.ipynb, and I checked bench...
closed
2023-05-13T14:54:32Z
2023-08-17T06:01:59Z
https://github.com/microsoft/qlib/issues/1512
[ "question", "stale" ]
quant2008
1
microsoft/hummingbird
scikit-learn
221
Remove requirements folder
This folder is not used anymore
closed
2020-08-11T20:17:26Z
2020-08-12T17:29:35Z
https://github.com/microsoft/hummingbird/issues/221
[]
interesaaat
0
ading2210/poe-api
graphql
82
Request timeout
I want use poe api to classify news and write a function to do it, but always fail due to time out problem. Any tips and suggestions? Thanks in advance! <img width="1187" alt="截屏2023-05-29 13 38 19" src="https://github.com/ading2210/poe-api/assets/55344946/b9d33673-287c-40c2-b7f2-e040a57266fb">
closed
2023-05-29T11:40:35Z
2023-06-08T02:36:30Z
https://github.com/ading2210/poe-api/issues/82
[ "duplicate" ]
mamingsuper
6
axnsan12/drf-yasg
django
2
Write some tests
The test project is very simplistic and there are currently no automated tests. Should probably fix that.
closed
2017-12-01T22:14:21Z
2017-12-03T00:42:14Z
https://github.com/axnsan12/drf-yasg/issues/2
[]
axnsan12
1
stanfordnlp/stanza
nlp
1,063
Problems with lemmatization (German)
Hello, I tried using Stanza to lemmatize some simple German (i.e. "Ich liebe dich [I love you]." and "Ich habe dich gehört [I heard you.]" Stanza made mistakes with the verbs in both sentences. Here are screen shots from the Stanza demo for both of above sentences: ![image](https://user-images.githubusercont...
closed
2022-06-27T16:13:40Z
2022-06-27T22:41:37Z
https://github.com/stanfordnlp/stanza/issues/1063
[]
mcriggs
2
horovod/horovod
tensorflow
2,939
how to kill the task that reports missing rank
I use the elastic code to train imagenet, but my server always appear that task stuck, and it's always report "missing rank", do not restart on other normal hosts. So how can I kill the missing rank node's task?
open
2021-05-26T07:08:49Z
2021-05-26T09:01:48Z
https://github.com/horovod/horovod/issues/2939
[ "enhancement" ]
TXacs
1
huggingface/datasets
tensorflow
7,117
Audio dataset load everything in RAM and is very slow
Hello, I'm working with an audio dataset. I want to transcribe the audio that the dataset contain, and for that I use whisper. My issue is that the dataset load everything in the RAM when I map the dataset, obviously, when RAM usage is too high, the program crashes. To fix this issue, I'm using writer_batch_size tha...
open
2024-08-20T21:18:12Z
2024-08-26T13:11:55Z
https://github.com/huggingface/datasets/issues/7117
[]
Jourdelune
3
hyperspy/hyperspy
data-visualization
2,454
masks for signal_range in fits
I opened this issue to discuss whether the `model.set_signal_range` function should be modified to accept masks arrays or possibly signals, similar to what is used in `signal.decomposition` and `signal.spikes_removal_tool`. I am in favor of this. My central argument is that it is easier to extend this approach to n-...
closed
2020-07-28T14:54:23Z
2020-10-01T06:21:03Z
https://github.com/hyperspy/hyperspy/issues/2454
[ "type: enhancement", "type: new feature" ]
LMSC-NTappy
6
xinntao/Real-ESRGAN
pytorch
890
可以麻烦你上传一下realesrnet_x2plus.pth的模型吗?
我想训练一下realesrgan_x2plus.pth的模型,请问你可以上传一下realesrnet_x2plus.pth的模型吗?
open
2025-01-17T09:18:22Z
2025-02-21T06:18:31Z
https://github.com/xinntao/Real-ESRGAN/issues/890
[]
jolek-jojo
3
tortoise/tortoise-orm
asyncio
1,248
Inherited mixin with ForeignKeyField does not respect source_field argument value.
**Describe the bug** When defining two or more models by using the same mixin class to reuse common fields, fields that are defined as fields.ForeignKeyField do not respect function argument's source_field value. Only the last class definitions works as expected. I think code explains this better, than putting in word...
open
2022-09-13T09:12:43Z
2022-09-13T10:08:02Z
https://github.com/tortoise/tortoise-orm/issues/1248
[]
ghost
1
ipyflow/ipyflow
jupyter
155
use argparsers that don't exit on parse error
closed
2023-12-28T23:19:14Z
2024-01-29T05:14:19Z
https://github.com/ipyflow/ipyflow/issues/155
[]
smacke
0
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,669
[Feature Request]: Implement AYS Sampler proposed by Nvidia
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Align Your Steps (AYS), a novel general framework for optimizing sampling schedules in diffusion models that significantly boosts the quality of outputs, especial...
open
2024-04-30T17:13:13Z
2024-04-30T17:13:13Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15669
[ "enhancement" ]
GongXinyuu
0
zappa/Zappa
django
1,124
Python 3.10 support
## Context Now that Ubuntu 22.04 LTS is about to be released, a lot of people will have Python 3.10 as their default system version. Could Zappa please be updated to support Python 3.10? ## Expected Behavior `zappa update [your_environment]` would start the Zappa update process. ## Actual Behavior A `RuntimeEr...
closed
2022-04-15T09:25:11Z
2023-05-16T01:23:43Z
https://github.com/zappa/Zappa/issues/1124
[ "next-release-candidate" ]
RobWeber3
3
christabor/flask_jsondash
flask
96
integrate d3fc
https://github.com/d3fc/d3fc
open
2017-04-20T03:27:57Z
2017-05-13T22:33:01Z
https://github.com/christabor/flask_jsondash/issues/96
[ "enhancement", "new chart" ]
christabor
0
sqlalchemy/alembic
sqlalchemy
672
v1.4.2 missing wheel when pip download and then pip install from .tar.gz
When I `pip download alembic==1.4.2` and then `pip install alembic` from the downloaded `.tar.gz` file, then I get the following error: ``` ERROR: Command errored out with exit status 1: ...
closed
2020-03-20T11:43:26Z
2020-03-21T15:16:11Z
https://github.com/sqlalchemy/alembic/issues/672
[ "bug", "installation" ]
LGro
25
ultralytics/yolov5
pytorch
12,955
How to close window in yolov5 detection
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question In running the detect.py in yolov5, when X button is clicked in the top right corner the...
closed
2024-04-23T20:03:02Z
2024-06-03T00:22:41Z
https://github.com/ultralytics/yolov5/issues/12955
[ "question", "Stale" ]
tasyoooo
2
keras-team/keras
deep-learning
20,393
AttributeError: 'NoneType' object has no attribute 'shape'
https://github.com/tensorflow/tensorflow/issues/77826 TensorFlow version: 2.17.0 Transformers version: 4.46.0.dev0 Keras version: 3.6.0 This problem can be solved by using TensorFlow version 2.11, but it is not solved because i'm trying to use Tensorflow version 2.17. The existing BERT model is implemented in v...
closed
2024-10-22T14:12:25Z
2024-11-21T02:04:54Z
https://github.com/keras-team/keras/issues/20393
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
Kim-William
4
flairNLP/flair
nlp
3,296
Errno 2] No such file or directory: 'de-ner-large'
### Problem statement from flair.data import Sentence from flair.nn import Classifier # load model tagger = Classifier.load('de-ner-large') # make German sentence sentence = Sentence('George Washington ging nach Washington.') # predict NER tags tagger.predict(sentence) # print sentence with predicted t...
closed
2023-08-13T07:56:16Z
2023-08-13T07:57:06Z
https://github.com/flairNLP/flair/issues/3296
[ "feature" ]
DIBYAJYOTI-SAHOO
0
litestar-org/polyfactory
pydantic
88
Typing: DataclassProtocol.__dataclass_fields__ should be ClassVar
https://github.com/starlite-api/pydantic-factories/blob/d5ebb7a2071ed393926dbdd2f7f7e47fd2a026a6/pydantic_factories/protocols.py#L10-L11 Defined [here](https://github.com/python/cpython/blob/ae192178679c532e2c1b2d3b8c0928b77e0fe90e/Lib/dataclasses.py#L1016): ```python # Remember all of the fields on our clas...
closed
2022-10-17T01:25:05Z
2022-10-17T03:53:02Z
https://github.com/litestar-org/polyfactory/issues/88
[]
peterschutt
1
xonsh/xonsh
data-science
5,110
voltron and `xonfig web`: module 'gdb' has no attribute 'Command'
<!--- Provide a general summary of the issue in the Title above --> <!--- If you have a question along the lines of "How do I do this Bash command in xonsh" please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html If you don't find an answer there, please do open an issue! --> #...
open
2023-04-03T17:31:57Z
2023-07-08T06:37:39Z
https://github.com/xonsh/xonsh/issues/5110
[ "integration-with-other-tools", "xonfig-web" ]
Marin-Kitagawa
2
jupyter-incubator/sparkmagic
jupyter
649
[BUG] When executing a SparkMagic kernel through Papermill, the Livy session is not removed on exiting
**Describe the bug** I'm testing that running the SparkMagic kernel through `Papermill` works fine. But I found a bug that if the SparkMagic kernel is executed via `Papermill`, the Livy session does not close when the job is finished. I don't think this is intended. **Expected behavior** The Livy session should be...
closed
2020-05-22T17:56:45Z
2020-05-27T15:52:16Z
https://github.com/jupyter-incubator/sparkmagic/issues/649
[]
withsmilo
13
huggingface/datasets
deep-learning
6,868
datasets.BuilderConfig does not work.
### Describe the bug I custom a BuilderConfig and GeneratorBasedBuilder. Here is the code for BuilderConfig ``` class UIEConfig(datasets.BuilderConfig): def __init__( self, *args, data_dir=None, instruction_file=None, instruction_strategy=None,...
closed
2024-05-05T08:08:55Z
2024-05-05T12:15:02Z
https://github.com/huggingface/datasets/issues/6868
[]
jdm4pku
1
wandb/wandb
tensorflow
9,387
[Q]: Wandb charts show time (minutes), but I want seconds.
### Ask your question <!--- Ask your question here ---> I’m working with Weights and Biases and previously, the x-axis time was shown in seconds. However, now all my runs are showing the x-axis in minutes instead of seconds, and I need to change it back to seconds. Currently using firefox browser.
open
2025-02-03T16:47:25Z
2025-02-14T19:19:49Z
https://github.com/wandb/wandb/issues/9387
[ "ty:question", "a:app" ]
kailashg26
13
napari/napari
numpy
7,278
Incorrect skip condition over `napari/_qt/_tests/test_app.py::test_windows_grouping_overwrite` and test fail when running on Windows
### 🐛 Bug Report Working on PR #7269 noticed that there is a test which skip condition is always `False`: https://github.com/napari/napari/blob/dfb4dd60a88046cbcd18acc6a38c901eeea2eed3/napari/_qt/_tests/test_app.py#L11-L12 However, changing the skip condition and then enabling the test to run on Windows (with s...
closed
2024-09-17T15:03:28Z
2024-09-26T11:35:03Z
https://github.com/napari/napari/issues/7278
[ "bug" ]
dalthviz
0
alteryx/featuretools
data-science
2,506
Add FullNameToFirstName, FullNameToLastName, FullNameToTitle primitives
closed
2023-03-09T18:29:03Z
2023-04-04T22:00:50Z
https://github.com/alteryx/featuretools/issues/2506
[]
gsheni
0
httpie/cli
python
521
Setting host header causes a python casting error
I get a `TypeError` when trying to request a URL and passing a `Host` header to it. I tried with quotes and without, but nothing works. See the following example where prefixing `m.` to the hostname causes an error: ``` $ http -v http://m.youtube.com Host:m.youtube.com http: error: TypeError: Cannot mix str and non-...
closed
2016-09-22T12:42:08Z
2019-06-26T18:28:54Z
https://github.com/httpie/cli/issues/521
[ "bug", "blocked by upstream" ]
gonzalocasas
5
nolar/kopf
asyncio
336
[PR] Settings (official and documented)
> <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2020-03-26 16:55:02+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/pull/336 > Merged by [nolar](https://githu...
closed
2020-08-18T20:04:01Z
2020-08-23T20:56:49Z
https://github.com/nolar/kopf/issues/336
[ "enhancement", "archive" ]
kopf-archiver[bot]
0
yvann-ba/Robby-chatbot
streamlit
17
Upload EXCEL files for the chatbot
closed
2023-04-24T20:07:39Z
2023-05-09T20:02:07Z
https://github.com/yvann-ba/Robby-chatbot/issues/17
[]
yvann-ba
1
fugue-project/fugue
pandas
405
[BUG] duckdb join fails
With this code: ```python import pandas as pd data = pd.DataFrame({'col1': [1, 2, 3], 'col2': [ 2, 3, 4]}) data2 = pd.DataFrame({'col1': [1, 2, 3], 'col4': [ 11, 12, 13]}) # schema: *, col3:int def make_new_col(df: pd.DataFrame) -> pd.DataFrame: df['col3'] = df['col1'] + df['col2'] return df ...
closed
2022-12-29T14:37:16Z
2023-01-03T18:07:33Z
https://github.com/fugue-project/fugue/issues/405
[]
lukeb88
4
Teemu/pytest-sugar
pytest
174
docker+venv, stdout is not printed per test before running test
When reporting an issue, include a way to reproduce the bug. For example: #### Command used to run py.test ````py.test```` (with configuration) `pytest.ini` ``` [pytest] addopts = --full-trace --verbose --force-sugar ``` #### Environment docker + pipenv it runs in a docker (based off `python:slim`), t...
open
2019-05-16T23:02:38Z
2020-08-25T18:28:18Z
https://github.com/Teemu/pytest-sugar/issues/174
[ "question" ]
mcallaghan-bsm
4
pyqtgraph/pyqtgraph
numpy
3,023
Dynamically wrapped composed methods have no type hints
### Short description Starting in pyqtgraph 0.13.5, dynamically wrapped class properties/methods raise errors in type checkers such as Pylance/Pyright. Examples of this include `GraphicsLayoutWidget`, `ImageView`, and `PlotItem`. ### Code to reproduce ```python import pyqtgraph as pg if __name__ == "__main__":...
open
2024-05-10T02:02:27Z
2024-05-24T03:41:33Z
https://github.com/pyqtgraph/pyqtgraph/issues/3023
[]
Antyos
5
littlecodersh/ItChat
api
131
请教下,web多用户环境的实现问题
https://github.com/nodeWechat/wechat4u 这是nodejs版的微信。 它有个vue版本的微信。架设后可以同时支持多个微信号登陆。只要登陆成功后,将浏览器关掉,服务器端,也能继续保持微信号的登陆,在服务器端进行每个登陆微信号的消息同步。 研究过它的代码,每个微信号的基础信息(实例)都是以每个微信号登陆时获取到的uuid为键值,保存在一个列表中。 想请教下,像他这种,在服务端运行多个实例,即使浏览器断开了连接,服务端能还能保持这些实例的运行。python要如何实现。
closed
2016-10-30T11:04:02Z
2016-10-30T13:51:06Z
https://github.com/littlecodersh/ItChat/issues/131
[ "invalid" ]
fynjue00
1
deepspeedai/DeepSpeed
machine-learning
6,687
nv-nightly CI test failure
The Nightly CI for https://github.com/microsoft/DeepSpeed/actions/runs/11584608559 failed.
closed
2024-10-30T01:09:53Z
2024-10-31T17:34:39Z
https://github.com/deepspeedai/DeepSpeed/issues/6687
[ "ci-failure" ]
github-actions[bot]
1
comfyanonymous/ComfyUI
pytorch
6,501
Comfyui during ksampler is running too slow suddenly ( need 20 minutes) for flux gguf model
### Your question I have install pytorch + cuda12.4 version, but in the nvidia-smi is always showing cuda 12.7 when I run the flux gguf workflow for Image to image it show > VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16 > SELECTED: input2 > CLIP/text encoder model load device: cuda:0, offload ...
open
2025-01-17T18:39:27Z
2025-01-27T18:26:35Z
https://github.com/comfyanonymous/ComfyUI/issues/6501
[ "User Support" ]
rongtian0927
1
ipython/ipython
data-science
14,280
review ipython.utils.text:dedent
AFAICT this is used sometime (often?) to dedent docstrings, but it might now be needed after Python 3.13: see `https://github.com/python/cpython/pull/106411`
open
2023-12-31T15:18:03Z
2025-02-26T10:55:14Z
https://github.com/ipython/ipython/issues/14280
[]
Carreau
0
TencentARC/GFPGAN
pytorch
271
Training RuntimeError: stack expects each tensor to be equal size, but got XXX vs YYY
Hi, thank you so much for providing this amazing framework! I'm running training using "train_gfpgan_v1_simple.yml" with my own images, not FFHQ. They are irregularly sized .png files. Using 1 GPU. When I launch training, I get: > RuntimeError: stack expects each tensor to be equal size, but got [3, 660, 472] ...
closed
2022-09-23T21:54:41Z
2022-09-24T08:44:54Z
https://github.com/TencentARC/GFPGAN/issues/271
[]
oTree-org
2
jwkvam/celluloid
matplotlib
18
Text is not animated
I am trying to plot some iterative algorithm. I have multiple subplots and want to annotate the entire figure with a text `Iteration <i>` where `i` is an integer. The text of all frames is displayed over each other instead of just one text per plot.
open
2020-08-26T11:47:37Z
2020-08-26T12:13:15Z
https://github.com/jwkvam/celluloid/issues/18
[]
renatobellotti
1
allenai/allennlp
pytorch
5,144
Coreference model CUDA out of memory on 16GB GPU
I'm trying to reprod some coreference results on a 16GB GPU, using this config file: https://github.com/allenai/allennlp-models/blob/main/training_config/coref/coref_spanbert_large.jsonnet I created train, test, and dev files using this script: https://github.com/allenai/allennlp-models/blob/main/allennlp_models/cor...
closed
2021-04-22T13:01:55Z
2021-05-10T20:49:35Z
https://github.com/allenai/allennlp/issues/5144
[ "question" ]
klaraesr
3
deezer/spleeter
tensorflow
685
[Bug] docker hub link is dead
hello link to docker hub on your main page (https://hub.docker.com/deezer/spleeter) is dead, returns 404. please correct it.
closed
2021-12-08T14:07:23Z
2021-12-08T16:07:49Z
https://github.com/deezer/spleeter/issues/685
[ "bug", "invalid" ]
ilyapashuk
1
deezer/spleeter
deep-learning
58
[Feature] Output audio has cut off 12 kHz and higer frequencies
<!-- PLEASE READ THIS CAREFULLY : - Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed - First check FAQ from wiki to see if your problem is not already known --> ## Description Created output file has higer frequencies cut off at aro...
closed
2019-11-08T14:24:57Z
2019-11-08T15:06:21Z
https://github.com/deezer/spleeter/issues/58
[ "bug", "invalid", "RTMP" ]
janeczek2
1
jina-ai/clip-as-service
pytorch
780
Word Vectors CLIP
Sorry, can't delete the issue. Please ignore it. 🙈
closed
2022-07-23T14:21:15Z
2022-07-23T16:59:17Z
https://github.com/jina-ai/clip-as-service/issues/780
[]
hideosnes
0
ydataai/ydata-profiling
data-science
1,509
cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)
### Current Behaviour I get this error: cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py) when I try importing from ydata_profiling import ProfileReport ### Expected Behaviour I should get a Report as shown on the https://docs.profiling.ydata.a...
closed
2023-11-29T14:37:56Z
2023-12-04T21:17:18Z
https://github.com/ydataai/ydata-profiling/issues/1509
[ "information requested ❔" ]
Balogunhabeeb14
4
kennethreitz/responder
flask
581
404 on readme
Hi, Their is a link that redirect to https://responder.readthedocs.io/tour.html. However, this URL is dead. Regards,
open
2025-02-02T13:01:40Z
2025-02-02T22:09:30Z
https://github.com/kennethreitz/responder/issues/581
[]
waghanza
1
stanford-oval/storm
nlp
269
[BUG]
**Describe the bug** A clear and concise description of what the bug is. **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 screenshots to help explain your problem. **Environment:** - OS: [e.g. iOS,...
closed
2024-12-26T08:42:53Z
2024-12-26T08:45:08Z
https://github.com/stanford-oval/storm/issues/269
[]
liasddd-123
0
hack4impact/flask-base
flask
149
Creating Migrations while extending models
Would you mind taking a look at https://stackoverflow.com/questions/48628521/flask-migrate-not-recognizing-models Thanks for your work on this project, KC
closed
2018-02-06T14:14:28Z
2018-02-07T19:26:45Z
https://github.com/hack4impact/flask-base/issues/149
[]
kc1
1
deepset-ai/haystack
nlp
8,710
docs: ComponentTool
based on https://github.com/deepset-ai/haystack/pull/8693 started [in Notion](https://www.notion.so/deepsetai/ComponentTool-WIP-17ae210b37c48070a83ad04bf84dc48f?pvs=4)
closed
2025-01-13T08:20:00Z
2025-01-15T10:14:57Z
https://github.com/deepset-ai/haystack/issues/8710
[ "type:documentation", "P1" ]
julian-risch
1
localstack/localstack
python
12,411
The mocked credential hard coded to us-east-1 when Authorization header missing
Hey I am not sure if it is by design or more of a bug. here is the story: I am working on a .net application to publish event to localstack using AWSSDK, and set up the `AmazonSimpleNotificationServiceConfig` to use `eu-west-1` as AuthenticationRegion, ``` _snsClient = new AmazonSimpleNotificationServiceClient(new ...
open
2025-03-19T12:32:10Z
2025-03-20T10:33:28Z
https://github.com/localstack/localstack/issues/12411
[ "type: bug", "aws:sns", "status: backlog" ]
jeremy001181
1
Avaiga/taipy
data-visualization
1,587
[UX] Chat control display of long messages
### Description For short messages, the message box looks good. For long messages, the message box is square and collides with the user icon: ![image](https://github.com/user-attachments/assets/0bf8f3dc-8720-4f1c-b8e1-533076972242) Is this intended? ### Acceptance Criteria - [ ] Ensure new code is unit tested, a...
closed
2024-07-25T19:24:15Z
2024-08-22T15:59:56Z
https://github.com/Avaiga/taipy/issues/1587
[ "📈 Improvement", "🟩 Priority: Low", "GUI: Front-End", "💬 Discussion" ]
AlexandreSajus
0
piskvorky/gensim
machine-learning
2,795
Incorrect behavior of KeyedVectors.save_word2vec_format
### Problem description I'm getting the "impossible" situation when I can't `load_word2vec_format` after succesfull `save_word2vec_format`. The reason was in "token with space". #### Steps/code/corpus to reproduce ```python from gensim.models import KeyedVectors kv =...
open
2020-04-15T05:43:25Z
2020-09-17T09:08:48Z
https://github.com/piskvorky/gensim/issues/2795
[ "bug" ]
menshikh-iv
4
SYSTRAN/faster-whisper
deep-learning
903
Last Word Removal Issue in Persian ASR Chunks and "segment.words" Being "None" in "faster_whisper/transcribe.py"
Hi everyone... In the ASR project for converting Persian audio to Persian text, we need to divide the audio into fixed chunks (e.g., 10 seconds). However, there is a problem: sometimes the audio is split in the middle of the last word, causing errors such as the last word being deleted or repeated. To address thi...
closed
2024-07-06T11:32:30Z
2024-07-26T09:46:23Z
https://github.com/SYSTRAN/faster-whisper/issues/903
[]
mlhdeep-ai
3
scikit-optimize/scikit-optimize
scikit-learn
744
[Feature request] Allow ask() to return dictionary of parameters when named
When using the `ask()` interface with named parameters, e.g. `Integer(1, 10, name='num_things')`, it would be extremely convenient if there was a way to configure `ask` such that instead of returning an array, it returned a _dictionary_ of `{parameter_name: parameter_value}` entries. ```python SPACE = [ Integer...
open
2019-01-09T01:39:49Z
2021-10-08T13:25:21Z
https://github.com/scikit-optimize/scikit-optimize/issues/744
[]
traviskaufman
8
developmentseed/lonboard
data-visualization
611
Support different Arrow chunking across main table and accessors
I should be able to rechunk accessors as needed to work with the main table. I believe @abarciauskas-bgse was hitting this issue with colormap data, where the `get_fill_color` had no internal chunks
closed
2024-08-23T19:40:04Z
2024-09-24T15:55:39Z
https://github.com/developmentseed/lonboard/issues/611
[]
kylebarron
3
Avaiga/taipy
data-visualization
1,911
Show current page on menu
### Description The menu needs to show the proper current page when not navigating directly through the menu. A code to replicate the issue: ```python from taipy import Gui, navigate import taipy.gui.builder as tgb def menu_option_selected(state, action, info): page = info["args"][0] navigate(st...
closed
2024-10-04T08:34:55Z
2024-11-05T04:51:54Z
https://github.com/Avaiga/taipy/issues/1911
[ "📈 Improvement", "🖰 GUI", "🟨 Priority: Medium", "🔒 Staff only", "🥶Waiting for contributor" ]
FlorianJacta
8