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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
zappa/Zappa | django | 808 | [Migrated] Zappa requires "future" package under Python 3.x | Originally from: https://github.com/Miserlou/Zappa/issues/1966 by [rudyryk](https://github.com/rudyryk)
Trying to minify uploaded installation ZIP. Noticed that future package is more than 1.5Mb size, this is far larger than many. But it should not be necessary under Python 3.
## Expected Behavior
Don't install an... | closed | 2021-02-20T12:51:53Z | 2022-08-05T10:37:24Z | https://github.com/zappa/Zappa/issues/808 | [] | jneves | 1 |
neuml/txtai | nlp | 196 | Update documentation with 4.0 changes | Update documentation with 4.0 changes | closed | 2022-01-06T20:58:18Z | 2022-01-06T20:59:06Z | https://github.com/neuml/txtai/issues/196 | [] | davidmezzetti | 0 |
ultralytics/ultralytics | python | 19,183 | Is RT-DETRv2 supported? | Greetings,
I know that RT-DETR is supported in ultralytics. But I could not see support for RT-DETRv2. Is RT-DETRv2 available in ultralytics?
Thanks. | closed | 2025-02-11T14:32:48Z | 2025-02-12T21:27:35Z | https://github.com/ultralytics/ultralytics/issues/19183 | [] | mzahana | 3 |
horovod/horovod | pytorch | 3,653 | tensorflow.python.framework.errors_impl.AlreadyExistsError: TensorFlow device (GPU:0) is being mapped to multiple CUDA devices (0 now, and 1 previously), which is not supported. This may be the result of providing different GPU configurations (ConfigProto.gpu_options, for example different visible_device_list) when cre... | **Environment:**
1. Framework: (TensorFlow)
2. Framework version: 2.2.0
3. Horovod version: v0.21.3
4. MPI version: (Open MPI) 2.1.1
5. CUDA version: 10.1, V10.1.243
6. NCCL version: 2.11.4
7. Python version: 3.6.9
11. CMake version: 3.10.2
**Bug report:**
I am trying to utilize the multi-GPUs using Hor... | closed | 2022-08-15T09:31:16Z | 2022-08-17T04:12:12Z | https://github.com/horovod/horovod/issues/3653 | [] | Nafees-060 | 8 |
taverntesting/tavern | pytest | 310 | Response body requires curly braces to be double escaped. | This needs to be either fixed or at least documented
```yaml
response:
body:
raw_wont_work: !raw "{escape_me}"
raw_works: !raw "{{escape_me}}"
wont_work: "{{escape_me}}"
works: "{{{{escape_me}}}}"
```
| closed | 2019-03-16T15:53:17Z | 2019-04-11T18:24:44Z | https://github.com/taverntesting/tavern/issues/310 | [
"Type: Bug",
"Requires Documentation"
] | mvanderlee | 3 |
sgl-project/sglang | pytorch | 3,816 | How to contribute an optimized R1 operator in SGlang? | How to contribute an optimized R1 operator in SGlang?
For example, if I have an optimized R1-TopK, which subcomponents (e.g. vLLM/..) are the right place to get started? | closed | 2025-02-24T11:19:43Z | 2025-02-24T18:20:27Z | https://github.com/sgl-project/sglang/issues/3816 | [] | ghostplant | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 1,373 | Installation issue | 
I install on Windows and after some time after the start appears such a window, what can this be due to? | open | 2024-05-25T10:17:38Z | 2024-05-29T14:33:38Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1373 | [] | Alena2111 | 1 |
fastapi/sqlmodel | pydantic | 434 | SQLAlchemy Minimum Version Requirement at least 1.4.29 | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2022-09-04T09:12:09Z | 2023-10-23T16:47:10Z | https://github.com/fastapi/sqlmodel/issues/434 | [
"question"
] | JoshGooch | 3 |
miguelgrinberg/python-socketio | asyncio | 474 | BrokenPipeError after calling client.disconnect | I have simple setup where I client connects to a server, sends a few messges and disconnects.
After the disconnect method is called I get a BrokenPipeError exception:
```
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/pyth... | closed | 2020-05-03T02:16:07Z | 2020-10-09T18:59:47Z | https://github.com/miguelgrinberg/python-socketio/issues/474 | [
"question"
] | MagnusKriel | 3 |
sinaptik-ai/pandas-ai | pandas | 1,375 | Data sharing on log publish | ### System Info
**OS version**: MacOS Sequoia 15.0
My *pyproject.toml*
```
[project]
name = "pandasai-benchmark"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy==1.26.4",
"pandasai>=2.2.14",
"python-decouple... | closed | 2024-09-25T12:39:30Z | 2025-01-02T16:08:56Z | https://github.com/sinaptik-ai/pandas-ai/issues/1375 | [
"bug"
] | pesmeriz | 3 |
MagicStack/asyncpg | asyncio | 403 | notified on shutdown | This is not a bug report. I have a question.
How can my app get notified when postgres goes offline or crashes ?
Is there any such functionality? From what I can understand so far, I can have some callbacks when connections are opened and acquired (init and setup) but I cannot know when postgres goes offline.
... | open | 2019-01-28T11:33:05Z | 2024-01-13T07:57:21Z | https://github.com/MagicStack/asyncpg/issues/403 | [] | sgoudelis | 1 |
coqui-ai/TTS | pytorch | 3,335 | [Bug] Performance decay in XTTS-v2 | ### Describe the bug
I noticed a significant decrease in quality and audio similarity when using the hugging space demo for xtts v2.0.3 before that version the quality and similarly between input and output audios was miles better.
### To Reproduce
Use hugging face space to compare xtts 2.0.3 with older versi... | closed | 2023-11-29T21:19:35Z | 2023-12-06T19:40:33Z | https://github.com/coqui-ai/TTS/issues/3335 | [
"bug"
] | Lenos500 | 3 |
AntonOsika/gpt-engineer | python | 800 | 1 item | i | closed | 2023-10-16T03:37:16Z | 2023-10-16T03:39:39Z | https://github.com/AntonOsika/gpt-engineer/issues/800 | [] | purpose2do | 0 |
replicate/cog | tensorflow | 1,837 | Add --persist functionality when performing a cog build/debug/push | * When performing a `cog debug` you get an output of the `Dockerfile` cog intends to use. This dockerfile references temporary files that are cleaned up upon the cog process terminating.
* Add a `--persist` flag that keeps these temporary files around and allows the user to decide how to handle them. | open | 2024-07-29T20:16:29Z | 2024-07-29T20:16:29Z | https://github.com/replicate/cog/issues/1837 | [] | 8W9aG | 0 |
huggingface/diffusers | pytorch | 10,582 | Flux Fill Color loss | Hi!
When I use the Flux Fill model to generate images, the resulting colors often do not match those of the images I provided, with some colors being lost. Could anyone tell me where the problem lies?
reference:

 (through an unusual test we have) we found errors due to the use of `numpy.float_` in CuPy. From a brief search I see that there are also uses of `numpy.complex_`.
_(This shoul... | closed | 2023-12-24T20:33:11Z | 2024-02-14T09:14:02Z | https://github.com/cupy/cupy/issues/8049 | [
"cat:enhancement",
"to-be-backported",
"prio:high"
] | lucascolley | 1 |
amidaware/tacticalrmm | django | 827 | Client and Site Columns in Audit Log | Currently I use the Client field for service levels . OS Support/ Application Support/ POS - Support and would like that to Show in the audit log for Clients (listed in site)
Regardless the audit log does not show Client or Site information, which, I believe would be beneficial being shown. If not for the way I use ... | closed | 2021-11-26T17:52:11Z | 2022-04-16T21:32:57Z | https://github.com/amidaware/tacticalrmm/issues/827 | [
"enhancement"
] | factulas | 1 |
public-apis/public-apis | api | 3,827 | و | قه | closed | 2024-04-09T05:45:01Z | 2024-04-10T15:06:44Z | https://github.com/public-apis/public-apis/issues/3827 | [] | pz512a | 0 |
widgetti/solara | jupyter | 923 | Move components and other features from the lab namespace to solara for 2.0 | I think for solara 2.0 we should move the following out of the lab namespace:
* tasks (and I think use_task should have dependencies=None as default argument to behave more like a regular task)
* ConfirmationDialog
Lets also review these:
* Tabs
* Menu
* InputDate
* Chat*
I hate to just move them to s... | open | 2024-12-13T08:45:47Z | 2024-12-18T13:26:33Z | https://github.com/widgetti/solara/issues/923 | [] | maartenbreddels | 1 |
huggingface/diffusers | deep-learning | 11,116 | ControlNets for Multi-GPU | Currently most of our documentation has the following way of using ControlNets
```
from diffusers import SanaControlNetModel, SanaControlNetPipeline
import torch
controlnet = SanaControlNetModel.from_pretrained(
"ishan24/Sana_600M_1024px_ControlNet_diffusers",
torch_dtype=torch.float16
)
pipe = SanaControlNe... | open | 2025-03-19T08:56:12Z | 2025-03-19T09:00:01Z | https://github.com/huggingface/diffusers/issues/11116 | [] | ishan-modi | 0 |
PokemonGoF/PokemonGo-Bot | automation | 5,650 | why remove all sources of sniper, it still works? | In order to config my own source, I try to remove all sources of the sniper to avoid any distraction on my debugging. But I found that even if I remove all sources of the sniper. It still works and can get some coordinates of Pokemon. Why? Does any predefined source exist?
Thanks.
| closed | 2016-09-24T06:53:30Z | 2016-09-24T20:45:15Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5650 | [] | desert0616 | 3 |
Gerapy/Gerapy | django | 145 | can't encode character '\xa0' | 运行环境:windows7、Python3.7 64
出现问题,在CMD命令行跑一点问题没有,用gerapy跑,报错字符集错误。

见图片,只是打印了一下获取的标题,就报错了。 | open | 2020-03-11T16:33:37Z | 2020-03-11T16:33:37Z | https://github.com/Gerapy/Gerapy/issues/145 | [
"bug"
] | kiscore | 0 |
gradio-app/gradio | deep-learning | 10,282 | Add Lazy Loading Support for Tabs/Components | - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
My Gradio app has many tabs, and each tab has quite a few functionalities.
And I'm increasingly finding that the loading speed is too slow because it loads all tabs every time.
... | open | 2025-01-03T09:02:52Z | 2025-01-03T13:53:13Z | https://github.com/gradio-app/gradio/issues/10282 | [
"enhancement"
] | huhu415 | 2 |
ets-labs/python-dependency-injector | asyncio | 237 | Voting for adding Dependency Injector in Awesome Python | Hi all,
There is an idea to add `Dependency Injector` to the [Awesome Python](https://github.com/vinta/awesome-python).
Please, **support** `Dependency Injector` with your thumbs up if you want / think Dependency Injector should be there.
### Howto
1. Go to **[Pull Request](https://github.com/vinta/awesome-... | closed | 2019-10-30T14:11:27Z | 2020-02-06T17:32:14Z | https://github.com/ets-labs/python-dependency-injector/issues/237 | [
"announcement"
] | rmk135 | 1 |
fastapi-users/fastapi-users | fastapi | 367 | Frontend Auth Form | Hello!
I've tried making a simple register/login form with FastAPI but I failed. My idea was to send a simple json object containing username and password using pythons request. I get the email and password from a simple HTML form and then post it to "auth/register".
```
<form action="/auth/register-user" enctype="... | closed | 2020-10-13T14:47:18Z | 2023-10-05T17:49:16Z | https://github.com/fastapi-users/fastapi-users/issues/367 | [
"question"
] | hannawagner | 5 |
deezer/spleeter | tensorflow | 93 | spleeter installation on Windows 10 : ffmpeg module not found | ## ffmpeg module not found aftre sucessfull conda(3) installation
## Step to reproduce
1. Installed using
`git clone https://github.com/Deezer/spleeter
conda env create -f spleeter/conda/spleeter-cpu.yaml
conda activate spleeter-cpu
'
3. Got `ModuleNotFoundError: No module named 'ffmpeg'` error
## ... | closed | 2019-11-14T12:09:55Z | 2019-11-15T12:59:10Z | https://github.com/deezer/spleeter/issues/93 | [
"bug",
"invalid"
] | krauspe | 6 |
noirbizarre/flask-restplus | api | 512 | Add a way to config apisSorter for swagger | Would like a way to set the apisSorter for swagger with flask.config | open | 2018-08-22T03:13:12Z | 2018-08-22T03:13:12Z | https://github.com/noirbizarre/flask-restplus/issues/512 | [] | clintonm9 | 0 |
deezer/spleeter | tensorflow | 545 | [Discussion] Docker researchdeezer/spleeter VS deezer/spleeter | Hey folks. I'm struggling to understand the difference between `researchdeezer/spleeter` and `deezer/spleeter` Docker images.
On one hand I see that your [CI](https://github.com/deezer/spleeter/blob/master/.github/workflows/docker.yml) builds, tests and pushes the `deezer/spleeter`.
On the other, I see that [splee... | closed | 2020-12-29T15:38:14Z | 2021-02-12T14:51:34Z | https://github.com/deezer/spleeter/issues/545 | [
"question"
] | just-jeb | 1 |
ExpDev07/coronavirus-tracker-api | rest-api | 296 | API always showing 0 recovered | Hello,
First, sorry for my english but i'm totally french.
Then, i have a big problem by using your api; in all circumstances the number of recovered remains at 0 and those for the whole world, each country and at any date.
I don't think it's my problem because everything else works perfectly. Thank you for your hel... | closed | 2020-04-19T12:55:56Z | 2020-04-19T13:37:35Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/296 | [
"duplicate"
] | julesbsz | 1 |
sinaptik-ai/pandas-ai | pandas | 716 | Generating result is slow |
Hi,
I use the 2019.csv file which is not really that big to query from here:
[https://github.com/AIAnytime/ChatCSV-Streamlit-App](url)
However, for each query it takes almost 10 seconds to generate results. Is it normal behaviour? I assume it should be much faster. | closed | 2023-10-31T18:08:39Z | 2024-06-01T00:20:13Z | https://github.com/sinaptik-ai/pandas-ai/issues/716 | [] | jajj50386 | 5 |
httpie/cli | python | 995 | ValueError: Elements in iterable body must be bytestrings | Hello! Thank you for such a great tool!
I'm experiencing with an error trying to send request to API server. It seems the request is OK, but there is a problem with response - HTTPie can't parse it. Here is an example:
```shell
~$ http --print hbHB POST 'https://cloud.roistat.com/api/v1/project/analytics/data?p... | closed | 2020-11-20T07:14:54Z | 2021-12-28T10:19:08Z | https://github.com/httpie/cli/issues/995 | [
"bug"
] | ab-kily | 18 |
koxudaxi/datamodel-code-generator | fastapi | 1,986 | New command line flag -add-v1-to-imports | **Is your feature request related to a problem? Please describe.**
Because Pydantic2 broke... everything, my org still uses Pydantic 1 until everything can be refactored. Because Pydantic 2 had all the breaking changes, they left the legacy package in the new "pydantic.v1" package inside the current deploy to allow fo... | open | 2024-06-03T14:23:44Z | 2024-06-03T14:23:44Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1986 | [] | St0rmdrag0n | 0 |
pyppeteer/pyppeteer | automation | 119 | Tuple index out of range in Pyppeteer Exception _rewriteError | Hey team,
I am getting a bit of an odd error that may be a bug, to be truthful I am unsure.
I am using Python 3.8.2.
For reference, I am automatically scanning a large number of URLs that may or may not exist/be online - basically think of them as the worst possible types of URLs you could throw at it - timeo... | open | 2020-05-27T01:16:49Z | 2020-05-27T05:04:56Z | https://github.com/pyppeteer/pyppeteer/issues/119 | [
"bug",
"good first issue",
"waiting for info"
] | Ruanalhallen | 1 |
sigmavirus24/github3.py | rest-api | 278 | Multiple errors in all versions of Python on develop branch | Not sure if this is me or ? Ran this on multiple machines, all versions of Python (see `tox.ini`)
``` bash
$ pip freeze
argparse==1.2.1
betamax==0.4.0
betamax-matchers==0.1.0
mock==1.0.1
py==1.4.24
pytest==2.6.2
requests==2.4.1
tox==1.7.2
uritemplate.py==0.2.0
virtualenv==1.11.6
wheel==0.21.0
wsgiref==0.1.2
```
``` p... | closed | 2014-09-12T03:09:51Z | 2014-09-15T01:59:28Z | https://github.com/sigmavirus24/github3.py/issues/278 | [] | esacteksab | 1 |
fastapi/sqlmodel | pydantic | 264 | How to use two different metadata properly to connect to two databases? | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2022-03-08T02:42:19Z | 2023-04-09T06:36:20Z | https://github.com/fastapi/sqlmodel/issues/264 | [
"question",
"investigate"
] | murata100 | 11 |
harry0703/MoneyPrinterTurbo | automation | 151 | Added stray frames | Depending on the overall duration, the generated video has often a few frames of another snippet appended at the very end, creating a very jarring cutoff effect. Maybe there is a way to pad the video with an extra second or two if the concatenated snippets don't fit exactly the script length? | closed | 2024-04-02T09:44:53Z | 2024-04-16T01:06:02Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/151 | [
"bug"
] | Kredithaichen | 1 |
autogluon/autogluon | computer-vision | 4,062 | [TimeSeries] Potential bug in quantile predictions | Users noticed some strange behavior where lower quantiles would predict constant values while other quantiles would predict time-varying values.
When they manually hacked a work-around, they achieved significantly better scores. Something to consider looking into:
https://www.kaggle.com/competitions/probabilisti... | closed | 2024-04-08T17:28:01Z | 2024-04-12T21:46:22Z | https://github.com/autogluon/autogluon/issues/4062 | [
"bug: unconfirmed",
"module: timeseries"
] | Innixma | 13 |
babysor/MockingBird | deep-learning | 426 | 经常发生crash PaAlsaStreamComponent_BeginPolling | python3: src/hostapi/alsa/pa_linux_alsa.c:3641: PaAlsaStreamComponent_BeginPolling: Assertion `ret == self->nfds' failed.
Aborted (core dumped)
ubuntu机器,我看前面有人报过这个问题
| open | 2022-03-06T09:13:29Z | 2022-03-06T09:13:29Z | https://github.com/babysor/MockingBird/issues/426 | [] | everschen | 0 |
dask/dask | numpy | 11,721 | `to_parquet` with remote filesystem raises a warning | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiable Ex... | closed | 2025-02-06T12:14:23Z | 2025-02-07T12:40:12Z | https://github.com/dask/dask/issues/11721 | [
"needs triage"
] | hoxbro | 0 |
reloadware/reloadium | flask | 72 | remote interpreter hangs on kill command (red square), and shows no profile information | **Describe the bug**
When running the plugin locally, (Windows) everything is fine.
When running using remote interpreter (on a remote Ubuntu), no profile information is displayed.
**To Reproduce**
Create a [remote interpreter configuration ](https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-... | closed | 2022-11-23T13:15:34Z | 2023-01-19T07:25:25Z | https://github.com/reloadware/reloadium/issues/72 | [] | noamzilo | 7 |
quokkaproject/quokka | flask | 208 | Question of Admin->Accounts->Roles | I see you have 5 roles written there. But when I use "Edit record", it pops some description view. What should I do with it? Add some description? How can I control the actual access permissions, I mean from that Admin page?
I found those description in core/admin/views.py. But I'm still confused about those terminolo... | closed | 2015-05-16T13:48:23Z | 2015-07-16T02:56:10Z | https://github.com/quokkaproject/quokka/issues/208 | [] | QiXuanWang | 1 |
d2l-ai/d2l-en | data-science | 2,343 | Why do you use your own API | I wonder why are you using an API, instead of regular pytorch code.
It makes everything look unfamiliar and impractical. It's like a new language. Like having to learn everything again. | open | 2022-11-16T12:03:08Z | 2023-05-15T13:51:59Z | https://github.com/d2l-ai/d2l-en/issues/2343 | [
"question"
] | g-i-o-r-g-i-o | 11 |
dsdanielpark/Bard-API | api | 14 | How to get BARD_API_KEY ? | I saw the usage, but idk how to get my BARD_API_KEY ? | closed | 2023-05-17T18:10:30Z | 2023-05-17T18:51:58Z | https://github.com/dsdanielpark/Bard-API/issues/14 | [] | SKbarbon | 1 |
numba/numba | numpy | 9,257 | Typed Dict compiling hangs with NumPy unicode strings tuple key | I'm trying to use a tuple of numpy unicode types, and compiling hangs and code doesn't run. A non-tuple numpy unicode key does work however.
```python
import numpy as np
from numba import int32, njit
from numba.types import UnicodeCharSeq, Tuple
from numba.typed import Dict
KeyType = Tuple((UnicodeCharSeq(6),... | open | 2023-10-28T18:35:12Z | 2023-10-30T22:02:35Z | https://github.com/numba/numba/issues/9257 | [
"bug",
"bug - typing"
] | Azmisov | 3 |
pytorch/pytorch | deep-learning | 149,256 | Broken link | ### 📚 The doc issue
https://pytorch.org/docs/stable/distributed.checkpoint.html
<img width="515" alt="Image" src="https://github.com/user-attachments/assets/5a59211d-c138-4bc2-9fc8-f020d11b15b9" />
I think that the torchtitan link should be: https://github.com/pytorch/torchtitan/blob/main/torchtitan/components/chec... | closed | 2025-03-15T15:14:38Z | 2025-03-17T18:13:16Z | https://github.com/pytorch/pytorch/issues/149256 | [
"module: docs",
"triaged"
] | felipemello1 | 1 |
joeyespo/grip | flask | 268 | Errno | when I grip,it show me :
[Errno 8] nodename nor servname provided, or not known | closed | 2018-04-05T04:55:18Z | 2019-06-17T05:04:07Z | https://github.com/joeyespo/grip/issues/268 | [] | foxman209 | 6 |
dnouri/nolearn | scikit-learn | 67 | Predict on images of different size | Is it possible to learn lasagne net on fixed size images and test on image of other size?
Simple changing of input layer doesn't work:
net = pickle.load(f)
net.layers[0] = layers.input.InputLayer((None, 3, 720, 1280))
pred = net2.predict(X_valid)
InputLayer (None, 3, 55, 55) produces 9075 output... | closed | 2015-04-07T22:07:39Z | 2015-04-20T19:14:20Z | https://github.com/dnouri/nolearn/issues/67 | [] | ton4eg | 0 |
mljar/mljar-supervised | scikit-learn | 278 | I have been facing this issue for 2 days. I have no Idea what's causing it. | ```python
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-2-ea67f5362246> in <module>
3 from sklearn.model_selection import train_test_split
4 from sklearn.metrics import mean_squared_... | closed | 2021-01-06T07:29:47Z | 2023-09-29T09:56:02Z | https://github.com/mljar/mljar-supervised/issues/278 | [
"installation"
] | kingabzpro | 29 |
mwaskom/seaborn | pandas | 3,388 | Improvement on swarmplots : violin swarmplots | Good afternoon,
I would like to implement a way of doing the same kind of plots as the R package [vipor](https://github.com/sherrillmix/vipor) (this is the default representation for the cool online plotting tool [PlotsOfData](https://huygens.science.uva.nl/PlotsOfData/)). This should ideally look like that :
![i... | open | 2023-06-15T15:47:14Z | 2023-08-27T12:10:45Z | https://github.com/mwaskom/seaborn/issues/3388 | [
"wishlist"
] | Ghriann | 1 |
ultralytics/yolov5 | pytorch | 13,349 | Why is the GPU usage low and the CPU usage high when training the model? | ### 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
Hello, I train my data with Yolov5.7, it works well. But I find that the GPU usage... | open | 2024-10-09T09:24:22Z | 2024-10-27T13:30:33Z | https://github.com/ultralytics/yolov5/issues/13349 | [
"question"
] | Assassintears | 3 |
ydataai/ydata-profiling | pandas | 1,727 | Printing banner shows multiple times for Airflow processes | ### Current Behaviour
This may be the most idiotic thing I have ever seen in a module. You are blindly displaying a banner by simply importing the module. From what I can tell in the code, there is no way to disable this. Here is the issue, i run this in airflow and use xcom to communicate between tasks. Well, thi... | open | 2025-03-12T13:44:35Z | 2025-03-13T04:08:21Z | https://github.com/ydataai/ydata-profiling/issues/1727 | [
"code quality 📈"
] | dbittenbender | 1 |
LAION-AI/Open-Assistant | machine-learning | 2,714 | Dataset: LongForm | https://huggingface.co/datasets/akoksal/LongForm
10K high quality, long-form input:output pairs, mostly sourced from Wikipedia and StackOverflow with some Common Crawl. | open | 2023-04-18T12:18:13Z | 2023-04-18T13:15:32Z | https://github.com/LAION-AI/Open-Assistant/issues/2714 | [
"data"
] | Miserlou | 0 |
pydantic/pydantic-settings | pydantic | 527 | Different behavior with env prefix | Different behavior with env prefix (I think 2nd case incorrect), I think the behavior should be the same in both cases:
# 1st case
```python
from pydantic_settings import BaseSettings, SettingsConfigDict
os.environ = {"database_host": "127.0.0.1", "port": 5432}
class Settings(BaseSettings):
host: str = "None"
... | closed | 2025-01-18T14:22:00Z | 2025-01-28T08:30:17Z | https://github.com/pydantic/pydantic-settings/issues/527 | [
"unconfirmed"
] | oleg-korshunov | 1 |
mwaskom/seaborn | matplotlib | 3,617 | seaborn scatterplot hue= datetime bug | ### my issue is: why 2023 can appear in the below figure's legend?
**Please see below codes.**
```
import pandas as pd
import seaborn as sns
from matplotlib import pyplot as plt
df = pd.DataFrame(
{"Time_str": ["2024,10,1", "2024,11,1"],
"x": [1, 2],
"y":... | closed | 2024-01-16T07:16:49Z | 2024-01-17T02:21:57Z | https://github.com/mwaskom/seaborn/issues/3617 | [] | juanjuanlovelearning | 3 |
alteryx/featuretools | data-science | 2,534 | Add MaxCount, MedianCount, MaxMinDelta, NUniqueDaysX, NMostCommonFrequency, IsFirstWeekOfMonth | closed | 2023-04-06T15:44:12Z | 2023-04-19T14:10:00Z | https://github.com/alteryx/featuretools/issues/2534 | [] | gsheni | 0 | |
nteract/testbook | pytest | 115 | Add references and links to conference talks explaining Testbook | Add a section to the docs that links out to talk videos and slidedecks. | open | 2021-05-20T10:31:12Z | 2021-05-20T10:31:31Z | https://github.com/nteract/testbook/issues/115 | [
"documentation",
"enhancement",
"good first issue",
"sprint-friendly"
] | willingc | 0 |
tortoise/tortoise-orm | asyncio | 906 | Is there any way to add custom QuerySet class ? | open | 2021-09-07T05:40:43Z | 2021-09-07T10:20:42Z | https://github.com/tortoise/tortoise-orm/issues/906 | [] | marktennyson | 2 | |
stanford-oval/storm | nlp | 335 | Question: How to use local retrieval model with latest GPT models. | Is there a way to run the code with the latest GPT models instead of 3.5/4 with my own local vector database? | closed | 2025-03-08T08:47:46Z | 2025-03-08T11:55:08Z | https://github.com/stanford-oval/storm/issues/335 | [] | shreyas-dhakal | 3 |
wagtail/wagtail | django | 12,538 | CloudFront cache invalidation fails | <!--
Found a bug? Please fill out the sections below. 👍
-->
### Issue Summary
Cloud Front Cache invalidation fails with error
botocore.exceptions.ParamValidationError: Parameter validation failed:
Invalid type for parameter InvalidationBatch.Paths.Items, value: {'our-file'}, type: <class 'set'>, valid types: <clas... | closed | 2024-11-03T21:01:43Z | 2024-11-22T12:19:09Z | https://github.com/wagtail/wagtail/issues/12538 | [
"type:Bug",
"component:Frontend cache"
] | davidu1975 | 4 |
taverntesting/tavern | pytest | 293 | Type tokens not working in mqtt block | I used the example from the documentation (Sidenote: it uses mqtt as a label instead of paho-mqtt so it should be updated). I made the mqtt-publish and mqtt response both look for ping and it worked. If I changed the mqtt-response to !anything I get the error below. I tried the same thing with json and had the same err... | closed | 2019-02-28T17:01:55Z | 2019-03-05T21:15:48Z | https://github.com/taverntesting/tavern/issues/293 | [
"Type: Enhancement"
] | cpressman | 4 |
sgl-project/sglang | pytorch | 3,726 | [Bug] update_weights_from_tensor raise EOFError when TP>1 | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | closed | 2025-02-20T07:57:02Z | 2025-02-24T17:12:54Z | https://github.com/sgl-project/sglang/issues/3726 | [
"RLHF"
] | thisjiang | 8 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,966 | Server shuts down due to issues with TOR | ### What version of GlobaLeaks are you using?
4.14.6
Server
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Linux meldestelle-10-23-nbg 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:29:11 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
### What browser(s) are you seeing the ... | closed | 2024-01-20T15:18:02Z | 2024-01-21T09:14:31Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3966 | [
"T: Bug",
"Triage"
] | flashlight4 | 2 |
vitalik/django-ninja | rest-api | 847 | [Enhancement] : Add testing ability to middleware for PATCH | PUT file upload | Hello
I am trying to create a simple dictionary application using Django and support it with a Web API using `Django-ninja`. Two of the fields I use have FileField. Adding files using `Django-ninja` was not a problem. However, creating an endpoint for `PUT` and `PATCH` was problematic but I solved it according to ht... | open | 2023-09-11T19:28:47Z | 2023-09-11T19:28:47Z | https://github.com/vitalik/django-ninja/issues/847 | [] | mshemuni | 0 |
InstaPy/InstaPy | automation | 6,253 | Instapy Discussions | Are there any discussion forums about using Instapy?
Anywhere we can discuss best practices and what's been going on? | closed | 2021-06-29T15:02:17Z | 2021-07-02T15:42:53Z | https://github.com/InstaPy/InstaPy/issues/6253 | [] | laboratoriodosfundos | 4 |
jacobgil/pytorch-grad-cam | computer-vision | 65 | cannot import name 'CAM' | Running 'from pytorch_grad_cam import CAM' produces 'ImportError: cannot import name 'CAM' ' | closed | 2021-04-05T19:21:16Z | 2021-04-06T19:26:35Z | https://github.com/jacobgil/pytorch-grad-cam/issues/65 | [] | SoroushF79 | 7 |
BeanieODM/beanie | pydantic | 531 | [BUG] update has no return value | see https://github.com/roman-right/beanie/discussions/530#discussion-5064443 | closed | 2023-04-11T21:23:24Z | 2023-05-26T12:15:37Z | https://github.com/BeanieODM/beanie/issues/531 | [
"bug"
] | gegnew | 1 |
pydantic/pydantic-settings | pydantic | 235 | We should use tomli not tomlkit | `tomli` is the default.
My mistake not picking this up when reviewing #211.
We can still fall back to tomlkit. | closed | 2024-02-17T10:56:49Z | 2024-02-19T16:14:33Z | https://github.com/pydantic/pydantic-settings/issues/235 | [] | samuelcolvin | 1 |
plotly/dash-table | dash | 146 | Unable to run examples in dash-docs where examples are rendered dynamically | Dynamically rendering the table via a callback in the docs isn't working - an exception is thrown.
See examples here: https://github.com/plotly/dash-docs/pull/232 | closed | 2018-10-22T16:39:51Z | 2018-11-02T02:15:17Z | https://github.com/plotly/dash-table/issues/146 | [] | chriddyp | 0 |
graphistry/pygraphistry | jupyter | 344 | [BUG] Token-based api=3 register fails | **Describe the bug**
Copied jwt hub dashboard snippet into jupyter and got `must call login()` first ( @webcoderz )
PyGraphistry 0.25.0 | open | 2022-05-04T18:56:19Z | 2022-09-07T14:17:30Z | https://github.com/graphistry/pygraphistry/issues/344 | [
"bug"
] | lmeyerov | 0 |
noirbizarre/flask-restplus | flask | 425 | Nested field returns null instead of data | Hi.
This is my namespace:
```
model_container_base = api.model(
'ContainerBase',
{
'container_id': fields.String(attribute='container_id'),
'name': fields.String,
'container_type': fields.String,
'building_id': fields.String,
'floor_id': fields.String,
... | closed | 2018-04-30T20:29:09Z | 2018-04-30T21:10:39Z | https://github.com/noirbizarre/flask-restplus/issues/425 | [] | njordr | 2 |
zappa/Zappa | django | 500 | [Migrated] Never leave log tailer unattended | Originally from: https://github.com/Miserlou/Zappa/issues/1315 by [pkit](https://github.com/pkit)
## Context
Left log tailer running overnight accidentally, got my IP banned from `aws.amazon.com`
## Expected Behavior
Be able to access aws services
## Actual Behavior
No access to ANY aws serivce. I.e. full blo... | closed | 2021-02-20T09:43:33Z | 2022-07-16T07:24:17Z | https://github.com/zappa/Zappa/issues/500 | [
"enhancement",
"question",
"feature-request",
"good-idea"
] | jneves | 1 |
automl/auto-sklearn | scikit-learn | 1,607 | Third Party Components not shared with spawned child processes when n_jobs > 1 | ## Describe the bug ##
When building extensions to auto-sklearn, one has to "register" them with `.add_components`
I'm building a library that surrounds auto-sklearn with various extensions, and I provide the user with a script, where they can specify which components should be "turned on".
When I use this scrip... | open | 2022-11-09T23:15:59Z | 2022-11-15T16:12:14Z | https://github.com/automl/auto-sklearn/issues/1607 | [] | AmirAlavi | 1 |
python-visualization/folium | data-visualization | 1,346 | Multiple GeoJsonPopup leads to Uncaught SyntaxError: Identifier 'name_getter' has already been declared | Hi,
Have been trying to use make an interactive map with multiple data layers using folium. And for each layer, I would like to have tooltip and popups. Therefore I created functions to generate popups and tooltips.
However, there are issues to create multiple popups for multiple layers.
I think the issue coul... | closed | 2020-06-04T12:01:17Z | 2020-06-05T06:55:05Z | https://github.com/python-visualization/folium/issues/1346 | [
"bug"
] | orangeluc | 3 |
ultralytics/ultralytics | deep-learning | 19,710 | Using `single_cls` while loading the data the first time causes warnings and errors | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi,
I have a dataset with two classes: 0 and 1.
In my data.yaml file I hav... | closed | 2025-03-15T04:54:32Z | 2025-03-21T14:06:16Z | https://github.com/ultralytics/ultralytics/issues/19710 | [
"bug",
"question",
"fixed",
"detect"
] | Nau3D | 11 |
sinaptik-ai/pandas-ai | data-visualization | 1,310 | Is that a must to use the Docker component if I am using the agent function? | ### System Info
What's the need of the docker if i am not relying on the front hand? / doesn't need the front end.
### 🐛 Describe the bug
I am using my openAI model is there a need to spin up the docker? | closed | 2024-08-05T06:46:00Z | 2024-11-11T16:04:26Z | https://github.com/sinaptik-ai/pandas-ai/issues/1310 | [] | rogerlpag | 5 |
glumpy/glumpy | numpy | 83 | Point and line size dropped when using multiple windows | There was an issue when using multiple windows recently. It was fixed so that it is possible to use multiple windows now. But still, there seem to be a problem: At least point size and probably line size is not used properly.
The following file demonstrates the issue: https://groups.google.com/group/glumpy-users/attac... | closed | 2016-08-18T15:35:51Z | 2016-08-19T13:30:00Z | https://github.com/glumpy/glumpy/issues/83 | [] | mibieri | 7 |
pyeve/eve | flask | 1,334 | Empty List/Result When Using MONGO_URI Setting to Connect to MongoDB Atlas | I'm currently using MongoDB Atlas, and I'm trying to see whether I can access data via Eve locally before testing on the cloud. I have the following in settings.py:
```python
MONGO_DBNAME = "Nintendo"
MONGO_URI = "mongodb+srv://user:password@xyz.gcp.mongodb.net/test?retryWrites=true&w=majority"
Games = {
'... | closed | 2019-11-30T22:10:42Z | 2019-12-03T15:24:57Z | https://github.com/pyeve/eve/issues/1334 | [] | masato-yoshihara | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,931 | Faing issue in headless mode | Hi,
I am using undetected-chromedriver with https://www.walmart.com/.
it working fine without headless mode but when I set argument for this i face robot detection issue.
`import undetected_chromedriver as uc`
`from seleniumwire import webdriver`
`capabilities = webdriver.DesiredCapabilities.CHROME`
` options ... | open | 2024-06-24T13:19:43Z | 2024-06-24T13:21:00Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1931 | [] | vijaygohil1223 | 0 |
amdegroot/ssd.pytorch | computer-vision | 283 | TypeError: 'module' object is not subscriptable | when I train the model, the 'train.py' tell me this error, How can I solve it? | closed | 2019-01-08T12:46:29Z | 2019-01-08T12:47:14Z | https://github.com/amdegroot/ssd.pytorch/issues/283 | [] | qishuaihui | 0 |
skforecast/skforecast | scikit-learn | 488 | How to forecast time series with growing trend using regression tree models in skforecast | Fist of all, congrulations on the amazing job you are doing with this library.
My question is how to use skforecast and models such as Random Forest or XGBoost in case the expected future values are higher than the train data (due to the fact that the data have a growing trend)
When I try to predict future values... | closed | 2023-06-14T08:18:57Z | 2023-11-20T09:15:29Z | https://github.com/skforecast/skforecast/issues/488 | [
"question"
] | bluecrocod | 8 |
keras-team/keras | machine-learning | 20,360 | Propose New Layer Type (Control) for Handling Forward and Backward (Gradient Flow) with Control Mask over samples, Supporting Backend Agnosticism | I want to propose a new layer type (`control`) that sits on `keras/src/layers/control/`. It's consisting of `SkipGrad`, `StopGrad`, and `Switch`:
* **StopGrad**: It's not only a wrapper version of `ops.stop_gradient()` but also supports a controlled version for certain samples, whether a gradient for i-sample is al... | closed | 2024-10-15T23:12:36Z | 2024-10-17T23:50:17Z | https://github.com/keras-team/keras/issues/20360 | [
"type:feature",
"keras-team-review-pending"
] | ikhwanperwira | 2 |
mwaskom/seaborn | matplotlib | 2,916 | facetgrid: when hue value doesn't appear in all graphs the legend appears to be misannotated | **Problem:**
The same color is assigned to two different values in the legend.
**The code to reproduce:**
```
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
sna = pd.DataFrame(
{
'x' : np.tile(range(10), 5),
'y' : list(range(10)) + ... | closed | 2022-07-21T01:23:54Z | 2022-07-22T21:09:08Z | https://github.com/mwaskom/seaborn/issues/2916 | [] | bengroves | 4 |
JaidedAI/EasyOCR | pytorch | 1,141 | Fort this image EasyOCR doesnt return any character | Using default EasyOCR parameters, for this image it doesnt return no character. How to make to return characters for text of 1 character lenght? | closed | 2023-09-14T19:32:24Z | 2023-09-14T19:33:19Z | https://github.com/JaidedAI/EasyOCR/issues/1141 | [] | deadworldisee | 0 |
gee-community/geemap | streamlit | 2,203 | Feature Request: Dynamic Colorbars that Sync with Layer Visibility | ### Description
Currently, colorbars added via `add_colorbar()` remain visible regardless of layer visibility. It would be helpful to have colorbars that automatically show/hide when their corresponding layers are toggled.
### Use Case
When working with multiple layers that each have their own colorbar (e.g., ... | closed | 2024-12-31T19:20:28Z | 2025-01-03T02:49:11Z | https://github.com/gee-community/geemap/issues/2203 | [
"Feature Request"
] | jiangshiguo | 8 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 762 | Error when running synthesizer_train.py > line 35, in <module> | So I have used this git + made my own additions based on padmalcom´s branch to build a fit for me and my german sets.
Anaconda + Enviornment Python on 3.7 with all the pre req´s
I have successfully trained it on the german books padmalcom uses too, but converted them to flac instead using wav´s via batch process... | closed | 2021-05-23T23:28:15Z | 2021-06-04T00:16:34Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/762 | [] | Highpressure | 1 |
tqdm/tqdm | jupyter | 833 | tqdm and: yield, zip | Good day!
```python
import tqdm
def f(p):
for _ in tqdm.tqdm(p):
yield _
if __name__ == '__main__':
a = [ 0, 1 ]
b = [ 0, 1 ]
c = f(a)
for _1, _2 in zip(b, c):
pass
```
Result:
progress bar shows at the end: 0/2
Could you explain please, why?
Thanks. | closed | 2019-10-30T10:25:41Z | 2019-10-30T14:24:58Z | https://github.com/tqdm/tqdm/issues/833 | [
"duplicate 🗐",
"invalid ⛔",
"question/docs ‽",
"p2-bug-warning ⚠"
] | kuraga | 1 |
saulpw/visidata | pandas | 1,899 | [choices] The size of the choices sheet should use as many rows as possible. | The choices menu should use more lines of the screen. This screen has 28 rows, and it only shows half of the 8 available choices.
https://asciinema.org/a/hHyM3Moq3UvJ8LmvBJeu3FLcd
Could this line be removed or updated to use all of the screen?
https://github.com/saulpw/visidata/blob/develop/visidata/choos... | closed | 2023-05-14T21:29:50Z | 2023-11-05T19:30:55Z | https://github.com/saulpw/visidata/issues/1899 | [
"wishlist",
"wish granted"
] | frosencrantz | 1 |
oxylabs/amazon-scraper | web-scraping | 4 | Bivivivkb | Gvivk k kvk I m k vikv the. last time I am. | open | 2024-05-06T14:20:19Z | 2024-05-06T14:20:19Z | https://github.com/oxylabs/amazon-scraper/issues/4 | [] | Rahulmandloi098 | 0 |
lepture/authlib | django | 354 | _HTTPException arguments error | **Describe the bug**
I am implementing OAuth2 authentication in my Flask project, and am encountering a problem when I try to access a protected route with an revoked token. The BearerTokenValidator throws an InvalidTokenError, but it is not catched by Werkzeug, which tells that there is an excess argument (see error ... | closed | 2021-06-09T16:01:48Z | 2021-06-10T13:56:00Z | https://github.com/lepture/authlib/issues/354 | [
"bug"
] | Ndr6 | 1 |
thtrieu/darkflow | tensorflow | 939 | Nothing Detection Problem | I train my data using tiny-yolo-voc.cfg file with tiny-yolo-voc.weights as weight file after training of 1000 epoch I get loss reached below 0.004, when I load model I am not able to detect any thing at threshold of 0.1 when I change threshold to 0.005 then I get detection but that is false detection.
My dataset co... | open | 2018-11-22T10:31:45Z | 2018-11-22T10:39:18Z | https://github.com/thtrieu/darkflow/issues/939 | [] | ghost | 0 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 298 | this is whatr i got :( i have done every thing :( i use windows 10 | File "demo_toolbox.py", line 2, in <module>
from toolbox import Toolbox
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\toolbox\__init__.py", line 3, in <module>
from synthesizer.inference import Synthesizer
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\infe... | closed | 2020-03-10T18:30:58Z | 2020-07-04T22:20:13Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/298 | [] | daciansolgen3 | 3 |
mars-project/mars | numpy | 2,960 | Need a better way to switch backend |
Currently, it is not easy to switch to the ray execution backend.
We don't want to introduce lots of the new APIs, such as `new_cluster`, `new_ray_session` in the https://github.com/mars-project/mars/blob/master/mars/deploy/oscar/ray.py for the mars on ray.
Instead, we want to reuse the mars APIs.
For Mars... | closed | 2022-04-25T07:09:26Z | 2022-04-26T09:37:01Z | https://github.com/mars-project/mars/issues/2960 | [] | fyrestone | 0 |
miguelgrinberg/python-socketio | asyncio | 643 | Connection error | Hey first of all thanks for that amazing libray. I have little problem with connecting. My client was working well before but after some changes/updates in site i use i got that error . I tried both of the Version compatibility but still getting same result.
Here is the current version which im using ==> python-engi... | closed | 2021-02-23T14:05:37Z | 2021-06-27T19:45:09Z | https://github.com/miguelgrinberg/python-socketio/issues/643 | [
"question"
] | cihangirr | 18 |
iperov/DeepFaceLab | machine-learning | 5,660 | Readme outdated video | The video of Queen Elisabeth in the readme is private. Please remove!
THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
*Describe, in some detail, what you are trying to do and what the output is that you expect from the program.*
## Actual behavior
... | closed | 2023-04-13T23:34:39Z | 2023-06-08T16:34:17Z | https://github.com/iperov/DeepFaceLab/issues/5660 | [] | DylanM5 | 2 |
tflearn/tflearn | tensorflow | 920 | Shape issue with data in tflearn.lstm | my dataset in .Json
sample dataset:
{"intents": [
{"tag": "greetings",
"patterns": ["Hi","hai","Is anyone there?", "Hello", "Are you there","what is happening","how is it going","great to see you","Nice to see you"],
"responses": ["hi tell me","Hello, thanks for visiting", "hi,Good to see yo... | open | 2017-10-03T07:11:06Z | 2017-10-03T07:11:23Z | https://github.com/tflearn/tflearn/issues/920 | [] | bandarikanth | 0 |
sktime/sktime | data-science | 7,187 | [ENH] Batch vectorized update_predict for models that could support it | When reducing the time series forecasting problem to a tabular regression and when the model is considered fixed once trained it would be possible in theory to pass an array of samples to `update_predict(y, update_params=False)` that would leverage usual vectorized prediction of tabular models. This is I think how the ... | open | 2024-09-27T22:40:01Z | 2024-10-05T00:36:50Z | https://github.com/sktime/sktime/issues/7187 | [
"module:forecasting",
"enhancement"
] | albertcthomas | 3 |
fastapi/sqlmodel | fastapi | 215 | How do I integrate or use SQLModel with Pandas? | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2022-01-04T18:24:29Z | 2023-02-24T16:43:05Z | https://github.com/fastapi/sqlmodel/issues/215 | [
"question"
] | iudeen | 7 |
dpgaspar/Flask-AppBuilder | rest-api | 1,638 | get_oauth_user_info seems to parse the wrong field | ### Environment
I'm using Airflow 2.0.2 with Flask-Appbuilder version 3.2.3
pip freeze output:
Flask==1.1.2
Flask-AppBuilder==3.2.3
Flask-Babel==1.0.0
Flask-Caching==1.10.1
Flask-JWT-Extended==3.25.1
Flask-Login==0.4.1
Flask-OpenID==1.2.5
Flask-SQLAlchemy==2.5.1
Flask-WTF==0.14.3
The issue:
**def get... | closed | 2021-05-11T08:28:22Z | 2023-11-17T04:05:40Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1638 | [
"bug"
] | melazarus | 3 |
lux-org/lux | jupyter | 29 | Autocomplete for LuxDataFrame functions | Currently, autocomplete for LuxDataFrame is supported for methods for both pandas and LuxDataFrame. However, the autocomplete for class properties (i.e. class attributes) are not showing up. The `@property` decorator approach doesn't work since it leads to maxrecursionerror, possibly because of subclassing. | closed | 2020-07-17T02:21:36Z | 2020-08-15T09:07:03Z | https://github.com/lux-org/lux/issues/29 | [
"enhancement"
] | dorisjlee | 1 |
plotly/dash | flask | 2,559 | [Feature Request] Enable running functionality in non-background callbacks | The running keyword in callbacks currently only works when `background=True` is set for callbacks. However, sometimes you have a normal callback, that takes a while to execute, that you don't want to turn in a background callback, but which you do want to have running functionality for.
Currently, I solve this by m... | closed | 2023-06-06T08:22:32Z | 2024-02-28T21:03:49Z | https://github.com/plotly/dash/issues/2559 | [] | aGitForEveryone | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.