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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
strawberry-graphql/strawberry-django | graphql | 549 | Query Optimizer Annotate not working when used in nested query | ## Describe the Bug
Consider a schema like the following.
```python
@strawberry.django.type(models.Product)
class ProductType(relay.Node):
id: auto
name: auto
price: auto
tax_rate: auto
group: 'GroupType'
@strawberry.django.type(models.Group)
class GroupType(relay.Node):
id: au... | open | 2024-06-11T12:00:40Z | 2025-03-20T15:57:32Z | https://github.com/strawberry-graphql/strawberry-django/issues/549 | [
"bug"
] | jaydensmith | 12 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 237 | How to train 20k Chinese Tokenizer by myself? | Thank you for using the Issue submission template. Please follow the steps below to provide relevant information. We will prioritize issues with relatively complete information. Your cooperation is appreciated.
*Hint: Fill in the [ ] with an x to mark it as checked. Delete any option that is not related to this issu... | closed | 2023-05-04T04:08:09Z | 2023-05-15T22:02:30Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/237 | [
"stale"
] | AceCHQ | 3 |
jupyter-incubator/sparkmagic | jupyter | 100 | Incorrect visualizations on some sample data | Ran the following code:
```
hvac = sc.textFile('wasb:///HdiSamples/HdiSamples/SensorSampleData/hvac/HVAC.csv')
from pyspark.sql import Row
Doc = Row("TargetTemp", "ActualTemp", "System", "SystemAge", "BuildingID")
def parseDocument(line):
values = [str(x) for x in line.split(',')]
return Doc(values[2], values[... | closed | 2016-01-07T02:21:18Z | 2016-01-13T23:11:48Z | https://github.com/jupyter-incubator/sparkmagic/issues/100 | [
"kind:bug"
] | msftristew | 6 |
vaexio/vaex | data-science | 1,430 | Unable to open valid HDF5 files | **Description**
Vaex provides a single interface to open hdf5 files, which is just the generic `vaex.open()` method. This method fails on [hdf5 data from the ICESat-2 mission](https://nsidc.org/data/ATL06/versions/4) with the following error:
```
vaex.open('./ATL06_20210421220539_04291106_004_01.h5')
ERROR:Ma... | closed | 2021-06-23T02:37:32Z | 2021-10-25T02:44:26Z | https://github.com/vaexio/vaex/issues/1430 | [] | espg | 10 |
AntonOsika/gpt-engineer | python | 914 | Automatic benchmarking of gpt-engineer with MBPP | ## Feature description
We have a way to easily add benchmarks:
https://www.loom.com/share/206805143fbb4302b5455a5329eaab17?sid=f689608f-8e49-44f7-b55f-4c81e9dc93e6
This issue is about looking into if [mbpp](https://huggingface.co/datasets/mbpp) is a good benchmark to add and then add a simple version of it. | closed | 2023-12-18T14:43:52Z | 2024-04-18T17:46:37Z | https://github.com/AntonOsika/gpt-engineer/issues/914 | [
"enhancement"
] | AntonOsika | 1 |
openapi-generators/openapi-python-client | fastapi | 673 | Suport writeOnly | ### Discussed in https://github.com/openapi-generators/openapi-python-client/discussions/672
<div type='discussions-op-text'>
<sup>Originally posted by **georgkrause** September 22, 2022</sup>
Hello everyone,
thanks for the great project, great work! Keep it going!
I am totally new to the whole openapi uni... | closed | 2022-09-23T00:32:36Z | 2023-08-13T01:04:29Z | https://github.com/openapi-generators/openapi-python-client/issues/673 | [
"✨ enhancement"
] | dbanty | 1 |
gradio-app/gradio | python | 10,140 | Gradio unable to render html/badge on Huggingface Space | ### Describe the bug
I was working hugging-face space and when I added markdown texts and used via "gr.Markdown("markdown text") it was unable to render. But I tested locally it works fine and I tested on gradio online demo docs also works fine but unable to see space.
Space url : https://huggingface.co/spaces/onu... | open | 2024-12-06T00:55:25Z | 2024-12-08T18:42:15Z | https://github.com/gradio-app/gradio/issues/10140 | [
"bug",
"SSR"
] | onuralpszr | 5 |
streamlit/streamlit | data-visualization | 10,762 | Horizontal scroll for st.popover | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
St.popover with suppose large dataframe is not horizontally scrollable.
### Why?
_No response_
### How?
_... | open | 2025-03-13T05:46:39Z | 2025-03-13T20:10:07Z | https://github.com/streamlit/streamlit/issues/10762 | [
"type:enhancement",
"feature:st.dataframe",
"feature:st.popover"
] | drmaddy736 | 3 |
keras-team/keras | machine-learning | 20,986 | training with multiple losses | Hello,
I frequently run into the same issue: I have a model with a single output and would like to use multiple weighted losses. This is quite common today for Neural Vocoders. As far as I see, this common use pattern appears problematic in Keras, as the compile function requires as many losses as outputs. This means ... | closed | 2025-03-05T13:16:09Z | 2025-03-07T17:14:24Z | https://github.com/keras-team/keras/issues/20986 | [
"type:support"
] | roebel | 4 |
hankcs/HanLP | nlp | 611 | 关于license问题,hankcs 你好,我有一个分词项目,使用了hanLP分词算法和代码 | hankcs 你好,我有一个分词项目,使用了hanLP分词算法和代码。
主要进行了大量的重构和结构的调整,修改面积过大没法提交pull
如果也在github上开源,是否可以
如果可以,在license怎么声明,因为我看之前您的文档写明了版权和上海林源公司有关,是不是影响license选择 | closed | 2017-08-25T05:04:01Z | 2020-01-01T11:08:21Z | https://github.com/hankcs/HanLP/issues/611 | [
"ignored"
] | jimichan | 2 |
deepinsight/insightface | pytorch | 2,259 | wenface42m datasets download??why not send me wenface42m,i end email just giving me wenface260m?? | who can share the wenface42m datasets?????????????????????thanks | closed | 2023-03-10T01:18:16Z | 2023-09-12T09:40:56Z | https://github.com/deepinsight/insightface/issues/2259 | [] | Sunshine066 | 6 |
STVIR/pysot | computer-vision | 101 | nll_loss loss function raise RuntimeError | This happens when the batchsize is small,all image pair in batch are negetive.This lead to cls label in bacth is `-1` or `0`,then in `get_cls_loss` function,
```python
loss_pos = get_cls_loss(pred, label, pos)
def get_cls_loss(pred, label, select):
if len(select.size()) == 0:
return 0
pred = tor... | closed | 2019-07-10T08:06:24Z | 2019-07-18T06:04:01Z | https://github.com/STVIR/pysot/issues/101 | [] | trobr | 2 |
plotly/dash-table | dash | 239 | `selected_rows` property incorrectly updated when deleting rows | Hi Plotly Team,
Trying to figure out the workings of the *selected_rows properties, I came across a behavior which might not be intended.
I am using `dash-table-3.1.5`
First, for me to understand, I assume the properties should hold the following:
`selected_rows`: all selected rows across the entire data set
... | open | 2018-11-11T10:34:08Z | 2019-07-06T12:24:35Z | https://github.com/plotly/dash-table/issues/239 | [
"dash-type-bug"
] | roeap | 6 |
hzwer/ECCV2022-RIFE | computer-vision | 252 | How did you learn IFNet_m? | Thanks for providing the code.
I wonder how I learned IFNet_m.
First, let me tell you how I learned the network.
The first method was learned from scratch using vimeo_septuplet. However, since the forward function of IFNet_m receives the timestep as a batch, I modified it to change the batch of timestep value to... | closed | 2022-04-25T11:12:14Z | 2022-04-26T07:01:15Z | https://github.com/hzwer/ECCV2022-RIFE/issues/252 | [] | JingangHuh | 3 |
clovaai/donut | computer-vision | 90 | [Brainstorm] DonutV2 Ideas? | I really like the idea of Donut, It's very fast, doesn't rely on flakey OCR like tesseract, and is very easy to create training data for!
I've been using Donut exclusively for DocVQA, so that's where my point of view comes from.
After using it for a while, there are a few shortcomings, compared to competitors li... | closed | 2022-11-09T18:13:19Z | 2023-02-17T22:48:48Z | https://github.com/clovaai/donut/issues/90 | [] | logan-markewich | 11 |
keras-team/autokeras | tensorflow | 1,023 | Export model config | ### Bug Description
Can't export config properly from Autokeras classifier.
### Bug Reproduction
Code for reproducing the bug:
```
from sklearn.datasets import load_iris
import autokeras as ak
import tensorflow as tf
X, y = load_iris(return_X_y=True)
# Initialize the image classifier.
clf = ak.StructuredD... | closed | 2020-03-04T13:04:19Z | 2020-10-14T05:06:46Z | https://github.com/keras-team/autokeras/issues/1023 | [
"bug report",
"wontfix"
] | PaulSteffen-betclic | 7 |
dynaconf/dynaconf | django | 1,069 | Validation doc section "On instantiation" improvement | I think the example given in the docs here could do with some improvement to make it clearer:
https://github.com/dynaconf/dynaconf/blob/4ab518393a1f7aa72e353a485aebea2852561120/docs/validation.md?plain=1#L36-L58
1. It refers to the example `settings.toml` given in [this section](https://www.dynaconf.com/validatio... | closed | 2024-03-04T19:05:08Z | 2024-03-18T19:04:28Z | https://github.com/dynaconf/dynaconf/issues/1069 | [
"Docs",
"good first issue"
] | mitches-got-glitches | 2 |
gradio-app/gradio | data-science | 10,673 | No mouse wheel zoom in `gr.Plot()` after updating to Gradio 5 | ### Describe the bug
Hey there 🙂
I recently upgraded from Gradio 4.44.1 to 5.18.0 (using Python 3.11.11).
I noticed that I can no longer zoom using the mouse wheel on a Plotly-generated map inside `gr.Plot()`. The zoom-in/out buttons provided by Plotly only work occasionally.
This issue occurs both locally and on H... | closed | 2025-02-25T13:47:48Z | 2025-02-25T14:00:27Z | https://github.com/gradio-app/gradio/issues/10673 | [
"bug"
] | marinasie | 1 |
MorvanZhou/tutorials | tensorflow | 20 | can not get the graph | hi , I used your code , and run in the terminal , but i can not get the graph as your video shows , can you explain and try again whether the code has left some sentence . thanks | closed | 2016-11-05T12:44:03Z | 2016-11-11T16:51:57Z | https://github.com/MorvanZhou/tutorials/issues/20 | [] | WoNiuHu | 11 |
mitmproxy/mitmproxy | python | 7,152 | Document possible options for `web_columns` | #### Problem Description
The current [documentation](https://github.com/mitmproxy/mitmproxy/blob/a5b5963d8ca06ba70462082eed5ab595f14d8d56/mitmproxy/tools/web/webaddons.py#L17) about `web_columns` only lists the defaults.

... | closed | 2024-09-03T05:44:08Z | 2024-09-23T12:09:28Z | https://github.com/mitmproxy/mitmproxy/issues/7152 | [
"kind/feature",
"help wanted",
"area/web"
] | nikhilweee | 1 |
horovod/horovod | tensorflow | 3,921 | the repuirements installing Horovod in Conda in CUDA12 | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet)
2. Framework version:PyTorch
3. Horovod version:
4. MPI version:4.1.5
5. CUDA version:12
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:9+
12. CMake version:
**Checklist... | open | 2023-05-11T06:13:11Z | 2023-05-11T06:13:11Z | https://github.com/horovod/horovod/issues/3921 | [
"bug"
] | CoconutSweet999 | 0 |
rgerum/pylustrator | matplotlib | 14 | despine multiple selected axes at once. | closed | 2020-01-29T09:22:05Z | 2020-02-04T08:39:05Z | https://github.com/rgerum/pylustrator/issues/14 | [] | rgerum | 0 | |
LAION-AI/Open-Assistant | python | 2,790 | Aborted_by_worker | I'm continuously getting this error. I tried all methods of basic troubleshooting.
It happened after I attempted to put the temperature to 0.0 in custom. Now it doesn't want to work at all on any preset settings. | closed | 2023-04-20T17:41:01Z | 2023-04-21T18:53:45Z | https://github.com/LAION-AI/Open-Assistant/issues/2790 | [] | ChessScholar | 1 |
Esri/arcgis-python-api | jupyter | 2,145 | gis.admin.usage_reports.generate_report() failing unexpectedly with "Specified output format not supported" | **Describe the bug**
When attempting to run gis.admin.usage_reports.generate_report(), it fails unexpectedly with "Specified output format not supported" for certain report types. It appears to fail for "content", "activity", "credits", and "serviceUsages", while it appears to succeed for "user"; "itemUsages" fails di... | closed | 2024-10-28T18:34:24Z | 2025-01-09T20:39:16Z | https://github.com/Esri/arcgis-python-api/issues/2145 | [
"bug"
] | knoopum | 2 |
mithi/hexapod-robot-simulator | dash | 96 | Wrong __repr__ param of Linkage | it should be `coxia_axis` not `new_axis`
https://github.com/mithi/hexapod-robot-simulator/blob/030cdf7b6b293fc38a04ca8a68ee2527f1f4c8d7/hexapod/linkage.py#L193 | closed | 2020-06-04T16:22:44Z | 2020-06-08T09:03:54Z | https://github.com/mithi/hexapod-robot-simulator/issues/96 | [
"good first issue",
"low hanging fruit",
"code quality"
] | mithi | 1 |
HIT-SCIR/ltp | nlp | 39 | can't find LTP model | 您好,文档中的的模型没有下载链接,能给个链接吗?
谢谢!
| closed | 2013-10-16T11:35:43Z | 2014-09-18T17:40:31Z | https://github.com/HIT-SCIR/ltp/issues/39 | [
"user-questions"
] | stephenLee | 2 |
aio-libs-abandoned/aioredis-py | asyncio | 766 | Debug execute messages | Could be possible set logger to debug execution messages?
in aiomysql there's a "echo=true" option that helps a lot debugging transactions and others problems, could this be possible? | open | 2020-06-15T13:54:35Z | 2021-01-10T03:41:21Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/766 | [
"enhancement",
"help wanted",
"easy"
] | rspadim | 1 |
StackStorm/st2 | automation | 5,166 | Orquesta - ChatOps - Duplicate chatops.post_result tasks triggered | ## SUMMARY
Orquesta worflow execute post_message twice when one task is failed. Possibly related to https://github.com/StackStorm/st2/issues/4362
### STACKSTORM VERSION
st2 3.3.0, on Python 3.6.12
##### OS, environment, install method
Ubuntu 20.04.2 LTS
Custom install from official repo:
deb https://pa... | open | 2021-02-25T07:11:07Z | 2021-02-26T13:53:01Z | https://github.com/StackStorm/st2/issues/5166 | [
"bug",
"status:to be verified",
"chatops",
"workflows: orquesta"
] | NikonNLG | 3 |
pytest-dev/pytest-qt | pytest | 296 | Qt5 application built on C++ | Thanks for developing this super useful plugin!!
From the documentation I understand it supports PyQt5 and PySide2 applications
Just curious to know if it will support native Qt5 applications developed in C++ | closed | 2020-04-12T01:00:59Z | 2020-04-21T07:10:02Z | https://github.com/pytest-dev/pytest-qt/issues/296 | [] | cnachiappan | 1 |
roboflow/supervision | machine-learning | 693 | Add annotator RoundBoundingBoxAnnotator which has rectangle with round edges | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
I have created a new annotator class named `RoundBoundingBoxAnnotator` which draws bounding box with rounded edges.
`RoundBounding... | closed | 2023-12-25T23:28:51Z | 2024-01-10T11:43:49Z | https://github.com/roboflow/supervision/issues/693 | [
"enhancement"
] | xaristeidou | 2 |
apache/airflow | python | 47,197 | DAG Import Errors - No module named 'airflow.providers.postgres.operators' | ### Apache Airflow version
2.10.5
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
I am running Airflow using Docker, following the instructions for installing Apache Airflow on Debian 12.8 x64. However, when I create a file in the "dags" folder of my project, I encounter an e... | closed | 2025-02-28T07:06:31Z | 2025-02-28T08:35:47Z | https://github.com/apache/airflow/issues/47197 | [
"kind:bug",
"pending-response",
"area:core",
"provider:postgres"
] | Navid61 | 3 |
plotly/dash | data-science | 2,904 | [BUG] `dcc.Location` doesn't refresh current page - callback does nothing when returns same value as its current state | **Describe your context**
There's a chance this isn't a bug and is instead just my incompetence but I'm pretty flummoxed by it so hopefully someone can explain either way!
```
dash 2.17.1
dash_ag_grid 31.2.0
dash-bootstrap-components 1.6.0
dash-core-components 2.0.0
... | closed | 2024-06-27T09:07:53Z | 2024-07-04T11:17:03Z | https://github.com/plotly/dash/issues/2904 | [] | antonymilne | 4 |
kubeflow/katib | scikit-learn | 2,445 | Integration with Microsoft `Autogen` | /kind feature
| closed | 2023-10-16T11:16:17Z | 2025-02-04T05:05:55Z | https://github.com/kubeflow/katib/issues/2445 | [
"kind/feature",
"lifecycle/stale"
] | rajveer43 | 4 |
mwaskom/seaborn | data-science | 2,911 | Support multiple marks / stats in a single layer | Concrete use-case is something like combining `Dot` and `Interval` to show a point estimate and confidence intervals. Currently that would require something like
```python
Plot(...).add(Interval(), Est()).add(Dot(), Agg())
```
But that gets annoying as soon as you start adding moves, layer-specific variables, e... | open | 2022-07-17T21:30:23Z | 2022-07-17T21:30:40Z | https://github.com/mwaskom/seaborn/issues/2911 | [
"objects-plot",
"feature"
] | mwaskom | 0 |
proplot-dev/proplot | matplotlib | 114 | Oldest compatible matplotlib version? | I tried to upgrade ProPlot and install it with `conda install -c conda-forge proplot` recently and I'm facing to errors every time I'm trying to put a colorbar. Here is the example of the documentation (https://proplot.readthedocs.io/en/latest/colorbars_legends.html#Axes-colorbars-and-legends):
```python
import pro... | closed | 2020-01-21T09:11:41Z | 2022-01-24T06:49:11Z | https://github.com/proplot-dev/proplot/issues/114 | [
"distribution"
] | mickaellalande | 7 |
apragacz/django-rest-registration | rest-api | 57 | Pass request to serializers via context | closed | 2019-05-28T11:52:57Z | 2020-06-24T23:35:30Z | https://github.com/apragacz/django-rest-registration/issues/57 | [
"type:feature-request"
] | apragacz | 1 | |
slackapi/python-slack-sdk | asyncio | 1,249 | Add timezone property to slack_sdk.models.TimePickerElement class | While Node and Java SDKs already have the new property, this Python SDK still does not have the newly added `timezone` property in the [`TimePickerElement`](https://github.com/slackapi/python-slack-sdk/blob/v3.18.1/slack_sdk/models/blocks/block_elements.py#L454-L511).
We are still waiting for the document updates [h... | closed | 2022-08-01T08:09:55Z | 2022-08-03T22:55:20Z | https://github.com/slackapi/python-slack-sdk/issues/1249 | [
"enhancement",
"web-client",
"Version: 3x",
"good first issue"
] | seratch | 1 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 215 | why the photo cut to only has face? like: | the photo was cut
input:

output:

how can I get the whole clear image? | open | 2022-01-01T12:31:12Z | 2022-01-20T18:39:11Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/215 | [] | TravisChoi07 | 1 |
iperov/DeepFaceLab | deep-learning | 839 | Development (Application) - How To Start / Learn | How can a regular _generic_ programmer obtain the knowledge to become a DeepFaceLab developer?
What is _exactly_ required, to what _degree_, and in what _order_.
The _aim_ would be to _understand_ all the DeepFaceLab _source code_ _structure_ and _program_ _logic_.
(I _have_ deduced that the _Python_ languag... | open | 2020-07-21T00:38:06Z | 2023-06-08T23:11:36Z | https://github.com/iperov/DeepFaceLab/issues/839 | [] | HotDenim | 1 |
inventree/InvenTree | django | 8,207 | Problems specifying custom path for generated backup files | ### Please verify that this bug has NOT been raised before.
- [x] I checked and didn't find a similar issue
### Describe the bug*
I am trying to use the following option of `invoke backup`:
```
-p STRING, --path=STRING Specify path for generated backup files (leave blank for default path)
```
I have the follow... | closed | 2024-09-29T10:49:55Z | 2024-09-30T00:20:00Z | https://github.com/inventree/InvenTree/issues/8207 | [
"bug",
"question",
"setup"
] | vrzh | 0 |
yunjey/pytorch-tutorial | pytorch | 184 | Hello, is this documented or video explained? | Hello, is this documented or video explained? | open | 2019-07-23T14:21:14Z | 2019-11-26T02:00:42Z | https://github.com/yunjey/pytorch-tutorial/issues/184 | [] | SStarLib | 3 |
lukas-blecher/LaTeX-OCR | pytorch | 265 | Improving TrOCR performance on LaTeX recognition tasks |
I have experimented with the trcor-base model using around 5 million LaTeX samples, but found that the performance still lags behind Mathpix. I am looking for suggestions and potential improvements to the model. Here are some optimization approaches I have already tried:
Rendering with different fonts
Adding nois... | closed | 2023-04-21T06:03:55Z | 2023-04-21T12:19:24Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/265 | [] | only-yao | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 306 | Do you have any Squeezenet model results? | Looks like this is the most fast model. Did you try use it?
Do you have any Squeezenet model results? | closed | 2020-02-19T10:09:08Z | 2020-05-18T10:09:04Z | https://github.com/KaiyangZhou/deep-person-reid/issues/306 | [] | Ongoza | 2 |
minimaxir/textgenrnn | tensorflow | 3 | Allow for GPU-friendly implementation of RNN | For easier training during retraining. | closed | 2017-08-18T23:44:39Z | 2018-04-19T06:35:17Z | https://github.com/minimaxir/textgenrnn/issues/3 | [
"enhancement"
] | minimaxir | 1 |
jmcarpenter2/swifter | pandas | 85 | multiple column lambda function returns array, not scalar | I cannot see why this returns an array. I use np.where in my function called by apply elsewhere in my code without issues.
def calc_y_ratio(self, yield_0, yield_d):
return np.where(round(yield_0, 8) != 0, yield_decay/abs(yield_0), np.nan)
def calc_d(self, df):
df['d_ratio'] = df[['y_0', ... | closed | 2019-11-18T02:25:50Z | 2019-12-09T18:34:56Z | https://github.com/jmcarpenter2/swifter/issues/85 | [] | davidwynter | 2 |
pydantic/FastUI | pydantic | 110 | **DOC ISSUE** How do i add my own components that I make in react? | I can't find the documentation for this project and I was wondering how I can make my own components for this? | closed | 2023-12-19T14:28:35Z | 2024-02-23T21:30:25Z | https://github.com/pydantic/FastUI/issues/110 | [] | ashercn97 | 7 |
eamigo86/graphene-django-extras | graphql | 145 | 'UserFilter' in readme example is not defined or imported anywhere | In the line from the readme:
```python
users3 = DjangoListObjectField(UserListType, filterset_class=UserFilter, description='All Users query')
```
you reference `UserFilter` but that isn't imported or created anywhere in the example. | open | 2020-07-13T15:48:25Z | 2020-09-11T14:35:53Z | https://github.com/eamigo86/graphene-django-extras/issues/145 | [] | flyte | 1 |
microsoft/nni | data-science | 4,954 | NNI v2.9 Iteration Plan | - Release manager: @ultmaster
- Release start date: 6.22
- Feature freeze date (at most 30 days): ~7.22~ 8.1
- First test package (1 week since feature freeze): ~7.29~ ~8.12~ 8.16
- Release date (3 weeks since feature freeze): ~8.12~ 9.7
## Top selling points
- Official announcement of NAS search space hub
-... | closed | 2022-06-22T02:27:28Z | 2022-09-23T02:11:24Z | https://github.com/microsoft/nni/issues/4954 | [
"iteration-plan",
"nnidev"
] | ultmaster | 4 |
healthchecks/healthchecks | django | 428 | Feature request: Integration with Signal messenger | since WhatsApp and Telegram are already there, why not **Signal**?
https://www.signal.org/
| closed | 2020-09-15T00:36:12Z | 2021-01-11T12:29:28Z | https://github.com/healthchecks/healthchecks/issues/428 | [
"new integration"
] | piramiday | 7 |
ShishirPatil/gorilla | api | 486 | [BFCL] Sanity check should be optional and by default off | For BFCL eval, the sanity check of weather all RESTful APIs are active should be optional flag that is `off` by default. It is currently `on` by default. | closed | 2024-06-25T21:04:46Z | 2024-07-07T21:55:19Z | https://github.com/ShishirPatil/gorilla/issues/486 | [] | ShishirPatil | 2 |
modelscope/data-juicer | data-visualization | 353 | video_ocr_area_ratio_filter may cause cuda out of memory | ### Before Asking 在提问之前
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | closed | 2024-07-15T02:02:45Z | 2024-07-17T10:19:37Z | https://github.com/modelscope/data-juicer/issues/353 | [
"question"
] | ycwfs | 2 |
amdegroot/ssd.pytorch | computer-vision | 177 | Issue running training | Hello, when I run `python train.py` I get this:
Traceback (most recent call last):
File "train.py", line 1, in <module>
from data import *
File "C:\Users\Yuliia\Install\SSD Multibox\ssd.pytorch\data\__init__.py", line 1, in <module>
from .voc0712 import VOCDetection, VOCAnnotationTransform, VOC_CLASS... | open | 2018-06-12T19:23:03Z | 2019-09-22T02:05:16Z | https://github.com/amdegroot/ssd.pytorch/issues/177 | [] | yuliiasergeeva | 1 |
scrapy/scrapy | web-scraping | 6,645 | Investigating and optimizing the slowest test run time | I continue investigating the test run time for fun and possible optimizations and I've isolated the following subset of test files that is responsible for 70-75% of the total run time (of `tox -e py`, so without extra deps) on my test machines:
* `tests/test_command_parse.py`
* `tests/test_command_shell.py`
* `tests... | open | 2025-02-01T11:03:18Z | 2025-02-02T11:50:07Z | https://github.com/scrapy/scrapy/issues/6645 | [
"enhancement",
"CI"
] | wRAR | 4 |
jmcnamara/XlsxWriter | pandas | 1,068 | question: Center an image in merged cell | ### Question
Hi, I need to center an image in merged cell, but I search all on Google, nothing found. Is there anyway to do this?

This is my image in current Excel file. | closed | 2024-05-13T11:54:44Z | 2024-05-17T00:54:08Z | https://github.com/jmcnamara/XlsxWriter/issues/1068 | [
"question"
] | hungtrieu07 | 2 |
deepspeedai/DeepSpeed | machine-learning | 6,549 | [BUG] CUDA error: no kernel image is available for execution on the device | Related issue: https://github.com/microsoft/DeepSpeed/issues/5724#issuecomment-2330819411
But I tried the solution and found it didn't work in my setting.
**Describe the bug**
[rank1]: Traceback (most recent call last):
[rank1]: File "my_code.py", line 166, in train_model
[rank1]: train_result = trainer.tr... | closed | 2024-09-17T23:50:45Z | 2024-10-28T05:05:18Z | https://github.com/deepspeedai/DeepSpeed/issues/6549 | [
"bug",
"training"
] | getao | 7 |
chatanywhere/GPT_API_free | api | 15 | 回显速度问题 | 流响应速度也太慢了吧,一个字一个字的蹦 | closed | 2023-05-19T13:19:41Z | 2023-05-24T03:53:22Z | https://github.com/chatanywhere/GPT_API_free/issues/15 | [] | Smi1eSEC | 2 |
mars-project/mars | numpy | 2,584 | [BUG] mars.dataframe.DataFrame.loc[i:j] semantics is different with pandas | # Reporting a bug
```
import pandas as pd
import mars
import numpy as np
df = pd.DataFrame(np.random.rand(5,3))
sliced_df = df.loc[0:1]
# Out[6]: sliced_df
# 0 1 2
# 0 0.362741 0.466188 0.750695
# 1 0.775940 0.544655 0.711621
mars.new_session()
md = mars.dataframe.DataF... | closed | 2021-11-24T06:33:29Z | 2022-09-05T03:26:57Z | https://github.com/mars-project/mars/issues/2584 | [
"type: bug",
"mod: dataframe"
] | dlee992 | 0 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 488 | preprocessing VoxCele2 is not working | While running encoder_preprocess on voxceleb2 dataset, I'm getting the following warning and nothing else happens. Not sure why?
```
raw: Preprocessing data for 5994 speakers.
raw: 0%| | 0/5994 [00:00<?, ?speakers/s]
/ho... | closed | 2020-08-12T21:31:06Z | 2020-08-19T08:31:25Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/488 | [] | amintavakol | 5 |
moshi4/pyCirclize | matplotlib | 86 | heatmap annotation shifted around a tree | Hi @moshi4 ! Thanks for your promot reply last time.
I met a problem that my heatmap annotation shifted around a tree.
As you can see, the annotation was slightly shifted bit by bit and became unaligned with the its own heatmap cell.
How to correct for the shifting?
Please see
```
########################
''' Tree Ci... | closed | 2025-03-08T02:28:31Z | 2025-03-11T10:59:09Z | https://github.com/moshi4/pyCirclize/issues/86 | [
"question"
] | johnnytam100 | 1 |
jackmpcollins/magentic | pydantic | 407 | Tool calls with no arguments raise parsing errors when using Anthropic chat model | Using functions that take no arguments with an Anthropic chat model, raises a parsing error. The error doesn't come up if using the OpenAI chat model.
Here is a repro -
```py
import dotenv
from magentic import Chat, StreamedResponse, StreamedStr
from magentic.chat_model.anthropic_chat_model import AnthropicChatMode... | closed | 2025-01-28T07:03:50Z | 2025-01-29T07:47:45Z | https://github.com/jackmpcollins/magentic/issues/407 | [] | ananis25 | 0 |
autokey/autokey | automation | 46 | Mouse left-click as send argument ? | How can i use mouse left-click as send argument ?
keyboard.send_keys("e 1 2 X")
where X is the mouse left click | closed | 2016-12-04T05:35:27Z | 2016-12-04T05:40:26Z | https://github.com/autokey/autokey/issues/46 | [] | shpinog | 1 |
iperov/DeepFaceLab | machine-learning | 736 | Quick96 Merge | Hi i am using the Quick96 Merge, i have done all the training etc all smoothly. However, when i hit the merger portion it keeps telling me that i have no frames to merge in input_dir.
any idea how do i put the frames into the input_dir for the merge to happen?
[y] Use interactive merger? ( y/n ) : y
Collecting ... | open | 2020-05-04T05:32:00Z | 2023-06-08T20:25:58Z | https://github.com/iperov/DeepFaceLab/issues/736 | [] | jas9110 | 1 |
laughingman7743/PyAthena | sqlalchemy | 70 | Pyathena encryption with kms key is not working | I am querying Athena using `PyAthena-1.4.6`.
connection = connect(
s3_staging_dir='s3://' + athena_results_s3_bucket + '/athena_results',
region_name=region,
encryption_option='SSE-KMS',
kms_key=kms_key
)
cursor = connection.cursor()
cursor.execute(sql_query)
... | closed | 2019-02-26T07:33:30Z | 2019-03-06T11:20:17Z | https://github.com/laughingman7743/PyAthena/issues/70 | [] | chgangaraju | 7 |
pytest-dev/pytest-html | pytest | 386 | IDEA: add `.editorconfig` | add a [`.editorconfig`](https://editorconfig.org/) file.
this will allow IDEs/editors to apply rules how files should be written.
basically its not needed, unless there are files that are not fixed by pre-commits as configured via https://github.com/pytest-dev/pytest-html/blob/master/.pre-commit-config.yaml
... | open | 2020-11-28T13:39:28Z | 2020-12-02T00:01:41Z | https://github.com/pytest-dev/pytest-html/issues/386 | [
"enhancement",
"Infrastructure",
"proposal"
] | jkowalleck | 1 |
ets-labs/python-dependency-injector | asyncio | 659 | TypeError: object NoneType can't be used in 'await' expression for init_resources() of nested container | Hi! It my first try in dependency injection. I have container of Database with `asyncpg.Pool` as resource:
```
async def create_pool() -> asyncpg.Pool:
pool = await asyncpg.create_pool(
user="postgres",
password="SomePassword",
database="postgres"
)
return pool
class ... | open | 2023-01-08T18:47:45Z | 2023-01-08T18:47:45Z | https://github.com/ets-labs/python-dependency-injector/issues/659 | [] | OlehDziuba | 0 |
horovod/horovod | machine-learning | 3,278 | [Ray] hvd.size() incorrect in 2GPU x 1Instance case for lightning + ray | **Environment:**
1. Framework: PyTorch + lightningSparkEstimator
2. Framework version: 1.5
3. Horovod version: current
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version: 3.6.9
8. Spark / PySpark version: 2.4
9. Ray version: 2.0
10. OS and version:
11. GCC version:
12. CMake version:
*... | closed | 2021-11-16T18:16:03Z | 2021-11-18T00:35:37Z | https://github.com/horovod/horovod/issues/3278 | [
"bug"
] | irasit | 7 |
assafelovic/gpt-researcher | automation | 278 | Error when using OPEN AI API | I have an issue with running the client with open ai API, tried to export the key as shown and stated in docs, tried to create .env file, reinstalled the whole repo and deps several times, but I'm still getting this:
File "/Users/admin/miniforge3/envs/research/lib/python3.11/site-packages/openai/_base_client.py", ... | closed | 2023-11-29T17:20:52Z | 2023-12-04T07:05:14Z | https://github.com/assafelovic/gpt-researcher/issues/278 | [] | tstanek390 | 4 |
kizniche/Mycodo | automation | 1,303 | No data under live measurements | Hi
My codo 8.15.8
No more data under live measurements I think this happend after an update of Mycodo.
At first I thought it was an hardware issue with one or more sensors, But then I checked with basic Raspberry CPU/GPU temp and i got the same issue.
With log level Debug enabled: I can see the it reeds the t... | open | 2023-05-08T16:05:17Z | 2023-09-26T17:16:54Z | https://github.com/kizniche/Mycodo/issues/1303 | [] | Elfrederiko | 6 |
google-research/bert | tensorflow | 401 | Input preprocessing | Hi @jacobdevlin-google
Will BERT pretrained models still work well if one does sentence segmentation (e.g. using spaCy) differently than your original method? Will it affect BERT finetuning/further pretraining?
Thanks in advance! | open | 2019-01-28T12:30:50Z | 2019-01-28T12:30:50Z | https://github.com/google-research/bert/issues/401 | [] | yhalk | 0 |
mars-project/mars | numpy | 2,527 | [BUG] df.loc failed when index is an empty list | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
df.loc failed when index is an empty list.
**To Reproduce**
To help us reproducing this bug, please provide information below:
1. Your P... | closed | 2021-10-15T06:53:35Z | 2021-10-15T09:43:05Z | https://github.com/mars-project/mars/issues/2527 | [
"type: bug",
"mod: dataframe",
"prio: high"
] | qinxuye | 0 |
guohongze/adminset | django | 37 | 安装遇到问题 | 


- send patch request to /api/dcim/racks/:id/ with payload
```
{
"location": {
... | closed | 2024-12-02T11:52:07Z | 2025-03-06T03:09:08Z | https://github.com/netbox-community/netbox/issues/18132 | [
"type: bug",
"status: duplicate"
] | TorstenEhrhardt | 2 |
vvbbnn00/WARP-Clash-API | flask | 62 | 群晖docker可以启动,订阅地址不能用显示 code 403 forbidden | 
之前没报连接过多,订阅地址也不能用。导入小火箭就是 forbidden | closed | 2024-02-25T14:22:11Z | 2024-02-28T06:32:45Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/62 | [
"help wanted"
] | xpdigital | 10 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,532 | Testing Sat2map | I trained the model and I test my own aerial image
Why the generate result is bad, here is my output of my own aerial image

 example needed with latest release 0.3.1 | Hello, I'm trying to use the latest version of authenticator, but unable to figure out the new login argument syntax from the description in the Readme:
authenticator.login()
Authenticate.login
Parameters:
location: str, {'main', 'sidebar'}, default 'main'
Specifies the location of the login widget... | closed | 2024-02-21T20:00:13Z | 2024-03-11T15:33:26Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/135 | [
"help wanted"
] | OldishCoder | 1 |
PedroBern/django-graphql-auth | graphql | 169 | django-graphql-auth is not compatible with Django version 5 | # Prerequisites
* [* ] Is it a bug?
* [ ] Is it a new feature?
* [* ] Is it a question?
* [ ] Can you reproduce the problem?
* [ ] Are you running the latest version?
* [ ] Did you check for similar issues?
* [ ] Did you perform a cursory search?
For more information, see the [CONTRIBUTING](https://github.c... | open | 2024-03-26T07:59:44Z | 2024-03-26T08:04:07Z | https://github.com/PedroBern/django-graphql-auth/issues/169 | [] | septa-ma | 0 |
xinntao/Real-ESRGAN | pytorch | 397 | 如何手动调节降噪参数? | 降噪得很厉害,损失了很多细节 | open | 2022-07-23T18:52:03Z | 2022-08-14T02:41:14Z | https://github.com/xinntao/Real-ESRGAN/issues/397 | [] | Minori-ty | 1 |
seleniumbase/SeleniumBase | pytest | 3,285 | Long Press or Long Click for the element using cdp method! | Hi , I tried to use cdp mode to click and hold button by selector. Any idea for that case?
Thank you!
| closed | 2024-11-22T18:01:47Z | 2024-11-22T18:16:09Z | https://github.com/seleniumbase/SeleniumBase/issues/3285 | [
"question",
"UC Mode / CDP Mode"
] | mynguyen95dn | 1 |
pandas-dev/pandas | data-science | 60,190 | BUG: `pprint_thing(..., quote_strings=True)` fails for strings with embedded single-quotes | ### 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.
- [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2024-11-05T00:05:31Z | 2024-11-29T13:51:47Z | https://github.com/pandas-dev/pandas/issues/60190 | [
"Bug",
"Output-Formatting"
] | zpincus | 3 |
gradio-app/gradio | data-visualization | 9,920 | gr.Warning cannot work when same event invoke twice | ### Describe the bug
#8630 reopen
i have upgrade to 5.5.0
when you select "show warning", the warning is not displayed unless you unmarked the "time.sleep"
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
import ti... | open | 2024-11-09T14:13:05Z | 2024-11-09T14:13:05Z | https://github.com/gradio-app/gradio/issues/9920 | [
"bug"
] | feiyun0112 | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 951 | Download Path for Driver (Question) | Hello, I'm currently trying to use undetected_chromedriver in AWS as a lambda function.
So far, I have created the layer with the "undetected_chromedriver" library included. However, as I understand, the library automatically downloads the correct driver according to the machine. Since it is running in an AWS lambda... | closed | 2022-12-14T22:04:44Z | 2023-07-05T02:40:59Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/951 | [] | ottogutierrez | 2 |
scikit-learn/scikit-learn | machine-learning | 30,753 | ⚠️ CI failed on Linux_Runs.pylatest_conda_forge_mkl (last failure: Feb 03, 2025) ⚠️ | **CI failed on [Linux_Runs.pylatest_conda_forge_mkl](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=73883&view=logs&j=dde5042c-7464-5d47-9507-31bdd2ee0a3a)** (Feb 03, 2025)
- Test Collection Failure | closed | 2025-02-03T02:34:16Z | 2025-02-03T16:44:29Z | https://github.com/scikit-learn/scikit-learn/issues/30753 | [] | scikit-learn-bot | 1 |
MilesCranmer/PySR | scikit-learn | 420 | [BUG]: PyCall.jlwrap error-- dimensional constraint | ### What happened?
Hi Miles,
I am trying out the new feature where we can impose the dimensional constraint. I just copied the example available from the collection of toy examples (number ten), and I run to the following error:
### Version
0.16.3
### Operating System
Linux
### Package Manager
Conda
### Interf... | closed | 2023-08-31T15:49:04Z | 2024-06-02T12:31:02Z | https://github.com/MilesCranmer/PySR/issues/420 | [
"bug"
] | Sshamekh | 4 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,534 | pythorch to onnx conversion , accuracy loss | Hi,
I have tried to convert a CycleGAN model to onnx and I found a relevant decrease of accuracy.
Anyone with some advice, suggestions and if you experienced something similar.
I have tried many tests, different parameters for torch.onnx.export() but no improvements.
During training phase I specified --norm istance... | open | 2023-01-16T14:18:19Z | 2023-02-15T10:14:36Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1534 | [] | Bea07 | 3 |
pyjanitor-devs/pyjanitor | pandas | 656 | Docs upgrade | Leaving this from #653, which is a pretty good thing!
If you're thinking about potential changes to the docs, one thing I've been thinking about is providing an alternate/additional view for users to discover functions. I think a user looking at our API pages can see all the functions `janitor` has, and what they do... | open | 2020-05-15T13:19:12Z | 2020-05-19T12:13:05Z | https://github.com/pyjanitor-devs/pyjanitor/issues/656 | [
"enhancement",
"good first issue",
"reference",
"docfix"
] | ericmjl | 0 |
quokkaproject/quokka | flask | 188 | Why not compatible python3? | We should support the decision of the python community.
Although it is difficult, but we should try.
| closed | 2015-04-24T18:22:59Z | 2015-07-16T02:56:26Z | https://github.com/quokkaproject/quokka/issues/188 | [] | 030io | 5 |
babysor/MockingBird | deep-learning | 631 | capturable=False,报错 | Win11
GPU:3060laptop
Python 3.9.13
+----------------+------------+---------------+------------------+
| Steps with r=2 | Batch Size | Learning Rate | Outputs/Step (r) |
+----------------+------------+---------------+------------------+
| 101k Steps | 16 | 3e-06 | 2 |
+--... | closed | 2022-06-30T08:34:27Z | 2022-07-04T08:35:17Z | https://github.com/babysor/MockingBird/issues/631 | [] | MarkIzhao | 10 |
ray-project/ray | machine-learning | 50,945 | Release test long_running_many_drivers.aws failed | Release test **long_running_many_drivers.aws** failed. See https://buildkite.com/ray-project/release/builds/34295#01954659-5be2-4c85-88f4-a3e13796aeda for more details.
Managed by OSS Test Policy | closed | 2025-02-27T08:15:55Z | 2025-02-28T05:49:38Z | https://github.com/ray-project/ray/issues/50945 | [
"bug",
"P0",
"triage",
"core",
"release-test",
"ray-test-bot",
"weekly-release-blocker",
"stability"
] | can-anyscale | 1 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 413 | 连接端点失败,检查网络环境或代理,代理:{'http://': None, 'https://': None} 类名:BaseCrawler | **请问是因为我的代理不稳定吗?**
我在使用web界面下载tiktok视频的时候拉取了很久最终报如下错误:`连接端点失败,检查网络环境或代理:https://api22-normal-c-alisg.tiktokv.com/aweme/v1/feed/?iid=7318518857994389254&device_id=7318517321748022790&channel=googleplay&app_name=musical_ly&version_code=300904&device_platform=android&device_type=SM-ASUS_Z01QD&os_version=9&aweme_id=7364... | closed | 2024-05-27T06:03:31Z | 2024-06-14T08:22:29Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/413 | [
"BUG"
] | wanhhe | 8 |
aminalaee/sqladmin | sqlalchemy | 124 | Link to relationship | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
Add auto link in relationship. As example: https://python-sqladmin.herokuapp.com/admin/address/details/1 to get user I need to go to table users, find user(no search). Please make... | closed | 2022-04-02T09:40:18Z | 2022-05-20T16:24:29Z | https://github.com/aminalaee/sqladmin/issues/124 | [
"enhancement",
"good first issue"
] | badger-py | 2 |
apify/crawlee-python | web-scraping | 1,013 | HttpxHttpClient always follows redirects | I've encountered an issue with the redirection handling logic in `HttpxHttpClient`. Currently, there's no straightforward way to disable automatic redirect following when initializing `HttpxHttpClient`. Ideally, it should be possible to configure it like this:
```python
crawler = HttpCrawler(http_client=HttpxHttpClien... | closed | 2025-02-24T12:42:11Z | 2025-02-26T11:02:38Z | https://github.com/apify/crawlee-python/issues/1013 | [
"t-tooling"
] | 2tunnels | 0 |
ploomber/ploomber | jupyter | 537 | add an example for running arbitrary languages | we currently have an example of a shell task, but we could also show alternative ways of running code other than Python and R: calling shell from Python or having a notebook with a custom kernel | closed | 2022-02-04T03:13:48Z | 2022-09-02T22:53:25Z | https://github.com/ploomber/ploomber/issues/537 | [] | edublancas | 1 |
NullArray/AutoSploit | automation | 1,141 | Discord invite link in documentation is invalid | The Discord invite link in documentation is invalid. Please update or remove. | closed | 2019-07-25T03:27:23Z | 2019-07-25T12:32:33Z | https://github.com/NullArray/AutoSploit/issues/1141 | [] | cmcjacob | 1 |
sunscrapers/djoser | rest-api | 586 | [Question] Specify domain name for activation url | Hey there, I'm wondering can I specify DOMAIN for email without overriding classes, because now my frontend is on the other port? | closed | 2021-02-09T19:04:19Z | 2023-02-17T12:58:02Z | https://github.com/sunscrapers/djoser/issues/586 | [] | karambaq | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.