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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
kubeflow/katib | scikit-learn | 1,972 | Persist meta data of experiments in DB | /kind feature
**Describe the solution you'd like**
I have one question about issue #1128.
We can now control whether the Suggestion deploy is deleted after the experiment is finished by setting `ResumePolicy=never` or `ResumePolicy=FromVolume`.
However, Trial, Suggestion, and Experiment CRs still remain.
I... | closed | 2022-10-06T06:30:11Z | 2023-09-14T00:17:35Z | https://github.com/kubeflow/katib/issues/1972 | [
"kind/feature",
"lifecycle/stale"
] | pod3275 | 7 |
holoviz/panel | jupyter | 7,456 | Tabulator data aggregation: support more aggregating methods | One thing we may want to extend is the list of supported aggregators. Currently, it accepts `min, max, sum, mean`. Other methods to consider:
- count
- mode
- unique
- std, var
- concatenate (for string columns)
- custom defined aggregation methods | open | 2024-11-01T09:54:14Z | 2024-11-01T12:46:32Z | https://github.com/holoviz/panel/issues/7456 | [
"type: enhancement",
"type: discussion",
"component: tabulator"
] | thuydotm | 0 |
pydantic/pydantic-core | pydantic | 1,523 | remove remaining `state.allow_partial = false;` | As per #1512, the following validators disable partial support:
* [ ] `DataclassArgsValidator`
* [ ] `ModelFieldsValidator`
* [ ] `TupleValidator`
* [ ] `ArgumentsValidator`
* [ ] `GeneratorValidator`
* [ ] `DefinitionRefValidator` - maybe this is as simple as removing the line, but I don't want to think about it... | open | 2024-11-03T10:31:56Z | 2024-11-03T10:31:56Z | https://github.com/pydantic/pydantic-core/issues/1523 | [] | samuelcolvin | 0 |
encode/databases | asyncio | 105 | Support or document example with Sqlalchemy Declarative | Not sure if what I'm asking here is #76 since I'm not that familiar with sqlalchemy. I've seen various places define sqlalchamy tables by inheriting from `sqlalchemy.ext.declarative.declarative_base()`.
There's no examples for using it with `databases` so I assume it just isn't possible? | closed | 2019-06-01T01:23:30Z | 2022-02-07T17:24:53Z | https://github.com/encode/databases/issues/105 | [] | NotAFile | 8 |
modoboa/modoboa | django | 3,323 | problem coonetion modboa | Hello
OS Type: Debian12
Installation settings are default
installation went without problems
ports are open on the firewall 25,143,587
I'm trying to connect to the post server by using Mozilla Thunderbird
I get an error when connecting
dovecot log
Oct 15 12:47:39 andreydracon.ru dovecot[222958]: au... | closed | 2024-10-15T10:16:51Z | 2024-10-19T07:46:35Z | https://github.com/modoboa/modoboa/issues/3323 | [] | draconMo | 27 |
JaidedAI/EasyOCR | pytorch | 855 | dbnet18 is 50x slower than CRAFT on CPU | Using 1.6.2. Intel Xeon 4 cores.
For the same batch of 4 256x256 images:
`ocr_model = easyocr.Reader(["en"], gpu=False, detect_network='craft')`
1.8s
`ocr_model = easyocr.Reader(["en"], gpu=False, detect_network='dbnet18')`
82s
`ocr_model = easyocr.Reader(["en"], gpu=False, detect_network='dbnet18', quan... | open | 2022-09-16T13:41:10Z | 2024-10-20T08:47:16Z | https://github.com/JaidedAI/EasyOCR/issues/855 | [] | jorgemcgomes | 7 |
AntonOsika/gpt-engineer | python | 131 | Can GPT engineer be used to modify or extend existing codebase instead? | Today I have come across this open source code completion tool - https://tzap.io/ which uses GPT API (3.5, 4)
They took a different approach of using embeddings and vector databases to scan existing codebase and send it along (or instead) with main prompt. Advantage of this approach as opposite to text-only prompts is... | closed | 2023-06-17T21:33:26Z | 2024-04-08T20:50:15Z | https://github.com/AntonOsika/gpt-engineer/issues/131 | [] | morganavr | 14 |
2noise/ChatTTS | python | 214 | 结尾出现[uv break]会出现杂音 | 
| closed | 2024-06-03T03:43:43Z | 2024-07-21T04:01:36Z | https://github.com/2noise/ChatTTS/issues/214 | [
"stale"
] | leeeex | 2 |
Asabeneh/30-Days-Of-Python | numpy | 514 | Syntax error | # inserting items into a List
# syntax
lst = ['item1', 'item2']
lst.insert(index, item)
fruits = ['banana', 'orange', 'mango', 'lemon']
fruits.insert(2, 'apple') # insert apple between orange and mango
print(fruits) # ['banana', 'orange', 'apple', 'mango', 'lemon']
fruits.insert(3, 'lime') # ['bana... | open | 2024-04-24T08:34:58Z | 2024-05-14T08:49:39Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/514 | [] | Meshackdd | 3 |
smarie/python-pytest-cases | pytest | 233 | "--import-mode=importlib" not working? | Hi,
I want to make my first steps with pytest-cases, but I'm stumbling immediately. I added a simple test using `@parametrize_with_cases`, but this fails with `ModuleNotFoundError`:
```
======================================================= test session starts ===================================================... | open | 2021-10-14T12:01:10Z | 2022-01-04T20:23:33Z | https://github.com/smarie/python-pytest-cases/issues/233 | [
"has_workaround"
] | andioz | 9 |
SciTools/cartopy | matplotlib | 1,688 | unable install cartopy on DataBricks Community Edition | ### Description
I try to install cartopy on DataBricks Community Edition, but I get an error "CalledProcessError: Command 'pip install cartopy' returned non-zero exit status 1."
#### Code to reproduce
```
%pip install shapely
%pip install pyshp
%pip install cartopy
```
#### Traceback
```
Python inter... | closed | 2020-12-04T01:02:46Z | 2022-09-11T02:27:37Z | https://github.com/SciTools/cartopy/issues/1688 | [
"Type: Question",
"Component: installation"
] | Carloszone | 4 |
thunlp/OpenPrompt | nlp | 73 | ModuleNotFoundError: No module named 'yacs' | from yacs.config import CfgNode
ModuleNotFoundError: No module named 'yacs'
| closed | 2021-12-08T10:03:45Z | 2021-12-09T11:03:58Z | https://github.com/thunlp/OpenPrompt/issues/73 | [] | cindyhi | 2 |
huggingface/transformers | nlp | 36,714 | Gemma3 minimal fine tuning example? | I've been trying to fine tune gemma3 but I can't seem to figure out exactly how to do it. Here's what I have now:
```python
import tempfile
from typing import Any, cast
from transformers import AutoProcessor, Gemma3ForConditionalGeneration
from transformers import TrainingArguments, Trainer
from common import HF_TOKEN... | closed | 2025-03-14T09:54:00Z | 2025-03-18T09:47:45Z | https://github.com/huggingface/transformers/issues/36714 | [] | FredrikNoren | 4 |
hack4impact/flask-base | sqlalchemy | 1 | Update Semantic UI version | - Update SemUI version to track post 2.0.0 bugfixes
- Include separate SCSS files (perhaps from port at https://github.com/doabit/semantic-ui-sass) so that the whole framework doesn't have to be included, just the modules that are being used.
| closed | 2015-09-19T23:38:03Z | 2019-03-05T22:33:43Z | https://github.com/hack4impact/flask-base/issues/1 | [
"enhancement"
] | maxmcc | 3 |
jacobgil/pytorch-grad-cam | computer-vision | 58 | the differences between ReLU and GuidedBackpropReLU | sorry, I can't see any differences between pytorch regular ReLU and customized GuidedBackpropReLU, Who can teach me? Thanks.
here is the code, and the outputs from them are the same, WHY? If, they are same, then why we use GuidedBackpropReLU?
```python
import torch
from torch.autograd import Function
class ... | closed | 2021-01-27T08:02:02Z | 2021-01-27T08:49:13Z | https://github.com/jacobgil/pytorch-grad-cam/issues/58 | [] | cxqzjhz | 0 |
kochlisGit/ProphitBet-Soccer-Bets-Predictor | seaborn | 68 | Can't parse French league due to webpage in French | When trying to predict all matches from the French league, it can't read the date, due to the fact that footy stats is in French. Because of this the date code doesn't match.
How can this be fixed?
Thanks | open | 2024-02-23T00:07:21Z | 2024-04-14T21:27:53Z | https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/68 | [] | KnightRider37 | 7 |
docarray/docarray | fastapi | 1,612 | Weaviate hybrid example errors: init missing required positional argument 'properties' | The documentation on the Weaviate Document Index, [gives code for executing a hybrid search](https://docs.docarray.org/user_guide/storing/index_weaviate/)
The example code as one script looks like:
```python
import numpy as np
from docarray import BaseDoc
from docarray.index.backends.weaviate import WeaviateDocu... | open | 2023-06-01T16:33:03Z | 2023-06-06T13:58:05Z | https://github.com/docarray/docarray/issues/1612 | [
"type/bug",
"🫶 raised-by-community",
"index/weaviate"
] | Robbie-Palmer | 6 |
gradio-app/gradio | data-visualization | 10,865 | Do we have auto complete for gr.Textbox field? | Lets say I have LoRAs in gr.Dropdown
When I type LoRA name into gr.Textbox if matches it can auto complete?
Or it can scan files in set folder and auto complete name if matching?
That would be super amazing cool feature for Gradio
e.g.
this is dynamic LoRA format `<lora:lora_name.safetensors,1.0>`
When user type... | closed | 2025-03-22T22:21:42Z | 2025-03-23T21:33:34Z | https://github.com/gradio-app/gradio/issues/10865 | [] | FurkanGozukara | 1 |
pennersr/django-allauth | django | 3,372 | Social account login only if user exists | Hey guys, I am currently attempting to work out how to get the following flow to work:
1. User lands on login page and clicked 'Login with Google'
2. User logs in with their google account
3. a. If that email currently exists in the db with a connected social account login, otherwise create and connect a social ac... | closed | 2023-08-08T00:28:24Z | 2023-08-08T08:00:11Z | https://github.com/pennersr/django-allauth/issues/3372 | [] | jonkolar | 1 |
remsky/Kokoro-FastAPI | fastapi | 139 | Captioned Speech gives duplicate text | **Describe the bug**
The captioned speech example gives duplicate word level timestamps
```
python kokoro-docker.py
Generating captioned speech for example texts...
Example 1:
Input text: Hello world! Welcome to the captioned speech system.
Response status: 200
Response headers: {'date': 'Sat, 08 Feb 2025 16:40:28 GM... | closed | 2025-02-08T16:43:20Z | 2025-02-10T06:00:20Z | https://github.com/remsky/Kokoro-FastAPI/issues/139 | [] | manascb1344 | 4 |
pytorch/pytorch | machine-learning | 149,315 | How to Retain Computational Graph in torch.func.jvp() for Parameter Gradients? | ### 🚀 The feature, motivation and pitch
## Help Needed: Making `torch.func.jvp` Work with `torch.autograd.grad`
Hi all,
Thanks so much for all the functionalities of pytorch! I'm trying to make the following code valid (and efficient):
```python
output_values, output_grads = torch.func.jvp(model, input_value, inpu... | open | 2025-03-17T12:10:21Z | 2025-03-17T15:46:26Z | https://github.com/pytorch/pytorch/issues/149315 | [
"module: autograd",
"triaged",
"module: functorch"
] | edouardoyallon | 0 |
recommenders-team/recommenders | data-science | 1,737 | [FEATURE] Simplify some arguments of the evaluation | ### Description
<!--- Describe your expected feature in detail -->
I found that for metrics like `map_at_k`, `ndcg_at_k`, `precision_at_k`, `recall_at_k`, the `col_rating` argument seem unnecessary if the `relevancy_method` is `"top_k"`. However, the current implementation will report an error if this argument is n... | closed | 2022-06-09T09:49:41Z | 2022-10-19T07:55:50Z | https://github.com/recommenders-team/recommenders/issues/1737 | [
"enhancement"
] | Jannchie | 5 |
mwaskom/seaborn | data-visualization | 3,288 | test_subplot_kws fails with mpl 3.7.0 | After upgrading matplotlib to 3.7.0, we are seeing the following test failure.
```python
________________________ TestFacetGrid.test_subplot_kws ________________________
self = <tests.test_axisgrid.TestFacetGrid object at 0xfffee25665c0>
def test_subplot_kws(self):
g = ag.FacetGrid(self.df,... | closed | 2023-03-03T17:58:52Z | 2023-03-03T21:58:10Z | https://github.com/mwaskom/seaborn/issues/3288 | [] | mweinelt | 1 |
pbugnion/gmaps | jupyter | 255 | Development version install failed | It seems there is a missing 'build' script in ./js/package.json
npm log file is as follows:
> 0 info it worked if it ends with ok
> 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'build' ]
> 2 info using npm@6.1.0
> 3 info using node@v10.4.1
> 4 verbose stack Error: missing script: build
... | closed | 2018-06-14T13:34:40Z | 2018-06-16T16:35:14Z | https://github.com/pbugnion/gmaps/issues/255 | [] | Corccaroli | 1 |
sanic-org/sanic | asyncio | 2,289 | Exception when stopping the server. | **Describe the bug**
After using the browser like Chrome to access the API, and then stop the server, it will block and wait for a moment, and an exception will occur. 100% reproduction.
```shell
[2021-10-25 15:21:56 +0800] [1879] [INFO] Goin' Fast @ http://127.0.0.1:8000
[2021-10-25 15:21:56 +0800] [1879] [INFO] S... | closed | 2021-10-25T07:25:52Z | 2021-11-16T21:03:27Z | https://github.com/sanic-org/sanic/issues/2289 | [] | elisaday | 3 |
manbearwiz/youtube-dl-server | rest-api | 38 | Soundcloud always fails - requested format not available | Whenever I submit a soundcloud link, youtube-dl fails. here are the logs:
`192.168.1.202 - - [29/May/2019 03:07:08] "GET /youtube-dl/static/style.css HTTP/1.1" 200 134
192.168.1.202 - - [29/May/2019 03:07:08] "GET /favicon.ico HTTP/1.1" 404 746
192.168.1.202 - - [29/May/2019 03:08:01] "GET /youtube-dl HTTP/1.1" ... | closed | 2019-05-29T07:15:32Z | 2023-01-12T04:59:06Z | https://github.com/manbearwiz/youtube-dl-server/issues/38 | [] | NaturalCarr | 2 |
dynaconf/dynaconf | flask | 718 | Dotted key in YAML settings file | Hello,
I work on a project where YAML is mandatory for configuration. In the `settings.yaml` file, we have some keys that includes `.` (dot) , but Dynaconf interprets it as a variables separator.
`- python=3.9.7`
`- dynaconf=3.1.7`
```yaml
# settings.yaml
default:
www.google.com: true
```
```python
f... | closed | 2022-02-11T10:03:06Z | 2022-06-02T19:21:51Z | https://github.com/dynaconf/dynaconf/issues/718 | [
"question"
] | benbouillet | 2 |
plotly/dash-table | plotly | 386 | updating a datatable with editable=True | I'm trying to update a datatable from a dropdown menu like the 2nd example here:
https://dash.plot.ly/dash-core-components/store
It works fine if the editable property isn't set. However if I set this to true and then edit the table it will no longer update when the user makes a selection from the drop down menu. I... | closed | 2019-02-27T04:23:50Z | 2019-07-30T14:35:43Z | https://github.com/plotly/dash-table/issues/386 | [
"dash-type-bug"
] | speedboattoyota | 10 |
pyg-team/pytorch_geometric | pytorch | 8,797 | Error in Loading Flickr Dataset: Receives `Google Drive - Virus Scan Warning` Instead of `feats.npy` | ### 🐛 Describe the bug
I encountered an issue when trying to load the `Flickr` dataset using `torch_geometric.datasets.Flickr`. The expected `.npy` file was replaced with a `Google Drive - Virus scan warning` HTML page. This seems related to the dataset fetching process, potentially caused by Google Drive's security ... | closed | 2024-01-19T21:57:15Z | 2024-01-21T19:39:40Z | https://github.com/pyg-team/pytorch_geometric/issues/8797 | [
"bug"
] | Hsu1023 | 2 |
reloadware/reloadium | flask | 64 | Won't work with remote developing. | **Describe the bug**
**To Reproduce**
Steps to reproduce the behavior:
1. Meau -> Tools -> Deployment -> Configuration, add a configuration to connect your server, map the project folder on the local disk and the server.
2. Meau -> File -> Setting -> Project: Name -> Python Interpreter -> Add Interpreter, add a... | closed | 2022-11-09T14:52:37Z | 2022-11-23T08:01:08Z | https://github.com/reloadware/reloadium/issues/64 | [] | 00INDEX | 3 |
OFA-Sys/Chinese-CLIP | nlp | 291 | 这个问题太折磨了,找不到解决方法,有没有大神看一下 | 运行sh脚本总会出现未识别的参数**main.py: error: unrecognized arguments: --accum-freq=1**,脚本和示例一模一样
```
`usage: main.py [-h] --train-data TRAIN_DATA [--val-data VAL_DATA] [--num-workers NUM_WORKERS] [--logs LOGS] [--name NAME] [--log-interval LOG_INTERVAL] [--report-training-batch-acc] [--batch-size BATCH_SIZE]
[--v... | open | 2024-04-11T16:05:13Z | 2024-04-15T03:51:33Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/291 | [] | iWangTing | 14 |
gtalarico/django-vue-template | rest-api | 6 | Add LICENSE file | @gtalarico Can you clarify what license this project is provided under? | closed | 2018-09-17T19:05:08Z | 2018-09-17T23:29:40Z | https://github.com/gtalarico/django-vue-template/issues/6 | [] | isms | 1 |
ResidentMario/missingno | pandas | 158 | Order of the bar chart | Is there a way to plot missingness bar plot in descending order using this library?
| closed | 2022-07-20T19:09:40Z | 2022-07-20T19:28:30Z | https://github.com/ResidentMario/missingno/issues/158 | [] | chinhonglee | 1 |
marcomusy/vedo | numpy | 826 | How to call `show` function 3 times in one program? |
In a `for` loop, `i=1`, I need to call `show` to visual some information, then close it. For `i=2`, I need to show some information again. In this way, I need to call `show` many times. But I failed.
My tested code is:
```
from vedo import *
p = Point([0, 0, 1], r=10, c='r')
show(p)
p = Point([0, 1, 0]... | open | 2023-03-06T06:01:56Z | 2023-03-08T22:28:05Z | https://github.com/marcomusy/vedo/issues/826 | [
"bug"
] | zhang-qiang-github | 3 |
paperless-ngx/paperless-ngx | machine-learning | 8,718 | [BUG] Unable to activate TOTP | ### Description
I tried to enable TOTP, which came with #8012, on my account.
But after entering the code from the MFA-app, I get an error on the top right corner in red stating:
Error activating TOTP
### Steps to reproduce
1. My Profile
2. Scanning QR-code
3. Entering the TOTP-code
4. Clicking 'Enable'
### ... | closed | 2025-01-14T09:27:03Z | 2025-02-14T03:06:42Z | https://github.com/paperless-ngx/paperless-ngx/issues/8718 | [
"cant-reproduce"
] | Lem | 7 |
tatsu-lab/stanford_alpaca | deep-learning | 261 | Could you provide the data from openAI, so we can skip it | open | 2023-05-10T11:43:48Z | 2023-05-10T11:43:48Z | https://github.com/tatsu-lab/stanford_alpaca/issues/261 | [] | SeekPoint | 0 | |
Esri/arcgis-python-api | jupyter | 1,453 | Requests connection error when attempting to add content | I'm unable to secure a connection when adding content. I'm using oauth2, and can print correct username to verify it has authenticated correctly. I've followed existing setup instruction - authough the oauth2 authentication instructions were lacking, as they did not indicate I needed to use my own institution's login U... | closed | 2023-01-27T02:18:34Z | 2025-02-01T11:18:47Z | https://github.com/Esri/arcgis-python-api/issues/1453 | [
"bug",
"to be reviewed"
] | angus-s-mitchell | 3 |
google-research/bert | tensorflow | 744 | Two fields for sentence classification | Hi,
I need to do classification using several fields (at least two). What is the best way for representation such data after tokenizer?
Variants:
1) `['CLS']<field1 tokens> [SEP] <field2 tokens>`? What segment_ids should be used in such case?
2) `['CLS']<field1 tokens> [my_unique_sequence] <field2 tokens>`? At th... | open | 2019-07-03T13:49:22Z | 2019-07-03T13:49:22Z | https://github.com/google-research/bert/issues/744 | [] | AlexanderKUA | 0 |
3b1b/manim | python | 1,290 | import ka_playground.circuits import Resistor, Source, LongResistor | I want run the old file eola file chapter6 and there is the import ka_playground.circuits import Resistor, Source, LongResistor. I can't find the file in my manim-master(folder). can you help me plss p.s sorry my English very bad. and here is the Traceback
Traceback (most recent call last):
File "C:\Python\Python... | closed | 2020-12-14T10:43:54Z | 2020-12-15T10:21:57Z | https://github.com/3b1b/manim/issues/1290 | [] | xsmaster01 | 4 |
mljar/mercury | jupyter | 254 | Links in notebook web-app | After clicking a few hyperlinks in a row (~4) in mercury, an error pops up with the content of Network Error
Please check if you have internet connection and server is running. In case of problems, please contact administrator.
 for POS t... | closed | 2024-01-17T00:38:03Z | 2024-02-06T14:49:09Z | https://github.com/explosion/spaCy/issues/13241 | [
"lang / en",
"feat / tagger",
"perf / accuracy"
] | adityakadrekar16 | 2 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 375 | [Question] How to create optional fields | Hi,
I'm looking for a way to create optional fields with marshmallows.
Here's the schema that I use.
```python
class UpdateUserSchema(ma.SQLAlchemyAutoSchema):
class Meta:
model = User
fields = ("first_name", "last_name", "email", "password", "roles")
password = fields.String(a... | closed | 2020-12-10T17:30:23Z | 2021-03-30T00:17:17Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/375 | [
"question"
] | aprilahijriyan | 6 |
scikit-learn/scikit-learn | python | 30,774 | Deprecation message of check_estimator does not point to the right replacement | See here
https://github.com/scikit-learn/scikit-learn/blob/e25e8e2119ab6c5aa5072b05c0eb60b10aee4b05/sklearn/utils/estimator_checks.py#L836
I believe it should point to `sklearn.utils.estimator_checks.estimator_checks_generator` as suggested in the doc string.
Also not sure you want to keep the sphinx directive in th... | closed | 2025-02-06T06:01:18Z | 2025-02-06T18:46:02Z | https://github.com/scikit-learn/scikit-learn/issues/30774 | [
"Bug",
"Documentation"
] | Remi-Gau | 1 |
jordaneremieff/djantic | pydantic | 30 | Is there a way to overwrite how a field is deserialized? | I have a field in Django models that is an integer, but the value that is returned from an API is a JSON, and I need to grab the value out of it. See example below:
```python
# models.py
class MyModel(models.Model):
my_field = models.IntegerField(default=0)
# schemas.py
class MySchema(ModelSchema):
... | closed | 2021-06-20T12:06:32Z | 2021-06-20T13:02:17Z | https://github.com/jordaneremieff/djantic/issues/30 | [] | den4uk | 1 |
pallets-eco/flask-sqlalchemy | flask | 1,201 | Pagination per_page gets wrong value after calling next() | When using the `Pagination` and:
- setting the `max_per_page` to a value greater than `100`,
- setting the `per_page` to a value greater than `100`,
- after calling `next()`, the `per_page` value gets set to `100` because the `max_per_page` is not carried into the next page.
e.g.
```python
p = Todo.query.pagina... | closed | 2023-05-02T14:49:18Z | 2023-07-06T01:22:55Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1201 | [
"bug",
"pagination"
] | orlandobcrra | 2 |
sinaptik-ai/pandas-ai | pandas | 1,292 | Use new Databricks Connector mantained by Databricks | ### 🚀 The feature
The current Databricks connector, [sqlalchemy-databricks](https://github.com/crflynn/sqlalchemy-databricks), is archived and recommends using the new [Databricks SQL Connector for Python](https://github.com/databricks/databricks-sql-python).
### Motivation, pitch
`sqlalchemy-databricks` requires a... | closed | 2024-07-25T20:56:00Z | 2024-10-31T16:04:47Z | https://github.com/sinaptik-ai/pandas-ai/issues/1292 | [
"enhancement"
] | desertproject | 0 |
aiortc/aiortc | asyncio | 154 | Add a Websocket-based signaling method for examples | aiortc datachannel-filexfer example is very very nice example for developers interested in WebRTC and needs reliable p2p direct communication with udp hole punching (data channel is over SCTP and reliable transport) !!!.
But it can not run on Windows platform due to asyncio restriction of pipe.
So I implemented datac... | closed | 2019-03-19T00:07:53Z | 2020-02-23T10:45:22Z | https://github.com/aiortc/aiortc/issues/154 | [
"enhancement"
] | ryogrid | 23 |
graphistry/pygraphistry | pandas | 30 | unbound nodes? | Getting an error on the below:
```graphistry.bind().bind(source='attackerAddress', destination='destinationAddress', point_color='cluster')\
.edges(base).nodes(nodes).plot()
ERROR: Node identifier must be bound when using node dataframe.```
| closed | 2015-08-19T01:54:09Z | 2015-08-19T02:36:08Z | https://github.com/graphistry/pygraphistry/issues/30 | [
"bug"
] | lmeyerov | 3 |
httpie/cli | rest-api | 889 | Allow disabling progress bar for logging in Download mode | In `Download mode`, httpie adds a progress bar which is printed along with the response headers. Both are logged to `stderr` preventing the progress bar from being skipped while logging response to a logfile using say output redirection.
I'd suggest either an argument to disable progress bar, `--no-progress-bar` or ... | open | 2020-03-28T17:07:35Z | 2021-12-28T12:06:19Z | https://github.com/httpie/cli/issues/889 | [
"enhancement",
"needs product design"
] | arjunv | 6 |
axnsan12/drf-yasg | django | 559 | Foreign key pointing to one2one field is indicated as a string | This is different but complementary to issue #481 : when a serializers.PrimaryKeyRelatedField's queryset points to a one2one related field (such as when using django polymorphic) one should resolve recursively the type of the field, and not as a string.
Rationale: django polymorphic models inheritance by having a on... | open | 2020-03-18T18:09:59Z | 2025-03-07T12:13:55Z | https://github.com/axnsan12/drf-yasg/issues/559 | [
"triage"
] | pbrenna | 0 |
plotly/plotly.py | plotly | 4,473 | circle-cross (and open) markers do not respect the marker line color | In the following example, the code seems to call for the lines around the outside of the circles to be the same color, but they are not. Setting the marker line color property has no effect on circle cross style markers. It does not matter if I set it using `update_traces` or `fig.data[1]["marker"]["line"]["color"]="... | closed | 2023-12-28T17:42:46Z | 2024-07-11T22:21:33Z | https://github.com/plotly/plotly.py/issues/4473 | [] | rl-utility-man | 6 |
tortoise/tortoise-orm | asyncio | 859 | Inconsistent field naming on auto M2M when setting table names | **Describe the bug**
When defining custom table names and using `ManyToManyField`, the fields of the relation table are not named consistently (one uses the "automatic" table name and the other the specified one).
**To Reproduce**
I have these simple models. I'm only putting a prefix really, to make the db design ... | closed | 2021-08-07T02:31:33Z | 2021-08-10T11:59:44Z | https://github.com/tortoise/tortoise-orm/issues/859 | [] | dialvarezs | 1 |
lgienapp/aquarel | data-visualization | 17 | Pandas plots do not have a modified style applied | When using
```python
with load_theme("umbra_light"):
pd.Series({"ROOTS":1.6, "OPT":1.02, "GPT3":1.63, "The Pile":0.89}).sort_values().plot.bar()
```
the style is applied as expected. However, any `set_` calls on the style are not. Instead using seaborn to plot instead of pandas fixes it. Why? | open | 2022-08-29T10:32:07Z | 2022-08-31T12:34:49Z | https://github.com/lgienapp/aquarel/issues/17 | [
"bug"
] | lgienapp | 0 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 152 | 会保存历史数据吗 | 是否会自动保存历史照片数据,能否自行决定保存最近几次操作的数据呢 | closed | 2024-09-18T11:30:40Z | 2024-09-23T00:56:53Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/152 | [] | lutao114 | 1 |
iperov/DeepFaceLab | machine-learning | 563 | convert SAEHD on 2nd GPU | In Converter.py is a comment
#model process ate all GPU mem,
#so we cannot use GPU for any TF operations in converter processes
#therefore forcing active_DeviceConfig to CPU only
nnlib.active_DeviceConfig = nnlib.DeviceConfig (cpu_only=True)
but what about if ther... | closed | 2020-01-19T20:52:52Z | 2020-01-24T17:10:10Z | https://github.com/iperov/DeepFaceLab/issues/563 | [] | wuffenberg | 7 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,375 | I can't see the results | When I finish the training I can't see the results by entering the URL ....
I get the following message in the training ...
Could not connect to Visdom server.
Trying to start a server....
Command: /usr/bin/python3 -m visdom.server -p 8097 &>/dev/null &
create web directory ./log/exp/web...
[Errno 99] Cannot ... | closed | 2022-02-07T21:42:19Z | 2022-03-08T22:09:01Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1375 | [] | Erizu91 | 3 |
ymcui/Chinese-BERT-wwm | tensorflow | 173 | 支持命名实体识别吗 | 支持命名实体识别吗 | closed | 2021-03-11T10:45:51Z | 2021-03-12T02:14:24Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/173 | [] | yoopaan | 1 |
plotly/dash-core-components | dash | 773 | Mark dcc.Link `href` prop as required | `href` is not currently required.
A `dcc.Link` without `href` makes no sense, I propose to mark it as `isRequired` / the old behavior being considered a bug, this is not a breaking change. | closed | 2020-03-11T17:33:41Z | 2020-03-17T21:52:54Z | https://github.com/plotly/dash-core-components/issues/773 | [
"dash-type-bug",
"size: 0.2"
] | Marc-Andre-Rivet | 0 |
sqlalchemy/alembic | sqlalchemy | 327 | String to Text | **Migrated issue, originally created by Shaumyadeep Chaudhuri ([@shaumux](https://github.com/shaumux))**
Trying to alter column from string type to text type does not reflect in the DB although the migration is reported to have run without any problems.
Here's a snippet of what i'm using
def upgrade_default():
#... | closed | 2015-09-24T10:02:39Z | 2015-12-27T23:13:10Z | https://github.com/sqlalchemy/alembic/issues/327 | [
"bug",
"op directives"
] | sqlalchemy-bot | 4 |
aio-libs/aiomysql | asyncio | 719 | Add RTD maintainer | To be able to manage RTD configuration, such as enabling [PR builds](https://docs.readthedocs.io/en/stable/pull-requests.html), please add @webknjaz and/or me as maintainer on RTD. | closed | 2022-01-30T19:01:25Z | 2022-02-16T16:40:53Z | https://github.com/aio-libs/aiomysql/issues/719 | [] | Nothing4You | 4 |
graphdeco-inria/gaussian-splatting | computer-vision | 1,052 | out of memory | It seems that this version runs out of GPU memory more easily compared to the previous one. With the same quality and quantity of photos, the previous version could complete the training (30,000 steps), but now this version throws an out-of-memory exception. Is there any way to resolve this? | open | 2024-11-07T14:18:53Z | 2024-12-06T03:16:40Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/1052 | [] | jiangroubao | 3 |
widgetti/solara | flask | 203 | Type safe way to pass kwargs to sub-components | See #194, #50, #154, #182
If a solara component does not expose an argument/kwarg/prop that the underlying vuetify library supports, a user is stuck.
However, if we simply add `**kwargs` support, we lose type safety/strict argument checking. However, if we use something like
```python
import solara
solara.Sl... | open | 2023-07-10T14:40:19Z | 2023-07-11T20:05:38Z | https://github.com/widgetti/solara/issues/203 | [] | maartenbreddels | 3 |
django-import-export/django-import-export | django | 1,611 | Admin: Importing via CSV to a CharField allows empty strings when blank = False and Null = False | **Describe the bug**
When importing a CSV via the admin page to a table that has a CharField where `Blank = False` AND `Null = False` it still allows for empty/blank strings to be uploaded to that column. When doing it via form it does fail appropriately. Is validation being automatically skipped when uploading via ... | closed | 2023-08-28T19:49:43Z | 2023-09-06T13:59:12Z | https://github.com/django-import-export/django-import-export/issues/1611 | [
"bug"
] | denders-conception | 4 |
ploomber/ploomber | jupyter | 171 | Document how jupyter extension works | Especially paths | closed | 2020-07-04T16:10:24Z | 2020-07-06T13:46:58Z | https://github.com/ploomber/ploomber/issues/171 | [] | edublancas | 0 |
ResidentMario/geoplot | matplotlib | 234 | BUG: Voronoi broken with GeoPandas using pygeos | `voronoi` plot is broken with the latest GeoPandas, raising `ValueError: 'data' should be a 1-dimensional array of geometry objects.`.
The reason is that below, you pass `geometry=self.set_clip(gpd.GeoDataFrame(geometry=geoms)).values`, which is essentially `geometry=gdf.values`, so you're passing whole GeoDataFram... | closed | 2021-03-02T09:39:30Z | 2021-07-05T17:46:36Z | https://github.com/ResidentMario/geoplot/issues/234 | [] | martinfleis | 4 |
mars-project/mars | numpy | 2,675 | [BUG] NameError raised when comparing string inside agg function. | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
NameError raised when comparing string inside agg function.
**To Reproduce**
To help us reproducing this bug, please provide information be... | closed | 2022-02-02T09:30:38Z | 2022-02-03T05:35:13Z | https://github.com/mars-project/mars/issues/2675 | [
"type: bug",
"mod: dataframe",
"task: medium"
] | qinxuye | 1 |
sqlalchemy/alembic | sqlalchemy | 300 | MigrationContext.stamp missing call to _ensure_version_table? | **Migrated issue, originally created by Christian Theune ([@ctheune](https://github.com/ctheune))**
Hi!
I'm currently upgrading from an older version where I used the following code when stamp() did not exist yet:
```
migration_context._update_current_rev(
migration_context.get_current_revision(), script.get_current... | closed | 2015-06-09T07:03:25Z | 2015-06-09T15:41:09Z | https://github.com/sqlalchemy/alembic/issues/300 | [
"bug",
"low priority"
] | sqlalchemy-bot | 4 |
Lightning-AI/pytorch-lightning | data-science | 20,216 | Switching into training mode in training_step | ### Bug description
training mode does not get switched on automatically in the training_step, so if the model is put into eval mode accidentally by the user it stays this way. This is nice for training for example with batchnorm in eval mode, but it is not clear from the "lightning in 15 minutes" that this is the int... | open | 2024-08-19T17:54:18Z | 2024-11-03T10:52:26Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20216 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | heth27 | 1 |
thtrieu/darkflow | tensorflow | 993 | darkflow requirements for gpu | Hi,
I am trying to train darkflow tiny-yolo on my custom dataset. The problem I am facing is that after setting up tensorflow gpu several times and starting the training using:
``` flow --model cfg/tiny-yolo-obj.cfg --labels labels.txt --train --dataset dataset/images/ --annotation dataset/annotations/ --batch 1 --... | open | 2019-02-26T13:22:36Z | 2019-02-26T13:23:51Z | https://github.com/thtrieu/darkflow/issues/993 | [] | hussamh10 | 0 |
pytorch/pytorch | python | 149,679 | cd: There's no way to test changes to container images for binary builds | Was doing a bit of exploration in https://github.com/pytorch/pytorch/pull/149675 when I realized that we actually hardcode all of our binary builds to run against the `main` tag. (see [logs](https://github.com/pytorch/pytorch/actions/runs/13980596619/job/39144800674?pr=149675#step:13:86))
https://github.com/pytorch/py... | open | 2025-03-20T22:57:30Z | 2025-03-20T22:59:53Z | https://github.com/pytorch/pytorch/issues/149679 | [
"oncall: releng",
"triaged"
] | seemethere | 0 |
mckinsey/vizro | plotly | 226 | Automatically generated navigation homepage | The Homepage on https://vizro.mckinsey.com/ is currently written entirely manually but follows a very clear formula. Following #176 we now have a field `Page.description` and so all of the ingredients are in place with the exception of the page image. Somehow we should make it possible to automatically generate such a ... | open | 2023-12-18T17:09:03Z | 2024-09-18T13:36:39Z | https://github.com/mckinsey/vizro/issues/226 | [
"Nice to have :cherries:"
] | antonymilne | 0 |
ivy-llc/ivy | pytorch | 27,895 | Wrong key-word arguments `return_index` and `return_inverse` in `ivy.unique_all()` function call | In the following function call, the arguments `return_index` and `return_inverse` are passed,
https://github.com/unifyai/ivy/blob/06508027180ea29977b4cafd316d536247cb5664/ivy/functional/frontends/sklearn/model_selection/_split.py#L80
From the actual `def` of `unique_all()`, there are no arguments like `return_index` ... | closed | 2024-01-11T07:30:03Z | 2024-01-17T22:02:30Z | https://github.com/ivy-llc/ivy/issues/27895 | [] | Sai-Suraj-27 | 2 |
donnemartin/data-science-ipython-notebooks | machine-learning | 59 | Python 3 compatibly issues | flake8 testing of https://github.com/donnemartin/data-science-ipython-notebooks on Python 3.7.0
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./scipy/thinkplot.py:475:14: F821 undefined name 'xp'
xs = xp.delete(xs, 0)
^
./data/titanic/myfirstforest.... | open | 2018-09-16T09:05:29Z | 2020-12-06T20:22:52Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/59 | [
"bug",
"help wanted"
] | cclauss | 3 |
redis/redis-om-python | pydantic | 351 | Index embedded models | Please add the ability to mark class members of EmbeddedJsonModel as indexed when the EmbeddedJsonModel is in a List in the JsonModel.
| closed | 2022-08-15T08:30:21Z | 2022-08-30T18:08:16Z | https://github.com/redis/redis-om-python/issues/351 | [] | erniavr | 1 |
TracecatHQ/tracecat | pydantic | 268 | [FEATURE IDEA] Workspaces to separate credentials / variables / workflows | **Is your feature request related to a problem? Please describe.**
If you have multiple of a specific system that you manage, you can't distinguish them and provide different secrets. For example, if I had 2 instances of Okta to manage, I only have 1 secret defined that is tied to the class, not to a specific instanc... | closed | 2024-07-25T01:10:08Z | 2024-08-22T16:53:18Z | https://github.com/TracecatHQ/tracecat/issues/268 | [
"enhancement",
"priority:high"
] | mattdurant | 7 |
roboflow/supervision | machine-learning | 1,337 | What models or data sets are used for object detection | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
The following picture is an example, but no documentation was found
 but keep speech? | Is there a way or model to remove the song(including lyrics) but keep speech? | open | 2023-11-11T03:00:29Z | 2023-11-13T03:17:28Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/968 | [] | SetoKaiba | 1 |
apify/crawlee-python | automation | 83 | Implement switching between storage implementations based on autodetection | When Apify platform is detected, we should use SDK implementations. Otherwise, fall back to local storage. | closed | 2024-03-28T09:40:17Z | 2024-08-22T09:59:32Z | https://github.com/apify/crawlee-python/issues/83 | [
"enhancement",
"t-tooling"
] | janbuchar | 1 |
neuml/txtai | nlp | 269 | Add notebook for query translation | Add notebook for query translation | closed | 2022-04-20T11:31:18Z | 2022-04-20T11:33:46Z | https://github.com/neuml/txtai/issues/269 | [] | davidmezzetti | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 753 | LeNet第一次训练 | 为什么会一直报错·?
pydev debugger: New process is launching (breakpoints won't work in the new process).
pydev debugger: To debug that process please enable 'Attach to subprocess automatically while debugging?' option in the debugger settings.
我已经把.idea文件删除了,结果还是不断重复报错?
求指导
| closed | 2023-10-14T08:32:07Z | 2023-12-31T03:59:48Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/753 | [] | Sang-Ze | 1 |
STVIR/pysot | computer-vision | 276 | Why the template in the training process is the whole image? | I found that the template in the training process is the whole image instead of the ground truth.
Why did we do that? Or did I miss the crop code? | closed | 2020-01-06T06:23:57Z | 2020-01-06T06:40:47Z | https://github.com/STVIR/pysot/issues/276 | [] | SherlockHermes | 0 |
AirtestProject/Airtest | automation | 511 | 命令行传递参数时,脚本内容不能写在main入口中 | @yimelia
py -3 -m airtest run E:\scripts\test\test1.air --device android:///10.0.2.55:7556?ori_method=ADBORI&&touch_method=ADBTOUCH
在命令行运行上述命令的时候,test1.air脚本里不能写if __name__ == "__main__":,写在main入口里的内容都不会执行,去掉if __name__ == "__main__"则正常 | closed | 2019-09-03T06:22:39Z | 2019-09-03T06:57:27Z | https://github.com/AirtestProject/Airtest/issues/511 | [] | ymdhtt | 1 |
ijl/orjson | numpy | 209 | Serializing dataclasses as dict keys does not work | Hello,
Even with the relevant options, serializing a dict which as a dataclass as a key does not work:
```
(venv) george@MacBook-Pro autocomplete % pip show orjson | grep Version
Version: 3.6.3
# python
>>> @dataclass
... class Foo:
... a: int
... b: int
... def __hash__(self):
... ... | closed | 2021-09-21T21:07:26Z | 2021-09-22T15:05:47Z | https://github.com/ijl/orjson/issues/209 | [] | gmossessian | 1 |
pennersr/django-allauth | django | 3,963 | Signal for when both signup and email confirmation (if required) are completed | I have a website using allauth where users can sign up using an email address and password, or using a social login. If they sign up using an email address and password, they will need to confirm their email address by clicking on the link sent to their email. If they sign up using a social account, then no confirmatio... | closed | 2024-07-11T15:13:52Z | 2024-07-16T11:23:02Z | https://github.com/pennersr/django-allauth/issues/3963 | [] | Flimm | 5 |
aiogram/aiogram | asyncio | 754 | FSMContextProxy has invalid update() function | ## Context
With aiogram branch dev-2.x function `FSMContext.update` with kwvalues doesn't work
## Expected Behavior
```python
async def test_update_data(self):
context = FSMContext(MemoryStorage(), chat=1, user=1)
async with context.proxy() as data:
data.update(key1="value1", ... | closed | 2021-11-22T14:26:58Z | 2021-12-01T00:43:13Z | https://github.com/aiogram/aiogram/issues/754 | [
"bug",
"confirmed"
] | comargo | 0 |
arogozhnikov/einops | numpy | 202 | [BUG][Different results of einops.repeat and torch.repeat] | **Describe the bug**
I think maybe this is a bug of `repeat`
**Reproduction steps**
```python
a = torch.rand(2)
a1 = a.clone()
```
Assume I get `a = tensor([0.5437, 0.9714])`
If I use the `einops.repeat()` like
```python
b = repeat(a,'t -> n t',n=2)
b[0,0] += 1
```
, then I got
```python
b = tensor([[1... | closed | 2022-08-18T11:59:35Z | 2022-08-19T01:33:07Z | https://github.com/arogozhnikov/einops/issues/202 | [
"bug"
] | zerzerzerz | 2 |
mkhorasani/Streamlit-Authenticator | streamlit | 91 | Invalidate streamlit-authenticator JWT upon logout | Hi,
I’m using streamlit==1.26.0 and streamlit_authenticator==0.2.3.
I’ve noticed that the JWT which saved upon login (as a cookie, which in the default config is called “random_cookie_name”) retains its validity even if the user logs out.
That is, for instance, if the parameters expiry_days: 1, and within this per... | closed | 2023-09-22T10:23:24Z | 2024-03-28T11:21:54Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/91 | [
"bug"
] | espogian | 3 |
kornia/kornia | computer-vision | 2,957 | Update CONTRIBUTING.md to improve setup process and documentation building | ### Describe the bug
Potential contributors, encountere difficulties setting up the development environment for Kornia. Specifically:
1. The virtual environment setup process is not properly documented in CONTRIBUTING.md
2. There's no mention of the documentation building process in the current CONTRIBUTING.md
... | open | 2024-07-18T13:31:16Z | 2024-07-18T13:31:16Z | https://github.com/kornia/kornia/issues/2957 | [
"help wanted"
] | lappemic | 0 |
google-research/bert | nlp | 663 | Tuned Bert Model on MRPC gives wrong predictions. | Hi There,
I have tried to implement the example shown on sentence pair classification using MRPC data-set. I have trained the model with one epoch for testing purpose and I get a 0.68% accuracy.
But, the problem is when predicting the labels for the "test.tsv" it predicts too high probabilities all close to one for a... | open | 2019-05-23T19:12:51Z | 2020-08-05T03:03:54Z | https://github.com/google-research/bert/issues/663 | [] | hima950 | 7 |
aws/aws-sdk-pandas | pandas | 2,967 | Glue Data catalog csv files with header parameter cause error GENERIC_INTERNAL_ERROR: Failed to construct table metadata for table xxxx |
When using _wr.s3.to_csv_ with glue catalog and the header parameter the corresponding table schema parameter _skip.header.line.count_ is getting set to True which causes an _GENERIC_INTERNAL_ERROR: Failed to construct table metadata for table xxxx_ on querying with Athena. Manually updating the value to 1 fixes ... | closed | 2024-09-19T23:01:33Z | 2024-09-30T13:46:26Z | https://github.com/aws/aws-sdk-pandas/issues/2967 | [
"bug"
] | ctalucci | 1 |
bendichter/brokenaxes | matplotlib | 30 | Change despine to both | The name `despine` does not convey the meaning of showing or hiding the broken-axis markers on the opposite axis. It would be more user-friendly to use the name `both`. | closed | 2019-04-21T10:58:06Z | 2020-02-09T22:28:02Z | https://github.com/bendichter/brokenaxes/issues/30 | [] | mardukbp | 2 |
miguelgrinberg/Flask-Migrate | flask | 186 | Auto generate rev-id | One thing that is not very friendly on flask-migrate is that revision id is a hash of sorts. Quite hard to track changes in a series if they're identified by a hash value. What if rev-id could be generated as a increasing number by default or as a option? | closed | 2018-02-01T17:08:10Z | 2018-02-01T18:13:42Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/186 | [] | italomaia | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 785 | failed to download pre-trained models and datasets | I could not download the pre-trained models as well as the datasets using the bash scripts. Seems that the server which hosts the models and datasets are no longer responding. Specifically, when I tried to download the horse2zebra model, the out put of running `bash download_cyclegan_model.sh horse2zebra` reads:
> N... | closed | 2019-10-09T18:24:14Z | 2019-10-10T16:13:41Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/785 | [] | tanluDIMA | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.