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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pytest-dev/pytest-mock | pytest | 400 | Call args/kwargs stored in a Spy can be overwritten without intention | Suppose I have the following class definition and test code (in `test.py`):
```
class AClass:
def foo(self, x):
return None
def bar(self):
x = {"data": [1]}
self.foo(x)
x["data"].append(2)
self.foo(x)
def test_bar(mocker):
a = AClass()
spy = mo... | closed | 2023-12-11T14:59:19Z | 2023-12-13T00:05:58Z | https://github.com/pytest-dev/pytest-mock/issues/400 | [] | sybrenjansen | 1 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,245 | can i run this in google colab without any problem | and i tried too
and i got this
Running a test of your configuration...
Found 1 GPUs available. Using GPU 0 (Tesla T4) of compute capability 7.5 with 15.8Gb total memory.
Preparing the encoder, the synthesizer and the vocoder...
Loaded encoder "encoder.pt" trained to step 1564501
Synthesizer usin... | open | 2023-08-27T03:38:26Z | 2023-09-30T17:18:15Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1245 | [] | Gonharaka | 1 |
Miserlou/Zappa | flask | 1,911 | Failed to generate or install certificate! :( | Facing below issue when trying to run zappa certify
```
(myenv) root@ip-10-0-0-20:/home/ubuntu/zappa-s3-signature# zappa certify prod
Calling certify for stage prod..
Are you sure you want to certify? [y/n] y
Certifying domain cnd.doxbot.io..
Setting DNS challenge..
Waiting for DNS to propagate..
Domain challen... | open | 2019-07-31T17:22:49Z | 2019-08-02T05:29:34Z | https://github.com/Miserlou/Zappa/issues/1911 | [] | parikhudit | 1 |
viewflow/viewflow | django | 223 | Django 2.1 support | When will viewflow supporto Django 2.1? I'm mostly concerned about the view permission | closed | 2018-07-25T08:15:07Z | 2018-08-21T08:56:43Z | https://github.com/viewflow/viewflow/issues/223 | [
"request/question",
"dev/flow"
] | lorenzomorandini | 1 |
yt-dlp/yt-dlp | python | 12,040 | Add an argument to ignore --cookies-from-browser errors | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a feature unrelated to a specific site
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [X] ... | closed | 2025-01-09T16:25:46Z | 2025-01-12T09:55:26Z | https://github.com/yt-dlp/yt-dlp/issues/12040 | [
"enhancement",
"wontfix",
"core:cookies"
] | meowcateatrat | 7 |
microsoft/unilm | nlp | 1,452 | [WavLM] Finetuning for speaker diarization | I am intending on using WavLM and finetuning it for speaker diarization. My aim is to obviously get the DER's that is in Readme for WavLM. I tried to find some resources on how to even begin this, and found some things on speaker recognition and verification. However, that isn't speaker diarization, so I was wondering ... | open | 2024-02-03T00:18:23Z | 2024-12-17T19:45:02Z | https://github.com/microsoft/unilm/issues/1452 | [] | aynig | 1 |
sigmavirus24/github3.py | rest-api | 210 | Pages API | https://developer.github.com/changes/2014-02-13-exposing-the-page-api/
| closed | 2014-02-18T03:50:58Z | 2014-05-27T11:29:41Z | https://github.com/sigmavirus24/github3.py/issues/210 | [] | sigmavirus24 | 2 |
paperless-ngx/paperless-ngx | django | 7,554 | [BUG] Merging PDF + PNG omits PNG | ### Description
When attempting to merge a PDF-based document with another document that resulted from a PNG upload the merge process finishes without reporting any obvious error, but the resulting "merged" PDF is missing the page from the PNG-based document. No error is visible from the web frontend.
Working aroun... | closed | 2024-08-27T08:57:28Z | 2024-09-27T03:08:17Z | https://github.com/paperless-ngx/paperless-ngx/issues/7554 | [
"not a bug"
] | ginkel | 3 |
huggingface/datasets | tensorflow | 7,164 | fsspec.exceptions.FSTimeoutError when downloading dataset | ### Describe the bug
I am trying to download the `librispeech_asr` `clean` dataset, which results in a `FSTimeoutError` exception after downloading around 61% of the data.
### Steps to reproduce the bug
```
import datasets
datasets.load_dataset("librispeech_asr", "clean")
```
The output is as follows:
> Dow... | open | 2024-09-24T08:45:05Z | 2025-01-14T09:48:23Z | https://github.com/huggingface/datasets/issues/7164 | [] | timonmerk | 6 |
deepinsight/insightface | pytorch | 2,076 | problem about the preprocess of face image before feed it into face recognition onnx model | I download the resnet 18 pretrained model(R18 | Glint360K | 72.07) for face encoding or face embedding or anything we call it, and it is onnx format. I do not know how to preprocess the aligned face image before feed it into this onnx model. I use the another face detect model and the alignment of dlib library. in the ... | open | 2022-08-16T08:51:40Z | 2022-08-18T02:31:26Z | https://github.com/deepinsight/insightface/issues/2076 | [] | smilealvin92 | 3 |
wagtail/wagtail | django | 12,230 | ES Autocomplete search queries should properly use boosted fields | ### Is your proposal related to a problem?
The fixes to Elasticsearch boosting from #10653 never properly made it into autocomplete queries. This means that if you're using the autocomplete method to search pages, it will often give a higher rank to pages with titles that don't match the search results. I've been able ... | open | 2024-08-14T18:16:11Z | 2024-10-24T20:18:17Z | https://github.com/wagtail/wagtail/issues/12230 | [
"type:Enhancement"
] | ethanaward | 0 |
JaidedAI/EasyOCR | deep-learning | 508 | Heatmaps | Hello, Is it possible to get heatmaps from EasyOCR?
Thank you in advance. | closed | 2021-08-08T04:46:10Z | 2022-03-02T09:25:04Z | https://github.com/JaidedAI/EasyOCR/issues/508 | [] | alikaz3mi | 5 |
biolab/orange3 | pandas | 6,503 | Number of features remains disabled when Suggest features is closed during search | 
How to reproduce:
1. open _Suggest features_ and run
2. close while running
3. choose another mode (circular, LDA or PCA)
4. open _Suggest features_: the _Number of variables_ field is disabled despite no s... | closed | 2023-07-10T10:15:02Z | 2023-09-01T13:40:06Z | https://github.com/biolab/orange3/issues/6503 | [
"bug",
"snack"
] | processo | 0 |
pytorch/pytorch | python | 148,902 | Remove Direct Arm Compute Libray (ACL) Integration for Quantized Matmuls: `qlinear`/`qlinear_dynamic` | PR https://github.com/pytorch/pytorch/pull/148585 (temporarily) introduced a direct ACL implementation for `qlinear` and `qlinear_dynamic` for AArch64 when `USE_MKLDNN_ACL` is set.
This direct ACL implementation is a lot faster than the existing implementations that utilized ACL through oneDNN (MKLDNN) due to the (curr... | open | 2025-03-10T18:46:14Z | 2025-03-10T21:08:31Z | https://github.com/pytorch/pytorch/issues/148902 | [
"oncall: quantization",
"module: arm"
] | fadara01 | 1 |
ckan/ckan | api | 8,347 | db clean and search-index rebuild should remove orphans from index | ## CKAN version
all
## Describe the bug
Old copies of metadata in the solr search index can cause performance and search result issues
### Steps to reproduce
- create a dataset on a clean db
- run `ckan db clean`
- create a dataset with the same name
- search now returns both datasets, and package_show with... | open | 2024-07-17T21:24:48Z | 2024-10-29T16:20:32Z | https://github.com/ckan/ckan/issues/8347 | [
"Good for Contribution",
"Beginner Friendly"
] | wardi | 1 |
benbusby/whoogle-search | flask | 661 | [BUG] Settings keep resetting | **Describe the bug**
Seemingly by random, my settings keep getting reset
**To Reproduce**
Steps to reproduce the behavior:
1. Search a couple times
2. Settings get reset
**Deployment Method**
- [ ] Heroku (one-click deploy)
- [ ] Docker
- [ ] `run` executable
- [x] pip/pipx
- [ ] Other: [describe setup]
... | closed | 2022-02-17T23:56:38Z | 2022-08-01T16:32:44Z | https://github.com/benbusby/whoogle-search/issues/661 | [
"bug"
] | ThatOneCalculator | 6 |
tensorflow/tensor2tensor | machine-learning | 1,885 | train meachine translation OOM | ### Description

Can you tell me why even I set batch_size to 4, also occur OOM problem ?
I know maybe the OOM problem because of model save and eval, but I don't know the OOM problem... | closed | 2021-04-22T02:32:26Z | 2021-04-23T09:52:56Z | https://github.com/tensorflow/tensor2tensor/issues/1885 | [] | charlesfufu | 0 |
rougier/numpy-100 | numpy | 135 | Alternative solution for 21 | You can also use:
```python
np.tile(np.identity(2),(4,4))
``` | closed | 2020-12-28T14:04:00Z | 2021-08-30T09:10:14Z | https://github.com/rougier/numpy-100/issues/135 | [] | yunisdev | 2 |
jina-ai/serve | deep-learning | 5,231 | Bug: For external Executors, passing entire address to `host` does not work | The following syntax, which is supported for the gateway, does not work for external executors:
```python
f.add(host='grpc://localhost:1234', external=True)
```
Instead, host and port have to be precised separately:
```python
f.add(host='localhost', port=1234, external=True)
```
Not that this bug also a... | closed | 2022-09-30T08:29:10Z | 2022-10-06T10:49:27Z | https://github.com/jina-ai/serve/issues/5231 | [] | JohannesMessner | 0 |
mjhea0/flaskr-tdd | flask | 82 | test_messages, maybe a mistake, maybe my error | Current block is:
```
def test_messages(client):
"""Ensure that user can post messages"""
login(client, app.config["USERNAME"], app.config["PASSWORD"])
rv = client.post(
"/add",
data=dict(title="<Hello>", text="<strong>HTML</strong> allowed here"),
follow_redirects=True,
... | open | 2023-11-10T16:43:14Z | 2023-11-10T16:43:14Z | https://github.com/mjhea0/flaskr-tdd/issues/82 | [] | barendburger | 0 |
nltk/nltk | nlp | 2,735 | Importing words throws numpy deprecation warning | Warning:
DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidanc... | closed | 2021-06-22T21:04:34Z | 2021-07-28T19:38:38Z | https://github.com/nltk/nltk/issues/2735 | [] | ihawn | 2 |
microsoft/nni | deep-learning | 5,187 | Error reported when NNI was used to prune Albert-tiny | **Describe the issue**:
I'm just pruning the linear layer. Everything seemed fine, but the following problem occurred when I was about to use the ModelSpeedup module to speed up the model.
```
device = torch.device("cpu")
inputs =(torch.LongTensor([tokenizer_out['input_ids']]).to(device),torch.LongTensor([token... | closed | 2022-10-26T09:03:02Z | 2022-12-07T03:05:15Z | https://github.com/microsoft/nni/issues/5187 | [] | Smile-L-up | 11 |
modin-project/modin | pandas | 6,576 | Don't use deprecated `is_int64_dtype` and `is_period_dtype` functions | closed | 2023-09-18T13:46:19Z | 2023-09-18T16:31:49Z | https://github.com/modin-project/modin/issues/6576 | [
"Code Quality 💯",
"P2"
] | anmyachev | 0 | |
graphql-python/graphene-django | graphql | 890 | Extending connections using relay on same level as edges. | I have been pulling my hair out tying to solve this one. I would appreciate some help with this. Graphene Relay specs limits me to having my api calls received in the following format:
```
QUERY:
{
allSpecies {
edges {
node {
id
name
}
}
}
}
RECEIVED DATA
"data": {
... | open | 2020-03-03T20:27:24Z | 2020-07-02T09:07:05Z | https://github.com/graphql-python/graphene-django/issues/890 | [] | mahelmahmoud | 0 |
blacklanternsecurity/bbot | automation | 1,550 | Preset config should take priority over include | We need to write a test that makes sure a preset's `config` section overrides the config from any other preset specified in the `include` section. | closed | 2024-07-09T16:51:24Z | 2025-01-24T21:19:51Z | https://github.com/blacklanternsecurity/bbot/issues/1550 | [
"bug"
] | TheTechromancer | 2 |
liangliangyy/DjangoBlog | django | 559 | 1146, "Table 'djangoblog.django_site' doesn't exist" | 添加文章的时候为什么提示这个:1146, "Table 'djangoblog.django_site' doesn't exist"
我看着Models中也没有site这个model啊 | closed | 2022-03-13T08:12:08Z | 2022-10-11T07:05:58Z | https://github.com/liangliangyy/DjangoBlog/issues/559 | [] | 15210859049 | 6 |
fastapi-users/fastapi-users | fastapi | 1,170 | GET users/me returns different ObjectId on each call | also on the `/register` route. See:
https://github.com/fastapi-users/fastapi-users/discussions/1142 | closed | 2023-03-10T13:54:50Z | 2024-07-14T13:24:43Z | https://github.com/fastapi-users/fastapi-users/issues/1170 | [
"bug"
] | gegnew | 1 |
huggingface/datasets | pandas | 7,084 | More easily support streaming local files | ### Feature request
Simplify downloading and streaming datasets locally. Specifically, perhaps add an option to `load_dataset(..., streaming="download_first")` or add better support for streaming symlinked or arrow files.
### Motivation
I have downloaded FineWeb-edu locally and currently trying to stream the d... | open | 2024-07-31T09:03:15Z | 2024-07-31T09:05:58Z | https://github.com/huggingface/datasets/issues/7084 | [
"enhancement"
] | fschlatt | 0 |
databricks/koalas | pandas | 2,235 | No module named 'databricks' after installing koalas | I have installed koalas using conda install.
However when I try the following import, I get an ModuleNotFoundError.
Can you help me to solve this issue?
>>> import databricks.koalas as ks
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'databricks' | open | 2024-07-05T05:30:16Z | 2024-07-05T08:50:07Z | https://github.com/databricks/koalas/issues/2235 | [] | loungehub | 1 |
deeppavlov/DeepPavlov | nlp | 1,388 | Look into GA & Medium analytics to see what's most popular right now (e.g., blog posts, etc.) | Moved to internal Trello | closed | 2021-01-27T10:04:12Z | 2021-11-30T10:19:41Z | https://github.com/deeppavlov/DeepPavlov/issues/1388 | [] | danielkornev | 0 |
google-research/bert | nlp | 546 | Fine-tuning bert results in a strange output, what happened? | I am applying bert to my own model and use the functions in modeling.py. After some times of training, I found the output of bert model (model.get_pooled_output()) contains only 1&-1 and different input sentences produce the same output. I used tf.stop_gradient and then everything is correct. What happened to this bert... | open | 2019-04-04T02:41:43Z | 2019-04-04T02:41:43Z | https://github.com/google-research/bert/issues/546 | [] | RefluxNing | 0 |
ClimbsRocks/auto_ml | scikit-learn | 106 | df support | Here are the things we need to make sure df support includes:
- [x] splitting out the output column
- [x] convert a list of dictionaries to a DataFrame (ideally with error logging to the user)
- [x] convert numbers stored as strings to proper numbers
- [x] convert numbers stored as strings with commas in them to proper... | closed | 2016-10-08T17:49:49Z | 2016-10-11T03:00:18Z | https://github.com/ClimbsRocks/auto_ml/issues/106 | [] | ClimbsRocks | 2 |
tiangolo/uvicorn-gunicorn-fastapi-docker | pydantic | 92 | Virtual Env is not respected | Hey,
I have a dockerfile like this:
...
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8 AS service
COPY --from=test_runner /venv /venv
ENV PATH=/venv/bin:$PATH
When I run the container It cannot find my installed packaged. | closed | 2021-06-08T09:10:15Z | 2024-08-25T03:44:10Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/92 | [] | jomach | 0 |
ludwig-ai/ludwig | computer-vision | 3,570 | Upload to HF fails for non-LLM trained | **Describe the bug**
When a model is trained for categories/classification, the model weights are saved a `file` called `model/model_weights`. If the model is trained with type llm instead, the weights are saved to the **directory** `model/model_weights` with contents `README.md`, `adapter_config.json`, `adapter_model... | closed | 2023-08-31T19:42:18Z | 2024-10-18T16:58:41Z | https://github.com/ludwig-ai/ludwig/issues/3570 | [] | thelinuxkid | 1 |
qubvel-org/segmentation_models.pytorch | computer-vision | 56 | KeyError: 'resnext50_32x4d' | what's wrong with resnext50_32x4d?
`model = smp.Unet("resnext50_32x4d", encoder_weights="imagenet", classes=4, activation='sigmoid')`
error:
KeyError: 'resnext50_32x4d'
However, it's defined here:
https://github.com/qubvel/segmentation_models.pytorch/blob/master/segmentation_models_pytorch/encoders/resnet.py#L85 | closed | 2019-09-12T02:08:19Z | 2019-09-13T15:31:00Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/56 | [] | hktxt | 1 |
davidsandberg/facenet | tensorflow | 557 | A mistake in guidline of Validate on LFW | Hi,
I am trying to follow the tutorial of Validate on LFW. However I found an error in the command. I think that it may be confused the beginner. I help to address the mistake.
```
cd ~/datasets
mkdir -p lfw/raw
tar xvf ~/Downloads/lfw.tgz -C /lfw/raw --strip-components=1
```
While we are in the `~/datas... | closed | 2017-11-28T09:52:02Z | 2018-04-11T16:23:12Z | https://github.com/davidsandberg/facenet/issues/557 | [] | jennyHsiao | 1 |
xorbitsai/xorbits | numpy | 153 | DOC: `np` is alias both for `numpy` and `xorbits.numpy` which may cause ambiguity | 
After `import numpy as np`, the `np` has become numpy instead of xorbits.numpy, I recommend to use `import numpy` directly. | open | 2023-01-09T04:13:12Z | 2023-05-17T04:27:19Z | https://github.com/xorbitsai/xorbits/issues/153 | [
"documentation",
"good first issue"
] | qianduoduo0904 | 0 |
Anjok07/ultimatevocalremovergui | pytorch | 1,569 | error while processing | Last Error Received:
Process: Ensemble Mode
If this error persists, please contact the developers with the error details.
Raw Error Details:
RuntimeError: "MPS backend out of memory (MPS allocated: 1.76 GB, other allocations: 1.57 GB, max allowed: 3.40 GB). Tried to allocate 160.00 MB on private pool. Use P... | open | 2024-09-25T10:30:15Z | 2024-09-25T10:30:15Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1569 | [] | Samkata03 | 0 |
kizniche/Mycodo | automation | 665 | high CPU rPi 3B | ## Mycodo Issue Report:
Mycodo Version: 7.5.8
Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516]
Database Version: 6333b0832b3d
Daemon Status: Running
Daemon Process ID: 1108
Daemon RAM Usage: 110.196 MB
Daemon Virtualenv: Yes
Frontend RAM Usage: 54.984 MB
Frontend Virtualenv: ... | closed | 2019-06-15T05:11:45Z | 2019-06-16T14:32:28Z | https://github.com/kizniche/Mycodo/issues/665 | [] | SAM26K | 18 |
LAION-AI/Open-Assistant | python | 2,853 | Tollboard: Active users filter not applied when switching between time ranges | When opening the Trollboard the "Daily" view correctly shows only enabled users. But when switching over to "Weekly" while the "Show active users" option is still active all users (including disabled one) are shown. Only after clicking on "Show banned users" and then again on "Show active users" the filter is applied c... | open | 2023-04-23T10:54:14Z | 2023-04-23T10:54:14Z | https://github.com/LAION-AI/Open-Assistant/issues/2853 | [
"bug",
"website"
] | andreaskoepf | 0 |
biosustain/potion | sqlalchemy | 64 | Add option to keep key order in fields.Object() and FieldSet.parse_request() | open | 2016-01-15T12:27:45Z | 2016-01-15T12:27:45Z | https://github.com/biosustain/potion/issues/64 | [] | lyschoening | 0 | |
iterative/dvc | machine-learning | 10,206 | dvc push: Unexpected error when pushing to Google Cloud storage or S3 | # Bug Report
dvc push: "Unexpected error" when pushing to Google Cloud storage or S3
### Reproduce
```
dvc init
dvc remote add -d s3 s3://bucket # or gcs gs://bucket
dvc import-url https://data.dvc.org/get-started/data.xml
dvc push -v
```
output (s3):
```
2023-12-27 19:56:42,605 DEBUG: v3.36.1 (pip), ... | closed | 2023-12-28T03:32:06Z | 2024-01-03T01:17:32Z | https://github.com/iterative/dvc/issues/10206 | [
"bug"
] | turkanis | 12 |
aleju/imgaug | deep-learning | 406 | how to use imgaug with pytorch | I want to use imgaug with pytorch.
def __getitem__(self, index) in torch.utils.data.Dataset can process one picture at a time, but in seq(images = images, keypoints = keypoints), I must give 4 dims (B, H, W, Channel). I want to know how to use imgaug without expansion dimension.
Thank you! | open | 2019-08-30T07:17:43Z | 2021-05-16T09:30:08Z | https://github.com/aleju/imgaug/issues/406 | [] | flowtcw | 11 |
TencentARC/GFPGAN | deep-learning | 23 | 'BASICSR_JIT' is not recognized as an internal or external command | Is this an issue with setting environment variables in Windows? Is there a method to resolve this? | closed | 2021-07-21T00:25:14Z | 2021-07-21T15:33:15Z | https://github.com/TencentARC/GFPGAN/issues/23 | [] | Kubishime | 1 |
ageitgey/face_recognition | machine-learning | 1,203 | 为什么小孩的识别效果不好? | 是因为人脸对齐时,小孩的人脸对齐效果不好造成的么? | open | 2020-08-20T10:02:36Z | 2020-08-20T10:02:36Z | https://github.com/ageitgey/face_recognition/issues/1203 | [] | yfq512 | 0 |
ultralytics/ultralytics | machine-learning | 19,270 | expected str, bytes or os.PathLike object, not NoneType | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
I imported the dataset directly from Roboflow, so it should not have problem.
The following is the... | open | 2025-02-16T22:55:49Z | 2025-02-16T23:15:55Z | https://github.com/ultralytics/ultralytics/issues/19270 | [
"question"
] | felixho789 | 2 |
opengeos/leafmap | streamlit | 122 | Add pydeck as a new plotting backend | References:
- https://deckgl.readthedocs.io
- https://github.com/agressin/pydeck_myTileLayer | closed | 2021-10-16T18:23:01Z | 2021-10-17T17:35:17Z | https://github.com/opengeos/leafmap/issues/122 | [
"Feature Request"
] | giswqs | 1 |
piccolo-orm/piccolo | fastapi | 883 | auto migrations fails when table in schema | Hello,
I'm running the latest Postgres image, python 3.11.3 (venv) and piccolo 0.119.0.
When i create a new asgi application with a fresh venv, i can perfectly add, change and delete rows using the migrations new .. --auto / forward command. Then i can migrate the table into a schema e.g. `class Task(Table, schema="b... | closed | 2023-09-08T12:39:29Z | 2023-09-09T00:37:30Z | https://github.com/piccolo-orm/piccolo/issues/883 | [] | lherrman | 3 |
polarsource/polar | fastapi | 4,598 | Orders API: Use `get_unprefixed_state` for state output to strip country prefix | Stripe Tax uses `ISO 3166-2` with subdivisions to perform a lookup on tax rates, e.g `country-state`, which makes sense. On checkout we therefore store the state in this format too for tax calculations.
However, customers expect a separation. Getting country from `orders.billing_address.country` and state from `orders... | open | 2024-12-04T10:08:20Z | 2024-12-04T10:08:20Z | https://github.com/polarsource/polar/issues/4598 | [
"enhancement",
"dx"
] | birkjernstrom | 0 |
marcomusy/vedo | numpy | 894 | Convert colored mesh to volume | Hi, given a mesh with colors appointed to each vertex, how can I convert it into a volume (voxel format) with the colors of the voxels relating to these points. Is there a simple way to achieve this? My purpose requires taking either the nearest point as the color, or the most frequent color within the space of the vox... | closed | 2023-07-07T06:35:56Z | 2023-07-14T11:58:41Z | https://github.com/marcomusy/vedo/issues/894 | [] | JeffreyWardman | 6 |
teamhide/fastapi-boilerplate | sqlalchemy | 21 | What is the config for postgres ? | Hi,
Can you guide me how can I change config for postgres ? I am using postgres+pyscopg2://postgres:password@localhost:5432/fastapi. But I have no luck ? | closed | 2023-04-24T07:22:08Z | 2024-01-28T09:09:54Z | https://github.com/teamhide/fastapi-boilerplate/issues/21 | [] | phtran-dev | 1 |
browser-use/browser-use | python | 362 | UPDATE the Langchain Chat models support | ### Type of Documentation Issue
Incorrect documentation
### Documentation Page
https://docs.browser-use.com/customize/langchain-models
### Issue Description
Currently I have used Gemini to run this
`from langchain_google_genai import ChatGoogleGenerativeAI
from browser_use import Agent
import asyncio
from dotenv ... | closed | 2025-01-23T19:22:48Z | 2025-01-24T11:58:32Z | https://github.com/browser-use/browser-use/issues/362 | [
"documentation"
] | snpixel | 1 |
HIT-SCIR/ltp | nlp | 573 | 如何高速处理5万多行的分词数据 | 为了处理5万多行的分词数据,改写了脚本案例
import sys,os,time
sys.path.append(os.path.abspath(os.path.dirname(__file__) + '/' + '..'))
from ltp import LTP
root_path=os.path.abspath(os.path.dirname(__file__) + '/' + '..')
ltp = LTP(path = "base")
url = "tests/zrbzdz.txt"
t1 = time.time()
url = "tests/zrbzdz.txt"
t1 = time.time()
... | closed | 2022-08-11T01:23:13Z | 2023-01-20T17:59:25Z | https://github.com/HIT-SCIR/ltp/issues/573 | [] | liyanfu520 | 7 |
erdewit/ib_insync | asyncio | 128 | Getting OrderHistory | I'm wondering if there is a way to get history of all orders. My bot needs to check some information on past orders to make buy or sell decision. | closed | 2019-01-18T04:46:00Z | 2020-07-04T13:59:37Z | https://github.com/erdewit/ib_insync/issues/128 | [] | quadricanna | 14 |
dpgaspar/Flask-AppBuilder | rest-api | 2,261 | get a list of requirements |
### Environment windows 10
Flask-Appbuilder version:4.0.0
apispec==3.3.2
attrs==23.2.0
Authlib==1.0.0
Babel==2.14.0
cffi==1.15.1
click==8.1.7
colorama==0.4.6
cryptography==42.0.8
dnspython==2.3.0
email-validator==1.3.1
Flask==2.0.3
Flask-AppBuilder==4.0.0
Flask-Babel==2.0.0
Flask-JSGlue==0.3.1
F... | open | 2024-07-17T19:54:34Z | 2024-07-18T20:17:50Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/2261 | [] | EnriqueGautoSand | 1 |
coqui-ai/TTS | deep-learning | 2,957 | [Bug] Text input via cat and multiple lines | ### Describe the bug
When feeding multiple lines of text using cat into the tts command line tool, tts creates long pauses after a line break.
### To Reproduce
1. Write some text with line breaks into demo.txt
2. Execute tts --text "$(cat demo.txt)" --out_path demo.wav --model_name whatever/model
### Expected beha... | closed | 2023-09-17T08:38:06Z | 2023-10-29T18:11:12Z | https://github.com/coqui-ai/TTS/issues/2957 | [
"bug",
"wontfix"
] | domasofan | 3 |
deeppavlov/DeepPavlov | tensorflow | 892 | Downgrade tensoflow version AttributeError | There is no fixed tensorflow version in requirments.txt.
So, if I downgrade tensorflow to version 1.10, I'll catch error: "AttributeError: module 'tensorflow' has no attribute 'init_scope'. | closed | 2019-06-20T14:43:11Z | 2019-07-15T13:14:32Z | https://github.com/deeppavlov/DeepPavlov/issues/892 | [] | artyerokhin | 2 |
marcomusy/vedo | numpy | 229 | Could not find example to adjust threshold | First thanks for sharing this wonderful project.
I can use command line
vedo https://vedo.embl.es/examples/data/head.vti
to see head isosurface and adjust threshold. But could not find any scrip in example to do this.
Could you please help? | closed | 2020-10-16T15:04:06Z | 2020-10-17T00:54:46Z | https://github.com/marcomusy/vedo/issues/229 | [] | mit10000 | 4 |
ansible/awx | django | 15,795 | awx.conf.settings The current value "'GroupOfUniqueNamesType'" for setting "AUTH_LDAP_GROUP_TYPE" is invalid | ### Please confirm the following
- [x] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [x] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [x] I understand that AWX is open source software provide... | open | 2025-01-29T21:08:03Z | 2025-02-05T18:24:42Z | https://github.com/ansible/awx/issues/15795 | [
"type:bug",
"needs_triage",
"community"
] | kevrrnet | 1 |
python-restx/flask-restx | flask | 623 | 自动化文档能否使用最新版本3.0及以上? | 自动化文档能否使用最新版本3.0及以上? | open | 2024-10-15T02:32:13Z | 2024-10-15T02:32:13Z | https://github.com/python-restx/flask-restx/issues/623 | [
"enhancement"
] | haike-1213 | 0 |
mckinsey/vizro | plotly | 740 | [Docs] Simplify our docs code examples | I believe someone from the development team should help streamline our code examples in the documentation. Upon rereading them, I noticed many instances where simplification is possible. Here are some specific recommendations:
- [ ] https://github.com/mckinsey/vizro/issues/713 - if this won't be done in the GHC, we ... | open | 2024-09-24T08:53:38Z | 2024-09-24T08:57:32Z | https://github.com/mckinsey/vizro/issues/740 | [
"Nice to have :cherries:"
] | huong-li-nguyen | 0 |
keras-team/keras | deep-learning | 20,890 | Improve Model.layers setter error message | Current error message for Model.layers setter is ambiguous and doesn't explain how to properly handle layers.
Current:
“`Model.layers` attribute is reserved and should not be used. Please use another name.”
Proposed:
“`Model.layers` is a read-only property. Use Model.add() to add new layers.” | closed | 2025-02-10T22:46:01Z | 2025-02-20T18:11:56Z | https://github.com/keras-team/keras/issues/20890 | [
"type:docs"
] | nikolasavic3 | 2 |
2noise/ChatTTS | python | 64 | add model to hugging face | closed | 2024-05-29T16:30:38Z | 2024-07-15T04:01:47Z | https://github.com/2noise/ChatTTS/issues/64 | [
"stale"
] | clmnt | 2 | |
plotly/dash | plotly | 2,827 | cannot pickle 'SSLContext' with background callback | **Describe your context**
Windows 11, Python 3.9
```
dash 2.16.1
dash-bootstrap-components 1.4.1
da... | open | 2024-04-03T11:13:34Z | 2024-08-13T19:48:24Z | https://github.com/plotly/dash/issues/2827 | [
"bug",
"P3"
] | fxstempfelals | 7 |
plotly/dash | dash | 2,802 | allow deletion of data from Heat Figs with Patch() | I am trying to delete some data from a heat fig, and it doesn't seem to be possible with patch. With patch, you would return something like
```
fig = Patch()
del fig['data'][0][x][0]
```
to delete the first item in the heatfig. The issue is that the heatfig has the following structure:
```
{ "data": [
... | open | 2024-03-18T19:34:51Z | 2024-08-13T19:47:46Z | https://github.com/plotly/dash/issues/2802 | [
"feature",
"P3"
] | cleaaum | 4 |
django-import-export/django-import-export | django | 1,100 | please update your documentation about IMPORT_EXPORT_USE_TRANSACTIONS | IMPORT_EXPORT_USE_TRANSACTIONS default is True and not False as documented in latest
https://django-import-export.readthedocs.io/en/stable/installation.html
IMPORT_EXPORT_USE_TRANSACTIONS = False in settings is **mandatory** if one want to actually import something in a mysql db (at least)
without it :
result... | closed | 2020-03-18T13:10:26Z | 2023-04-12T13:52:12Z | https://github.com/django-import-export/django-import-export/issues/1100 | [
"docs",
"good first issue"
] | spamandeggs | 1 |
yt-dlp/yt-dlp | python | 11,835 | [SoundCloud] Some cover arts are downloaded in 100x100 resolution instead of original size | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | closed | 2024-12-17T00:21:57Z | 2025-02-23T06:20:55Z | https://github.com/yt-dlp/yt-dlp/issues/11835 | [
"site-bug",
"patch-available"
] | pyxelr | 5 |
vitalik/django-ninja | rest-api | 355 | [BUG] Reverse url names are not auto generated | **Describe the bug**
Reverse resolution of urls described on https://django-ninja.rest-framework.com/tutorial/urls/ does not work for me. By inspecting the generated resolver, I discovered, that views that do not explicitly specify `url_name` do not have a name generated at all. View function name is not used.
**Ve... | closed | 2022-02-09T14:01:11Z | 2022-06-26T16:29:26Z | https://github.com/vitalik/django-ninja/issues/355 | [] | stinovlas | 2 |
Tanuki/tanuki.py | pydantic | 19 | Resolve Jupyter notebook system error with typed returns | ---------------------------------------------------------------------------
OSError Traceback (most recent call last)
Cell In[67], line 1
----> 1 x = create_todolist_item("I need to go and visit Jeff at 3pm tomorrow")
2 print(x)
File ~/Paperplane/repos/monkey-patch.py/exam... | open | 2023-10-31T20:59:28Z | 2023-10-31T20:59:28Z | https://github.com/Tanuki/tanuki.py/issues/19 | [] | bmagz | 0 |
dropbox/sqlalchemy-stubs | sqlalchemy | 139 | Execution contexts missing some functions | SQLAlchemy allows defining column defaults with a callable getting the insert/update context as an argument ([doc](https://docs.sqlalchemy.org/en/13/core/defaults.html?highlight=column%20default%20callable#context-sensitive-default-functions)), e.g:
```python
def get_default(context):
return context.get_curren... | open | 2020-01-22T11:23:49Z | 2020-01-22T16:48:05Z | https://github.com/dropbox/sqlalchemy-stubs/issues/139 | [
"priority-normal",
"topic-stubs"
] | bochecha | 2 |
mwaskom/seaborn | data-visualization | 3,591 | Heatmap doees not display all entries | Hi all,
I have an issue with my heatmap.
I generated a dataframe with 30k columns and here I set some of the values to a non-nan value (2k of them) (some might be double hits but that is beside the point). The values I fill the dataframe with are values between 0-1 to tell the function how to color each sample
W... | closed | 2023-12-11T11:45:03Z | 2023-12-11T16:34:24Z | https://github.com/mwaskom/seaborn/issues/3591 | [] | dansteiert | 5 |
vi3k6i5/flashtext | nlp | 96 | how to find keyword from a a string like regex does? | for example i have a string : "todayIgotEmailreport"
how do i get email keyword from this string ??
`if i use str.contains('report,False,regex=True)`
this will return this string.
how can we do it with flashtext?
| closed | 2019-11-08T03:25:36Z | 2020-02-13T18:32:46Z | https://github.com/vi3k6i5/flashtext/issues/96 | [] | ilovefood2 | 3 |
dynaconf/dynaconf | django | 734 | [RFC] Add option to validate only current env in validators.validate | **Problem**
I currently have a problem in a project when trying to validate a configuration. I have some variables in production that I do not have in development environment, and that are contained in a .secrets file not present in my project. I would like to validate the presence of the production variables when I r... | closed | 2022-04-08T09:08:18Z | 2022-04-11T18:45:38Z | https://github.com/dynaconf/dynaconf/issues/734 | [
"Not a Bug",
"RFC"
] | UgoBena | 2 |
pandas-dev/pandas | data-science | 60,747 | DOC: Reinstate the JupyterLite-based live shell for the pandas website | ## Description
Hello, I've recently been looking into the JupyterLite shell for [the `pandas` website's Getting Started page](https://pandas.org/getting_started.html) that briefly used to serve as an interactive endpoint for users browsing the website. It was discussed in https://github.com/pandas-dev/pandas/issues/46... | closed | 2025-01-21T13:29:59Z | 2025-03-04T01:25:36Z | https://github.com/pandas-dev/pandas/issues/60747 | [
"Enhancement",
"Web"
] | agriyakhetarpal | 2 |
dgtlmoon/changedetection.io | web-scraping | 2,217 | [feature] Use a chrome plugin that can both add the site and the cookies that were used at the time (keep the login etc) | **_TLDR - A chrome extension that can add a URL to your cdio install as well as store the cookies used._**
So from working on https://github.com/dgtlmoon/changedetection.io/issues/2197 , it turns out that setting cookies is more complicated that just setting the `cookie: xyz=1` custom header field, it is also 10)% n... | closed | 2024-02-26T17:19:49Z | 2024-03-17T17:28:18Z | https://github.com/dgtlmoon/changedetection.io/issues/2217 | [
"enhancement"
] | dgtlmoon | 8 |
aio-libs/aiopg | sqlalchemy | 546 | Bulk update values with SQLAlchemy | Since aiopg does not support bulk insert (https://github.com/aio-libs/aiopg/issues/112), so I use this to insert everything in a single query:
```
await conn.execute(
sa_foo_table
.insert()
.values([
dict(name='name1', x=1),
dict(name='name2', x=2),
dict(name='name3', x=3),
... | open | 2019-03-14T08:45:32Z | 2020-01-15T18:07:27Z | https://github.com/aio-libs/aiopg/issues/546 | [] | Yureien | 4 |
open-mmlab/mmdetection | pytorch | 11,816 | 如何在window | closed | 2024-06-28T02:40:02Z | 2024-06-28T02:40:16Z | https://github.com/open-mmlab/mmdetection/issues/11816 | [] | wdzwdxy | 0 | |
PokemonGoF/PokemonGo-Bot | automation | 6,321 | bot doesnot run File "pokecli.py", line 35, in <module> |
File "pokecli.py", line 35, in <module>
import six
ImportError: No module named six
Something went wrong and the bot needed to be restarted. Please investigate the cause.
Waiting for 46 seconds, press a key to continue ... | open | 2023-12-20T02:56:32Z | 2023-12-21T12:35:32Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/6321 | [] | omarmuhammad552 | 1 |
hankcs/HanLP | nlp | 1,289 | 我可以用自己的训练集训练一个依存句法分析模型吗 | closed | 2019-10-03T07:44:39Z | 2020-05-13T10:52:38Z | https://github.com/hankcs/HanLP/issues/1289 | [
"ignored"
] | parkourcx | 2 | |
hyperspy/hyperspy | data-visualization | 3,129 | Complex signal type warning | Hi everyone, I get the following warning while loading a hologram:
`sig1 = hs.load(s1, signal_type='hologram')`
`WARNING:hyperspy.io: signal_type='complex_signal2d' not understood. See hs.print_known_signal_types() for a list of installed signal types or https://github.com/hyperspy/hyperspy-extensions-list for t... | open | 2023-04-15T08:44:02Z | 2023-04-15T14:10:57Z | https://github.com/hyperspy/hyperspy/issues/3129 | [] | opens21 | 5 |
dpgaspar/Flask-AppBuilder | flask | 2,022 | Nested Group LDAP Auth not working in Airflow FAB | Hi All,
I am currently using flask_appbuilder.security.manager in order to provide LDAP authentication for my Airflow Users.
While doing the AUTH_ROLES_MAPPING I have noticed that it only works for direct members of the AD groups not the nested groups.
Has anyone been able to get this to work for nested groups?
... | open | 2023-04-18T15:33:35Z | 2023-05-03T09:22:42Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/2022 | [
"enhancement"
] | ranga2crazyy | 1 |
Yorko/mlcourse.ai | matplotlib | 13 | Ссылка на 3 статью | Добавьте пожалуйста в readme ссылку на третью статью на хабр. | closed | 2017-03-17T07:43:27Z | 2017-03-17T08:05:13Z | https://github.com/Yorko/mlcourse.ai/issues/13 | [
"minor_fix"
] | loopdigga96 | 2 |
seleniumbase/SeleniumBase | pytest | 2,957 | Upgrade `seleniumbase` to use the newer `selenium` (`4.23.1`) | ## Upgrade `seleniumbase` to use the newer `selenium` (`4.23.1`)
`selenium` `4.23.1` has been released.
`selenium` `4.23.0` had a bug, which why `seleniumbase` `4.28.7` is still using `selenium` `4.22.0` (the previous version).
Now it's safe to upgrade that dependency if all tests pass. | closed | 2024-07-24T18:03:27Z | 2024-07-25T15:35:11Z | https://github.com/seleniumbase/SeleniumBase/issues/2957 | [
"dependencies"
] | mdmintz | 1 |
seleniumbase/SeleniumBase | pytest | 2,821 | https://proxy-tools.com/proxy (reCAPTCHA) | On the site https://proxy-tools.com/proxy / when you click on "Show port" in the browser, the captcha passes without additional verification. However, if you use the script, an additional check appears.
My script
`from seleniumbase import SB
with SB(uc=True, test=True, locale_code="en") as sb:
url = "https://... | closed | 2024-06-03T05:40:43Z | 2024-06-03T12:57:16Z | https://github.com/seleniumbase/SeleniumBase/issues/2821 | [
"external",
"UC Mode / CDP Mode"
] | MaxKarpyza | 1 |
explosion/spaCy | machine-learning | 13,238 | TypeError: can not serialize 'DocTransformerOutput' object | This seems to be exactly #6672, but since that's locked, I cannot comment on it.
## How to reproduce the behaviour
The example from #6672:
```python
import spacy
sentence = "I love you."
nlp = spacy.load('en_core_web_trf')
doc = nlp(sentence)
doc.to_bytes()
```
raises `TypeError: can not serialize 'Do... | closed | 2024-01-16T12:27:25Z | 2024-02-26T00:02:33Z | https://github.com/explosion/spaCy/issues/13238 | [
"bug",
"feat / serialize",
"feat / transformer"
] | sliedes | 4 |
pytest-dev/pytest-xdist | pytest | 203 | testsuite completely falls appart locally | ```
Replacing crashed slave gw494
[gw495] node down: Traceback (most recent call last):
File "/home/rpfannsc/Projects/pytest-dev/pytest-xdist/.tox/py27/lib/python2.7/site-packages/execnet/gateway_base.py", line 1072, in executetask
do_exec(co, loc) # noqa
File "<string>", line 1, in do_exec
File "<re... | closed | 2017-08-05T07:45:49Z | 2024-01-08T10:30:02Z | https://github.com/pytest-dev/pytest-xdist/issues/203 | [
"needs information"
] | RonnyPfannschmidt | 3 |
yaroslaff/nudecrawler | web-scraping | 3 | IndexError: tuple index out of range | It works, but after a while it drops out with an error
```
Traceback (most recent call last):
File "/root/nudecrawler/bin/nudecrawler", line 467, in <module>
main()
File "/root/nudecrawler/bin/nudecrawler", line 456, in main
check_word(w, day, args.fails, print_urls = args.urls, resumecount=resumeco... | closed | 2023-04-07T18:58:54Z | 2023-04-12T18:42:00Z | https://github.com/yaroslaff/nudecrawler/issues/3 | [] | jeffscrum | 9 |
modin-project/modin | data-science | 7,334 | BUG: Series.compare with differently named series raises ValueError, but should not | ### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i... | open | 2024-06-29T00:26:36Z | 2024-06-29T00:27:05Z | https://github.com/modin-project/modin/issues/7334 | [
"bug 🦗",
"P2",
"Interfaces and abstractions"
] | sfc-gh-mvashishtha | 1 |
mouredev/Hello-Python | fastapi | 478 | 网赌被黑怎么办、有办法挽救吗 | 出黑咨询+微:zdn200 微信:xiaolu460570
飞机“@lc15688
如果你出现以下这些情况,说明你已经被黑了:↓ ↓
【网赌被黑怎么办】【网赌赢了平台不给出款】【系统更新】【取款失败】【注单异常】【网络波动】【提交失败】
【单注为回归 】【单注未更新】【出款通道维护】 【打双倍流水】 【充值同等的金额】
关于网上网赌娱乐平台赢钱了各种借口不给出款最新解决方法
切记,只要你赢钱了,遇到任何不给你提现的借口,基本表明你已经被黑了

| closed | 2025-03-06T08:37:06Z | 2025-03-10T13:47:08Z | https://github.com/mouredev/Hello-Python/issues/478 | [] | khyl55 | 0 |
django-import-export/django-import-export | django | 1,730 | V4: _check_import_id_fields doesn't produce intended error message. | **Describe the bug**
With V4 I have started getting following errors on `django-hordak` tests (for some reason it updates to pre versions even if it is not requested):
```
File "/home/runner/work/django-hordak/django-hordak/hordak/views/statement_csv_import.py", line 84, in post
self.result = resource.impor... | closed | 2024-01-05T11:51:28Z | 2024-05-03T08:08:59Z | https://github.com/django-import-export/django-import-export/issues/1730 | [
"bug"
] | PetrDlouhy | 3 |
dynaconf/dynaconf | fastapi | 1,259 | [3.3.0] Adjust Python versions supported |
### Discussed in https://github.com/dynaconf/dynaconf/discussions/1258
<div type='discussions-op-text'>
<sup>Originally posted by **judy-devData** February 19, 2025</sup>
The latest version of dynaconf released on february 17 includes support for Python 3.11. Are there any plans in the near future to support python ... | open | 2025-02-19T15:32:06Z | 2025-02-19T15:32:06Z | https://github.com/dynaconf/dynaconf/issues/1259 | [] | rochacbruno | 0 |
miguelgrinberg/python-socketio | asyncio | 593 | Client doesn't work on simple example. Error: simplejson.errors.JSONDecodeError | I'm trying to run the simple example:
```
import socketio
sio = socketio.Client()
@sio.event
def connect():
print('connected to server')
@sio.event
def disconnect():
print('disconnected from server')
sio.connect('wss://echo.websocket.org')
sio.wait()
```
but I'm getting an error:
`Traceb... | closed | 2020-12-21T20:49:44Z | 2020-12-21T20:58:43Z | https://github.com/miguelgrinberg/python-socketio/issues/593 | [] | ihormihal | 1 |
plotly/dash-table | dash | 233 | Clean up build output & committed build/intermediary files | Following #212, some issues in the build and general lifecycle of the repo have become apparent. Here are some points to fix, explore, or justify.
1. Make the build output file name match those of other Dash repos (e.g lib/dash-table.[min|dev].js)
2. Do not commit build and intermediary results in the repo (e.g. /d... | open | 2018-11-08T12:58:18Z | 2019-07-06T12:24:45Z | https://github.com/plotly/dash-table/issues/233 | [
"dash-type-maintenance"
] | Marc-Andre-Rivet | 0 |
scikit-learn-contrib/metric-learn | scikit-learn | 215 | set/update the preprocessor outside the init | Just a thought, but it might be useful to have a function to update/set the preprocessor outside of the init. Right now it is just initialized when calling fit (so using sth like `mcc.set_params(preprocessor=X)` won't help). But one might realize later after fitting that they need a/another preprocessor, for instance i... | open | 2019-06-12T09:49:31Z | 2019-06-12T14:07:32Z | https://github.com/scikit-learn-contrib/metric-learn/issues/215 | [] | wdevazelhes | 1 |
inventree/InvenTree | django | 9,260 | Reverse proxy: Contradictory scheme headers | ### Deployment Method
- [ ] Installer
- [ ] Docker Development
- [ ] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [x] Other (please provide a link `Steps to Reproduce`
### Describe the problem*
First I would like to apologize for being a completely lost n00b.... | closed | 2025-03-07T20:54:32Z | 2025-03-11T23:11:05Z | https://github.com/inventree/InvenTree/issues/9260 | [
"question",
"setup"
] | realcanadrian | 2 |
python-restx/flask-restx | flask | 545 | Swagger schema creation can crash if multiple requests arrive quickly on startup [theory] | Hello flask-restx team!
This is a bit of a nasty one sorry! We have recently twice observed a crash (call stack below) inside the Swagger() constructor on application startup, when it receives its first request. The exception being thrown ("dictionary changed size during iteration") is indicative of a threading ... | open | 2023-06-06T06:06:01Z | 2024-02-22T13:45:55Z | https://github.com/python-restx/flask-restx/issues/545 | [
"bug"
] | peterhorsley | 3 |
darrenburns/posting | automation | 217 | Bug: ignore user-agent header and uses it own user-agent | When i set a user-agent posting ignore my user-agent and use it default user agent i'v had posting v2.3.0 and i update to v2.5.2 but it not fixed! | closed | 2025-03-09T11:28:03Z | 2025-03-13T20:05:50Z | https://github.com/darrenburns/posting/issues/217 | [
"bug"
] | ImMohammad20000 | 4 |
graphql-python/flask-graphql | graphql | 85 | which graphiql version is using? | I have `Flask-GraphQL==2.0.1` installed and inside Chrome it is requiring dependencies like
> http://cdn.jsdelivr.net/npm/graphiql@0.11.11/graphiql.min.js
note: currently the latest version in jsdelivr is 1.0.6
however the github readme says
> graphiql_version: The graphiql version to load. __Defaults to "1.0.... | open | 2020-11-16T09:42:44Z | 2021-07-27T03:31:55Z | https://github.com/graphql-python/flask-graphql/issues/85 | [] | qinst64 | 2 |
ageitgey/face_recognition | machine-learning | 1,185 | giving cpu as parameter ? | * face_recognition version:1.3.0
* Python version:3.7.6
* Operating System:3.7.6
### Description
I want to know how to give CPU as a parameter in the API calls
| open | 2020-07-11T10:56:33Z | 2020-07-27T13:40:35Z | https://github.com/ageitgey/face_recognition/issues/1185 | [] | silexxx | 1 |
mwaskom/seaborn | matplotlib | 3,239 | [Feature Request] sns.histplot() automatically supports discreted axis labeling. | # Background / related function desc
As the doc saids:
When both x and y are assigned, a bivariate histogram is computed and shown as a heatmap:
```python
sns.histplot(penguins, x="bill_depth_mm", y="body_mass_g")
```
![image](https://user-images.githubusercontent.com/23258141/215312148-a51a8e14-0640-4224-af42-96... | closed | 2023-01-29T07:53:32Z | 2023-02-06T17:29:56Z | https://github.com/mwaskom/seaborn/issues/3239 | [] | kaimo455 | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.