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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
mitmproxy/mitmproxy | python | 7,038 | Crash for Non-HTTP/3 QUIC Protocols | #### Problem Description
See https://github.com/mitmproxy/mitmproxy/issues/7025#issuecomment-2248667622 for a traceback. HTTP/3 over QUIC works, but raw QUIC doesn't work here.
#### Steps to reproduce the behavior:
1. `mitmdump --mode reverse:quic://http3.is@443`
2. `curl --http3-only https://http3.is -k -vvv -... | open | 2024-07-24T18:57:52Z | 2024-08-19T10:55:49Z | https://github.com/mitmproxy/mitmproxy/issues/7038 | [
"kind/bug",
"area/protocols"
] | mhils | 1 |
yunjey/pytorch-tutorial | deep-learning | 103 | Train Process so slow | I tried to run train.py in Ubuntu 16.04 which installed cuda 8.0, CUDnn, python 3.5, when i check using `torch.cuda.is_available()` show output is
> True
but when I try to add code to check if cuda available or not in like this
`if torch.cuda.is_available():
encoder.cuda()
decoder.cuda()
print(... | closed | 2018-03-22T06:43:31Z | 2018-11-05T16:01:06Z | https://github.com/yunjey/pytorch-tutorial/issues/103 | [] | khaerulumam42 | 2 |
akfamily/akshare | data-science | 5,638 | AKShare 接口问题报告 | AKShare Interface Issue Report stock_zh_a_spot_em只返回200数据了 | 目前使用 akshare的版本是1.6.34,
调用的代码如下:
import akshare as ak
df = ak.stock_zh_a_spot_em()
上周都还是全量返回所有5000多条的数据的,今天(25-02-17)调用的时候只返回200条数据了。
| closed | 2025-02-17T02:07:57Z | 2025-03-11T02:15:01Z | https://github.com/akfamily/akshare/issues/5638 | [
"bug"
] | kenjs | 4 |
LibreTranslate/LibreTranslate | api | 492 | local hosted server API keys not working | I am not sure if this is a bug or what but every API key generated via ltmanage command locally on our server for selfhosted projects says invalid key.
LibreTranslate is launched as a service on CentOS 7 with the --ssl --api-keys commands
we even tried adding --api-keys-db-path=/home/admin/web/"webdomain"/public_ht... | closed | 2023-09-15T21:34:46Z | 2023-09-20T03:42:18Z | https://github.com/LibreTranslate/LibreTranslate/issues/492 | [] | snagi12 | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,140 | An issue with editing and saving questionnaires | Hi
When an user is editing a questionnaire, there is possibility to save progress at different levels: questionnaire, step or field level.
When a field is edited, and user saves at questionnaire level, the change does not get saved.
If the user saves at field level, then the change is preserved.
This is some... | closed | 2022-01-06T18:46:40Z | 2022-01-19T18:18:26Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3140 | [] | aetdr | 2 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 835 | 运行发现代码报错 cuda版本11.7 torch版本1.11.0 torchvision版本0.12.0 | 在运行mobileNetv2和rpn+Res50时都会报错,报错信息如下:


| open | 2024-09-24T06:11:32Z | 2024-09-24T06:11:32Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/835 | [] | kusenanhai | 0 |
dsdanielpark/Bard-API | nlp | 31 | list index out of range | well, maybe google decided to change things a bit...
File "/home/runner/Bard-AI-bot-template-bardapi/venv/lib/python3.10/site-packages/bardapi/core.py", line 86, in get_answer
resp_dict = json.loads(resp.content.splitlines()[3])[0][2]
IndexError: list index out of range | closed | 2023-05-23T06:38:19Z | 2023-05-23T07:43:17Z | https://github.com/dsdanielpark/Bard-API/issues/31 | [] | sublimeclemency | 10 |
ionelmc/pytest-benchmark | pytest | 160 | Add AWS S3 or HTTP storage | 👋 First thanks for this awesome library 🙏
I was wondering if adding AWS S3 or simple HTTP storage would be something worth implementing here.
I could start a PR if 👌
Thanks | open | 2020-02-05T15:54:31Z | 2025-03-06T11:38:46Z | https://github.com/ionelmc/pytest-benchmark/issues/160 | [] | vincentsarago | 6 |
Lightning-AI/pytorch-lightning | machine-learning | 20,016 | Gathering a list of strings from multiple devices using Fabric | ### Bug description
I have a list of strings, on each device in multi-gpu evaluation, I want to be able to collect them all on all devices across all devices into a single list
```
m_preds = fabric.all_gather(all_preds)
m_gt = fabric.all_gather(all_gt)
```
when I try the above code (`all_preds` I and `all... | open | 2024-06-26T01:28:46Z | 2024-06-27T18:44:48Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20016 | [
"question",
"docs"
] | Haran71 | 1 |
koxudaxi/datamodel-code-generator | pydantic | 1,884 | Strict types don't enforce field constraints | **Describe the bug**
When using `—strict-types` and `--field-constraints` (or `--use-annotated`) together, the field constraints are not added to the Field.
**To Reproduce**
Example schema:
```yaml
components:
schemas:
Timestamp:
type: integer
minimum: 1
maximum: 9999999999
```
... | open | 2024-03-13T21:04:12Z | 2024-03-14T15:03:02Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1884 | [] | colinbr96 | 0 |
holoviz/panel | plotly | 7,377 | DeckGL/Pydeck tooltips incorrect | 
This is a screenshot in the documentation so I haven't bothered to put together an MRE. Only applicable in the example when using PyDeck. I had noticed this in previous versions of panel aswell.
https://panel.holoviz.org/r... | open | 2024-10-09T03:41:38Z | 2025-01-20T19:18:30Z | https://github.com/holoviz/panel/issues/7377 | [] | mayonnaisecolouredbenz7 | 1 |
K3D-tools/K3D-jupyter | jupyter | 41 | Add an abstraction for transforms | Here's a suggestion for a design change and/or enhancement.
I think it will make the framework much more flexible at a fairly low cost.
The association of model_matrix (formerly view_matrix) with each object is a pretty low level feature and leaves a lot of both power and responsibility up to the user in terms of p... | closed | 2017-05-31T07:44:21Z | 2017-10-21T14:01:07Z | https://github.com/K3D-tools/K3D-jupyter/issues/41 | [] | martinal | 5 |
pydata/xarray | pandas | 9,246 | Writing complex numbers to netCDF | ### Is your feature request related to a problem?
Currently, the only supported method for saving complex numbers to netCDF is to use the `h5netcdf` engine with `invalid_netcdf=True`.
The latest release of `netCDF4`, 1.7.1, now has [support for complex numbers](https://unidata.github.io/netcdf4-python/#support-for-... | closed | 2024-07-15T10:05:01Z | 2024-10-02T06:10:58Z | https://github.com/pydata/xarray/issues/9246 | [
"enhancement"
] | ZedThree | 6 |
tensorflow/tensor2tensor | machine-learning | 1,461 | AttributeError: module 'tensorflow' has no attribute 'bytes' while running tensorflow serving | ### Description
AttributeError: module 'tensorflow' has no attribute 'bytes' while running tensorflow serving
### Environment information
```
OS: Ubuntu 18.04.2 LTS
$ pip freeze | grep tensor
mesh-tensorflow==0.0.4
tensor2tensor==1.12.0
tensorboard==1.12.0
tensorflow==1.12.0
tensorflow-gpu==1.12.0
te... | open | 2019-02-21T12:44:33Z | 2019-02-21T13:41:11Z | https://github.com/tensorflow/tensor2tensor/issues/1461 | [] | josd | 0 |
manrajgrover/halo | jupyter | 59 | Bug: Output gets hidden on stop_and_persist in Jupyter notebooks | <!-- Please use the appropriate issue title format:
BUG REPORT
Bug: {Short description of bug}
SUGGESTION
Suggestion: {Short description of suggestion}
OTHER
{Question|Discussion|Whatever}: {Short description} -->
## Description
Currently, in jupyter notebooks, the final `stop_an... | open | 2018-05-14T17:55:41Z | 2019-10-15T23:54:53Z | https://github.com/manrajgrover/halo/issues/59 | [
"bug",
"help wanted",
"up-for-grabs",
"hacktoberfest",
"jupyter"
] | manrajgrover | 5 |
noirbizarre/flask-restplus | flask | 351 | doc= to hide API doc does not support a True value | Flask==0.12.2
flask-restplus==0.10.1
Using the doc= option needs to be hard coded with a False value if we do not want to show the documentation.
The value True is not supported, as it throws an exception, see this code snippet:
```
api = Api(blueprint_api,
version=app.config['API_VERSION'],
... | open | 2017-11-12T16:37:06Z | 2017-11-12T16:38:06Z | https://github.com/noirbizarre/flask-restplus/issues/351 | [] | ptrdvds | 0 |
JaidedAI/EasyOCR | deep-learning | 1,012 | Poor performance after training on custom data ℹ️ | Greetings! 👋🏼
I used your repository (and not the [deep-text-recognition-benchmark](https://github.com/clovaai/deep-text-recognition-benchmark)), so I think it would be better to ask this in here.
### **I hope the issue would not be lost in the void😢**
* Can you please give some insights to how is that t... | open | 2023-05-09T21:03:49Z | 2024-07-10T17:20:39Z | https://github.com/JaidedAI/EasyOCR/issues/1012 | [] | amir2628 | 7 |
wandb/wandb | tensorflow | 9,174 | [Feature]: Want option to revert to old wandb workspace settings | ### Description
The new workspace settings is a pop-up drawer on the right of the window, which
1) is quite laggy to open and close especially if many runs and curves are visualized.
2) occupies a large space previously available for visualizations.
3) needs 3 clicks (1 click on settings button, and wait for a slow sl... | open | 2025-01-03T00:30:33Z | 2025-01-07T01:08:12Z | https://github.com/wandb/wandb/issues/9174 | [
"ty:feature",
"a:app"
] | eliphatfs | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 683 | vit的某些模型参数没有提供下载 不知道是否可以增加模型权重链接 感谢~ | 比如。。。vit_base_patch16_224_in21k等?没有看到链接。。。啊 以及非常感谢这份代码,很好用! | closed | 2022-11-14T08:27:29Z | 2023-02-23T13:58:15Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/683 | [] | Arsmart1 | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 838 | Non uniform image as background | Hi !
How to optimize the gaussians in the render process whilehaving a non uniform background such as an image ?
I mean should I modify this part in the cuda_rasterizer ?
https://github.com/graphdeco-inria/diff-gaussian-rasterization/blob/59f5f77e3ddbac3ed9db93ec2cfe99ed6c5d121d/cuda_rasterizer/backward.cu#L530-... | open | 2024-06-05T10:25:50Z | 2024-06-27T14:51:19Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/838 | [] | MatteoMarengo | 4 |
microsoft/JARVIS | pytorch | 186 | After running "python models_server.py --config configs/config.default.yaml" i get the following error; | ~/JARVIS/server$ python models_server.py --config configs/config.default.yaml
Fetching 27 files: 100%|█████████████████████████████████████████████████████████████| 27/27 [00:00<00:00, 28662.67it/s]`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["id2label"]` wil... | open | 2023-04-26T22:13:55Z | 2023-05-03T21:00:17Z | https://github.com/microsoft/JARVIS/issues/186 | [] | IvanSchroll | 1 |
DistrictDataLabs/yellowbrick | scikit-learn | 701 | Matplotlib version (>=3.0.0) backends don't support Yellowbrick | **Describe the issue**
A clear and concise description of what the issue is.
<!-- If you have a question, note that you can email us via our listserve:
https://groups.google.com/forum/#!forum/yellowbrick -->
<!-- This line alerts the Yellowbrick maintainers, feel free to use this
@ address to alert u... | closed | 2019-01-29T01:20:11Z | 2019-02-04T18:10:35Z | https://github.com/DistrictDataLabs/yellowbrick/issues/701 | [
"type: question"
] | dnabanita7 | 2 |
fastapi-users/fastapi-users | fastapi | 846 | Delete response header not setting cookie_samesite as defined in CookieTransport | For my angular project i need to set the cookies SameSite header to 'None' so 'Set-Cookie' is set by the angular app.
I defined the cookie transport:
```
cookie_transport = CookieTransport(cookie_max_age=3600, cookie_samesite='None')
```
On a login call the browser is receiving the following cookie:
> fastapiu... | closed | 2022-01-07T11:45:35Z | 2022-01-10T11:59:47Z | https://github.com/fastapi-users/fastapi-users/issues/846 | [
"bug"
] | Hazedd | 0 |
widgetti/solara | flask | 825 | Vue components unable to find template vue files when using frozen/pyinstaller application on Windows | I have been using [PyInstaller](https://pyinstaller.org/en/stable/) to create an executable .exe file for my solara application, and that has, in general, worked very well. However, recently I started using the [Menu](https://github.com/widgetti/solara/blob/8ef0826818ae3e08026c0904c2acdec77aeef195/solara/lab/components... | closed | 2024-10-21T11:38:16Z | 2024-10-25T09:55:04Z | https://github.com/widgetti/solara/issues/825 | [] | suhren | 3 |
frappe/frappe | rest-api | 31,116 | Default Value: Problem with German | <!--
Welcome to the Frappe Framework issue tracker! Before creating an issue, please heed the following:
1. This tracker should only be used to report bugs and request features / enhancements to Frappe
- For questions and general support, use https://stackoverflow.com/questions/tagged/frappe
- For documentatio... | open | 2025-02-04T14:43:33Z | 2025-02-11T07:44:22Z | https://github.com/frappe/frappe/issues/31116 | [
"bug"
] | zongo811 | 1 |
serengil/deepface | deep-learning | 1,077 | AttributeError: 'NoneType' object has no attribute 'xy' | Simply, what I'm trying to run is this:
```
from deepface import DeepFace
result = DeepFace.verify(model_name='VGG-Face', detector_backend='yolov8', img1_path=img1, img2_path=img2)
```
and I'm facing this error:
`AttributeError: 'NoneType' object has no attribute 'xy'`
Why is it happening and how to so... | closed | 2024-03-09T09:24:26Z | 2024-03-10T09:10:54Z | https://github.com/serengil/deepface/issues/1077 | [
"bug"
] | freedom9393 | 7 |
keras-team/keras | data-science | 20,323 | EarlyStopping() does not return the model weights corresponding to the epoch with the best value of the monitored quantity | When using `early_stopping = keras.callbacks.EarlyStopping(monitor="loss", mode="auto", patience=50, verbose=1, restore_best_weights=True)` with `restore_best_weights=True` the restored weights do not correspond to the epoch that produced the best value of the monitored quantity but rather to the epoch after the best e... | closed | 2024-10-04T18:38:23Z | 2024-11-11T04:07:50Z | https://github.com/keras-team/keras/issues/20323 | [
"keras-team-review-pending",
"type:Bug"
] | GeorgeOrfanidis | 11 |
horovod/horovod | deep-learning | 3,260 | Building Horovod 0.23.0 w HOROVOD_GPU=CUDA on a system with ROCM also installed-- Build tries to use ROCM too | **Environment:**
1. Framework: TensorFlow, PyTorch
2. Framework version: 2.7.0, 1.9.1
3. Horovod version: 0.23.0
4. MPI version: MPICH 3.4.2
5. CUDA version: 11.4.2
6. NCCL version: 2.11.4
7. Python version: 3.9.7
8. Spark / PySpark version: NA
9. Ray version: NA
10. OS and version: Ubuntu 20.04
11. GCC vers... | open | 2021-11-05T15:42:58Z | 2021-11-16T12:24:57Z | https://github.com/horovod/horovod/issues/3260 | [
"bug"
] | eugeneswalker | 1 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 447 | Pytorch synthesizer | Splitting this off from #370, which will remain for tensorflow2 conversion. I would prefer this route if we can get it to work. Asking for help from the community on this one.
One example of a pytorch-based tacotron is: https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2
A... | closed | 2020-07-24T06:40:58Z | 2021-12-01T09:31:35Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/447 | [
"dependencies"
] | ghost | 74 |
mwaskom/seaborn | data-visualization | 3,536 | On the future deprecation of palette without hue | Hi,
Regarding https://seaborn.pydata.org/whatsnew/v0.12.0.html and a recent _"FutureWarning: Passing `palette` without assigning `hue` is deprecated"._ message, assigning the same variable to `x` or `y` and `hue` would apply a color palette.
However, by doing so, the figures objects become very stretched and i... | closed | 2023-10-21T12:55:08Z | 2023-10-28T12:47:37Z | https://github.com/mwaskom/seaborn/issues/3536 | [] | ReHoss | 3 |
sqlalchemy/alembic | sqlalchemy | 1,536 | Enable Private Vulnerability Reporting | ## Summary
In your repository, we have found a bug that may require your attention. We do not want to disclose the details. Therefore, we request you to enable private vulnerability reporting in your repository.
## Sponsorship and Support
This work is done by the security researchers from OpenRefactory and is support... | closed | 2024-09-12T09:32:58Z | 2024-09-12T10:15:53Z | https://github.com/sqlalchemy/alembic/issues/1536 | [] | rokydas-OR | 2 |
2noise/ChatTTS | python | 330 | What is the difference between [lbreak] and [uv_break]? | 如题。 | closed | 2024-06-17T07:19:51Z | 2024-11-02T18:44:11Z | https://github.com/2noise/ChatTTS/issues/330 | [
"stale"
] | Walle1493 | 3 |
dfki-ric/pytransform3d | matplotlib | 220 | Remove dependency on nosetests | Will be replaced by pytest in the future
```
pytransform3d/test/test_urdf.py
15:from nose.tools import assert_raises, assert_equal, assert_true, assert_in
16:from nose import SkipTest
pytransform3d/test/test_transformations.py
33:from nose.tools import (assert_equal, assert_almost_equal,
pytransform3d/test... | closed | 2023-02-07T22:08:46Z | 2023-02-09T15:55:05Z | https://github.com/dfki-ric/pytransform3d/issues/220 | [] | AlexanderFabisch | 0 |
mithi/hexapod-robot-simulator | plotly | 85 | Refactoring Suggestions | Replace:
https://github.com/mithi/hexapod-robot-simulator/blob/808534d769476342ae56e88ea865c33b36c89490/index.py#L14
With:
```python
div_header = html.Div(
[
html.A(html.H6("👾"), href=URL_REPO, target="_blank", style=icon_link_style),
html.A(html.H6("☕"), href=URL_KOFI, target="_blank"... | closed | 2020-04-24T17:00:13Z | 2020-04-27T13:29:04Z | https://github.com/mithi/hexapod-robot-simulator/issues/85 | [
"feature request",
"good first issue",
"low hanging fruit",
"code quality"
] | mithi | 4 |
prkumar/uplink | rest-api | 2 | urlparse.urljoin restricts URL patterns | The [documentation for urljoin](https://docs.python.org/2/library/urlparse.html#urlparse.urljoin) reveals that it has some very strange behavior. Calling `build(... , base_url="https://example.com")` and also having a method `@get("//unrelated.com/users")` means that the method would execute on "https://unrelated.com/... | closed | 2017-10-20T04:13:56Z | 2017-10-20T05:29:16Z | https://github.com/prkumar/uplink/issues/2 | [] | brandonio21 | 4 |
gradio-app/gradio | python | 10,204 | SSR does not work with `auth` enabled | ### Describe the bug
Failed to start while auth and ssr on
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
def greet(name):
return f"Hello, {name}!"
# Define the username and p... | open | 2024-12-16T02:49:53Z | 2024-12-17T17:53:52Z | https://github.com/gradio-app/gradio/issues/10204 | [
"bug",
"SSR"
] | laoshancun | 0 |
aminalaee/sqladmin | fastapi | 361 | Two relations on model (foreign key), but one field on model | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
There are two correlations per table (seller, buyer), but a table is generated where there is only one users field.
```python
class DealModel(... | closed | 2022-10-19T13:53:22Z | 2022-11-08T10:59:28Z | https://github.com/aminalaee/sqladmin/issues/361 | [] | Egnod | 2 |
strawberry-graphql/strawberry | graphql | 3,658 | Support chunked transfers (file upload) | ## Describe the Bug
Strawberry-django does not seem to support chunked transfers when using multipart uploads.
Thanks to @enisdanjo (https://github.com/ardatan/graphql-mesh/issues/7701) :
You can reproduce the issue by appending Transfer-Encoding: chunked to the upload request.
`curl localhost:8000 \
-H 'Transf... | open | 2024-10-06T16:27:59Z | 2025-03-20T15:56:53Z | https://github.com/strawberry-graphql/strawberry/issues/3658 | [
"bug"
] | MaximeDetne | 3 |
nalepae/pandarallel | pandas | 267 | Pandarallel is failing with SSLContext error | I have upgraded openai from 0.28.0 to openai==1.23.5.
My parallel calls to openai with Pandarallel was working well with openai==0.28.0 version.
But failing with the below error after upgrading to openai==1.23.5
File "/app/imssumm/Summ_parallel.py", line 239, in call_iterative_summ_logic
prompt_df_1["re... | open | 2024-04-26T12:15:42Z | 2024-04-29T06:01:00Z | https://github.com/nalepae/pandarallel/issues/267 | [] | madhvs | 4 |
netbox-community/netbox | django | 17,695 | Rack face not clear when site is cleared | ### Deployment Type
Self-hosted
### NetBox Version
v4.1.3 Community
### Python Version
3.12
### Steps to Reproduce
1. Create a device.
2. Assign it to a site
3. Assign it to a location
4. Assign it to a rack
5. Set rack face
6. Set Position
7. Save
8. Edit device again
9. Press x next to Site (Note: all ... | open | 2024-10-08T05:42:26Z | 2025-01-23T20:04:17Z | https://github.com/netbox-community/netbox/issues/17695 | [
"type: bug",
"status: needs owner",
"severity: low",
"netbox"
] | Theyouth1 | 1 |
SYSTRAN/faster-whisper | deep-learning | 81 | [mp3float] Header missing | Hi first of all thank you for this great repo!
## Issue
Transcribing some mp3 files I got the following error: " [mp3float] Header missing"
## The cause:
"faster_whisper/audio.py", line 42, in decode_audio", I saw faster whisper uses PyAv instead of the FFmpeg package whisper uses, I'm a total noob when it co... | closed | 2023-03-26T10:10:18Z | 2023-03-27T08:19:24Z | https://github.com/SYSTRAN/faster-whisper/issues/81 | [] | Hannes1 | 2 |
jpadilla/django-rest-framework-jwt | django | 488 | DeprecationWarning: The following fields will be removed in the future: `email` and `user_id`. | Hello,
I am using `email` instead of `username` for authentication. So my custom user model does
not have username field. My code is based on [this](https://www.fomfus.com/articles/how-to-use-email-as-username-for-django-authentication-removing-the-username)
Now I am setting up jwt authentication and I receive t... | open | 2019-08-06T19:16:36Z | 2019-08-08T13:08:29Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/488 | [] | ajendrex | 1 |
pandas-dev/pandas | data-science | 60,794 | BUG: Bug in mask method when handling pd.NA with Int64Dtype | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-01-26T11:53:00Z | 2025-01-27T21:36:49Z | https://github.com/pandas-dev/pandas/issues/60794 | [
"Bug",
"Duplicate Report",
"NA - MaskedArrays"
] | IceyDuan | 2 |
kizniche/Mycodo | automation | 805 | PID Controller Output: Min On Duration, Max On Duration, Min Off Duration not saved | Unable to save PID controller output attributes (Min On Duration, Max On Duration, Min Off Duration).
### Versions:
- Mycodo Version: 8.6.4
- Raspberry Pi Version: 3B
- Raspbian OS Version: Buster Lite
### Reproducibility
1. Deactivate existing PID controller
2. Edit controller Output Min, Max durati... | closed | 2020-07-28T21:53:24Z | 2020-08-10T22:57:27Z | https://github.com/kizniche/Mycodo/issues/805 | [] | emuehlstein | 11 |
kensho-technologies/graphql-compiler | graphql | 781 | Dealing with vertex types and edge types with invalid names | When reflecting the GraphQL schema from a database, we ignore properties with invalid names because GraphQL core will raise an error if any of the GraphQL types has an invalid name. However, do not ignore vertex types and edge types with invalid names.
It would be ideal if we could implement a fix that would solve t... | open | 2020-03-24T16:58:30Z | 2020-03-24T16:58:30Z | https://github.com/kensho-technologies/graphql-compiler/issues/781 | [] | pmantica1 | 0 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 119 | this project can change Black-and-white picture to Color photograph? | ok .from code ,i can't find it, just want to konw....
This project can change Black-and-white picture to Color photograph? | closed | 2021-03-03T06:48:14Z | 2021-03-03T06:51:16Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/119 | [] | cuiweipeng | 1 |
vitalik/django-ninja | rest-api | 1,190 | The CSRF header name needs to be configurable | We use a different header name than `X-CSRFToken` and causes testing via swagger-ui to fail against our api.
Either use the django [setting](https://docs.djangoproject.com/en/5.0/ref/settings/#csrf-header-name) or provide a way to override.
Code in question is
https://github.com/vitalik/django-ninja/blob/c6d44b... | open | 2024-06-12T19:49:10Z | 2024-06-14T16:28:10Z | https://github.com/vitalik/django-ninja/issues/1190 | [] | vegaed | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 708 | Unpaired training noobie question | I apologize for such a simple question. I am very new to pix2pix, and still discovering it's power.
My initial target is following.
There is specific style of photos turned to paintings that a CoinTelegraph.com is using
 Library as an option | ### Feature request
The boiler plate code to access a dataset via the hugging face file system is very useful. Please addd
## Add Polars (R) option
The equivailent code works, because the [Polars-R](https://github.com/pola-rs/r-polars) wrapper has hugging faces funcitonaliy as well.
```r
library(polars)
... | open | 2024-10-14T19:56:07Z | 2024-10-14T19:57:13Z | https://github.com/huggingface/datasets/issues/7226 | [
"enhancement"
] | ran-codes | 0 |
kubeflow/katib | scikit-learn | 2,381 | Fix Katib UI Tests | Currently, Katib UI tests are broken.
Check this PR for more info: https://github.com/kubeflow/katib/pull/2313.
We should update the `cypress` version to fix it.
/good-first-issue
/area testing
| closed | 2024-07-12T21:53:29Z | 2024-12-03T14:03:00Z | https://github.com/kubeflow/katib/issues/2381 | [
"help wanted",
"good first issue",
"area/testing",
"kind/bug"
] | andreyvelich | 5 |
thp/urlwatch | automation | 101 | Use sensible-editor | Hello,
It is unusual to provide environment variables (standard, but not common) for select editor. There exists standard `sensible-editor` on Linux for that. There is `editor` executables very common too.
Greetings,
| closed | 2016-10-10T01:52:22Z | 2016-10-24T13:58:56Z | https://github.com/thp/urlwatch/issues/101 | [] | ad-m | 3 |
tensorflow/tensor2tensor | machine-learning | 1,843 | I got the errors about jaxlib when I was trying to install tensor2tensor on windows. | Hello
I got the errors about jaxlib when I was trying to install tensor2tensor on windows.
The error message was blow
ERROR: Could not find a version that satisfies the requirement jaxlib>=0.1.51 (from dopamine-rl->tensor2tensor) (from versions: none)
ERROR: No matching distribution found for jaxlib>=0.1.51 (from... | open | 2020-08-11T17:03:14Z | 2020-08-24T02:09:12Z | https://github.com/tensorflow/tensor2tensor/issues/1843 | [] | ys23 | 3 |
onnx/onnxmltools | scikit-learn | 214 | An error (Elu function) occured while loading model with winmltools which uses onnxmltools. | Hi, I use elu function in my model and I want to convert the model (from keras tensorflow) to ONNX format in order to use it with C# windows app.
I try to load the model with winmltools using the code below:
```
from winmltools import convert_keras
model_onnx = convert_keras(model, target_opset=8, name="cropper"... | closed | 2019-01-21T13:54:50Z | 2019-02-14T19:09:24Z | https://github.com/onnx/onnxmltools/issues/214 | [] | faruknane | 14 |
kornia/kornia | computer-vision | 2,969 | `utils.draw_convex_polygon` is not in-place update | ### Describe the bug
The function in the title does not in-place update the `images` argument, which is suggested by the document. Instead, one has to take the returned value to acquire the updated images.
The code to blame is at https://github.com/kornia/kornia/blob/4bd1bd172d27ae0ffb5a811b7338150b65f404dc/korni... | closed | 2024-07-28T10:27:00Z | 2024-08-28T15:10:10Z | https://github.com/kornia/kornia/issues/2969 | [
"help wanted"
] | riaqn | 3 |
youfou/wxpy | api | 7 | “用微信监控你的程序”还是需要扫码? | 如果还是需要扫码,可用性就没有那么强了啊 | closed | 2017-03-17T09:07:40Z | 2017-03-17T09:21:00Z | https://github.com/youfou/wxpy/issues/7 | [] | ylqfp | 6 |
fastapi/sqlmodel | fastapi | 363 | Defining Classes with Second Relationship to the same Foreign Key Causes RunTimeError:dictionary changed size during iteration | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2022-06-14T20:52:34Z | 2022-06-21T14:10:32Z | https://github.com/fastapi/sqlmodel/issues/363 | [
"question"
] | lwanger | 1 |
huggingface/datasets | numpy | 7,400 | 504 Gateway Timeout when uploading large dataset to Hugging Face Hub | ### Description
I encountered consistent 504 Gateway Timeout errors while attempting to upload a large dataset (approximately 500GB) to the Hugging Face Hub. The upload fails during the process with a Gateway Timeout error.
I will continue trying to upload. While it might succeed in future attempts, I wanted to report... | open | 2025-02-14T02:18:35Z | 2025-02-14T23:48:36Z | https://github.com/huggingface/datasets/issues/7400 | [] | hotchpotch | 4 |
microsoft/nni | pytorch | 5,522 | GPU usage via NNI is different from running programs separately. | **Describe the issue**:
I was running a script with `trial_gpu_number: 1` and `trial_concurrency: 5`. I noticed that all of my trials were failing due to CUDA out of memory errors.
However, when I run the same trials separately (i.e., with the same hyperparameters but simply by doing `python ./main.py`) it works fi... | closed | 2023-04-19T07:01:57Z | 2023-05-10T07:01:50Z | https://github.com/microsoft/nni/issues/5522 | [] | seanswyi | 3 |
yzhao062/pyod | data-science | 522 | ABOD weighting schemes / not matching the definition? | The ABOD implementation of PyOD tends to perform very similar to kNN, because the scoring is dominated by the squared (!) distances.
The following lines:
https://github.com/yzhao062/pyod/blob/6c77e27a7a95fa928af37ff48c3dc607fa9408fa/pyod/models/abod.py#L50-L53
while closely reflecting the original paper, may b... | open | 2023-08-16T09:38:19Z | 2023-08-29T06:32:31Z | https://github.com/yzhao062/pyod/issues/522 | [] | kno10 | 1 |
scikit-learn/scikit-learn | machine-learning | 30,762 | DOC JupyterLite link _query_package() got multiple values for argument 'index_urls' | Clicking on the Jupyterlite button of [this example](https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html#sphx-glr-download-auto-examples-release-highlights-plot-release-highlights-1-5-0-py) for example and executing the first cell.
This is broken on 1.6 and dev website b... | closed | 2025-02-03T14:40:46Z | 2025-02-04T06:04:52Z | https://github.com/scikit-learn/scikit-learn/issues/30762 | [
"Bug",
"Documentation"
] | lesteve | 1 |
frappe/frappe | rest-api | 31,239 | Print Language Not Working in ERPNext v15.51.0 / Frappe v15.55.1 | ### Information about bug
Description
After upgrading to ERPNext v15.51.0 and Frappe v15.55.1, the "Print Language" setting in document printing is no longer functional. The selected language does not affect the printed document, and it always follows the UI language of the logged-in user instead of the chosen print l... | open | 2025-02-07T02:18:50Z | 2025-02-23T13:16:25Z | https://github.com/frappe/frappe/issues/31239 | [
"bug"
] | kanedai | 3 |
PeterL1n/RobustVideoMatting | computer-vision | 55 | How long does it take you to train the model on 4 v100? | closed | 2021-09-28T13:52:39Z | 2023-08-08T13:10:38Z | https://github.com/PeterL1n/RobustVideoMatting/issues/55 | [] | FengMu1995 | 3 | |
recommenders-team/recommenders | machine-learning | 1,914 | [ASK] How to load LSTUR checkpoint | ### Description
I have the saved models as per https://github.com/microsoft/recommenders/blob/8ee1ed3ac0db04321b064edb6f10d6af0bb318fd/examples/00_quick_start/lstur_MIND.ipynb
For MIND large, I would need to save and load after each epoch due to resource constraints
How do I load the saved checkpoint to further trai... | open | 2023-04-07T03:43:38Z | 2023-04-07T03:43:38Z | https://github.com/recommenders-team/recommenders/issues/1914 | [
"help wanted"
] | dishankpoddar | 0 |
errbotio/errbot | automation | 1,324 | callback_stream not working for Telegram Backend | In order to let us help you better, please fill out the following fields as best you can:
### I am requesting help with running my bot for file uploads.
### I am running...
* Errbot version: 5.2.0
* OS version: ubuntu 16.04
* Python version: 3.5
* Using a virtual environment: yes
### Issue description
... | closed | 2019-04-13T08:54:04Z | 2024-01-05T16:55:31Z | https://github.com/errbotio/errbot/issues/1324 | [
"type: support/question",
"backend: Slack",
"backend: Telegram"
] | ajay1mg | 5 |
ageitgey/face_recognition | python | 1,290 | OpenCL | Hello everyone, how do I run the code on the embedded GPU? I understand correctly that I should use OpenCL? | open | 2021-03-05T12:10:56Z | 2021-04-22T12:59:54Z | https://github.com/ageitgey/face_recognition/issues/1290 | [] | RarDay | 2 |
httpie/cli | rest-api | 1,415 | Incorrect references to benchmarking scripts | ## What's the issue?
There're bunch of places where we still have reference of old paths of benchmarking script.
1. In **Running benchmarks** section of `CONTRIBUTING.md` [[link-1]](https://github.com/httpie/httpie/blob/master/CONTRIBUTING.md#running-benchmarks)
2. In `extras/profiling/README.md` [[link-2]](http... | closed | 2022-06-19T06:15:31Z | 2022-06-19T07:20:55Z | https://github.com/httpie/cli/issues/1415 | [
"new"
] | letmerecall | 0 |
aleju/imgaug | deep-learning | 260 | using imgaug not in main thread | Hi,
I tried to use imgaug in a secondary thread of my program but then i got this error :
RuntimeError: main thread is not in main loop Tcl_AsyncDelete: async handler deleted by the wrong thread
From what i found, it seem that imgaug use matplotlib that use tkinter and tkinter want to be on the main thread. Bu... | open | 2019-02-15T17:06:46Z | 2019-02-16T20:58:40Z | https://github.com/aleju/imgaug/issues/260 | [] | robert405 | 1 |
MilesCranmer/PySR | scikit-learn | 74 | [Feature] Units in equations | Each of my features has units [kg, m, N, ...], but the output equations don't take units into account. Most output equations fail an unit check even if setting the units of constants as required. This feature would allow defining units of each X and y feature, probably in SI, and only allow equations which pass an unit... | closed | 2021-09-08T14:49:22Z | 2021-09-16T18:16:17Z | https://github.com/MilesCranmer/PySR/issues/74 | [
"enhancement"
] | euhruska | 5 |
vitalik/django-ninja | pydantic | 325 | Foreignkey assigning is searching for instance | Hello ! I create my schemas with create_schema(). When i try to perform a post request to create an object that has many foreignkeys in his model, i get an error like "UserIndividuel.id_document_type must be a TypePiece instance" for the field id_document_type that is renamed id_document_type_id in the generated schema... | closed | 2022-01-14T11:17:50Z | 2023-11-24T13:04:51Z | https://github.com/vitalik/django-ninja/issues/325 | [] | Kimmyungetouh | 2 |
apache/airflow | automation | 47,778 | [Regression]Missing Asset Alias dependency graph | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
In the current UI implementation, there is no way to see Asset Alias dependencies with DAG in Airflow 2.10.5, we were able to see that in the dependency graph.
**AF2**
<img width="694" alt="Ima... | closed | 2025-03-14T10:47:15Z | 2025-03-18T22:33:26Z | https://github.com/apache/airflow/issues/47778 | [
"kind:bug",
"priority:high",
"area:core",
"area:UI",
"area:datasets",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 3 |
mwaskom/seaborn | data-visualization | 2,918 | map_offdiag custom func | Hi, I want to annotate the linear regression equation in PairGrid (I mean `g.map_offdiag(sns.regplot)`). I tried to create a function by referring to [this link](https://stackoverflow.com/questions/45902739/seaborn-annotate-the-linear-regression-equation), but failed : (
I would be grateful if someone could help me�... | closed | 2022-07-23T02:13:52Z | 2022-07-31T06:31:50Z | https://github.com/mwaskom/seaborn/issues/2918 | [] | FQMei | 2 |
Miserlou/Zappa | flask | 1,965 | Set_Cookie option sets duplicate cookies on AWS Lambda | ## Context
I have an API running Python3.7 and Zappa (in a virtualenv).
I am setting 6 cookies by using the option "set_cookie" in flask. It looks something like this:
```
resp = make_response(jsonify({'success':'true', 'message': 'Successfully authenticated!'}), 200)
resp.set_cookie("1", value="1", secure=True, s... | closed | 2019-11-18T08:22:45Z | 2020-02-12T21:10:33Z | https://github.com/Miserlou/Zappa/issues/1965 | [] | ZappaUserMan | 0 |
harry0703/MoneyPrinterTurbo | automation | 336 | Please change the source video (background video) from 16:9 to 9:16 | Please change the source video (background video) from 16:9 to 9:16
I noticed that when the input video is 16:9, the output video will not be cropped
You can refer here: https://github.com/elebumm/RedditVideoMakerBot
 | closed | 2024-08-27T21:13:09Z | 2024-09-13T16:50:33Z | https://github.com/sktime/sktime/issues/7049 | [
"feature request",
"module:transformations",
"enhancement",
"module:parameter-estimators"
] | ncooder | 4 |
serengil/deepface | machine-learning | 787 | current yolo logic is not working for 8.0.122 | Laird Foret raised this issue. He is using yolov8 with exact version '8.0.122'
Current code block:
```python
if align:
# Extract landmarks
left_eye, right_eye, _, _, _ = result.keypoints.tolist()
# Check the landmarks confidence before alignment
if (lef... | closed | 2023-06-26T13:07:27Z | 2023-06-29T08:10:22Z | https://github.com/serengil/deepface/issues/787 | [
"dependencies"
] | serengil | 3 |
google-research/bert | tensorflow | 1,135 | module 'tensorflow_estimator.python.estimator.api._v1.estimator.tpu' has no attribute 'CrossShardOptimizer' | I am trying to pretrain a bert from google's pretrained checkpoint from Colab TPU. Until yesterday everything is fine. However, I came across this 'crossshardoptimizer' error for all day today. I am wondering if this caused by any code base change or version migration.
tf version: 1.15.2
python: 3.6
bert-tensorflo... | closed | 2020-08-07T20:04:19Z | 2020-08-10T03:26:30Z | https://github.com/google-research/bert/issues/1135 | [] | liuyibox | 1 |
pytest-dev/pytest-xdist | pytest | 512 | Xdist sends invalid URL to selenium? | Hello. Please help me to figure out issue launch in parallel selenium based test via pytest and xdsit.
I have two firefox instance at docker and launch 2 independent test this way:
`pytest -k "crypto" -n2`
My Pipfile:
```PyPOM==2.2.0
pytest==5.1.2
pytest-bdd==3.2.1
pytest-xdist==1.31.0
pytest-base-url==1.4.1... | open | 2020-03-09T13:19:07Z | 2020-03-19T14:58:30Z | https://github.com/pytest-dev/pytest-xdist/issues/512 | [] | RuslanBM | 1 |
huggingface/datasets | tensorflow | 6,484 | [Feature Request] Dataset versioning | **Is your feature request related to a problem? Please describe.**
I am working on a project, where I would like to test different preprocessing methods for my ML-data. Thus, I would like to work a lot with revisions and compare them. Currently, I was not able to make it work with the revision keyword because it was n... | open | 2023-12-08T16:01:35Z | 2023-12-11T19:13:46Z | https://github.com/huggingface/datasets/issues/6484 | [] | kenfus | 2 |
ckan/ckan | api | 7,617 | Customize R/W datastore resource `url_type`s | The datastore API returns an error when `datastore_create`, `datastore_upsert`, `datastore_delete` are used on resources that have a resource_type value different than `"datastore"`, unless `force=True` is passed.
This is a *good* thing for the common case of data in the datastore created by xloader/datapusher becau... | closed | 2023-05-29T18:29:03Z | 2023-06-01T10:23:09Z | https://github.com/ckan/ckan/issues/7617 | [] | wardi | 0 |
gee-community/geemap | streamlit | 652 | Deleting RoI | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- geemap version: 0.8.18
- Python version: 3.9
- Operating System: Debian
### Description
If the user has drawn many ROIs, it works perfectly when you apply any kinda processing on the last drawn RoI, Ho... | closed | 2021-08-31T17:40:47Z | 2021-09-03T12:57:37Z | https://github.com/gee-community/geemap/issues/652 | [
"bug"
] | Gedeon-m-gedus | 2 |
slackapi/bolt-python | fastapi | 612 | Setting the logger for the Slack Bolt APP with a NullHandler still seems to log | ## Reproducible in:
```
slack_bolt >= 1.11.1
slack_sdk>=3.9.0,<4
```
## Python runtime version
`python3.9
`
## OS info
Not relevant
## Steps to reproduce:
```python
import logging
import os
from slack_bolt import App
from slack_bolt.adapter.socket_mode import SocketModeHandler
from slack... | closed | 2022-03-04T18:56:55Z | 2022-03-05T17:22:21Z | https://github.com/slackapi/bolt-python/issues/612 | [
"question",
"area:sync",
"need info"
] | mwilli20 | 2 |
kizniche/Mycodo | automation | 739 | Integration with Home Assistant and OpenHab | What scenario should be used for such integration?
My instance of MyCodo has many sensors connected, how can I use the data from sensors in Home Assistant?
I thought that I can use MQTT broker. Is it the correct way? | closed | 2020-02-04T11:18:07Z | 2023-02-25T14:27:27Z | https://github.com/kizniche/Mycodo/issues/739 | [] | cohe4ko | 4 |
adbar/trafilatura | web-scraping | 672 | spider: restrict search to given URL pattern | Both on the CLI and with Python the spider component stores and retrieves URLs which are possibly out of scope if the input URL is restricted to a portion of a domain, e.g. `https://www.example.org/news/en/`.
This behavior should be further investigated, tested and/or improved. | closed | 2024-08-13T11:15:45Z | 2024-08-13T17:22:48Z | https://github.com/adbar/trafilatura/issues/672 | [
"enhancement"
] | adbar | 0 |
httpie/cli | api | 1,044 | shadow file name 'ssl.py' may cause run time error when tring to run the program from source code | 
As you can see in the screenshot in Pycharm, it shows that the ssl has no property named 'CERT_REQUIRED'. But when I looked up the official doc of urlib and pyopenssl. I am sure that it should not be that ... | closed | 2021-03-06T06:38:12Z | 2021-10-13T08:50:10Z | https://github.com/httpie/cli/issues/1044 | [
"invalid"
] | Matrix-Cain | 3 |
rougier/scientific-visualization-book | numpy | 29 | Transparency example (fig 12.1) not showing properly in pdf | In figure 12.1 on page 149, the rightmost 3 markers are shown as white in the pdf.
When I run the [script](https://github.com/rougier/scientific-visualization-book/blob/master/code/optimization/transparency.py) and save as .pdf the same happens, but when I save that figure as .png the markers are shades of grey (as e... | closed | 2021-11-28T11:04:54Z | 2022-01-03T20:55:29Z | https://github.com/rougier/scientific-visualization-book/issues/29 | [] | RElbers | 10 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 181 | 替换cookie无效 | 我看到有说自行替换cookie,但实测s_v_web_id这个值换成我浏览器中的值就不行,使用作者项目中的就可以,很奇怪。排除其它cookie影响,我做过测试。请问作者是在什么条件下获取的s_v_web_id的值? | closed | 2023-03-23T11:10:16Z | 2023-03-23T12:18:11Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/181 | [] | q1016134519 | 1 |
matplotlib/matplotlib | data-visualization | 29,774 | [Bug]: triage_tests.py is brittle against failures in test modules that have only check_figures_equal test | ### Bug summary
If a check_figures_equal test fails in test_pickle.py (which has no baseline image tests at all), then running triage_tests.py fails with "ValueError: Can't find baseline dir for test_pickle".
### Code for reproduction
```Python
Make test_pickle::test_complete fail, e.g. by commenting out the `fig_te... | open | 2025-03-18T23:17:10Z | 2025-03-18T23:17:10Z | https://github.com/matplotlib/matplotlib/issues/29774 | [
"topic: testing"
] | anntzer | 0 |
JoeanAmier/TikTokDownloader | api | 418 | [功能异常] 封面图无法下载 |
当开启 "original_cover": true,封面图无法下载
| open | 2025-03-04T08:10:30Z | 2025-03-04T10:26:43Z | https://github.com/JoeanAmier/TikTokDownloader/issues/418 | [] | w7335213 | 7 |
matplotlib/matplotlib | data-visualization | 29,648 | [Bug]: AttributeError: 'Legend' object has no attribute 'legendHandles' | ### Bug summary
While Creating a simple plot with two lines, I am getting the error: `AttributeError: 'Legend' object has no attribute 'legendHandles'`
### Code for reproduction
```Python
import pandas as pd
import numpy as np
df = pd.DataFrame({
'x': np.arange(0, 10, 1),
'y': np.random.rand(10)
})
df2 = pd... | closed | 2025-02-20T09:58:25Z | 2025-02-20T17:30:05Z | https://github.com/matplotlib/matplotlib/issues/29648 | [
"Community support"
] | camilaagw | 2 |
tortoise/tortoise-orm | asyncio | 1,190 | How do I use XA in Tortoise-orm? | I wanted to use XA + Mysql, but so far only find Tortoise.transactions. In_transaction (connection_name=None) in docs, What should I do? | open | 2022-07-26T07:40:41Z | 2022-07-26T09:21:11Z | https://github.com/tortoise/tortoise-orm/issues/1190 | [
"enhancement"
] | tufbel | 6 |
QuivrHQ/quivr | api | 2,747 | Implement Realtime on Knowledge Table | Realtime with only the knowledge of the specific brain of the user
[TECH-47](https://linear.app/getquivr/issue/TECH-47/add-a-processing-status-on-the-knowledge) required before that | closed | 2024-06-26T08:50:30Z | 2024-07-16T15:00:49Z | https://github.com/QuivrHQ/quivr/issues/2747 | [] | StanGirard | 1 |
coqui-ai/TTS | python | 3,433 | [Feature request] CLI or importable script for generating dataset & fine-tuning XTTS | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest, and appreciate your support! --->
**🚀 Feature Description**
Right now (and correct me if I'm wrong) it seems that the [collab](https://colab.research.google.com/drive/1GiI4_X724M8q2W-zZ-jXo7cWTV7RfaH-?usp=sharing#scrollTo=zd2xo_7a8wyj) is the... | closed | 2023-12-14T22:57:05Z | 2024-02-24T10:55:07Z | https://github.com/coqui-ai/TTS/issues/3433 | [
"wontfix",
"feature request"
] | platform-kit | 5 |
graphql-python/gql | graphql | 342 | Fails to honour HTTPS_PROXY environment variable | **Describe the bug**
`gql` does not handle proxy usage when using the asyncio API. Other libraries such as httpx support this out of the box by honouring the HTTPS_PROXY / HTTP_PROXY environment variable.
**To Reproduce**
- deploy a squid proxy.
- set the HTTPS_PROXY variable to that corresponding proxy
- make a... | closed | 2022-07-14T19:50:10Z | 2022-12-07T10:39:04Z | https://github.com/graphql-python/gql/issues/342 | [
"type: question or discussion"
] | jonathan-boudreau-work | 3 |
apache/airflow | automation | 47,220 | on_failure_callback functions specified in task aren't executed | ### Apache Airflow version
2.10.5
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
on_failure_callback is not called when defined in a `@task`.
### What you think should happen instead?
Simple example below included for clarity. On running this DAG, I would expect the `on_ca... | closed | 2025-02-28T15:54:52Z | 2025-02-28T16:09:18Z | https://github.com/apache/airflow/issues/47220 | [
"kind:bug",
"area:core",
"needs-triage"
] | CEardley | 2 |
samuelcolvin/watchfiles | asyncio | 245 | Newly created subdirectories themselves arent getting watched recursively | ### Description
Not sure if this is desired behavior or not but what I want to occur when a new subdirectory is created, is for files within that subdirectory to trigger a watch event. Right now it seems they are not. Say I watch parentDirectoryA and create childDirectoryB. I see the file event for a newly created dir... | closed | 2023-08-30T15:55:38Z | 2023-10-13T12:58:47Z | https://github.com/samuelcolvin/watchfiles/issues/245 | [
"bug"
] | nicholasbulka | 4 |
d2l-ai/d2l-en | data-science | 1,917 | The training process of CNN implemented by Pytorch may have something wrong on the master branch. | In [7.6.2](http://preview.d2l.ai.s3-website-us-west-2.amazonaws.com/d2l-en/master/chapter_convolutional-neural-networks/lenet.html#training), [8.1.3](http://preview.d2l.ai.s3-website-us-west-2.amazonaws.com/d2l-en/master/chapter_convolutional-modern/alexnet.html#training), [8.2.3](http://preview.d2l.ai.s3-website-us-we... | closed | 2021-10-01T07:41:33Z | 2022-01-07T00:14:26Z | https://github.com/d2l-ai/d2l-en/issues/1917 | [] | nnnnnzy | 2 |
freqtrade/freqtrade | python | 11,034 | Conditional Hyperopting of Parameters - Possible? | <!--
Have you searched for similar issues before posting it?
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there
Please do not use the question template to report bugs or to request new features.
-->
## Describe your environm... | closed | 2024-12-03T17:48:28Z | 2024-12-03T18:46:13Z | https://github.com/freqtrade/freqtrade/issues/11034 | [
"Question",
"Hyperopt"
] | seanmavley | 2 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 614 | Remove `indices_tuple` argument from CrossBatchMemory | It doesn't make sense anymore | open | 2023-04-17T21:13:15Z | 2023-04-17T21:13:15Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/614 | [
"enhancement"
] | KevinMusgrave | 0 |
InstaPy/InstaPy | automation | 6,014 | InstaPy liking all available posts within parameters, disregards my set limits |
As the title suggests, I'm having issues where InstaPy likes all of the posts it sees UNLESS it violates my **session.set_dont_like** tags or my **session.set_delimit_liking** parameters. This is an issue because I have my
> session.set_do_like(enabled=True, percentage=30)
## Expected Behavior
InstaPy likes... | open | 2021-01-08T17:24:16Z | 2021-07-21T00:19:37Z | https://github.com/InstaPy/InstaPy/issues/6014 | [
"wontfix"
] | rouncewell | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.