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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Textualize/rich | python | 3,490 | [BUG] rich.progress.track with stderr Console breaks print builtin | - [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-09-12T16:10:55Z | 2024-09-30T14:45:59Z | https://github.com/Textualize/rich/issues/3490 | [
"Needs triage"
] | ericfrederich | 3 |
flasgger/flasgger | flask | 329 | RESTful Resource - $ref does not work when used in parameters (Flask RESTful) | I'm using Flask RESTful and I want POST validated using `Flasgger(parse=True)`
If $ref is used in schema:
```
parameters:
- in: body
name: body
schema:
$ref: '#/definitions/Target'
```
I get:
```
Error: BAD REQUEST
Unresolvable JSON pointer: u'definitions/Target'
```
However `Targ... | open | 2019-08-29T17:24:33Z | 2021-11-02T07:49:18Z | https://github.com/flasgger/flasgger/issues/329 | [] | vasekch | 2 |
pydantic/pydantic-ai | pydantic | 755 | Improvement: Conform to message start spec for anthropic | See https://github.com/pydantic/pydantic-ai/pull/684#issuecomment-2595299422 and https://github.com/pydantic/pydantic-ai/pull/684#issuecomment-2610834552 for context.
https://github.com/pydantic/pydantic-ai/pull/684 implemented initial support for anthropic streaming. | open | 2025-01-23T19:37:12Z | 2025-01-23T19:37:12Z | https://github.com/pydantic/pydantic-ai/issues/755 | [] | sydney-runkle | 0 |
napari/napari | numpy | 7,068 | Consider putting Open Sample in it's own block or in the top block | ## ๐งฐ Task
With all the new options in the File menu, it's a bit harder to quickly find the Open Sample menu, which is super useful for demos or testing:
<img width="357" alt="image" src="https://github.com/napari/napari/assets/76622105/b292fbec-7a01-4e6e-8011-715c77718e15">
Maybe we should think about moving ... | closed | 2024-07-05T15:46:03Z | 2024-07-06T07:17:25Z | https://github.com/napari/napari/issues/7068 | [
"task"
] | psobolewskiPhD | 7 |
geex-arts/django-jet | django | 213 | Help text on admin not working | Hi there, I am using jet with an TabularInline and a help_text I can see the help text. The content is there but i've tried by hovering the arrow and the click and nothing works.
Thanks,
Hรฉlio
 says:
````
```{code-cell} ipython3
glue("boot_chi", chi)
```
By default, `glue` will display the value of the variable you are g... | open | 2023-02-20T17:59:29Z | 2023-02-20T17:59:29Z | https://github.com/jupyter-book/jupyter-book/issues/1935 | [
"bug"
] | brownsarahm | 0 |
mwaskom/seaborn | matplotlib | 3,643 | HI ,we need seaborn cpp | closed | 2024-02-29T04:10:16Z | 2024-03-01T01:22:09Z | https://github.com/mwaskom/seaborn/issues/3643 | [] | mullerhai | 2 | |
matterport/Mask_RCNN | tensorflow | 2,256 | Training on Custom Dataset (JSON Files) | I have an annotated dataset which consists of 1k+ json files. I want to train using those datasets. Each file contains some code as stated below:
```
[
{
"#": 1,
"Taxonomy": "",
"Class": "Leaves",
"File Folder": "",
"Filename": "POT.jpg",
"Resolution": "2736x2192",
"Top": 0,
... | open | 2020-06-25T15:05:06Z | 2020-06-25T19:26:02Z | https://github.com/matterport/Mask_RCNN/issues/2256 | [] | anmspro | 1 |
coqui-ai/TTS | python | 3,653 | [Bug] Cannot use Docker image | ### Describe the bug
We cannot use the instructions for [instructions related to the Docker image](https://github.com/coqui-ai/TTS/tree/dev?tab=readme-ov-file#docker-image):
```bash
docker run --rm -it -p 5002:5002 --entrypoint /bin/bash ghcr.io/coqui-ai/tts-cpu
```
as we are getting:
```
docker: Error respo... | closed | 2024-03-29T07:00:07Z | 2024-06-26T16:49:17Z | https://github.com/coqui-ai/TTS/issues/3653 | [
"bug",
"wontfix"
] | rtodea | 1 |
K3D-tools/K3D-jupyter | jupyter | 330 | Is there any way we can use k3d in flutter, has anyone tried it? | I was working on a mobile application using flutter, and I wanted to use k3d as a visualization library. If yes can anyone explain how? | closed | 2022-03-12T18:31:54Z | 2022-05-16T05:51:55Z | https://github.com/K3D-tools/K3D-jupyter/issues/330 | [] | Arhan13 | 1 |
Avaiga/taipy | automation | 2,127 | GitHub action to prevent from merging uncompleted PR |
Create a GitHub action preventing from merging a PR if its checklist is not completed:
https://github.com/marketplace/actions/task-completed-checker | open | 2024-10-22T08:12:59Z | 2024-10-22T08:12:59Z | https://github.com/Avaiga/taipy/issues/2127 | [
"๐ง Devops",
"๐จ Priority: Medium",
"๐ Staff only"
] | jrobinAV | 0 |
ultralytics/ultralytics | pytorch | 19,508 | resume in YOLOv8 | ### 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
When I was using resume on a YOLOv8 based network hoping to continue trainin... | open | 2025-03-04T01:43:09Z | 2025-03-04T02:10:04Z | https://github.com/ultralytics/ultralytics/issues/19508 | [
"question",
"detect"
] | li-25-creater | 3 |
pyeve/eve | flask | 1,142 | Only set the package version in __init__.py | At the moment we're holding the package version in two places: `setup.py` and `__init__.py`. We need to keep the version number in the init file for a number of reasons, but we could add some magic to avoid hard-coding it again in the setup file. Either that or soon or later I (or someone else) will forget to bump both... | closed | 2018-05-10T13:37:11Z | 2018-05-11T07:26:45Z | https://github.com/pyeve/eve/issues/1142 | [
"enhancement"
] | nicolaiarocci | 0 |
strawberry-graphql/strawberry | fastapi | 3,536 | field level relay results limit | ## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [x] New behavior
## Description
### Current:
The maximum of returned results for a relay connection defaults to 100 and can be changed by a schema wide setting: https://github.com/strawb... | open | 2024-06-08T14:45:40Z | 2025-03-20T15:56:45Z | https://github.com/strawberry-graphql/strawberry/issues/3536 | [] | Eraldo | 5 |
errbotio/errbot | automation | 1,225 | Errbot Flows Not being Triggered Correctly with BotFramework |
### I am...
* [x ] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version: 5.2.0
* OS version: MacOS 10.13.4
* Python version: 3.6.5
* Using a virtual environmen... | closed | 2018-05-26T02:50:37Z | 2019-01-05T17:24:26Z | https://github.com/errbotio/errbot/issues/1225 | [] | aravindprasanna | 7 |
huggingface/datasets | nlp | 6,441 | Trouble Loading a Gated Dataset For User with Granted Permission | ### Describe the bug
I have granted permissions to several users to access a gated huggingface dataset. The users accepted the invite and when trying to load the dataset using their access token they get
`FileNotFoundError: Couldn't find a dataset script at .....` . Also when they try to click the url link for the d... | closed | 2023-11-21T19:24:36Z | 2023-12-13T08:27:16Z | https://github.com/huggingface/datasets/issues/6441 | [] | e-trop | 3 |
sherlock-project/sherlock | python | 2,081 | FlareSolverr Support | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have... | open | 2024-04-13T20:08:18Z | 2024-05-31T22:36:00Z | https://github.com/sherlock-project/sherlock/issues/2081 | [
"enhancement"
] | ppfeister | 2 |
google-research/bert | tensorflow | 1,037 | MRPC Produces Two Vastly Different Eval Accuracy | Hi,
I am testing using TF v1.14.0.
I ran for 10 times with run_classifier.py (do_traing=False, do_eval=True), i.e. do inference immediately after loading https://storage.googleapis.com/bert_models/2018_10_18/uncased_L-24_H-1024_A-16.zip
I am seeing two values 0.31617647 & 0.6838235.
I wonder why I am seeing... | closed | 2020-03-22T16:00:24Z | 2020-04-08T06:12:40Z | https://github.com/google-research/bert/issues/1037 | [] | wei-v-wang | 2 |
ray-project/ray | pytorch | 51,595 | [core] Compiled Graphs has a dependence on pyarrow | ### What happened + What you expected to happen
I used https://docs.vllm.ai/en/latest/serving/distributed_serving.html to setup the distributed environment(2 nodes with 8 GPUs per node), and then run the api_server as below:
```
python3 -m vllm.entrypoints.openai.api_server --port 18011 --model /models/DeepSeek-V3 --t... | closed | 2025-03-21T17:28:35Z | 2025-03-21T17:32:08Z | https://github.com/ray-project/ray/issues/51595 | [
"bug",
"triage"
] | richardliaw | 1 |
iMerica/dj-rest-auth | rest-api | 531 | Last Login Is Never Updated For USE_JWT True | Hi everyone,
I see a bug where last_login is never updated in db if we use jwt login.
Changes are expected in https://github.com/iMerica/dj-rest-auth/blob/8a2e07de1a5b166d99fa3cf2995561773c29333f/dj_rest_auth/utils.py#L9C22-L9C22
where I see we are not using the validate method of serializer and directly using... | open | 2023-08-06T03:42:13Z | 2023-08-06T03:53:07Z | https://github.com/iMerica/dj-rest-auth/issues/531 | [] | Aniket-Singla | 0 |
dynaconf/dynaconf | fastapi | 236 | [RFC] module impersonation, local files, runtime files | Read yaycl readme
https://github.com/seandst/yaycl | closed | 2019-09-19T13:53:42Z | 2019-09-25T20:55:18Z | https://github.com/dynaconf/dynaconf/issues/236 | [
"Not a Bug",
"RFC",
"Docs"
] | rochacbruno | 1 |
huggingface/datasets | pandas | 7,085 | [Regression] IterableDataset is broken on 2.20.0 | ### Describe the bug
In the latest version of datasets there is a major regression, after creating an `IterableDataset` from a generator and applying a few operations (`map`, `select`), you can no longer iterate through the dataset multiple times.
The issue seems to stem from the recent addition of "resumable Itera... | closed | 2024-07-31T13:01:59Z | 2024-08-22T14:49:37Z | https://github.com/huggingface/datasets/issues/7085 | [] | AjayP13 | 3 |
PokemonGoF/PokemonGo-Bot | automation | 5,419 | Buddy System | Is there any plan to implement the buddy system?
| closed | 2016-09-13T01:01:51Z | 2016-09-27T12:36:31Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5419 | [] | kevinlife | 11 |
lepture/authlib | django | 123 | validate_xyz() in JWTClaims should use UTC? | the time in validate() should be UTC?
https://github.com/lepture/authlib/blob/master/authlib/jose/rfc7519/claims.py#L59
| closed | 2019-04-13T21:58:48Z | 2019-04-14T11:16:59Z | https://github.com/lepture/authlib/issues/123 | [] | blackmagic02881 | 3 |
keras-team/keras | python | 20,552 | This method creates a model with a 100% memory leak loop using model. fit() | I have tried various methods, but the memory is definitely leaking, it seems that the release of memory cannot keep up. Through the logs, it can be found that there is periodic memory recycling, but with the increase of time, there is still a clear upward trend
Name: keras
Version: 3.6.0
Please find the [gist](h... | open | 2024-11-27T08:21:34Z | 2024-11-28T06:42:29Z | https://github.com/keras-team/keras/issues/20552 | [
"type:bug/performance"
] | phpYj | 1 |
scikit-learn/scikit-learn | python | 30,714 | Version 1.0.2 requires numpy<2 | ### Describe the bug
Installing scikit-learn version 1.0.2 leads to the following error:
```bash
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
```
This seems to indicate a mismatch between this version of scikit-learn and numpy versions grea... | closed | 2025-01-24T11:47:50Z | 2025-01-24T15:00:00Z | https://github.com/scikit-learn/scikit-learn/issues/30714 | [
"Bug",
"Needs Triage"
] | grudloff | 7 |
postmanlabs/httpbin | api | 431 | Idea: Expost httpbin version from HTTP headers | It would be useful if you could tell the httpbin version from a request's HTTP headers.
This way I would be able to determine why my tests work locally, but not in CI. | open | 2018-03-06T15:01:14Z | 2018-04-26T17:51:17Z | https://github.com/postmanlabs/httpbin/issues/431 | [] | dagwieers | 0 |
Colin-b/pytest_httpx | pytest | 34 | locked on pytest 6 | Hi,
Thanks for the nice library.
Currently, pytest-httpx depends on pytest ==6.*
But there is a fix to an annoying async issue only available in pytest 7.2+
https://github.com/pytest-dev/pytest/issues/3747
Could you please increment the dependency version?
Thank you | closed | 2020-12-03T10:33:21Z | 2024-09-20T06:37:53Z | https://github.com/Colin-b/pytest_httpx/issues/34 | [
"enhancement"
] | remi-debette | 0 |
plotly/plotly.py | plotly | 4,108 | add facet_row support in px.imshow | # Feature Request: `facet_row` support in `px.imshow`
It would be very convenient to be able to utilise the `facet_row` kwarg with `plotly.express.imshow`.
## Current Behaviour
Currently, `px.imshow` only takes the `facet_col` kwarg, limiting the display of multiple heatmap-like traces to a single dimension (e... | open | 2023-03-15T15:11:02Z | 2024-08-12T20:50:34Z | https://github.com/plotly/plotly.py/issues/4108 | [
"feature",
"P3"
] | wbeardall | 2 |
scikit-learn/scikit-learn | machine-learning | 30,655 | 'super' object has no attribute '__sklearn_tags__' | closed | 2025-01-16T14:38:03Z | 2025-01-17T06:26:03Z | https://github.com/scikit-learn/scikit-learn/issues/30655 | [
"Bug",
"Needs Triage"
] | anandshaw123 | 1 | |
tensorpack/tensorpack | tensorflow | 785 | How to run tensorpack on TPU? | Is that any plan to support TPU? | closed | 2018-06-08T07:58:16Z | 2020-05-24T06:47:38Z | https://github.com/tensorpack/tensorpack/issues/785 | [
"enhancement"
] | windid | 2 |
deeppavlov/DeepPavlov | tensorflow | 824 | Segmentation Fault (core dumped) when running build_model(configs.ner.ner_rus, download=True) | Hi! I get `Segmentation Fault (core dumped)` when running `build_model(configs.ner.ner_rus, download=True)`. The version of deeppavlov I use is 0.2.0 | closed | 2019-04-30T12:57:44Z | 2020-05-13T11:37:25Z | https://github.com/deeppavlov/DeepPavlov/issues/824 | [] | hpylieva | 8 |
httpie/http-prompt | rest-api | 107 | Specifying options inline does not work properly | When trying to specify a param inline, the input does not accept a `space` character after the URL. Note below the lack of space between `/api/something` and `page==2`. The cursor also resets to position 0 in this situation.
` fails with TORCH_DISTRIBUTED_DEBUG=DETAIL and after dist.send/dist.recv calls | This program
```sh
$ cat bug.py
import torch
import torch.distributed as dist
import torch.distributed.elastic.multiprocessing.errors
@dist.elastic.multiprocessing.errors.record
def main():
dist.init_process_group()
rank = dist.get_rank()
size = dist.get_world_size()
x = torch.tensor(0)
if rank =... | open | 2025-03-11T17:40:02Z | 2025-03-14T01:25:03Z | https://github.com/pytorch/pytorch/issues/148976 | [
"oncall: distributed",
"triaged"
] | slitvinov | 3 |
robinhood/faust | asyncio | 443 | Fails to create leader topic | ## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
I'm running kafka on kubernetes (strimzi) installation with the configuration `topic.auto.create.enable: True`. I'm trying to star... | closed | 2019-10-09T08:47:20Z | 2019-11-04T02:39:06Z | https://github.com/robinhood/faust/issues/443 | [] | LeonardAukea | 2 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 952 | Hangs with remote Ollama | **Describe the bug**
When running with a remote vs local ollama server the `smart_scrapper_graph.run()` hangs and does not return (left running overnight as well just in case)
- the usage on the remote machine goes up so the requests are happening
- same model on both remote and local machine
- tested with all v1.4x ve... | open | 2025-03-16T13:56:07Z | 2025-03-16T19:09:06Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/952 | [
"bug"
] | axibo-reiner | 2 |
ageitgey/face_recognition | machine-learning | 1,530 | Design thinking
| open | 2023-09-02T17:27:15Z | 2023-09-02T17:27:15Z | https://github.com/ageitgey/face_recognition/issues/1530 | [] | RamegowdaMD | 0 | |
babysor/MockingBird | deep-learning | 713 | ไธไบๅปบ่ฎฎ | 1. ๅฏไธๅฏไปฅๅฎๆด็ผ่ฏไธบexe๏ผๅคชๅคๆไบไธไผๆ
2. ๅฏไธๅฏไปฅๆๆๆๆไปถ๏ผๅ
ๆฌๅฃฐ้ณ็ด ๆ๏ผ็็พๅบฆ็ฝ็้พๆฅๅGoogle Drive้พๆฅ่ฝฌๅญไธบๅ
ถไปๅฅฝไธไบ็็ฝ็
> Google Driveไธๆฏๆๆไบบ้ฝๅฏไปฅไฝฟ็จ็๏ผไธญๅฝๅคง้
> ็พๅบฆ็ฝ็ๅฏไปฅ็จ่ชๅปบ็ฝ็ๆanonfiles๏ผๆ ้็ฉบ้ด๏ผไธ้้๏ผๅๆไปถๅคงๅฐๆๅคง20GB | open | 2022-08-17T03:29:12Z | 2022-08-17T03:29:12Z | https://github.com/babysor/MockingBird/issues/713 | [] | for-the-zero | 0 |
BayesWitnesses/m2cgen | scikit-learn | 42 | Prepare for release 0.1.0 | - [x] Classification support for ensemble models.
- [x] Classification for Python.
- [x] setup.py and release procedure.
- [x] Enable more sklearn models (like remaining linear models).
- [x] README + docs + examples.
- [x] Revisit the library API (exporters).
- [x] Implement CLI.
- [x] Deal with Python lim... | closed | 2019-01-30T19:21:15Z | 2019-02-13T06:40:14Z | https://github.com/BayesWitnesses/m2cgen/issues/42 | [] | krinart | 1 |
RobertCraigie/prisma-client-py | pydantic | 994 | Add support for create_many to SQLite | Added in https://github.com/prisma/prisma/releases/tag/5.12.0 | closed | 2024-08-04T17:24:38Z | 2024-08-11T09:05:29Z | https://github.com/RobertCraigie/prisma-client-py/issues/994 | [
"kind/improvement",
"topic: client"
] | RobertCraigie | 1 |
iperov/DeepFaceLab | deep-learning | 5,634 | SAEHD trainer does not continue | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
training begins and new training window opens
## Actual behavior
Running trainer.
Choose one of saved models, or enter a name to create a new model.
[r] : rename
[d] : delete
[0] : new - latest
... | open | 2023-03-06T06:09:21Z | 2023-06-08T20:03:08Z | https://github.com/iperov/DeepFaceLab/issues/5634 | [] | haydle360 | 2 |
google-research/bert | nlp | 567 | words from 768 dim output | I'm interested in the smaller bert download. I see that tokenizing input is fairly easy. I would like to get words as output. I'm working on a simple chat-bot type application. If the output is 768 long, do I have to add my own linear layer in order to get one of the 30,000 words in the input vocabulary? Somehow I exp... | closed | 2019-04-09T12:55:39Z | 2019-04-16T15:16:33Z | https://github.com/google-research/bert/issues/567 | [] | radiodee1 | 0 |
unit8co/darts | data-science | 2,028 | Can models (s4: Structured State Spaces for Sequence Modeling) from HazyResearch group at Stanford be included in this repository in a unified manner? | **Is your feature request related to a current problem? Please describe.**
https://github.com/HazyResearch/state-spaces
It would be nice if these models are also present in darts for people to try out and compare with other models.
**Describe proposed solution**
Inclusion of these models.
| open | 2023-10-15T13:58:27Z | 2023-10-16T06:55:24Z | https://github.com/unit8co/darts/issues/2028 | [
"new model"
] | dineshdharme | 0 |
roboflow/supervision | deep-learning | 751 | `PolygonZone` 2.0 | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
TODO
### Use case
TODO
### Additional
- do not require `resolution_wh`
- offers current and accumulated count
- delivery... | closed | 2024-01-18T20:44:46Z | 2024-01-26T13:53:18Z | https://github.com/roboflow/supervision/issues/751 | [
"enhancement",
"Q1.2024",
"planning"
] | SkalskiP | 0 |
tensorflow/tensor2tensor | machine-learning | 1,311 | request img2img Problem type | ### Description
Currently the ImageProblem can only take the input as image and output is classification. request a image2image problem
...
| closed | 2018-12-18T15:10:25Z | 2023-03-02T17:01:29Z | https://github.com/tensorflow/tensor2tensor/issues/1311 | [] | maxwillzq | 1 |
0b01001001/spectree | pydantic | 208 | [BUG]API schema is not updated for enums and objects nested inside the dependency (only request body schema) | **Describe the bug**
If a enum is defined in a dependency model and the Field pydantic model type is used the Schema generated is not updated
**To Reproduce**
The code snippet to generate the behavior
from enum import Enum
from random import random
from flask import Flask, abort, jsonify, request
from flask... | open | 2022-02-28T11:21:24Z | 2022-05-01T14:01:20Z | https://github.com/0b01001001/spectree/issues/208 | [
"bug"
] | vanitha-basavanna | 7 |
labmlai/annotated_deep_learning_paper_implementations | deep-learning | 155 | How to instantiate the module | Hello everyone,
How can I instantiate parameters for a model? I followed the tutorial https://nn.labml.ai/transformers/vit/index.html, but when creating VisionTransformer model, the class is not allowed me to pass the parameters, I do not really understand why. Can someone please explain? and why it shows self: Modul... | closed | 2022-11-23T09:30:10Z | 2022-11-23T22:45:54Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/155 | [] | hailuu684 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 795 | About data set configuration | Hi!
I have a question about the composition of a dataset.
If there are similar questions in the past, I'm sorry.
I want to perform segmentation with images cut out from videos with Pix2pix.
In that case, is it possible to test with only the cut outed image without combining the correct image?
Best regars.
| closed | 2019-10-14T14:53:57Z | 2019-10-15T20:26:45Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/795 | [] | Migita6 | 2 |
ading2210/poe-api | graphql | 52 | I can't make the bot with beaver type; server doesn't respond to my request | DEBUG:urllib3.connectionpool:https://poe.com:443 "POST /api/gql_POST HTTP/1.1" 200 89
WARNING:root:PoeBotEditMutation returned an error: Server Error | Retrying (20/20)
Traceback (most recent call last):
File "/workspaces/poe-api-wk/main.py", line 17, in <module>
edit_result = client.edit_bot(bot_id, handle, ... | closed | 2023-04-19T07:50:03Z | 2023-04-19T13:42:20Z | https://github.com/ading2210/poe-api/issues/52 | [
"wontfix"
] | tonymacx86PRO | 2 |
slackapi/bolt-python | fastapi | 330 | Potentially request.body can be None when using a custom adapter | I think you should swap the order of this line, with aws_lambda `body` is `None` so the code will raise the exception inside the if condition. L49 not make any sense in this order because if `body` is `None` the code will always raise exception inside the if condition
https://github.com/slackapi/bolt-python/blob/31... | closed | 2021-05-08T18:32:54Z | 2021-05-10T20:44:35Z | https://github.com/slackapi/bolt-python/issues/330 | [
"area:async",
"improvement",
"area:sync"
] | matteobaldelli | 1 |
Lightning-AI/pytorch-lightning | pytorch | 19,793 | Please make it simple! | ### Outline & Motivation
One thing tensorflow falls behind pytorch is its too complex designs, while pytorch is much simpler. But when I start to use pytorch-lightning, I feel that it is another tensorflow. So I beg your guys make thing simple. For a simple saving checkpoint function, I search the code from ModelChe... | open | 2024-04-22T01:55:49Z | 2024-05-03T16:12:16Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19793 | [
"refactor",
"needs triage"
] | chengmengli06 | 1 |
jupyter/docker-stacks | jupyter | 1,746 | [ENH] - Delta Image | ### What docker image(s) is this feature applicable to?
all-spark-notebook
### What changes are you proposing?
Can we get an image with Delta included?
https://docs.delta.io/latest/quick-start.html
### How does this affect the user?
It would provide additional functionality.
### Anything else?
_No response_ | closed | 2022-07-09T11:06:08Z | 2022-09-12T17:41:48Z | https://github.com/jupyter/docker-stacks/issues/1746 | [
"type:Enhancement",
"tag:Upstream"
] | lymedo | 14 |
pytest-dev/pytest-html | pytest | 623 | Gettting this - AttributeError: 'Namespace' object has no attribute 'htmlpath' | /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 "/Applications/PyCharm CE.app/Contents/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py" --target test_WTW.py::Test_WTW.test_cast_icon
Testing started at 1:39 PM ...
Launching pytest with arguments test_WTW.py::Test_WTW::test_cast_icon in /Users/haku... | open | 2023-04-05T08:17:59Z | 2023-04-05T17:02:20Z | https://github.com/pytest-dev/pytest-html/issues/623 | [] | Harshithkumar | 2 |
laurentS/slowapi | fastapi | 129 | Can global limits make this in FastAPI? | If I set the global limit to "10/minute" with default_limits, can some API endpoints receive the global limit even if they don't have a limit decorator, while other endpoints with limit decorators receive the limits set by the decorators?
Here's an example: I want to limit access to the /test endpoint to 3 times, an... | closed | 2023-03-03T04:35:11Z | 2024-10-11T23:17:50Z | https://github.com/laurentS/slowapi/issues/129 | [] | stilleshan | 4 |
netbox-community/netbox | django | 18,749 | Swagger: Bulk Delete of IPAddress | ### Deployment Type
Self-hosted
### NetBox Version
v4.2.3
### Python Version
3.10
### Steps to Reproduce
Using the swagger to bulk delete multiple IPAddresses does not work. The request body as per the OpenAPI Spect a list of IPAddress model
curl -X 'DELETE' \
'http://netbox.nokia.com:8090/api/ipam/ip-address... | open | 2025-02-27T04:34:25Z | 2025-02-28T00:54:53Z | https://github.com/netbox-community/netbox/issues/18749 | [
"type: bug",
"status: needs owner",
"severity: low"
] | soumiksamanta | 0 |
huggingface/transformers | python | 36,697 | Support Flex Attention for encoder only models (XLMRoberta, ModernBERT etc...) | ### Feature request
With the addition of flex attention support through #36643, encoder only models still lack this feature.
XLMRoberta, ModernBERT (and EuroBERT in the future) are very common for RAG setups (embedding + reranker).
Allowing them to support arbitrary attention patterns can be useful.
### Motivation
S... | open | 2025-03-13T12:24:08Z | 2025-03-24T17:03:09Z | https://github.com/huggingface/transformers/issues/36697 | [
"Feature request"
] | ccdv-ai | 3 |
supabase/supabase-py | fastapi | 93 | The "contains" query filter passes verbatim string "values" to Supabase in place of actual values. | **Describe the bug**
The "contains" filter appears to incorrectly pass the verbatim string "values" to Supabase, in place of the intended query values.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a Supabase client connected to a schema with table "table_name" having the JSONB column "column_name".... | closed | 2021-12-09T01:23:05Z | 2022-02-04T16:51:34Z | https://github.com/supabase/supabase-py/issues/93 | [
"bug"
] | aicushman | 3 |
openapi-generators/openapi-python-client | rest-api | 503 | More thorough docstrings on APIs and models | **Is your feature request related to a problem? Please describe.**
Openapi documents can have a lot of information about apis and types and the client isn't currently adding
a good chunk of that information tothe docstring
Leading to people needing to refer back to the openapi file instead of the library.
**D... | closed | 2021-09-27T09:42:51Z | 2021-12-19T02:53:50Z | https://github.com/openapi-generators/openapi-python-client/issues/503 | [
"โจ enhancement"
] | rtaycher | 2 |
xorbitsai/xorbits | numpy | 237 | CLN: Remove code related to `clean_up_func` | "clean_up_func" is used to reduce the serialization overhead of functions, but the previous implementation was too complex and too tightly coupled with Ray. We are deleting this part of the code for now. | closed | 2023-02-23T08:57:18Z | 2023-02-24T06:34:13Z | https://github.com/xorbitsai/xorbits/issues/237 | [
"enhancement"
] | aresnow1 | 1 |
exaloop/codon | numpy | 326 | ValueError: optional is None. Raised from: std.internal.types.optional.unwrap:0. .codon/lib/codon/stdlib/internal/types/optional.codon:80:5 | I have run the following python program program7.py by codon.
class L6Z424Xp ():
ki702Y9a30 = 27
LQR770XidT = "4YiBNWaE0"
def C7788020M ( self , mx7bY1E77 : bool ) :
f75NO49 = ( ( ( self.ki702Y9a30 ) ) ) ;
Yx6l2635count=0
while (self.LQR770XidT)!=None :
Yx6l2635count=Yx6l2635count+1
i... | closed | 2023-04-04T10:43:51Z | 2023-04-11T10:53:16Z | https://github.com/exaloop/codon/issues/326 | [] | starbugs-qurong | 2 |
nerfstudio-project/nerfstudio | computer-vision | 2,967 | [splatfacto] TypeError: project_gaussians_forward(): incompatible function arguments. | **Describe the bug**
I'd like to train method "splatfacto" with custom dataset.
I already check "nerfacto" with my dataset, first.
an error is related to *mismatch of arguments in project_gaussians_forward function* and I guess the reason is mismatching gsplat and nerfstudio version.
major python library vers... | closed | 2024-02-28T07:43:18Z | 2024-02-28T08:14:08Z | https://github.com/nerfstudio-project/nerfstudio/issues/2967 | [] | jeonggwanlee | 2 |
davidsandberg/facenet | computer-vision | 731 | Data augmentation for different JPEG compression ratios. | During the test, I noticed that the different JPEG compression ratio could cause a big shift on the embeddings.
There has been some data augmentation already, like FLIP, ROTATION, RANDOM CROP, I don't know if it is necessary to also do some data augmentation during the training. | open | 2018-04-30T09:32:50Z | 2018-04-30T09:40:00Z | https://github.com/davidsandberg/facenet/issues/731 | [] | darwin-xu | 0 |
Lightning-AI/pytorch-lightning | machine-learning | 19,975 | Hyperparameter logging with multiple loggers only works partially (TensorBoard and CSV) | ### Bug description
Inside my `LightningModule`, I use `self.logger.log_hyperparams(...)` to log, e.g.:
```python
self.logger.log_hyperparams(dict(lr=lr, weight_decay=weight_decay))
```
In my trainer initialization, I define multiple loggers, e.g.:
```python
trainer = Trainer(
logger=[
... | open | 2024-06-14T07:34:16Z | 2024-06-14T07:34:16Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19975 | [
"bug",
"needs triage"
] | simon-forb | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,951 | Discord detects selenium (undetected-chromedriver) | Discord detects selenium (undetected-chromedriver) | open | 2024-07-17T10:44:19Z | 2024-07-17T10:44:19Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1951 | [] | dexforint | 0 |
statsmodels/statsmodels | data-science | 9,371 | Docstring fixes: mis-display of the formula |
<img width="653" alt="Screenshot 2024-09-27 093838" src="https://github.com/user-attachments/assets/a0341984-3c26-4872-be69-773cf5a7cbf4">
Guess it should be $B\varepsilon_t$
https://www.statsmodels.org/stable/generated/statsmodels.tsa.vector_ar.svar_model.SVAR.html | closed | 2024-09-27T00:47:20Z | 2024-10-02T09:37:18Z | https://github.com/statsmodels/statsmodels/issues/9371 | [] | qiaoxi-li | 0 |
piccolo-orm/piccolo | fastapi | 955 | Add a method to the `Array` column for getting the number of dimensions of the array | In Piccolo API, and Piccolo Admin we need an easy way to get the number of dimensions of an array column, because we have to treat arrays with 2 or more dimensions differently.
For example:
```python
>>> Array(Varchar())._get_dimensions()
1
>>> Array(Array(Varchar()))._get_dimensions()
2
```
| closed | 2024-03-15T22:24:20Z | 2024-03-19T23:39:48Z | https://github.com/piccolo-orm/piccolo/issues/955 | [
"enhancement"
] | dantownsend | 0 |
yunjey/pytorch-tutorial | pytorch | 57 | found bug in variational auto encoder | Traceback (most recent call last):
File "main.py", line 69, in <module>
torchvision.utils.save_image(fixed_x.data.cpu(), './data/real_images.png')
AttributeError: 'torch.FloatTensor' object has no attribute 'data'
just move to_var above save,here is what it should be:
```
--- a/tutorials/03-advanced/varia... | closed | 2017-08-05T16:17:02Z | 2017-08-10T15:58:52Z | https://github.com/yunjey/pytorch-tutorial/issues/57 | [] | jtoy | 1 |
dynaconf/dynaconf | flask | 1,112 | [bug] Index merging does not process merging markers | **Describe the bug**
When using the new tunder syntax `___` to merge by index, in some cases the merging markers and other lazy markers are not being resolved.
**To Reproduce**
`app.py`
```python
from dynaconf import Dynaconf
settings = Dynaconf(
DATA=[
{"name": "Bruno"},
{"name": "... | closed | 2024-07-01T14:55:50Z | 2024-07-08T18:16:48Z | https://github.com/dynaconf/dynaconf/issues/1112 | [
"bug"
] | rochacbruno | 1 |
deepinsight/insightface | pytorch | 2,141 | Web Demo distance metrics | Hi what distance metric used in web demo and did you used normalized vectors or did you reduced the dimensions of the embeddings while verifying? | closed | 2022-10-14T15:30:19Z | 2022-11-29T09:36:24Z | https://github.com/deepinsight/insightface/issues/2141 | [] | shekarneo | 2 |
TencentARC/GFPGAN | deep-learning | 175 | ่ฏท้ฎ่ฎญ็ปๅบ็ๅชๆฏๆจกๅๅๆฐๅ๏ผๆ่งๆฏๅ็ผฉๆ ผๅผ็๏ผๅฆๆๆณ่ฆๆดๅๆไธไธชๅฎๆดๆจกๅๅ่ฟ่กๅค็๏ผๅบ่ฏฅๆไนๅ๏ผๆ็ธๅ
ณๆ็จๅ๏ผ | open | 2022-03-13T07:49:29Z | 2022-03-13T07:49:29Z | https://github.com/TencentARC/GFPGAN/issues/175 | [] | Asuka001100 | 0 | |
apify/crawlee-python | web-scraping | 300 | Add URL validation | Currently, for end-user "requests" params we define:
```python
requests: Sequence[str | BaseRequestData | Request]
```
which, unfortunately, matches a single-string request (e.g. `requests='https://crawlee.dev'`) as well.
We could make it more strict and update it to just:
```python
requests: list[str | B... | closed | 2024-07-15T13:12:35Z | 2024-07-23T13:51:30Z | https://github.com/apify/crawlee-python/issues/300 | [
"enhancement",
"t-tooling"
] | vdusek | 0 |
mouredev/Hello-Python | fastapi | 71 | ็ฝ่ต่ขซ้ปไบๆณจๅๅผๅธธๅนณๅฐไธ็ปๆๆฌพๆไนๅ๏ผ | ๅบ้ปๅจ่ฏขๅพฎ๏ผlyh20085150ๆฃ๏ผ1217771269
็ฝ็ปไธ่ตๅ่ขซ้ป๏ผๅฎขๆ่ฏดไฝ ็่ดฆๅทๅผๅธธ๏ผๆๆฌพๅฎกๆ ธ้ฃๆงๆตๆฐดไธ่ถณ๏ผๅบๆฌพ็ซฏๅฃ็ญไธ็ปไฝ ๆๆฌพ็ปดๆค๏ผ่ดฆๅทๅฏไปฅๆญฃๅธธ็ปๅฝ๏ผๅฐฑๆฏไธ่ฝๅบๆฌพ๏ผไปไปฌ่ฟไนๅๅฐฑๆฏไธบไบ่ฎฉไฝ ๆ้ฑ้ฝ่พๅๅป๏ผๅ่ฎฉไฝ ๅ
ๅผ็ปง็ปญไธบไปไปฌ
ๅ้ ๅฉ็๏ผๅฝไฝ ้ๅฐ่ฟ็งๆ
ๅตๅไธไธ่ฆ่ทๅฎขๆๅ็ไบๆง๏ผๅฆๆไฝ ่ฐฉ้ชๅฎขๆ้ฃไฝ ็่ดฆๅทๅฐฑไผ่ขซๅป็ป๏ผๅๆถไฝ ็ๅไน่ขซๆธ
็ฉบ๏ผ้ฃๅฐฑๅฝปๅบไธๅธๆๆฝๅไบใ
ๅบ้ปๅจ่ฏขๅพฎ๏ผlyh20085150 ๆฃ๏ผ1217771269
ๆไปฌ่ฆ่ฎฐไฝ๏ผ1ใ้้็ปดๆคไธ็ปๆๆฌพ๏ผๅฆๆไฝ ็ๅฉๅทจๅคง๏ผไฝ ไธๅฎ่ฆ่ฎฐไฝ๏ผไธ็ด็บ ็ผ ๅชไผๅฏผ่ด่ขซๅฐๅท๏ผ่ไธๅฎขๆไผๆพๅ็ง็็ฑๆๅปถๆถ้ด๏ผๆพๅ็ง็็ฑๆจ่ฑใ2 ใๅนณๅฐไธๆฆๅบ็ฐๆๆฌพไธๅฐ็ณป็ป็ปดๆค๏ผๆญฃๅจ
ๅฎกๆ ธ๏ผ่ฟไบๅฐฑๆฏ้ๅฐ... | closed | 2024-08-28T04:21:00Z | 2024-10-16T05:27:42Z | https://github.com/mouredev/Hello-Python/issues/71 | [] | lyh2008 | 0 |
qubvel-org/segmentation_models.pytorch | computer-vision | 597 | cv2.error: (-215:Assertion failed) !_src.empty() in function 'cvtColor | While running the "# train model for 40 epochs" block in `cars segmentation (camvid).ipynb` I get the following error:
```
cv2.error: OpenCV(4.5.5) /io/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor
```
Is this a compatibility error with the version ... | closed | 2022-05-02T21:48:11Z | 2022-05-02T21:57:20Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/597 | [] | waspinator | 1 |
geex-arts/django-jet | django | 354 | No module named 'colorfieldjet' error, when db migrate | Hi,
I am getting the below error when i migrate jet db.
ModuleNotFoundError: No module named 'colorfieldjet'
I am trying to install django-jet for my project. help appreciated. | open | 2018-09-08T10:28:24Z | 2018-09-08T10:28:24Z | https://github.com/geex-arts/django-jet/issues/354 | [] | vinayaksanga | 0 |
uxlfoundation/scikit-learn-intelex | scikit-learn | 2,312 | Add polynomial_kernel Function | The polynomial kernel converts data via a polynomial into a new space. This is easy difficulty, but requires significant benchmarking to find when
the scikit-learn-intelex implementation provides better performance. This project will focus on the public API and including the benchmarking
results for a seamless, high-p... | open | 2025-02-10T07:41:20Z | 2025-02-10T07:55:23Z | https://github.com/uxlfoundation/scikit-learn-intelex/issues/2312 | [
"help wanted",
"good first issue",
"hacktoberfest"
] | icfaust | 0 |
computationalmodelling/nbval | pytest | 41 | Kernel should be interrupted on cell timeout | Currently, if a cell reaches timeout, it seems that it simply continues to the next cell, without interrupting the kernel. So e.g. if a cell enters an infinite loop, all following cells will try to execute, but the kernel will still be running the previous cell. | closed | 2017-02-02T15:43:00Z | 2017-02-08T16:13:49Z | https://github.com/computationalmodelling/nbval/issues/41 | [] | vidartf | 0 |
mitmproxy/pdoc | api | 67 | __pdoc_file_module__ is shown in documentation | 
I'm running `pdoc --html --html-dir /tmp/aur aur.py --html-no-source --overwrite` on this commit: https://github.com/cdown/aur/tree/cf715ac51c9542d5717da6b6570cbda76099e9b2
```
% pdoc --v... | closed | 2015-09-19T22:21:13Z | 2021-01-19T15:22:42Z | https://github.com/mitmproxy/pdoc/issues/67 | [] | cdown | 2 |
fastapi/fastapi | python | 13,175 | Duplicated OperationID when adding route with multiple methods | ### Discussed in https://github.com/fastapi/fastapi/discussions/8449
<div type='discussions-op-text'>
<sup>Originally posted by **bruchar1** March 30, 2022</sup>
### 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.
-... | open | 2025-01-08T08:52:57Z | 2025-01-08T08:55:08Z | https://github.com/fastapi/fastapi/issues/13175 | [
"question",
"question-migrate"
] | Kludex | 1 |
ydataai/ydata-profiling | data-science | 995 | cannot import name 'soft_unicode' from 'markupsafe' | ### Current Behaviour
Used colab with 3.2.0
```
!pip install pandas-profiling==3.2.0
import numpy as np
import pandas as pd
from pandas_profiling import ProfileReport
df = pd.DataFrame(np.random.rand(100, 5), columns=["a", "b", "c", "d", "e"])
```
it shows
ImportError: cannot import name 'soft_unicode'... | closed | 2022-06-03T16:18:44Z | 2022-09-30T18:39:05Z | https://github.com/ydataai/ydata-profiling/issues/995 | [
"bug ๐",
"code quality ๐"
] | DaiZack | 4 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,956 | Status Change Request Shows Pending - Possible Frontend Error | ### What version of GlobaLeaks are you using?
version 4.14.4
### What browser(s) are you seeing the problem on?
Chrome
### What operating system(s) are you seeing the problem on?
Linux
### Describe the issue
When attempting to change the status, the request processing time is resulting in a "pending" status. I s... | closed | 2024-01-16T06:49:21Z | 2024-01-19T20:35:20Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3956 | [
"T: Bug",
"C: Client"
] | faizanjaved38 | 1 |
jschneier/django-storages | django | 729 | Get screenshot of mp4 | When using `django-storage` in production server it has no local. Then I can't get the `video_length nor screenshot` because I have to access to `path` in the disk
```bash
ipdb> instance.video
<FieldFile: videos/something.flv_360p_j5GJ19m.mp4>
ipdb> instance.video.path
*** NotImplementedError: This backend doesn... | closed | 2019-07-27T09:33:47Z | 2019-09-01T21:16:55Z | https://github.com/jschneier/django-storages/issues/729 | [] | elcolie | 1 |
graphistry/pygraphistry | pandas | 373 | [BUG] g.register(org_name) not functional in some cases | **Describe the bug**
g.register() for various configurations are not working as expected.
**To Reproduce**
Code, including data, than can be run without editing:
```
pip install git+https://github.com/graphistry/pygraphistry@org_sso_login --user
graphistry.__version__ #check to make sure branch version
... | closed | 2022-07-15T19:38:29Z | 2022-10-20T00:27:22Z | https://github.com/graphistry/pygraphistry/issues/373 | [
"bug",
"p1"
] | webcoderz | 3 |
explosion/spaCy | nlp | 13,591 | [BUG] -- Arguments `enable` and `disable` not working as expected in `spacy.load` | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
<!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. -->
### The problem
This raises error `E1042`.
```python
import spacy
s... | open | 2024-08-05T21:59:38Z | 2024-10-22T14:54:21Z | https://github.com/explosion/spaCy/issues/13591 | [] | it176131 | 1 |
OpenBB-finance/OpenBB | python | 6,825 | [๐น๏ธ] Follow on X | ### What side quest or challenge are you solving?
Follow on X
### Points
50
### Description
Follow on X
### Provide proof that you've completed the task

| closed | 2024-10-20T13:31:20Z | 2024-10-21T12:58:32Z | https://github.com/OpenBB-finance/OpenBB/issues/6825 | [] | sateshcharan | 1 |
wger-project/wger | django | 1,694 | Performance of `api/v2/exercisebaseinfo/?limit=900` | ## Use case
<!--
Please tell us the problem you are running into that led to you wanting
a new feature.
Is your feature request related to a problem? Please give a clear and
concise description of what the problem is.
-->
In my setup, when i open `/exercise/overview/` it takes 2-3 minut... | open | 2024-06-11T15:39:18Z | 2024-06-12T13:58:54Z | https://github.com/wger-project/wger/issues/1694 | [] | bbkz | 1 |
PokeAPI/pokeapi | api | 361 | How do we know who to request for code reviews? | For example, I know #351 is looking for another reviewer, but it is not obvious to me who the second person should be. Is there a way to mark off certain parts of the code so that we know who to ask for a review to meet the two reviewer requirement?
One option could be to use [CODEOWNERS](https://help.github.com/art... | closed | 2018-09-09T00:55:47Z | 2018-09-09T20:26:33Z | https://github.com/PokeAPI/pokeapi/issues/361 | [
"question"
] | neverendingqs | 5 |
RobertCraigie/prisma-client-py | pydantic | 209 | `update_many` should not include relational fields | <!--
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... | closed | 2022-01-05T23:25:27Z | 2022-01-06T10:11:00Z | https://github.com/RobertCraigie/prisma-client-py/issues/209 | [
"bug/2-confirmed",
"kind/bug"
] | RobertCraigie | 0 |
CorentinJ/Real-Time-Voice-Cloning | python | 516 | ERROR: No matching distribution found for tensorflow==1.15 | I'm trying to install the prerequisites but am unable to install tensorflow version 1.15. Does anyone have a workaround? Using python3-pip. | closed | 2020-09-01T04:13:46Z | 2020-09-04T05:12:03Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/516 | [] | therealjr | 3 |
ned2/slapdash | plotly | 7 | Remove usage of Events | Events are being phased out from Dash. Need to remove the various references throughout Slapdash to them. | closed | 2018-10-29T12:44:28Z | 2018-11-03T04:39:53Z | https://github.com/ned2/slapdash/issues/7 | [] | ned2 | 1 |
plotly/plotly.py | plotly | 4,533 | only the last 8 figures shown when using for-loop | I have a jupyter-notebook, where I plot several plotly scatter figures via a for-loop:
```
for i in myColumnList:
for j in myColumnList
fig = px.scatter(dft, x=i, y=j)
fig.show()
```
As soon as more than 8 figures are shown, the older ones start to vanish.
How can I fix this?
plotly==... | closed | 2024-02-27T22:10:41Z | 2024-02-28T15:37:01Z | https://github.com/plotly/plotly.py/issues/4533 | [] | Koliham | 1 |
chaos-genius/chaos_genius | data-visualization | 908 | [BUG] Link to documentation instead of localhost by default (from alerts) | ## Describe the bug
When [`CHAOSGENIUS_WEBAPP_URL`](https://docs.chaosgenius.io/docs/Operator_Guides/Configuration/Config%20Parameters#required-parameters) isn't setup correctly, all alerts (slack and email) have links ("View KPI", "Alerts dashboard", etc.) that go to localhost by default.
This can be confusing a... | open | 2022-04-08T09:04:28Z | 2022-10-03T04:10:25Z | https://github.com/chaos-genius/chaos_genius/issues/908 | [
"๐ bug",
"โalerts"
] | Samyak2 | 0 |
cobrateam/splinter | automation | 539 | Trace logs | Is there any way to enable [selenium trace logs](https://github.com/SeleniumHQ/selenium/wiki/Logging) ? | open | 2017-04-06T13:39:39Z | 2018-08-27T01:09:10Z | https://github.com/cobrateam/splinter/issues/539 | [] | jpic | 0 |
plotly/dash-cytoscape | plotly | 215 | [Bug ]demo usage-image-export.py results in Invalid argument error | <!--
Thanks for your interest in Plotly's Dash Cytoscape Component!
Note that GitHub issues in this repo are reserved for bug reports and feature
requests. Implementation questions should be discussed in our
[Dash Community Forum](https://community.plotly.com/c/dash).
Before opening a new issue, please search ... | open | 2024-04-12T08:24:15Z | 2024-04-14T11:21:56Z | https://github.com/plotly/dash-cytoscape/issues/215 | [] | bfr42 | 1 |
charlesq34/pointnet | tensorflow | 62 | Issue to download trial data | Hello,
I tried to download the trial data (ModelNET40) and I get the following error:
--2017-12-05 16:45:27-- https://shapenet.cs.stanford.edu/media/modelnet40_ply_hdf5_2048.zip;
Resolving shapenet.cs.stanford.edu (shapenet.cs.stanford.edu)...
Connecting to shapenet.cs.stanford.edu (shapenet.cs.stanford.edu)|..... | closed | 2017-12-05T17:03:38Z | 2018-01-09T03:43:10Z | https://github.com/charlesq34/pointnet/issues/62 | [] | evagap | 1 |
sunscrapers/djoser | rest-api | 537 | AttributeError: 'Settings' object has no attribute 'LOGIN_FIELD' | python: 3.7.6 or 3.8.5
django:3.1.1
djoser: 2.0.5
i custom UserCreateSerializer
i got error :
`AttributeError: 'Settings' object has no attribute 'LOGIN_FIELD'
`
but LOGIN_FIELD exist in https://github.com/sunscrapers/djoser/blob/c5a6f85efb55bc569529c45d98d3992f7ff7fc8b/djoser/conf.py#L31
-----
... | closed | 2020-09-28T08:18:56Z | 2020-11-06T15:26:51Z | https://github.com/sunscrapers/djoser/issues/537 | [] | ghost | 0 |
sinaptik-ai/pandas-ai | pandas | 684 | Multi-table QnA | @gventuri, I got a quick question.
I saw the multi dataframe setup and I really liked it. But does it has to match columns to give a response from multiple tables?
or can it iterate over all the data frames and provide the answer most relevant? (This is really important for me) | closed | 2023-10-25T07:37:16Z | 2024-06-01T00:12:02Z | https://github.com/sinaptik-ai/pandas-ai/issues/684 | [] | Dipankar1997161 | 0 |
dynaconf/dynaconf | flask | 741 | 3.18 - It looks like this has broken integration with environment variables. | @rochacbruno @jyejare It looks like this has broken integration with environment variables.
If I have dynaconf 3.1.8 installed, and the combination of:
1. settings.yaml field key (nested one level from top map) is present, value is empty
2. validator with default=None for given field key
3. envvar set for neste... | closed | 2022-04-19T21:45:11Z | 2022-06-02T19:21:51Z | https://github.com/dynaconf/dynaconf/issues/741 | [
"bug",
"HIGH"
] | rochacbruno | 12 |
gto76/python-cheatsheet | python | 26 | Virtual environment, tests, setuptools and pip | I love this cheat sheet!
It would be great to add some points about how to make production-grade code, such as:
- virtual environment (e.g., with virtualenvwrapper)
- test (unittest, pytest, mock, tox)
- packaging and installation (setuptools, pip, ...)
Some points about how "import" works would be great too (on... | closed | 2019-02-12T10:12:31Z | 2019-08-13T08:04:48Z | https://github.com/gto76/python-cheatsheet/issues/26 | [] | javier-m | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.