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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
slackapi/bolt-python | fastapi | 483 | Calling ack outside of synchronous request/response? | Hi,
I'm doing a POC to see if I can process slack events as a two step process
1. receive events, write slack events/actions into a MQ
2. process events out of a message queue, perform actions
I have it working (for the most part) with the two parts being:
1. a proxy setup with a regular adapter (tested w... | closed | 2021-10-04T22:13:48Z | 2021-10-18T16:13:58Z | https://github.com/slackapi/bolt-python/issues/483 | [
"question"
] | bodepd | 3 |
numpy/numpy | numpy | 28,098 | ENH: `broadcast_arrays()` with option to not repeat arrays | ### Proposed new feature or change:
Consider a function $f(r, \theta) = [r \cos \theta, r \sin \theta]$ and when `r.shape == (3, 1) and theta.shape == (4,)` thus the shape of the result is supposed to be `(2, 3, 4)` (or `(3, 4, 2)`) by broadcasting.
```python
import numpy as np
def ferror(r, theta): # (3, 1... | open | 2025-01-04T05:12:30Z | 2025-01-06T11:33:12Z | https://github.com/numpy/numpy/issues/28098 | [
"57 - Close?"
] | 34j | 4 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 843 | Repeated patern | <img width="801" alt="Screenshot 2019-11-18 at 02 09 28" src="https://user-images.githubusercontent.com/4003908/69015798-d1f6f580-09a8-11ea-8ec4-60edb08276f0.png">
I have run pix2pix with default settings and I can see sort of repeated pattern problem that still occurs.
Seems it's related to Figure 6 in paper:
htt... | open | 2019-11-17T23:15:17Z | 2019-11-19T20:33:53Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/843 | [] | mrgloom | 1 |
sanic-org/sanic | asyncio | 2,702 | Follow-Up: Sanic generated code makes coverage throw "couldn't parse" warnings | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Running `coverage run; coverage xml` on a Sanic app causes warnings about unparseable code that seem related to code generated by Sanic.
As an example:
warning: "No source for code: _run_response_middleware ... | closed | 2023-03-02T01:09:33Z | 2023-03-20T08:50:27Z | https://github.com/sanic-org/sanic/issues/2702 | [
"bug"
] | rbm-radius | 1 |
scikit-hep/awkward | numpy | 3,337 | DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. | ### Version of Awkward Array
2.6.9
### Description and code to reproduce
`Python 3.12.2`
The update is needed for
https://github.com/scikit-hep/awkward/blob/8f69dbf6eb84f518150f47a81f9605642bbff837/dev/generate-kernel-signatures.py#L146
https://github.com/scikit-hep/awkward/blob/8f69dbf6eb84f518150f47a81f9... | closed | 2024-12-10T09:57:38Z | 2024-12-21T03:43:08Z | https://github.com/scikit-hep/awkward/issues/3337 | [
"bug (unverified)"
] | ianna | 0 |
slackapi/bolt-python | fastapi | 376 | Failing Event API Challenge in Py, Passes in JS | (Filling out the following details about bugs will help us solve your issue sooner.)
### Reproducible in:
python 3.9.5
#### The `slack_bolt` version
slack-bolt==1.6.1
slack-sdk==3.6.0
#### Python runtime version
python 3.9.5
#### OS info
Microsoft Windows [Version 10.0.19041.985]
#### Steps to repro... | closed | 2021-06-10T05:53:11Z | 2021-08-24T19:45:58Z | https://github.com/slackapi/bolt-python/issues/376 | [
"question"
] | khalidsharmarke | 7 |
pandas-dev/pandas | pandas | 60,813 | ENH: Implement `skiptrailingspace` parameter for `read_csv` | ### Feature Type
- [x] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
I was trying to read CSV files using the `read_csv` function. The most cumbersome part was not having an option to strip trailing spaces... | open | 2025-01-29T12:28:16Z | 2025-02-21T14:25:11Z | https://github.com/pandas-dev/pandas/issues/60813 | [
"Enhancement",
"Needs Triage"
] | PythonDev803 | 3 |
CPJKU/madmom | numpy | 24 | remove `fref` attribute of `Filterbank` | Move it to the subclasses which actually use/need it.
Additionally, the `PitchClassProfileFilterbank` does neither have `corner_frequencies` nor `center_frequencies`. This should be refactored as well.
| closed | 2015-12-03T09:58:12Z | 2015-12-09T09:22:10Z | https://github.com/CPJKU/madmom/issues/24 | [] | superbock | 0 |
plotly/dash | data-visualization | 2,536 | [BUG] Turn twitter cards off by default to avoid security issues | - replace the result of `pip list | grep dash` below
```
dash 2.9.3
dash-auth 2.0.0
dash-bootstrap-components 1.4.1
dash-core-components 2.0.0
dash-extensions 0.1.13
dash-html-components 2.0.0
dash-table 5.0.0
```
- if frontend relate... | closed | 2023-05-22T05:00:50Z | 2023-05-25T16:12:38Z | https://github.com/plotly/dash/issues/2536 | [] | shankari | 4 |
babysor/MockingBird | deep-learning | 982 | 没有_sources.txt这个文件' | FileNotFoundError: [Errno 2] No such file or directory: 'E:\\data\\SV2TTS\\synthesizer\\_sources.txt'
路径是没问题的查看了下确实没有这个文件
这个文件是怎么来的,求解答 | closed | 2024-01-30T16:01:26Z | 2024-01-30T16:39:15Z | https://github.com/babysor/MockingBird/issues/982 | [] | Tengda520 | 0 |
sqlalchemy/alembic | sqlalchemy | 1,460 | Asyncpg conflicts with autocommit_block | **Describe the bug**
Creating postgresql index concurrently in migrations using op.get_context().autocommit_block() may cause a program stuck if you have opened asyncpg transaction.
**Expected behavior**
The program shouldn't stuck and migrations must be applied
**To Reproduce**
I've created a separated rep... | closed | 2024-04-20T12:18:56Z | 2024-04-20T12:33:11Z | https://github.com/sqlalchemy/alembic/issues/1460 | [] | ionsome | 0 |
PeterL1n/RobustVideoMatting | computer-vision | 237 | About GRU coherence training loss | Hi, I noticed that in some scenes there is a large area of translucent vignetting, I think this is entirely due to the GRU, is it possible to mitigate this by improving the coherence loss? | open | 2023-05-08T06:22:28Z | 2023-05-08T06:22:28Z | https://github.com/PeterL1n/RobustVideoMatting/issues/237 | [] | tayton42 | 0 |
LibreTranslate/LibreTranslate | api | 28 | Astian Translate | Just making sure you saw: https://astian.org/en/astian-translate-free-and-open-source-translations/
I made a [wiki page](https://github.com/argosopentech/argos-translate/wiki/Projects-using-Argos-Translate) to track projects using Argos Translate. I think this and the corresponding article I linked to were the sourc... | closed | 2021-01-21T00:42:27Z | 2021-01-21T04:34:05Z | https://github.com/LibreTranslate/LibreTranslate/issues/28 | [] | PJ-Finlay | 1 |
idealo/imagededup | computer-vision | 45 | Adding a simple CLI to use it directly from the terminal | It would be nice to use `imagededup` directly in the terminal like,
```bash
imagededup find-duplicates --image_dir path/to/image/directory --method PHash
```
The output would be the duplicates itself or you can also redirect to a file via an option like `--outfile`. | open | 2019-10-10T15:01:58Z | 2019-10-10T15:01:58Z | https://github.com/idealo/imagededup/issues/45 | [
"enhancement"
] | datitran | 0 |
Nemo2011/bilibili-api | api | 178 | [建议] 获取排行榜应该走接口 | 不是很信没看到这个接口...从 initial_state 获取是有其他缘故吗
https://github.com/Nemo2011/bilibili-api/issues/177#issuecomment-1411898913 | closed | 2023-02-01T11:29:44Z | 2023-02-02T12:17:10Z | https://github.com/Nemo2011/bilibili-api/issues/178 | [] | z0z0r4 | 17 |
waditu/tushare | pandas | 1,022 | 可以获取当天资讯吗 | open | 2019-04-27T05:31:51Z | 2019-05-02T23:32:53Z | https://github.com/waditu/tushare/issues/1022 | [] | luyifanlu | 2 | |
dpgaspar/Flask-AppBuilder | rest-api | 2,099 | Current dev build is broken | ### Describe the expected results
Being able to install a dev environment, allowing me to build documentation to verify doc change, based on the instructions in CONTRIBUTING.rst
```python
pip install -r requirements.txt -r requirements-dev.txt -r requirements-extra.txt -r rtd_requirements.txt
```
### Desc... | open | 2023-08-03T18:44:37Z | 2023-08-03T18:45:20Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/2099 | [] | andersbogsnes | 0 |
httpie/cli | api | 680 | support base64 file input | hello,
`jo` supports base64 encoding with `%` prefix
```
jo user_id=1 tags=$(jo -a foo) type=1 data=%/path/to/file.bin
```
can httpie support this natively without needing `jo` ? | closed | 2018-05-23T12:38:01Z | 2018-10-11T11:10:47Z | https://github.com/httpie/cli/issues/680 | [] | engin | 3 |
onnx/onnxmltools | scikit-learn | 302 | How to edit name of layer | Is it possible to edit name of layer in onnx?
Seems here is only part of the answer, i.e. protobuf to json
https://github.com/onnx/onnxmltools/issues/273
then we can edit json, but how to convert it back to onnx model? | closed | 2019-05-23T16:53:29Z | 2019-06-11T22:09:14Z | https://github.com/onnx/onnxmltools/issues/302 | [] | mrgloom | 1 |
davidsandberg/facenet | tensorflow | 1,148 | a fully convolution network want to change the input size which is not the same as trainning data size ,and test on a whole big image | hello,
the facenet is a great work, and recently i redefined a fully convolutional network using the facenet。 and the traning data is 32x32x1 patches. and now , i want to use the network which is training beyond 32x32 image patches to test the whole big image which have a size of 512x512.
sorry for a beginner of TF,... | open | 2020-04-02T14:49:24Z | 2020-04-02T14:49:24Z | https://github.com/davidsandberg/facenet/issues/1148 | [] | liuliustar | 0 |
wandb/wandb | tensorflow | 9,575 | [Feature]: Log run command of a the particular run of a sweep in the browser GUI like in Overview>Command in a manual run | ### Description
I've been running sweeps with multiple agents and I've detected a particular run doing something funky.
Since sweeps fundamentally run each run via a CLI command like `python train.py --arg1 10 --arg2 mnist` I would like to rerun this particular run that did something funky in a debug setting.
I can ... | open | 2025-03-09T12:57:20Z | 2025-03-18T21:58:34Z | https://github.com/wandb/wandb/issues/9575 | [
"ty:feature"
] | ludwigwinkler | 4 |
jupyter/nbviewer | jupyter | 316 | Cell with HTML page renders incorrectly in NBViewer | I have an object that displays some HTML when called from an IPython notebook using the `_repr_html_` method. The result is as expected in the IPython notebook, however when I view file from nbviewer, some weird things happen.
Problematic notebook:
http://nbviewer.ipython.org/gist/ElDeveloper/24a383b778943a187966
You... | open | 2014-07-21T18:24:29Z | 2015-03-09T04:09:36Z | https://github.com/jupyter/nbviewer/issues/316 | [
"type:Bug"
] | ElDeveloper | 12 |
Kav-K/GPTDiscord | asyncio | 3 | This appears when I execute the main.py | None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
Traceback (most recent call last):
File "C:\Users\Lordy\Downloads\GPT3Discord-main\main.py", line 66, in <module>
asyncio.get_event_loop().run_until_com... | closed | 2022-12-17T16:00:09Z | 2022-12-18T17:16:51Z | https://github.com/Kav-K/GPTDiscord/issues/3 | [] | Lordyzagat | 1 |
python-restx/flask-restx | flask | 447 | How to remove a namespace at runtime programmatically | Hi,
After adding a namespace and route/endpoint programmatically on startup, my app has a need to remove endpoints (namespaces?) under certain conditions.
How can I do this with restx, such that the endpoint no longer appears in the swagger ui?
thank you. | open | 2022-06-14T12:39:41Z | 2022-06-14T12:52:19Z | https://github.com/python-restx/flask-restx/issues/447 | [
"question"
] | radiantone | 0 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 1,068 | Adopt new context tracking sysyem | Hi! I'm using this extension is a couple of Flask projects and a Quart one. When trying to migrate the Quart app to it's latest version, the extension stopped working with the flask_patch:
`ImportError: cannot import name '_app_ctx_stack' from 'quart.flask_patch'`
According to what I understand from [this answer]... | closed | 2022-07-25T13:35:42Z | 2022-10-08T09:24:55Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1068 | [] | guillermohs9 | 8 |
d2l-ai/d2l-en | pytorch | 2,363 | Issue in 2.4. Calculus | In [2.4. Calculus](https://raw.githubusercontent.com/d2l-ai/d2l-en/master/chapter_preliminaries/calculus.md) the sentence
> Thus, the area of the **triangle** approaches
$n \cdot r \cdot \frac{1}{2} (2 \pi r/n) = \pi r^2$.
should be
> Thus, the area of the **polygon** approaches
$n \cdot r \cdot \frac{1}{2}... | closed | 2022-11-29T20:09:00Z | 2022-11-30T23:30:05Z | https://github.com/d2l-ai/d2l-en/issues/2363 | [] | uhasker | 2 |
marcomusy/vedo | numpy | 756 | Strange rendering in numpy2volume2 example | Hi, when I run the numpy2volume2 example, I would expect the shapes to have relatively smooth surfaces, instead I get these odd stripes. I would appreciate an explanation and suggestion if it is possible to get a more uniform color that is just directly from the color array?
Stationary

base / path (myproj.urls) /
\___ / uri-2 (myapp2.urls)
```
Given I want to pass myapp1.urls as a custom urlconf to the default API documentation view, how can I do so that "base / path... | closed | 2021-12-18T06:46:23Z | 2021-12-20T09:05:57Z | https://github.com/tfranzel/drf-spectacular/issues/618 | [] | niccolomineo | 7 |
deepset-ai/haystack | machine-learning | 8,719 | serialize_type does not handle typing.Any correctly | **Describe the bug**
serialize_type(typing.Any) returns "typing._SpecialForm"
**Error message**
None
**Expected behavior**
serialize_type(typing.Any) should return "typing.Any"
**Additional context**
get_origin(Any) returns None so it is not recognizing Any as a typing object. I don't know what's the best way to do ... | closed | 2025-01-15T08:18:39Z | 2025-02-18T16:26:58Z | https://github.com/deepset-ai/haystack/issues/8719 | [
"P2"
] | LastRemote | 0 |
ludwig-ai/ludwig | computer-vision | 3,895 | Integrating new frameworks | **Is your feature request related to a problem? Please describe.**
This feature request is related to brand new ask, such as integration of external libraries/frameworks.
**Describe the use case**
Ideas: Not sure if the following ideas have been already considered or not, but still let me enumerate them
- integra... | closed | 2024-01-18T10:11:20Z | 2024-07-27T05:13:48Z | https://github.com/ludwig-ai/ludwig/issues/3895 | [
"llm"
] | yogeshhk | 2 |
Sanster/IOPaint | pytorch | 453 | [BUG] Missing files trying to load PowerPaint | **Model**
Sanster--PowerPaint-V1-stable-diffusion-inpainting
**Describe the bug**
I tried running `Sanster--PowerPaint-V1-stable-diffusion-inpainting`. The first time I ran it, when it downloaded the model, it returned an error
```"ConnectionBroken": ProtocolError: ('Connection broken: IncompleteRead(471805400 ... | closed | 2024-02-10T19:16:45Z | 2025-02-16T02:04:03Z | https://github.com/Sanster/IOPaint/issues/453 | [
"stale"
] | inhahe | 4 |
open-mmlab/mmdetection | pytorch | 11,412 | Run time CUDA error | I am getting RuntimeError: no kernel image is available for execution on this device. below if my config
python- 3.8
mmcv- 1.7.2(wheel file installation) (https://download.openmmlab.com/mmcv/dist/cu121/torch2.1.0/mmcv_full-1.7.2-cp38-cp38-manylinux1_x86_64.whl)
mmdet-2.28.1
torch==2.1.0
torchvision=0.16.0
CUDA-... | open | 2024-01-19T19:24:00Z | 2024-05-08T08:32:55Z | https://github.com/open-mmlab/mmdetection/issues/11412 | [] | rajnishrajput12 | 2 |
dbfixtures/pytest-postgresql | pytest | 919 | Initializing the template database by way of fixtures | ### What action do you want to perform
It would be nice to be able to initialize the template database using session-level fixtures. In this way, it's easy to share some data (say some random UUIDs) between the initialization process and the actual tests.
AFAICS this is not easily done with the `load` argument of... | closed | 2024-03-08T07:20:07Z | 2024-03-11T13:42:29Z | https://github.com/dbfixtures/pytest-postgresql/issues/919 | [] | astoff | 6 |
amisadmin/fastapi-amis-admin | fastapi | 50 | Dialog buttons and title keep showing Chinese caption | fastapi-amis-admin>=0.2.3
fastapi_user_auth
fastapi-scheduler
All the UI (tables etc. is shown in en_US) but when i click on delete of a record or on pause in the scheduler the popup dialog show title and button captions in chinese.
What am i doing wrong? | closed | 2022-09-30T01:10:56Z | 2022-10-05T02:49:21Z | https://github.com/amisadmin/fastapi-amis-admin/issues/50 | [
"bug"
] | swelcker | 14 |
xlwings/xlwings | automation | 1,651 | [Question] FastAPI compatible? | Doc mentioned setting up with Flask, but is it also compatible with FastAPI as well? if so could you provide example if returning wb.fullname.
Also it was mentioned:
xlwings restapi run
Then perform a GET request e.g. via PowerShell on Windows or Terminal on Mac (while having an unsaved “Book1” open)
if Boo... | closed | 2021-07-12T22:33:48Z | 2021-07-15T21:10:47Z | https://github.com/xlwings/xlwings/issues/1651 | [] | scheung38 | 1 |
jofpin/trape | flask | 127 | Help on click-to-attack | Hello, could you explain me this functionality ? I choose a service in the dropdown list, the webpage changes on the victim PC and... nothing.
What am I supposed to see / do ?
Thank you :) | open | 2018-12-16T13:21:22Z | 2018-12-16T13:21:22Z | https://github.com/jofpin/trape/issues/127 | [] | Peuh27 | 0 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 656 | [BUG]: It's Not Answering most of the question | ### Describe the bug
As i tried the tool it wasn't able to fill out some of the form details like shown in the image
### Steps to reproduce
1. Try to apply to a job where there is a different kind of question

### Expected ... | closed | 2024-10-29T06:42:03Z | 2024-11-19T23:46:32Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/656 | [
"bug"
] | varun2948 | 0 |
PokeAPI/pokeapi | graphql | 1,066 | Implement API for fetching type name label sprites | Since [the sprites themselves have been merged in](https://github.com/PokeAPI/sprites/pull/139) I figured I'd move the issue over here cuz it made more sense to me.
See https://github.com/PokeAPI/sprites/issues/137 for context. | closed | 2024-04-09T05:01:16Z | 2024-08-08T14:03:31Z | https://github.com/PokeAPI/pokeapi/issues/1066 | [] | gabeklavans | 5 |
strawberry-graphql/strawberry | fastapi | 3,396 | Can Strawberry created dataclasses be `frozen` by default? | ## Feature Request Type
- [ ] Core functionality
- [X] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Need
Since [1.1.328](https://github.com/microsoft/pyright/releases/tag/1.1.328) Pyright type checker has become more strict w.r.t. to detecting incompatible variable overr... | open | 2024-02-25T12:14:47Z | 2025-03-20T15:56:37Z | https://github.com/strawberry-graphql/strawberry/issues/3396 | [] | kkom | 3 |
rougier/from-python-to-numpy | numpy | 35 | Fix code snippet in Chapter 3.3 (Temporary copy) | There are the following code snippet:
```
>>> X = np.ones(1000000000, dtype=np.int)
>>> Y = np.ones(1000000000, dtype=np.int)
>>> timeit("X = X + 2.0*Y", globals())
100 loops, best of 3: 3.61 ms per loop
>>> timeit("X = X + 2*Y", globals())
100 loops, best of 3: 3.47 ms per loop
>>> timeit("X += 2*Y", globals()... | closed | 2017-01-09T19:52:41Z | 2017-01-11T15:54:03Z | https://github.com/rougier/from-python-to-numpy/issues/35 | [] | gallyamb | 2 |
graphistry/pygraphistry | pandas | 194 | [FEA] Edge reductions | Building off node reductions ( https://github.com/graphistry/pygraphistry/issues/193 ), edge reductions are also useful.
The most typical case is multiedge handling:
Ex: collapsing directed edges today:
```python
g2 = g.edges(g._edges.drop_duplicates(subset=[g._src, g._dst]))
g2 = g.edges(g._edges.goupby([g.... | open | 2021-01-08T20:17:18Z | 2021-01-08T20:21:30Z | https://github.com/graphistry/pygraphistry/issues/194 | [
"enhancement",
"help wanted",
"good-first-issue"
] | lmeyerov | 0 |
kymatio/kymatio | numpy | 675 | The reconstructed signals look completely different than the original signal even though the loss from the reconstruction is pretty low. | I have been trying to perform scattering transform to a time-series data and the reconstructed motifs are completely different than the original motifs. For example.
Original Motifs from a time series.
 and red (right)
This default... | open | 2023-07-31T19:21:42Z | 2024-04-26T03:35:01Z | https://github.com/pyqtgraph/pyqtgraph/issues/2787 | [
"parameterTree"
] | MrBeee | 7 |
sloria/TextBlob | nlp | 107 | Unable to translate a text file | Please let me know if I am doing this wrong?
I'm trying to open and read a text file with multiple keywords and phrases in different languages.
I would like to be able to translate this using a case statement if at all possible.
Every time I try to pass a file format I get an error stating "only strings"
Is there a... | closed | 2016-01-13T20:22:06Z | 2018-01-03T00:25:24Z | https://github.com/sloria/TextBlob/issues/107 | [] | nixfreak | 4 |
art049/odmantic | pydantic | 120 | Can't store datetime.timedelta | The documentation does not state that datetime.timedelta is an excluded pydantic type, but when I try to save it to the MongoDB I get the following error:
bson.errors.InvalidDocument: cannot encode object: datetime.timedelta(seconds=21600), of type: <class 'datetime.timedelta'> | open | 2021-03-20T01:47:55Z | 2022-09-25T16:51:15Z | https://github.com/art049/odmantic/issues/120 | [
"bug"
] | nickleman | 3 |
psf/black | python | 4,207 | blackd: Invalid method encountered | **Describe the bug**
<!-- A clear and concise description of what the bug is. -->
I want to use blackd together with PyCharm (standalone or via Gateway). This has worked fine all the time, for a long time, many different versions, many different environments. Now suddenly, I get a strange error in PyCharm:
Wit... | closed | 2024-02-03T21:37:15Z | 2024-02-03T21:44:34Z | https://github.com/psf/black/issues/4207 | [
"T: bug"
] | albertz | 1 |
ray-project/ray | tensorflow | 51,498 | CI test windows://python/ray/tests:test_basic_4 is consistently_failing | CI test **windows://python/ray/tests:test_basic_4** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1
DataCaseName-windows://python/ra... | closed | 2025-03-19T00:06:01Z | 2025-03-19T21:52:24Z | https://github.com/ray-project/ray/issues/51498 | [
"bug",
"triage",
"core",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 3 |
reloadware/reloadium | django | 72 | remote interpreter hangs on kill command (red square), and shows no profile information | **Describe the bug**
When running the plugin locally, (Windows) everything is fine.
When running using remote interpreter (on a remote Ubuntu), no profile information is displayed.
**To Reproduce**
Create a [remote interpreter configuration ](https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-... | closed | 2022-11-23T13:15:34Z | 2023-01-19T07:25:25Z | https://github.com/reloadware/reloadium/issues/72 | [] | noamzilo | 7 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,140 | Caught exception: ModuleNotFoundError("No module named 'sounddevice'") Restarting | Reference voice: enter an audio filepath of a voice to be cloned (mp3, wav, m4a, flac, ...):
test.wav
Loaded file succesfully
Created the embedding
Write a sentence (+-20 words) to be synthesized:
我的声音是这样的吗?你来听一下,现在是我克隆的声音。
| Generating 1/1
Done.
Created the mel spectrogram
Synthesizing the waveform:
... | closed | 2022-11-23T12:17:02Z | 2022-12-02T08:51:52Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1140 | [] | jasonyun | 1 |
deepspeedai/DeepSpeed | machine-learning | 6,727 | [BUG] any clue for MFU drop? | 
y-axis is MFU and x-axis is training step.
I'm testing qwen 72b with huggingface trainer and whenever i train 72b scale model with zero3 offload, i encounter periodic performance drop.
I'm sry that i cant share training codes bu... | closed | 2024-11-08T08:00:43Z | 2024-12-06T21:59:21Z | https://github.com/deepspeedai/DeepSpeed/issues/6727 | [
"bug",
"training"
] | SeunghyunSEO | 4 |
identixone/fastapi_contrib | pydantic | 8 | Write tests with 100% coverage | closed | 2019-09-03T17:12:38Z | 2019-09-03T17:12:55Z | https://github.com/identixone/fastapi_contrib/issues/8 | [] | levchik | 0 | |
deeppavlov/DeepPavlov | nlp | 1,424 | Add docs on how to log buisness and technical metrics in DP agent | closed | 2021-03-25T13:53:37Z | 2022-04-01T11:32:17Z | https://github.com/deeppavlov/DeepPavlov/issues/1424 | [
"enhancement"
] | oserikov | 0 | |
OpenInterpreter/open-interpreter | python | 891 | Can we use open-interpreter to generate image using gpt-4? | ### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Can use openai image api?
### Describe alternatives you've considered
_No response_
### Additional context
_No response_ | closed | 2024-01-09T05:25:00Z | 2024-03-19T19:22:49Z | https://github.com/OpenInterpreter/open-interpreter/issues/891 | [
"Enhancement"
] | jordan2816 | 1 |
vllm-project/vllm | pytorch | 15,327 | [Bug]: ValueError: Pointer argument (at 0) cannot be accessed from Triton (cpu tensor?) | ### Your current environment
linux
### 🐛 Describe the bug
I run DeepSeeK-R1-Zero with the command
```text
vllm serve DeepSeek-R1-Zero -pp 3 -tp 2 --cpu-offload-gb 400 --trust-remote-code --max-model-len 5000
```
(I have six 48G 4090 and a 500G RAM, the model was downloaded directly from huggingface)
Then I encount... | open | 2025-03-22T09:25:36Z | 2025-03-22T09:26:36Z | https://github.com/vllm-project/vllm/issues/15327 | [
"bug"
] | johnturner108 | 0 |
torchbox/wagtail-grapple | graphql | 331 | GraphQLImage gives "Received incompatible instance..." error | Hi, I'm trying to use a GraphQLImage to get the url from a models.ImageField in a page.
Sample code:
```python
class LandingPage(HeadlessMixin, Page):
max_count = 1
background_image = models.ImageField(upload_to="uploads")
content_panels = Page.content_panels + [
FieldPanel("background_im... | closed | 2023-05-19T19:55:07Z | 2023-05-20T13:49:14Z | https://github.com/torchbox/wagtail-grapple/issues/331 | [] | fabio1079 | 2 |
oegedijk/explainerdashboard | dash | 183 | How to add custom callbacks | I have tried to write a CustomDashboard which has custom callback. This custom component has a dropdown using to switch which type of graph to display (Confusion Matrix or Contributions Plot). How can I add a callback to handle dropdown value change?
Can help me please...
```python
from explainerdashboard.custom im... | closed | 2022-02-15T08:31:00Z | 2022-02-18T19:36:43Z | https://github.com/oegedijk/explainerdashboard/issues/183 | [] | toyohashi | 2 |
allenai/allennlp | data-science | 5,186 | Input, output and indices must be on the current device | Reading the documentation for the Trainer "If you are training your model using GPUs, your model should already be on the correct device. (If you are using our train command this will be handled for you.)" - https://docs.allennlp.org/main/api/training/trainer/
When I run the tutorial (https://github.com/allenai/alle... | closed | 2021-05-07T00:16:05Z | 2021-05-07T17:21:55Z | https://github.com/allenai/allennlp/issues/5186 | [
"bug"
] | david-waterworth | 1 |
ultralytics/yolov5 | pytorch | 13,246 | divide the objects into small and large categories based on the size of the bonding boxes | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hello. I had a question that was not similar. I want to divide the objects into small and... | open | 2024-08-06T10:53:11Z | 2024-10-20T19:51:27Z | https://github.com/ultralytics/yolov5/issues/13246 | [
"question"
] | EmmaLevine94 | 8 |
JaidedAI/EasyOCR | machine-learning | 429 | do you support tensorrt? | closed | 2021-05-13T02:25:43Z | 2021-05-18T09:48:04Z | https://github.com/JaidedAI/EasyOCR/issues/429 | [] | ghost | 1 | |
marimo-team/marimo | data-science | 3,455 | linked cells or split cells | ### Description
I was hoping to be able to have a cell that does some computation that takes say 30 s, and the rest of the notebook depends on, while also having a nice title on the cell. I tried changing the cell to return `mo.md("#title")`, but then that re-runs the whole notebook. I would like to edit the title/exp... | closed | 2025-01-15T23:30:52Z | 2025-01-16T18:33:41Z | https://github.com/marimo-team/marimo/issues/3455 | [
"enhancement"
] | ggggggggg | 1 |
lux-org/lux | jupyter | 477 | [BUG] Vscode opens new tab when toggling on lux tabs | **Describe the bug**
Vscode opens new tab when toggling on lux tabs "Correlation" or "Distribution".
**To Reproduce**
Please describe the steps needed to reproduce the behavior. For example:
1. Using this code to reproduce
```python
# pip install lux-api
import lux
import pandas as pd
import sklearn.data... | closed | 2022-05-10T09:22:08Z | 2022-05-17T07:36:54Z | https://github.com/lux-org/lux/issues/477 | [] | stvgz | 2 |
aimhubio/aim | data-visualization | 2,972 | Support local path when migrating from wandb to aim | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
User can specify the local wandb directory path when migrating from wandb to aim.
### Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [.... | open | 2023-09-01T10:21:43Z | 2023-09-01T10:21:43Z | https://github.com/aimhubio/aim/issues/2972 | [
"type / enhancement"
] | chenshen03 | 0 |
flasgger/flasgger | api | 475 | TypeError: __init__() got an unexpected keyword argument 'swag' | Hello,
# Describe bug
I would try one of the marshmallow example given in the readme, I have this error:
```
Traceback (most recent call last):
File "/home/clachat/wd/codes/microservices/test_pytest_flask/src/test_flasgger.py", line 37, in <module>
def index(body: Body, query: Query, id: int, name: str)... | open | 2021-05-06T13:34:10Z | 2021-06-02T07:56:28Z | https://github.com/flasgger/flasgger/issues/475 | [] | ced42 | 2 |
iterative/dvc | machine-learning | 10,124 | push: fails when tracked directories are missing from local cache | # Bug Report
## Description
push fails when a tracked directory is missing from the local cache.
I have a use case where an automated process runs `dvc repro` for a subset of the DAG stages in a clean checkout of the git repository. The `dvc.lock` file references outputs from prior pipeline runs in the proj... | closed | 2023-11-30T22:27:00Z | 2024-01-03T11:14:23Z | https://github.com/iterative/dvc/issues/10124 | [
"p1-important",
"A: data-sync"
] | ahasha | 4 |
comfyanonymous/ComfyUI | pytorch | 6,415 | Frequent Recompile using TorchcompileModel Node even if the resolution is fixed | ### Expected Behavior
Here is my workflow:
[Problem Demostrate.json](https://github.com/user-attachments/files/18364282/Problem.Demostrate.json)
I only enabled my personal node for Gemini prompt generator, and no other custom node at all,
https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT
If you have yo... | open | 2025-01-09T16:34:53Z | 2025-01-10T04:55:37Z | https://github.com/comfyanonymous/ComfyUI/issues/6415 | [
"Potential Bug"
] | LiJT | 1 |
widgetti/solara | fastapi | 330 | Change select values typing | I'm not sure if I should have opened this issue in solara's repo since it seems to use reacton/ipyvuetify, but I would like to suggest changing the [Select](https://solara.dev/api/select) `values` parameter from `List[T]` to `Union[List[T], Dict[T, Any]]`.
Allowing dict will enable users to display a good label for... | open | 2023-10-19T16:47:05Z | 2024-01-26T14:53:13Z | https://github.com/widgetti/solara/issues/330 | [] | itepifanio | 2 |
dunossauro/fastapi-do-zero | pydantic | 267 | Exercicio | | Link do projeto | Seu @ no git | Comentário (opcional) |
|-------------|:-------------:|:-------------:|
|[course_fast_zero](https://github.com/Mateus2222/course_fast_zero) | [@Mateus2222](https://github.com/Mateus2222) | Começando no FastApi| | closed | 2024-11-14T06:51:42Z | 2024-11-17T18:14:54Z | https://github.com/dunossauro/fastapi-do-zero/issues/267 | [] | Mateus2222 | 0 |
jupyterhub/repo2docker | jupyter | 903 | The Julia version I request isn't the Julia version I get? | <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Bug description
I have a Julia repo with a `Project.toml` file that requests Julia 1.3:
* Repo: https://github.com/sgibson91/my-first-binder
* `Project.toml`: ... | open | 2020-06-02T15:32:17Z | 2021-03-12T09:30:53Z | https://github.com/jupyterhub/repo2docker/issues/903 | [] | sgibson91 | 1 |
deepinsight/insightface | pytorch | 2,283 | NameError: name 'Config' is not defined | Dear gents.
I have problem.
Didn't find answer on other topics. And I'm not IT guy.
If you can explain it as easy asposible.
C:\AI\Auto-GPT>python scripts/main.py
Please run:
python -m autogpt
C:\AI\Auto-GPT>python -m autogpt
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_m... | open | 2023-04-15T06:39:42Z | 2023-04-15T08:03:14Z | https://github.com/deepinsight/insightface/issues/2283 | [] | GigaGene | 0 |
faif/python-patterns | python | 259 | Move from nose to pytest for testing | **Motivation:**
- `pytest` is stable, extensible, popular etc etc
- last `nose` release was on Jun 2, 2015
**Notes:**
- `pytest` runs `unittest.TestCase` wo modifications
- `pytest` is also available in travis env by default
@faif (or other maintainers) what do you think? | closed | 2019-01-05T13:01:06Z | 2019-01-11T20:29:38Z | https://github.com/faif/python-patterns/issues/259 | [
"enhancement"
] | gyermolenko | 2 |
flasgger/flasgger | flask | 308 | OAS 3: Flasgger seems not being able to resolve *components* reference when using yml file | Using an external yml file, even if adding as suggested ```app['SWAGGER']['openapi'] = '3.0.2'```,
it seems not being able to resolve the #/schemas/components reference:
```
My API is awesome......
---
tags:
- My API
post:
parameters:
- name: user-id
in: header
description: Id of the us... | open | 2019-06-04T16:04:43Z | 2022-12-11T15:10:31Z | https://github.com/flasgger/flasgger/issues/308 | [] | vitodsk | 6 |
biolab/orange3 | numpy | 6,835 | Orange3 version 3.37.0 of the graph_ranks function is replaced by what | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2024-06-15T02:54:18Z | 2024-07-05T07:12:15Z | https://github.com/biolab/orange3/issues/6835 | [
"bug report"
] | CandB1314 | 1 |
pennersr/django-allauth | django | 3,640 | GitHub "Authorization callback URL" limitation | See the problem description in https://github.com/pennersr/django-allauth/issues/1483
This a feature idea. What if a Django administrator creates:
- multiple OAuth Apps in GitHub (one for each URL)
- multiple social applications in Django /admin/ (one for each URL)
---
Choice 1. In a naive implementation ... | closed | 2024-02-13T16:21:07Z | 2024-03-03T12:58:56Z | https://github.com/pennersr/django-allauth/issues/3640 | [] | sdarwin | 5 |
huggingface/datasets | tensorflow | 7,253 | Unable to upload a large dataset zip either from command line or UI | ### Describe the bug
Unable to upload a large dataset zip from command line or UI. UI simply says error. I am trying to a upload a tar.gz file of 17GB.
<img width="550" alt="image" src="https://github.com/user-attachments/assets/f9d29024-06c8-49c4-a109-0492cff79d34">
<img width="755" alt="image" src="https://githu... | open | 2024-10-26T13:17:06Z | 2024-10-26T13:17:06Z | https://github.com/huggingface/datasets/issues/7253 | [] | vakyansh | 0 |
PaddlePaddle/PaddleHub | nlp | 1,318 | 有关autodl 超参数优化的问题 | 请问paddlehub的大佬,我们在定义超参数搜索范围的时候,有最大值和最小值,为什么还要设定初始值,而不是直接从最大值和最小值开始搜索?另外超参数搜索范围我们应该根据什么定义?我是用我的经验和我gpu的性能定义的范围,请问这个范围在定义的时候有什么科学依据或者论文可以参考的吗?谢谢解答 | open | 2021-03-17T06:31:39Z | 2021-03-19T03:14:52Z | https://github.com/PaddlePaddle/PaddleHub/issues/1318 | [] | LilyCaiZL | 5 |
mars-project/mars | pandas | 2,771 | Add capability for getting slices directly | ## Motivation
Slicing arrays / dataframes is a common scenario in Mars. Currently, when executing expressions like `df["col"].sum()`, operands below need to be executed one by one:
1. `DataFrameGetItem(df, 'col')` and resulting column is stored, and
2. `DataFrameAggregate(df['col'], 'sum')` which takes column sl... | open | 2022-03-01T09:35:51Z | 2022-03-01T09:35:51Z | https://github.com/mars-project/mars/issues/2771 | [
"mod: serialization",
"mod: storage",
"mod: task service",
"needs discussions"
] | wjsi | 0 |
huggingface/datasets | pytorch | 7,359 | There are multiple 'mteb/arguana' configurations in the cache: default, corpus, queries with HF_HUB_OFFLINE=1 | ### Describe the bug
Hey folks,
I am trying to run this code -
```python
from datasets import load_dataset, get_dataset_config_names
ds = load_dataset("mteb/arguana")
```
with HF_HUB_OFFLINE=1
But I get the following error -
```python
Using the latest cached version of the dataset since mteb/arguana... | open | 2025-01-06T17:42:49Z | 2025-01-06T17:43:31Z | https://github.com/huggingface/datasets/issues/7359 | [] | Bhavya6187 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,112 | diffaug with cycleGAN | Hi
I found that diffaug is a way to eliminate the overfitting as well as to enhance the performance of GAN, such as styleGAN and BigGAN. Do you reckon integrating this with cycleGAN could boost and stabilize the performance ?
Thanks | closed | 2020-08-02T03:38:43Z | 2020-08-06T08:09:53Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1112 | [] | jackytu256 | 0 |
BMW-InnovationLab/BMW-TensorFlow-Training-GUI | rest-api | 28 | URL malformed on RHEL | Hi!
I am trying to install the BMW Training GUI on a RHEL machine --> AC922, IBM Power architecture (ppc64le).
I reach the landing page with http://172.22.68.64:4200/training, but then I get a notification:
'The URI is malformed' in Firefox.

the model seems not be trained, but I train the base model, the results is
. On GPU, it will... | open | 2024-03-08T14:06:15Z | 2024-03-12T12:38:35Z | https://github.com/pyg-team/pytorch_geometric/issues/9036 | [
"bug"
] | BenediktAlkin | 3 |
gevent/gevent | asyncio | 1,347 | UserWarning from libuv on every line from jupyter consoles | * gevent version: 1.4.0
* Python version: Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] using Jupyter QtConsole 4.2.1
* Operating System: Windows 7 64-bit / Windows 10 64-bit
### Description:
After monkey patching when using the Jupyter QtConsole (`gevent.monkey.patch_all()` o... | closed | 2019-01-24T17:29:30Z | 2023-10-11T06:12:02Z | https://github.com/gevent/gevent/issues/1347 | [] | astechow | 5 |
inventree/InvenTree | django | 9,294 | [FR] "Set category" for part actions | ### Please verify that this bug has NOT been raised before.
- [x] I checked and didn't find a similar issue
### Describe the bug*
Missing "Set category" button in Part actions in new UI

 | 通过ocr.recognize_text能否知道角度 | open | 2021-05-19T02:54:52Z | 2021-05-21T01:53:16Z | https://github.com/PaddlePaddle/PaddleHub/issues/1415 | [] | Harrison410-web | 1 |
igorbenav/fastcrud | pydantic | 19 | can't subtract offset-naive and offset-aware datetimes |
When deleting an object, the following occurs: can't subtract offset-naive and offset-aware datetimes.
Below I wrote the model and parameters that are passed in the SQL query.
Here is model with fields for soft delete
```python
class UserModel(Base):
...
created_at = Column(DateTime(), default=dateti... | closed | 2024-02-22T03:02:04Z | 2024-03-07T22:33:31Z | https://github.com/igorbenav/fastcrud/issues/19 | [
"documentation"
] | neatek | 2 |
google/seq2seq | tensorflow | 324 | TypeError: in method 'TF_GraphToFunction_wrapper', argument 2 of type 'char const *' | This is my first time to use seq2seq,and this problem confused me about one week.
tensorflow 1.8
python 2.7
I don't know how to solve this problem.
-----------------------------------------------------------------------
[@nmyjs_104_69 seq2seq]# sh toy_train.sh
./train_model/nmt_tutorial
INFO:tensorflow:... | open | 2018-05-22T02:42:08Z | 2018-08-10T06:11:52Z | https://github.com/google/seq2seq/issues/324 | [] | ljwcqupt | 2 |
apachecn/ailearning | nlp | 659 | 数据分析1 | closed | 2024-11-12T19:47:35Z | 2024-11-14T09:44:23Z | https://github.com/apachecn/ailearning/issues/659 | [] | FSman101 | 2 | |
onnx/onnx | scikit-learn | 6,302 | a) Feature Request: Function sample_dirichlet, b) State of probabilistic model support? | I am very interested in converting DeepLearning models, that contain the PowerSpherical function (https://github.com/andife/power_spherical) to ONNX.
Currently this fails because of the Dirichlet function (https://github.com/pytorch/pytorch/issues/116336).
After my research, I came across https://github.com/onnx/on... | open | 2024-08-17T04:38:43Z | 2024-09-30T21:38:34Z | https://github.com/onnx/onnx/issues/6302 | [] | andife | 6 |
explosion/spaCy | nlp | 12,716 | Firefox does not update the `config` generation section. | The spaCy site seems broken on Firefox when it comes to config generation.
When going for “accuracy”, it’s not generating a model that uses `en_core_web_lg`. But if you go to Chrome, it does.
Here's what Firefox seems to look like:

```
That fails because the logging is trying to parse `args` and replace into `query`. | closed | 2019-02-26T11:38:36Z | 2019-02-26T14:17:06Z | https://github.com/encode/databases/issues/53 | [] | perdy | 0 |
schemathesis/schemathesis | graphql | 1,788 | Pass `case` with `AuthContext` | This data could be needed for generating tokens, i.e. user_id or whatever | closed | 2023-10-05T12:12:22Z | 2023-10-10T22:20:44Z | https://github.com/schemathesis/schemathesis/issues/1788 | [] | Stranger6667 | 0 |
mitmproxy/mitmproxy | python | 6,409 | Can we have a homebrew tap for the latest mitmproxy | #### Problem Description
From @mhils's Homebrew/homebrew-core#145547, I know that `mitmproxy` will be migrating from `formula` to `cask` in order to provide the latest version. But I do not want a `cask` because it needs to package with all dependencies in it. This increases disk space usage significantly and will n... | closed | 2023-10-16T05:41:50Z | 2023-11-03T17:11:17Z | https://github.com/mitmproxy/mitmproxy/issues/6409 | [
"kind/feature"
] | moonfruit | 3 |
electricitymaps/electricitymaps-contrib | data-visualization | 7,682 | KR parser production mapping missing wind power, but it seems to be available | When using the korea parser, I get these warnings repeated:
```
WARNING:test_parser:Unknown mode windPower with value 372.568
WARNING:test_parser:Unknown mode once with value 20250105203500
WARNING:test_parser:Unknown mode newRenewablePlusWindPower with value 3768.99
WARNING:test_parser:Unknown mode btm with val... | closed | 2025-01-05T11:53:42Z | 2025-01-06T15:47:50Z | https://github.com/electricitymaps/electricitymaps-contrib/issues/7682 | [
"parser",
"python"
] | consideRatio | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.