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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
eriklindernoren/ML-From-Scratch | deep-learning | 98 | cross entropy is correct? | open | 2021-10-09T19:30:28Z | 2021-11-01T07:38:15Z | https://github.com/eriklindernoren/ML-From-Scratch/issues/98 | [] | liyunrui | 2 | |
microsoft/qlib | deep-learning | 1,341 | will enabling avx512 boost ddg-da model? | ## 📖 Documentation
will enabling avx512 boost ddg-da model?
<!-- Please specify whether it's tutorial part or API reference part, and describe it.-->
| closed | 2022-11-07T09:30:49Z | 2023-02-10T12:02:27Z | https://github.com/microsoft/qlib/issues/1341 | [
"stale"
] | lukekingca | 1 |
kizniche/Mycodo | automation | 674 | Remote Admin - Unable to add host | ## Mycodo Issue Report:
- Specific Mycodo Version: **7.6.3**
#### Problem Description
Unable to add host in 'Remote Admin' Page.
Attempting to add host under my current Admin account receives this error:
> "Error: Unable to authenticate with user and password."
This is the same error if the passwo... | closed | 2019-07-31T10:57:01Z | 2019-08-25T12:51:14Z | https://github.com/kizniche/Mycodo/issues/674 | [] | Ryobidelacroix | 2 |
PokeAPI/pokeapi | graphql | 364 | Should we still use Cloudflare, and if so, is our caching configuration optimal? | In #353:
> Are we really sure to continue to use cloudflare? In my opinion it caused too many cors problems.
According to #352 though, we _may_ get close to Netlify’s bandwidth limits.
@naramsim, what were the CORS issues with Cloudflare? Do you know if they were due to configuration, or whether they’re proble... | closed | 2018-09-09T20:14:39Z | 2019-01-22T08:06:21Z | https://github.com/PokeAPI/pokeapi/issues/364 | [
"question"
] | tdmalone | 13 |
Josh-XT/AGiXT | automation | 426 | LoginFailure: Improper token has been passed. | ### Description
When I create a new agent with gpt4free, with create file, append file, edit file and searx and then go to chat and type in 'test'
I get an error
same happens when I go to 'instructions'
### Steps to Reproduce the Bug
1. create gpt4free agent
2. add commands
3. go to chat
4. type 'test'
5. g... | closed | 2023-05-21T12:36:26Z | 2023-05-21T13:56:40Z | https://github.com/Josh-XT/AGiXT/issues/426 | [
"type | report | bug",
"needs triage"
] | WillTryToDoItRight | 1 |
Josh-XT/AGiXT | automation | 1,006 | [Chore] Provider testing and cleanup | ## Provider Testing and Cleanup
There are some providers that may not work anymore because the repositories are no longer maintained for them. I've removed a couple of broken ones today and fixed one other.
I don't have keys for all of these providers currently or I would automate testing all of them. I will ... | closed | 2023-09-27T16:42:10Z | 2023-12-31T13:29:02Z | https://github.com/Josh-XT/AGiXT/issues/1006 | [
"help wanted"
] | Josh-XT | 4 |
axnsan12/drf-yasg | django | 617 | Is there a way to certain include list of url patterns ? | I am trying to include only certain url patterns to be include in the documentation. Is there a way to achieve this ?
for examples
url patterns
```
{base_url}/v1/..
{base_url}/v2/..
{base_url}/v3/..
```
I only want to include v2 and v3 urls in the documentation.
Note
v2 and v3 then have further patter... | closed | 2020-07-15T07:39:24Z | 2020-10-25T22:27:00Z | https://github.com/axnsan12/drf-yasg/issues/617 | [] | Yahyaali1 | 2 |
pyg-team/pytorch_geometric | deep-learning | 8,866 | GPU vs. CPU for Aggregation of Aggregation: Significant difference in terms of reproducibility and stable results | First, I want to say that I am aware of the existing [reproducibility issues with scatter ops](https://github.com/pyg-team/pytorch_geometric/issues/92).
But still, I expect that those numerical issues should not result in significant (i.e. > 1e-6) differences in computation.
In my case, I want to aggregate once, ap... | closed | 2024-02-05T17:58:16Z | 2024-03-20T11:09:14Z | https://github.com/pyg-team/pytorch_geometric/issues/8866 | [
"bug"
] | simonheilig | 6 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 438 | 训练的时候会提示这个错误是我的txt文本有问题吗 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g... | closed | 2023-12-05T03:59:14Z | 2023-12-28T00:23:14Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/438 | [
"stale"
] | Mr1994 | 5 |
SYSTRAN/faster-whisper | deep-learning | 426 | Faster-whisper model not working with torchserve inside docker container | I am trying to create a docker image using faster-whisper which can be served using torchserve in production.
have installed all the requirement inside docker -
- openai-whisper
- faster-whisper
- force-reinstall "faster-whisper @ https://github.com/guillaumekln/faster-whisper/archive/a4f1cc8f11433e454c3934442b5... | closed | 2023-08-16T05:43:29Z | 2023-08-28T16:02:50Z | https://github.com/SYSTRAN/faster-whisper/issues/426 | [] | suryansh-noice | 6 |
mage-ai/mage-ai | data-science | 4,803 | [BUG] Failure case For Kafka streaming | ### Mage version
0.9.66
### Describe the bug
Currently in kafka streaming if any error happens with streaming due to any failure , the pipeline is not throwing any error, that still be showing as active without any error. This will mislead the user.
### To reproduce
Create a kafka streaming pipeline and give a wro... | closed | 2024-03-21T13:28:03Z | 2024-03-26T18:45:39Z | https://github.com/mage-ai/mage-ai/issues/4803 | [
"bug"
] | sujiplr | 0 |
yt-dlp/yt-dlp | python | 12,586 | download "super thanks" in comments | ### Checklist
- [x] I'm requesting a feature unrelated to a specific site
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've searched... | closed | 2025-03-12T15:06:30Z | 2025-03-13T14:03:44Z | https://github.com/yt-dlp/yt-dlp/issues/12586 | [
"incomplete"
] | theoneisneo | 1 |
home-assistant/core | asyncio | 141,309 | MQTT - Invalid event type on for events | ### The problem
Hello,
I have an issue with ZbMini R2 Module. Zigbee2Mqtt send periodically the following event payload {"event_type":"on"}. I don't know if the issue come from MQTT or Zigbee2Mqtt.
Except this log, the module works well. So this is a minor issue.
> Enregistreur: homeassistant.components.mqtt.event
>... | open | 2025-03-24T17:18:53Z | 2025-03-24T17:21:31Z | https://github.com/home-assistant/core/issues/141309 | [] | raffoul | 0 |
mirumee/ariadne | api | 1,180 | When performing multiple queries, an error stops any other data being returned | The [GraphQL spec](https://spec.graphql.org/June2018/#sec-Errors) allows for both `data` and `errors` to contain values in the response to a query. However, it seems that ariadne has code that will _only_ return `errors` if an error was thrown in any of the resolvers.
Below is an example that has 2 queries, `a` and ... | closed | 2024-05-14T09:11:26Z | 2024-06-13T13:20:30Z | https://github.com/mirumee/ariadne/issues/1180 | [] | johnnyleitrim | 1 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 592 | Training on custom data | is there a guide for training this using custom voice data we collect on our own?
| closed | 2020-11-09T14:23:34Z | 2021-04-28T19:41:00Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/592 | [] | michaellin99999 | 1 |
dgtlmoon/changedetection.io | web-scraping | 2,854 | [feature] Filter or search in current watches by keywords, url, domain,... | **Version and OS**
v0.48.04
**Is your feature request related to a problem? Please describe.**
When I open my changedetection homepage, I see hundred of records (336 now in total). With 50 records displayed per page, it means I've to browse several pages to find the records i'm interested to edit, check etc.
*... | closed | 2024-12-23T11:43:14Z | 2024-12-27T09:53:16Z | https://github.com/dgtlmoon/changedetection.io/issues/2854 | [
"enhancement",
"user-interface"
] | SansGuidon | 2 |
neuml/txtai | nlp | 822 | Autodetect Model2Vec model paths | Currently, Model2Vec vectorization requires setting the `method` parameter to `model2vec`.
https://github.com/MinishLab/model2vec/issues/134 added a `model_type` key to config.json. It should now be possible to inspect the config.json file when method isn't provided and infer that Model2Vec vectorization should be u... | closed | 2024-11-27T21:59:24Z | 2024-12-01T13:28:10Z | https://github.com/neuml/txtai/issues/822 | [] | davidmezzetti | 0 |
facebookresearch/fairseq | pytorch | 5,271 | CUDA out of memory when transcribing long audio via MMS ASR | ## ❓ Questions and Help
### Before asking:
- [x] 1. search the issues.
- [x] 2. search the docs.
<!-- If you still can't find what you need: -->
#### What is your question?
I'm trying to transcribe an audio files which is longer than 30 minutes using examples/mms/asr/infer/mms_infer.py with these parame... | open | 2023-08-01T03:46:06Z | 2023-09-01T16:14:18Z | https://github.com/facebookresearch/fairseq/issues/5271 | [
"question",
"needs triage"
] | ShangWeiKuo | 1 |
plotly/dash-table | dash | 891 | Release v4.11.3 of DashTable for Julia | @JuliaRegistrator register() | closed | 2021-04-13T19:19:58Z | 2021-04-14T01:14:52Z | https://github.com/plotly/dash-table/issues/891 | [] | rpkyle | 2 |
Anjok07/ultimatevocalremovergui | pytorch | 1,167 | Where is VitLarge23 Model | Where is VitLarge23 Model in UVR ?
As I check on [mvsep.com]( https://mvsep.com/en/algorithms) page that following configuration gives max quality result in ensemble mode.
**Ensemble of UVR-MDX-NET-Voc_FT, Demucs4 Vocals 2023, best MDX23C model and VitLarge23 model. Algorithm gives the highest possible quality for ... | open | 2024-02-14T10:54:37Z | 2024-09-15T21:06:09Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1167 | [] | Localcrack | 4 |
jupyterhub/repo2docker | jupyter | 814 | [Feature Request] Python Library API for repo2docker | <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
Hello everyone, thank you for building repo2docker, it is such an awesome tool!
### Proposed change
I am wondering if it's possible to have a Python library with ... | closed | 2019-11-20T14:05:05Z | 2020-01-25T06:53:45Z | https://github.com/jupyterhub/repo2docker/issues/814 | [
"needs: discussion"
] | ljvmiranda921 | 2 |
mlfoundations/open_clip | computer-vision | 719 | Loading only text/image model | Hi,
I cannot find a way to load only the text or image model?
Is there any efficient way to do this in open clip (similar to CLIPTextModel)
Thanks! | closed | 2023-10-28T14:44:50Z | 2023-10-28T22:07:24Z | https://github.com/mlfoundations/open_clip/issues/719 | [] | nicolas-dufour | 4 |
miguelgrinberg/microblog | flask | 189 | config not found - **** Fixed move to the file to the level above /app ***** | (venv) cmuir-r:app cmuir$ flask run
* Serving Flask app "microblog.py"
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
Usage: flask run [OPTIONS]
Error: While importing "app.microblog", a... | closed | 2019-10-26T14:08:25Z | 2020-04-10T14:31:14Z | https://github.com/miguelgrinberg/microblog/issues/189 | [
"question"
] | curtismu7 | 5 |
healthchecks/healthchecks | django | 494 | smtplib.SMTPAuthenticationError: (535, b'5.7.3 Authentication unsuccessful') | Unable to a sent email from the application:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "./hc/lib/emails.py", line 28, in run
msg.send()
File "/usr/local/lib/python3.9/site-packages/django/core/mail/message.py",... | closed | 2021-03-13T16:39:22Z | 2024-05-16T16:11:09Z | https://github.com/healthchecks/healthchecks/issues/494 | [] | technobasant | 16 |
huggingface/datasets | machine-learning | 7,241 | `push_to_hub` overwrite argument | ### Feature request
Add an `overwrite` argument to the `push_to_hub` method.
### Motivation
I want to overwrite a repo without deleting it on Hugging Face. Is this possible? I couldn't find anything in the documentation or tutorials.
### Your contribution
I can create a PR. | closed | 2024-10-20T03:23:26Z | 2024-10-24T17:39:08Z | https://github.com/huggingface/datasets/issues/7241 | [
"enhancement"
] | ceferisbarov | 9 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 635 | Pytorch synthesizer weight needed | @blue-fish Plz provide weights for pytorch synthesizer | closed | 2021-01-20T15:11:41Z | 2021-01-20T17:30:40Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/635 | [] | Garvit-32 | 1 |
ARM-DOE/pyart | data-visualization | 1,480 | CI: Ci is pinning 3.11 for all builds | Will have to find out why 3.11 is being used and not 3.9, or 3.10 | closed | 2023-10-24T22:06:21Z | 2023-10-30T22:58:17Z | https://github.com/ARM-DOE/pyart/issues/1480 | [
"Moderate",
"Bug"
] | zssherman | 0 |
AutoGPTQ/AutoGPTQ | nlp | 671 | [FEATURE] Models that support MOE do GPTQ | Models that support MOE do GPTQ | closed | 2024-05-14T03:16:29Z | 2024-05-14T03:23:17Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/671 | [
"enhancement"
] | CallmeZhangChenchen | 0 |
wkentaro/labelme | computer-vision | 485 | I want to do a multi-category data set, where the same category in the data set has the same color,how can i do?thank you very much! | closed | 2019-09-16T02:52:22Z | 2019-09-19T12:44:50Z | https://github.com/wkentaro/labelme/issues/485 | [] | leedoge | 1 | |
tensorflow/tensor2tensor | machine-learning | 1,246 | Cannot download MRPC data | ### Description
I get `UnicodeDecodeError` when trying to generate the "MSR Paraphrase Corpus" data. It happens when using either `t2t-datagen` or `t2t-trainer`.
### Environment information
```
OS: macOS 10.13.4
$ pip freeze | grep tensor
mesh-tensorflow==0.0.4
tensor2tensor==1.11.0
tensorboard==1.12.0
... | closed | 2018-11-24T14:52:43Z | 2018-11-28T23:11:08Z | https://github.com/tensorflow/tensor2tensor/issues/1246 | [] | ywkim | 0 |
pyppeteer/pyppeteer | automation | 107 | Getting valid page handles after redirects | Hi everyone. I'm wondering if there is any documentation regarding getting valid page handles after redirects. I'm trying to get to grips with Pyppeteer but struggling with a couple of things right now. I've Googled around, but if there is any documentation I may have missed I'd really appreciate a nod in the right dir... | open | 2020-05-13T14:52:01Z | 2021-03-19T13:53:08Z | https://github.com/pyppeteer/pyppeteer/issues/107 | [
"bug",
"waiting for info"
] | oomocks | 6 |
aimhubio/aim | tensorflow | 2,316 | Pytorch Lightning Adapter expects versions to consist of `int`s | The [Pytorch Lightning Adapter](https://github.com/aimhubio/aim/blob/15e394cc39b9def1a283f7e1ca7e6aac7a6d2027/aim/sdk/adapters/pytorch_lightning.py) in 3.14.3 extracts a version tuple from the version string. It expects all parts to map to `int`:
```python
def versiontuple(v):
return tuple(map(int, (v.... | closed | 2022-11-03T10:09:44Z | 2022-12-09T17:33:38Z | https://github.com/aimhubio/aim/issues/2316 | [
"type / bug",
"help wanted",
"area / integrations",
"phase / shipped"
] | jangop | 2 |
ageitgey/face_recognition | machine-learning | 1,116 | PyInstaller + face_recognition Exe Runtime Error | * Python version: 3.6
* Operating System: Ubuntu 18.04
### Description
I was trying to execute an exe file I had made using PyInstaller that utilized the face_recognition library. Unfortunately when executing the file, I got a Runtime Error. I saw a similar error ([#628](https://github.com/ageitgey/face_recognitio... | open | 2020-04-18T23:23:56Z | 2023-05-08T09:15:14Z | https://github.com/ageitgey/face_recognition/issues/1116 | [] | SamratSahoo | 6 |
coqui-ai/TTS | deep-learning | 2,917 | [Bug] Fine-tuning broken for Tacotron2-DDC | ### Describe the bug
Taking the simplest test case possible, I cannot fine-tune the `en/ljspeech/tacotron2-DDC` model at all, using a single epoch and lowered `lr`. All attempts at doing so results in garbled output.
Either the `restore_path` function is broken, or the recipe has the wrong data points. The Tacotr... | closed | 2023-09-03T21:13:04Z | 2024-09-01T14:56:50Z | https://github.com/coqui-ai/TTS/issues/2917 | [] | SineSwiper | 7 |
TencentARC/GFPGAN | deep-learning | 9 | About the facexlib | Thanks for your open source code.
I have install the facexlib according to the requirement document.
But I got this problem.
FileNotFoundError: [Errno 2] No such file or directory: '/home/ziy/anaconda3/envs/python37/lib/python3.7/site-packages/facexlib/weights/tmpseizp2dz'
(python37) ziy@:/home/ziy/GFPGAN$ pi... | closed | 2021-06-25T06:19:21Z | 2021-07-05T02:03:35Z | https://github.com/TencentARC/GFPGAN/issues/9 | [] | wzy0903 | 4 |
streamlit/streamlit | python | 10,707 | New client_kwargs entry (acr_values) is not accepted, auth fails in st.login() | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
I have followed the documentation for adding ... | open | 2025-03-10T13:11:56Z | 2025-03-20T15:03:03Z | https://github.com/streamlit/streamlit/issues/10707 | [
"type:bug",
"priority:P3",
"feature:authentication"
] | guntukaramakrishna | 10 |
jupyterlab/jupyter-ai | jupyter | 435 | Offer better guidance in `/generate` errors | `/generate` could be benefitted by providing more contextual error messages which indicate that some LLMs are incapable of generating correct output.
> I think this is a good approach as a fallback, but given that a common failure mode for /generate is that a model doesn't produce valid JSON, we should catch that er... | open | 2023-11-06T21:31:07Z | 2023-11-06T23:32:28Z | https://github.com/jupyterlab/jupyter-ai/issues/435 | [] | dlqqq | 0 |
2noise/ChatTTS | python | 7 | 怎么使用啊大佬,纯小白 | 怎么使用啊大佬,纯小白 | closed | 2024-05-28T04:46:08Z | 2024-07-15T04:02:02Z | https://github.com/2noise/ChatTTS/issues/7 | [
"stale"
] | Shunamxiao | 2 |
encode/databases | asyncio | 392 | how to use update query | Hello, Im trying to update a column called queue_embed_id using the UPDATE function. This is what i have:

I get the following error:
` statement = await self._protocol.prepare(
File "asyncpg/protoco... | closed | 2021-09-16T10:15:05Z | 2021-09-19T10:27:43Z | https://github.com/encode/databases/issues/392 | [] | maxsptz | 2 |
coqui-ai/TTS | pytorch | 3,970 | [Feature request] Reducing logging (stdout) information when initializing TTS | Hi,
I would hope for the option to reduce the verbosity (or mute all) output messages when initializing TTS.
Just some output when I initialize:
```
> tts_models/en/ljspeech/tacotron2-DDC is already downloaded.
> vocoder_models/en/ljspeech/hifigan_v2 is already downloaded.
> Using model: Tacotron2
> Setti... | closed | 2024-08-14T22:44:50Z | 2025-01-03T08:49:03Z | https://github.com/coqui-ai/TTS/issues/3970 | [
"wontfix",
"feature request"
] | nisanb | 2 |
MaartenGr/BERTopic | nlp | 2,016 | Guided topic model with pre embedded `seed_topic_list` | _This issues follows is about a similar problem addressed in #2014. I can update and merge_
I would like to run a guided topic model with a embedding model that is not supported by BERTopic, I would also like to be able to test some hyperparameters without having to rerun the embeddings. To support this I would like... | open | 2024-05-28T23:14:39Z | 2024-05-31T13:37:13Z | https://github.com/MaartenGr/BERTopic/issues/2016 | [] | 1jamesthompson1 | 1 |
airtai/faststream | asyncio | 1,691 | Enable warn_unused_ignores mypy config | @Lancetnik I don't remember why we disabled `warn_unused_ignores` mypy config here - https://github.com/airtai/faststream/blob/main/pyproject.toml#L177.
Shall we enable it back? | closed | 2024-08-16T06:19:27Z | 2024-08-20T08:51:25Z | https://github.com/airtai/faststream/issues/1691 | [] | kumaranvpl | 1 |
2noise/ChatTTS | python | 80 | 怎么调整成女生音色? | 怎么调整成女生音色? | closed | 2024-05-30T05:04:25Z | 2024-07-16T04:02:00Z | https://github.com/2noise/ChatTTS/issues/80 | [
"stale"
] | ghost | 6 |
agronholm/anyio | asyncio | 789 | pytest-anyio should raise error if sync test relies on async fixture | ### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
Sync test function attempting to use async fixture fails silently. pytest-trio will raise a `RuntimeError` in this instance.
The one possible downside is that this will b... | closed | 2024-09-17T11:42:17Z | 2024-11-17T19:14:41Z | https://github.com/agronholm/anyio/issues/789 | [
"enhancement"
] | jakkdl | 2 |
miguelgrinberg/flasky | flask | 404 | Failed to run flask app when test in chapter15 | When I want to test test_selenium.py in Chapter 15: Unit tests with Selenium (15d), I failed .This is the traceback
````
flask test
test_404 (test_api.APITestCase) ... ok
test_anonymous (test_api.APITestCase) ... ok
test_bad_auth (test_api.APITestCase) ... ok
test_comments (test_api.APITestCase) ... ok
test_no_... | closed | 2019-01-04T14:39:52Z | 2019-01-05T05:43:52Z | https://github.com/miguelgrinberg/flasky/issues/404 | [
"question"
] | xxxxsk | 2 |
RobertCraigie/prisma-client-py | asyncio | 995 | when the main app is shutdown, prisma rust is still keeping the connection open in the background | <!--
Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output.
See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log... | open | 2024-08-06T08:22:35Z | 2024-08-27T19:41:01Z | https://github.com/RobertCraigie/prisma-client-py/issues/995 | [] | vikyw89 | 3 |
sktime/pytorch-forecasting | pandas | 1,030 | [BUG] Temporal Fusion Transformer calculate_prediction_actual_by_variable() plots empty | PyTorch-Forecasting version: **0.10.2**
**Question**:
referring to the tutorial (https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/stallion.html) provided by Pytorch about their implementation of the Temporal Fusion Transformer, I'm trying to use their calculate_prediction_actual_by_variable() and plot... | open | 2022-06-14T14:09:01Z | 2024-09-09T09:11:23Z | https://github.com/sktime/pytorch-forecasting/issues/1030 | [
"bug"
] | FrancescoFondaco | 2 |
LAION-AI/Open-Assistant | machine-learning | 3,097 | Text is layered on the send button (and settings) in the chat | One user noticed this:


PC:
 and found no similar bug report.
### Bug
I'm using official yolov8m_obb.pt and if I write code like below
```python
def callback(image_slice: np.ndarray) -> sv.Detections:
result = model(... | closed | 2024-07-10T05:52:36Z | 2024-07-18T13:46:39Z | https://github.com/roboflow/supervision/issues/1339 | [
"bug"
] | DawnMagnet | 7 |
seleniumbase/SeleniumBase | pytest | 2,160 | AttributeError: 'Chrome' object has no attribute 'get_page_source' | Hi! Thanks for [SeleniumBase](https://github.com/seleniumbase/SeleniumBase)!
After opening the website with
`driver.get("https://www.linkedin.com/home")`
then authorized and loaded the additinal content with
`driver.click('#top-card-text-details-contact-info')`
All these actions worked properly. But then
whe... | closed | 2023-10-05T12:21:05Z | 2023-10-06T11:42:54Z | https://github.com/seleniumbase/SeleniumBase/issues/2160 | [
"question",
"UC Mode / CDP Mode"
] | maxi-am | 5 |
huggingface/transformers | machine-learning | 36,228 | A word-level timestamps on whisper generation pipeline is mismatched to total duration | ## Reproduction
Below code snippet is [official example](https://huggingface.co/openai/whisper-large-v3).
```
import torch
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline
from datasets import load_dataset
device = "cuda:0" if torch.cuda.is_available() else "cpu"
torch_dtype = torch.float1... | open | 2025-02-17T09:42:02Z | 2025-03-13T13:28:38Z | https://github.com/huggingface/transformers/issues/36228 | [
"bug"
] | dobby-seo | 1 |
vitalik/django-ninja | rest-api | 566 | [Question] Integration with Elasticsearch? | Trying to integrate into Django with Elasticsearch
Are there any examples of such usage, as currently I understand its usage from making APIs but not sure within the context of Elasticsearch, how does it work in making queries to Elasticsearch? | open | 2022-09-13T13:10:18Z | 2023-04-02T04:55:20Z | https://github.com/vitalik/django-ninja/issues/566 | [] | scheung38 | 3 |
microsoft/nni | tensorflow | 5,434 | Process to automatically find sparsity per layer | Hi I am new to NNI framework
I have read in a few papers that , following a single sparsity ratio for pruning across all layers is less efficient than having per layer sparsity ratio. The Once-For-All paper from MIT suggests that the per layer pruning ratio can be identified through a greedy selection process
Do ... | closed | 2023-03-12T03:14:00Z | 2023-03-23T18:48:50Z | https://github.com/microsoft/nni/issues/5434 | [] | TheSeriousProgrammer | 2 |
QingdaoU/OnlineJudge | django | 91 | 关于测试数据的提交 | 如果我需要提交多组数据
是否需要进行建立多个文件?
还是只需要建立一个1.in 1.out就可以?
在1.in中输入了多组数据
总是提示warning answer. | closed | 2017-09-02T19:44:59Z | 2017-09-23T13:31:13Z | https://github.com/QingdaoU/OnlineJudge/issues/91 | [] | q414069069 | 1 |
Textualize/rich | python | 3,354 | [BUG] Terminal settings aren't restored | - [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [X] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
**Describe the bug**
... | closed | 2024-05-03T18:30:22Z | 2024-06-05T13:03:16Z | https://github.com/Textualize/rich/issues/3354 | [
"Needs triage"
] | nineteendo | 10 |
bmoscon/cryptofeed | asyncio | 923 | Fix L3_BOOK feed for Coinbase Pro/Exchange by supporting Modify Order Request (MOR) change messages | **Describe the bug**
The Coinbase implementation in exchanges/coinbase.py does not support Modify Order Requests (MORs), which were put into production by Coinbase as of 2021-Oct-04 (see the announcement at https://docs.cloud.coinbase.com/exchange/docs/changelog#2022-oct-04). This has caused critical issues in maintai... | open | 2022-10-29T06:25:19Z | 2022-10-29T06:26:11Z | https://github.com/bmoscon/cryptofeed/issues/923 | [
"bug"
] | zahnz | 0 |
proplot-dev/proplot | matplotlib | 468 | format setting error | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
I'm not sure if this is a bug. When I want to set the format i... | open | 2024-11-08T08:08:10Z | 2024-11-08T08:08:10Z | https://github.com/proplot-dev/proplot/issues/468 | [] | Duanclub1996 | 0 |
litestar-org/litestar | pydantic | 3,714 | Bug: "type" keyword doesn't behave the same as TypeAlias | ### Description
The "type" keyword just generates an empty schema in openapi.
### URL to code causing the issue
_No response_
### MCVE
```python
# Your MCVE code here
import json
from typing import TypeAlias, Literal
from litestar import Controller, Litestar, get
AliasArg: TypeAlias = Literal[45... | closed | 2024-08-31T13:41:12Z | 2025-03-20T15:54:54Z | https://github.com/litestar-org/litestar/issues/3714 | [
"Bug :bug:"
] | atom-andrew | 2 |
psf/black | python | 3,626 | Break expression in arguments if the call has comments. | **Black https://github.com/psf/black/commit/f3b1a3** back break an expression when it's an argument to a function with comments inside the call.
## Options
`--line-length=88`
`--safe`
`--target-version=py310`
## Input
```python
def task(self):
self.retry(
# 1 minute
# 2 minutes
... | open | 2023-03-28T15:31:03Z | 2023-03-28T15:54:49Z | https://github.com/psf/black/issues/3626 | [
"F: linebreak"
] | mvaled | 0 |
firerpa/lamda | automation | 56 | [监视器添加无效] | - 添加了监视器,但是条件满足后,逻辑代码并未执行,
- 打印获取系统中所有已应用的 watcher 名称列表是空的
<img width="999" alt="image" src="https://github.com/rev1si0n/lamda/assets/7814811/fcfa6592-db4e-45b6-90d3-1567fcedaf8d">
### 以下为打印日志
<img width="723" alt="image" src="https://github.com/rev1si0n/lamda/assets/7814811/ac62667d-ba50-4d9a-8f86-e351d17fd9... | closed | 2023-07-24T09:38:22Z | 2023-07-24T11:05:49Z | https://github.com/firerpa/lamda/issues/56 | [] | dennyson-w | 3 |
Yorko/mlcourse.ai | pandas | 756 | Proofread topic 5 | - Fix issues
- Fix typos
- Correct the translation where needed
- Add images where necessary | closed | 2023-10-24T07:41:21Z | 2024-08-25T07:50:33Z | https://github.com/Yorko/mlcourse.ai/issues/756 | [
"enhancement",
"wontfix",
"articles"
] | Yorko | 1 |
thtrieu/darkflow | tensorflow | 582 | How to detect one single class with darkflow | Hi guys, my question is really simple. I would like to use darkflow just to detect cars, I am not interested in the others classes. I want to do this because my idea is to reduce the computational cost of the forwarding instead of filtering the resulting outputs by class.
Can anyone help me?
Kind Regards! | open | 2018-02-15T21:36:10Z | 2018-03-21T08:10:47Z | https://github.com/thtrieu/darkflow/issues/582 | [] | fabriziojpiva | 3 |
horovod/horovod | tensorflow | 3,772 | Support newer version of pytorch_lightning | **Is your feature request related to a problem? Please describe.**
Do we have plans to support newer version of pytorch_lightning with horovod? Such as v1.8.0? There're lots of new features coming in and horovod is stil depending on v1.5.x
**Describe the solution you'd like**
Update package version and fix incompa... | open | 2022-11-17T06:25:13Z | 2022-11-17T17:55:25Z | https://github.com/horovod/horovod/issues/3772 | [
"enhancement",
"contribution welcome"
] | serena-ruan | 2 |
ultralytics/yolov5 | machine-learning | 12,864 | test.py performance metrics and train.py performance metrics | ### 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 am publishing a paper on Yolov5, I would like to ask if the performance indicato... | closed | 2024-04-01T03:22:37Z | 2024-10-20T19:42:35Z | https://github.com/ultralytics/yolov5/issues/12864 | [
"question",
"Stale"
] | mjgmjgmjg | 4 |
LibreTranslate/LibreTranslate | api | 23 | Dockerfile issues | The current Dockerfile has a couple of issues:
1. It copies the whole `models` directory, without `.dockerignore`ing the containing `.git` directory (see below).
2. It copies all together, which prevents a (reusable) layer for the model.
3. It copies everything in the `/` (root) directory.
```
$ docker run -it... | closed | 2021-01-19T17:46:49Z | 2021-01-19T21:49:29Z | https://github.com/LibreTranslate/LibreTranslate/issues/23 | [
"enhancement"
] | caugner | 3 |
ading2210/poe-api | graphql | 87 | Failed to download capybara.json | i had that error
```
WARNING:root:Server returned a status code of 404 while downloading https://poe.com/_next/data/529nN6ESBE12znm3yWeKH/capybara.json. Retrying (10/10)...
RuntimeError: Failed to download https://poe.com/_next/data/529nN6ESBE12znm3yWeKH/capybara.json too many times.
```
and another error
```
... | closed | 2023-05-30T22:23:17Z | 2023-05-30T22:53:37Z | https://github.com/ading2210/poe-api/issues/87 | [
"duplicate"
] | lazezo2 | 1 |
tqdm/tqdm | jupyter | 1,146 | Suport for use in HoloViz Panel apps | FYI.
Just wanted to share another use case.
I am a contributor to and user of [HoloViz Panel](https://panel.holoviz.org/). Panel is a framework for analytics apps using the tools you know and love. I also run https://awesome-panel.org which show cases Panel apps.
`tqdm` is one of the tools I know and love and ... | closed | 2021-03-13T16:42:27Z | 2021-03-13T21:51:47Z | https://github.com/tqdm/tqdm/issues/1146 | [] | MarcSkovMadsen | 2 |
yihong0618/running_page | data-visualization | 531 | 缩放彩蛋显示0个国家、省份、城市 | 
| open | 2023-10-26T05:03:42Z | 2025-01-29T07:53:33Z | https://github.com/yihong0618/running_page/issues/531 | [
"bug"
] | qigeloveit | 27 |
deezer/spleeter | deep-learning | 658 | [Discussion] Second stage model to make stems sound less "AI-like" | My main problem with the current spleeter outputs is that they have a lot of weird artifacts and inconsistencies. My idea is to have a second model for each output the current spleeter generates and train it with the original version.
In other words, train the second model to turn the weird result of the currently ... | open | 2021-09-06T19:40:13Z | 2021-11-06T05:44:28Z | https://github.com/deezer/spleeter/issues/658 | [
"question"
] | rolaca11 | 1 |
slackapi/python-slack-sdk | asyncio | 733 | Better error handling when getting TimeoutError in RTMClient#start() | ### Description
Getting errors while listening to the RTM websocket.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [X] bug
- [ ] enhancement (feature request)
- [ ] question
- [ ] documentation related
- [ ] testing related
- [ ] discussion
### Requirements (place an `x` in each of... | closed | 2020-06-24T13:13:49Z | 2020-07-16T07:53:23Z | https://github.com/slackapi/python-slack-sdk/issues/733 | [
"Version: 2x",
"rtm-client"
] | liorblob | 3 |
axnsan12/drf-yasg | django | 561 | Slow work with django-storages | Hi there,
I have a problem with `drf-yasg` when I try to use `django-storages`.
settings.py
```python
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
AWS_STORAGE_BUCKET_NAME = "secret"
AWS_S3_CUSTOM_DOMAIN = "%s.s3.amazonaws.com" % AWS_STORAGE_BUCKET_NAME
AWS_S3_OBJECT_PARAMETERS = {
... | open | 2020-03-18T18:36:53Z | 2025-03-07T12:13:55Z | https://github.com/axnsan12/drf-yasg/issues/561 | [
"triage"
] | stasfilin | 1 |
LAION-AI/Open-Assistant | machine-learning | 3,536 | server problem | server constantly timeing out | closed | 2023-07-01T00:27:41Z | 2023-07-04T19:52:02Z | https://github.com/LAION-AI/Open-Assistant/issues/3536 | [] | CT1800098 | 1 |
nltk/nltk | nlp | 2,489 | Wrong documentation in bleu_scroe for smoothing method 2 | The paper referenced in the docstring of the BLEU smoothing method 2 is wrong.
(https://github.com/nltk/nltk/blob/develop/nltk/translate/bleu_score.py#L544)
```
"""
Smoothing method 2: Add 1 to both numerator and denominator from
Chin-Yew Lin and Franz Josef Och (2004) Automatic evaluatio... | closed | 2020-01-15T20:14:43Z | 2020-10-06T09:32:11Z | https://github.com/nltk/nltk/issues/2489 | [] | pengyunie | 0 |
huggingface/diffusers | deep-learning | 10,317 | The bug occurs when using torch.compile on StableVideoDiffusionPipeline, and it happens when passing different images for the second time. | ### Describe the bug
I created a page using Gradio to generate videos with the `StableVideoDiffusionPipeline`, and I used `torch.compile(pipeline.unet, mode="reduce-overhead", fullgraph=True) `for acceleration. I noticed that after inference with StableVideoDiffusionPipeline, the GPU memory usage increases from 4.8GB ... | open | 2024-12-20T08:51:14Z | 2025-01-19T15:02:46Z | https://github.com/huggingface/diffusers/issues/10317 | [
"bug",
"stale"
] | ZHJ19970917 | 3 |
voxel51/fiftyone | computer-vision | 5,494 | [BUG] issue viewing the bounding boxes from "rtdetr-l.pt" results | Hi,
I'm trying to run an inference using RT-DETR and FlagSeg dataset. I'm using FlagSeg dataset as is, and I tested it using both "yolov8s.pt" and "rtdetr-l.pt". The bounding boxes when using RT-DETR are squished in the upper left corner.
I cannot tell if this is an issue when converting the prediction boxes, or if ... | open | 2025-02-17T20:24:43Z | 2025-02-17T20:25:08Z | https://github.com/voxel51/fiftyone/issues/5494 | [
"bug"
] | LayanCS | 0 |
holoviz/panel | matplotlib | 7,599 | FileDropper dark theme | I don't think FileDropper adapts to dark theme.
<img width="593" alt="Image" src="https://github.com/user-attachments/assets/15c0d813-45ac-4534-b62e-0293b6bae959" />
| closed | 2025-01-07T19:22:17Z | 2025-01-07T21:25:51Z | https://github.com/holoviz/panel/issues/7599 | [] | ahuang11 | 0 |
521xueweihan/HelloGitHub | python | 2,048 | img-previewer 动画丝滑的js图片预览插件 | ## 项目推荐
- 项目地址:https://github.com/yue1123/img-previewer
- 预览地址: https://yue1123.github.io/img-previewer/demo/index.es.html
- 类别:Typescript, Scss, Javascript
- 项目后续更新计划:
- 项目描述:
轻量且强大的 javascript 图片预览插件,丝滑的动画让你可以优雅的预览你的网站中的图片。开箱即用,你无需多余的配置(默认情况下)或改变页面 html 代码结构,即可在任何类型的网站中轻松启用该插件,升级你的用户体验
- 推荐理由:丝滑的动画(最高可达1... | closed | 2021-12-28T09:02:59Z | 2022-01-27T06:54:30Z | https://github.com/521xueweihan/HelloGitHub/issues/2048 | [
"JavaScript 项目"
] | yue1123 | 1 |
tflearn/tflearn | tensorflow | 444 | Errors when creating models and run twice | When I do two times of creating network and fitting, the following error occurred:
```python
Traceback (most recent call last):
File "foo.py", line 35, in <module>
m.fit(X, Y, n_epoch=1000, show_metric=True, snapshot_epoch=False)
File "/Users/chiyuan/work/anaconda/lib/python2.7/site-packages/tflearn/models... | closed | 2016-11-04T18:31:25Z | 2016-11-10T18:00:39Z | https://github.com/tflearn/tflearn/issues/444 | [] | pluskid | 2 |
hzwer/ECCV2022-RIFE | computer-vision | 2 | Google Colab | Willing to set up a Google Colab notebook or a Docker setup?
interested in seeing results for 3DCG interpolation | closed | 2020-11-14T05:18:47Z | 2020-11-15T08:49:41Z | https://github.com/hzwer/ECCV2022-RIFE/issues/2 | [] | Sazoji | 4 |
nltk/nltk | nlp | 2,792 | TweetTokenizer fails to remove user handles in text. | The below input should remove all user handles which start with "@".
input: @remy:This is waaaaayyyy too much for you!!!!!!@adam
output : [':', 'This', 'is', 'waaayyy', 'too', 'much', 'for', 'you', '!', '!', '!', '@adam']
The TweetTokenizer fail to remove the user handle of Adam.
I would like to open a pull ... | closed | 2021-08-29T19:18:20Z | 2021-09-13T15:32:51Z | https://github.com/nltk/nltk/issues/2792 | [
"good first issue",
"enhancement",
"nice idea",
"tokenizer"
] | 12mohaned | 14 |
graphql-python/graphene-mongo | graphql | 105 | graphene-mongo + graphene-federation | # Hello!
I have created a working example with graphene-mongo and graphene-federation (https://github.com/erebus1/graphene-federation).
We are currently working with GraphQL + Mongoengine. We split up into Microservices, so Federation was the thing to do. After fiddling around for a day, I was able to create a workin... | closed | 2019-08-06T07:49:14Z | 2023-03-28T17:55:44Z | https://github.com/graphql-python/graphene-mongo/issues/105 | [
"help wanted",
"document"
] | fabianriewe | 3 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 78 | ModelSchema.load(instance=None) call wont overridden .instance | as in `ModelSchema.load`
``` python
self.instance = instance or self.instance
```
because I instantiation schema class in module level, reuse them in multiple places and across requests,
the `.instance` value firstly set will persists in following `load()` calls, regardless `load(instance=None)`, this will t... | closed | 2016-08-01T20:23:43Z | 2025-01-17T19:24:39Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/78 | [] | georgexsh | 6 |
axnsan12/drf-yasg | rest-api | 169 | Sequational OAuth authentication | Hi, thanks for this tool.
I am using two OAuth providers in my project. The first one (`gitlab`) is just a basic OAuth provider. It works perfectly fine.
But, I also have another provider (`wakatime`). As I call it: a service provider. It works like "connect accounts". And that why it needs current `request.user`... | closed | 2018-07-24T07:45:01Z | 2018-09-09T21:58:07Z | https://github.com/axnsan12/drf-yasg/issues/169 | [] | sobolevn | 2 |
huggingface/transformers | python | 36,516 | Object detection tutorial uses buggy dataset, may lead to crash during training | ### System Info
The [Object detection tutorial](https://huggingface.co/docs/datasets/object_detection) uses the [CPPE-5 dataset](https://huggingface.co/datasets/rishitdagli/cppe-5) to finetune a DETR model. This dataset contains multiple images with wrong annotations. This is clear when inspecting the [CPPE-5-v2 datas... | open | 2025-03-03T15:22:09Z | 2025-03-04T09:01:12Z | https://github.com/huggingface/transformers/issues/36516 | [
"Examples",
"bug",
"Vision"
] | LambdaP | 4 |
Kav-K/GPTDiscord | asyncio | 82 | [BUG] discord.errors.Forbidden: 403 Forbidden (error code: 50001): Missing Access | **Describe the bug**
I get a Discord error missing Access
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'folder zhere the py file are'
2. Open terminal an execue python gpt3discord.py
4. See error
**Expected behavior**
To connect to the discord server and assigned channel
**Additional contex... | closed | 2023-01-10T23:45:06Z | 2023-03-25T00:05:53Z | https://github.com/Kav-K/GPTDiscord/issues/82 | [
"bug"
] | Pandaterminator-Studio | 2 |
Urinx/WeixinBot | api | 89 | 获取二维码接口失效 | 今天使用 `https://login.weixin.qq.com/l/`+`uuid` 一直显示无法识别的二维码,
换成 `https://login.weixin.qq.com/qrcode/`+`uuid` 就好了。
| open | 2016-09-29T08:40:14Z | 2016-09-29T10:23:23Z | https://github.com/Urinx/WeixinBot/issues/89 | [] | junbaor | 1 |
pytest-dev/pytest-qt | pytest | 482 | `close`ing a `QApplication` from within finalizer while also using `qbot` leads to access violation | Hi there
I'm using Windows 10 Enterprise, 64 bits, Python 3.9 and the following packages
pytest==7.1.2
pytest-qt==4.2.0
pyqt5==5.15.7
pyqt5-qt5==5.15.2
pyqt5-sip==12.11.0
Consider the file `mre.py` containing:
```python
import PyQt5.QtWidgets as _qtw
class TestA:
def testDialogCancel(self, qt... | closed | 2023-03-16T13:20:36Z | 2023-03-16T14:29:26Z | https://github.com/pytest-dev/pytest-qt/issues/482 | [] | zuckerruebe | 2 |
iterative/dvc | machine-learning | 9,844 | queue start: Be able to only start specified subset of queued tasks | Mostly for convenience, it would be nice if `dvc queue start` would allow me to specify which task (or tasks) to run. For example, I may have queued a number of experiments, an overview I can see in the `dvc exp show` and VS Code Experiments table. These queued experiments kind of form a To-Do list of what I want to tr... | closed | 2023-08-15T13:56:14Z | 2023-08-15T16:50:13Z | https://github.com/iterative/dvc/issues/9844 | [] | aschuh-hf | 3 |
pytest-dev/pytest-html | pytest | 174 | add command config to environment table | hi
here is the question
my conftest.py contain a driver config
'''
@pytest.fixture(scope='session')
def driver_class(request):
driver = request.config.getoption('driver')
if driver is None:
raise pytest.UsageError('--driver must be specified')
return SUPPORTED_DRIVERS[driver]
'''
i want... | closed | 2018-07-16T09:43:16Z | 2018-07-16T10:27:37Z | https://github.com/pytest-dev/pytest-html/issues/174 | [] | lanranse | 2 |
ultralytics/ultralytics | deep-learning | 19,752 | How to export Yolov8-cls to imx format? | ### 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
Hello,
I successfully exported a YOLOv8 object detection model trained on c... | closed | 2025-03-18T04:44:36Z | 2025-03-20T05:13:06Z | https://github.com/ultralytics/ultralytics/issues/19752 | [
"question",
"classify",
"exports"
] | amitis94 | 12 |
PeterL1n/RobustVideoMatting | computer-vision | 209 | 关于第四阶段中对GRU的训练 | 请问第四阶段的训练为独立图片训练,但仍然以一定的序列长度输入网络,GRU也会尝试学习不相干图片之间的帧间信息,这不会对GRU造成干扰吗?如果我将GRU学习率在第四阶段设为0,是否会更好呢,谢谢 | closed | 2022-11-14T11:48:06Z | 2022-11-14T19:25:33Z | https://github.com/PeterL1n/RobustVideoMatting/issues/209 | [] | tayton42 | 1 |
OpenBB-finance/OpenBB | python | 6,944 | [Bug] OpenBBUserData folder in $HOME despite the settings | **Describe the bug**
Hello,
I set `data_directory` and `export_directory` in `.openbb_platform/user_settings.json` but each time I'm starting `OpenBB` the folder `OpenBBUserData` is created in my $HOME directory.
**To Reproduce**
1) In `user_settings.json` set the following values for `data_directory` and `expo... | closed | 2024-11-09T02:49:12Z | 2024-11-25T17:49:45Z | https://github.com/OpenBB-finance/OpenBB/issues/6944 | [] | janemba | 3 |
ploomber/ploomber | jupyter | 446 | docs argo link is broken | When reading the batch guide ( https://docs.ploomber.io/en/latest/deployment/batch.html ) and clicking on this argo link:
https://docs.ploomber.io/en/latest/deployment/argoproj.github.io/ | closed | 2021-12-21T21:13:30Z | 2021-12-23T22:55:45Z | https://github.com/ploomber/ploomber/issues/446 | [] | idomic | 0 |
waditu/tushare | pandas | 1,466 | 可转债行情数据20201201没有数据更新 | tushare.cb_daily(trade_date='20201201') 没有数据 | open | 2020-12-02T02:13:56Z | 2020-12-02T02:13:56Z | https://github.com/waditu/tushare/issues/1466 | [] | wang825443077 | 0 |
graphql-python/graphene-sqlalchemy | graphql | 369 | Union of SQLAlchemy connections and simple objects | I need a query to return either a list of SQLAlchemy objects (via a connection) or an error message. Here's the code:
```python
from models import Users
from graphene_sqlalchemy import SQLAlchemyObjectType, SQLAlchemyConnectionField
import graphene
class User(SQLAlchemyObjectType):
class Meta:
... | closed | 2022-12-23T16:13:15Z | 2023-06-25T00:59:24Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/369 | [
"question"
] | jmartinhoj | 3 |
gee-community/geemap | jupyter | 1,634 | Images in sentinel-2_timelapse not filtering correctly | Hi Thanks for fixing the previous issue,
I have now come across another issue in that when I use the date fields to filter the images it is returning `Expression evaluates to an empty image collection.` when images are available . Interesting, this only affects older dates so if I change the start and end dates of t... | closed | 2023-07-18T16:36:43Z | 2023-07-18T18:09:08Z | https://github.com/gee-community/geemap/issues/1634 | [
"bug"
] | haydenclose | 1 |
pennersr/django-allauth | django | 3,514 | filter_users_by_email takes to much time for sql query | ```
def filter_users_by_email(email, is_active=None):
...
mails = EmailAddress.objects.filter(email__iexact=email)
...
if app_settings.USER_MODEL_EMAIL_FIELD:
q_dict = {app_settings.USER_MODEL_EMAIL_FIELD + "__iexact": email}
...
```
these queries are taking too much time in use... | closed | 2023-11-08T14:47:22Z | 2023-11-09T08:21:04Z | https://github.com/pennersr/django-allauth/issues/3514 | [] | kemalbastak | 3 |
graphistry/pygraphistry | pandas | 37 | Python keywords cannot be used as fields of edges. | When I try to create a graph of the following single row dataframe (converted to dictionary):
`{'count(1)': {19834: 2},
'destinationAddress': {19834: u'63.240.185.216'},
'destinationUserName': {19834: u'constructor'},
'min(startTime)': {19834: u'19 Oct 2015 23:37:32 EDT'},
'name': {19834: u'An account failed to lo... | closed | 2015-10-20T23:45:04Z | 2015-10-21T00:13:37Z | https://github.com/graphistry/pygraphistry/issues/37 | [
"bug"
] | padentomasello | 2 |
sqlalchemy/sqlalchemy | sqlalchemy | 12,451 | Invalid SQL emitted using aliased() and two tables with the same name in different schemas | ### Describe the bug
If two tables exist with the same name, one in the default database schema and the other in a custom schema, a `SELECT` statement querying both and using `aliased()` on one of them can sometimes cause SQLAlchemy 2.x to emit two `AS ...` clauses in a row, which is not valid SQL syntax.
MCVE:
```p... | closed | 2025-03-19T21:56:01Z | 2025-03-19T23:58:40Z | https://github.com/sqlalchemy/sqlalchemy/issues/12451 | [
"bug",
"sql",
"regression",
"near-term release"
] | loic-simon | 4 |
fastapi/sqlmodel | fastapi | 456 | SQLModel Field example param not working like Pydantic Field example param | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | closed | 2022-10-03T17:18:21Z | 2025-01-04T14:34:03Z | https://github.com/fastapi/sqlmodel/issues/456 | [
"question"
] | 305jthompson | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.