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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pyg-team/pytorch_geometric | deep-learning | 9,253 | Trying to install pyg through conda and took three days but can't make it work. | ### 😵 Describe the installation problem
Anyone help me I want to install pytoch2* with any version of pyg. But it always conflct when try conda install pyg -c pyg. I tried torch 2.3, 2.2, 2.1, 2.0 and all of them didn't work
------
Error: conda instal pyg -c pyg
Collecting package metadata (current_repodata.... | open | 2024-04-29T03:45:08Z | 2024-05-05T14:31:03Z | https://github.com/pyg-team/pytorch_geometric/issues/9253 | [
"installation"
] | TueVNguyen | 2 |
erdewit/ib_insync | asyncio | 500 | Last row of data not delivered properly through onBarUpdate event | Hi erdewit,
Appreciate your great work for the ib api community. As I am trying to retrieve the last bar update for plotting purpose with bokeh, I encountered some unexpected results. The last bar is alright if check it with bars[-1], but not so, if I get it through onBarUpdate event. Here is the code:
`
from ib_... | closed | 2022-09-02T12:58:44Z | 2022-09-21T13:27:50Z | https://github.com/erdewit/ib_insync/issues/500 | [] | wolfcuring | 3 |
thp/urlwatch | automation | 669 | How can I pass a variable to 'data' for a job? | `data: "token=$TOKEN&otherData=true` | closed | 2021-09-06T07:31:57Z | 2021-11-07T07:43:33Z | https://github.com/thp/urlwatch/issues/669 | [] | piejanssens | 1 |
snarfed/granary | rest-api | 129 | Instagram author doesn't exist | When scraping an instagram profile feed to mf2-json the author isn't correct:
example: https://granary.io/instagram/travishinkle/@self/@app/?format=mf2-json
```
"author": [
{
"type": [
"h-card"
],
"properties": {
"uid": [
... | closed | 2018-01-26T18:39:02Z | 2018-01-29T00:43:45Z | https://github.com/snarfed/granary/issues/129 | [
"now"
] | EdwardHinkle | 1 |
nicodv/kmodes | scikit-learn | 28 | Write better documentation, use Read the Docs | open | 2016-10-19T00:48:02Z | 2016-10-19T00:48:16Z | https://github.com/nicodv/kmodes/issues/28 | [
"enhancement"
] | nicodv | 0 | |
PokeAPI/pokeapi | graphql | 625 | Missing species data | there are so many new pokemons that we get error if pass endpoint with name for example
Go to https://pokeapi.co/api/v2/pokemon/indeedee
returns a not found
but if pass `https://pokeapi.co/api/v2/pokemon/876` works | closed | 2021-06-09T22:10:30Z | 2021-07-10T19:20:05Z | https://github.com/PokeAPI/pokeapi/issues/625 | [] | lipecss | 3 |
numba/numba | numpy | 9,815 | CUDA Simulator not supporting cuda.default_stream() | When setting the debug environment variable, code using the cuda.default_stream() fails with:
`AttributeError: module 'numba.cuda' has no attribute 'default_stream'`
Expected behaviour:
Handling `cuda.default_stream()` the same way as handling `cuda.stream()` or no stream, when using the simulator.
- [X] I ha... | closed | 2024-11-27T10:19:51Z | 2024-11-27T11:02:26Z | https://github.com/numba/numba/issues/9815 | [
"CUDA",
"bug - incorrect behavior"
] | JohannesKaminski | 1 |
amidaware/tacticalrmm | django | 2,099 | unable to take remote session | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2024-12-16T10:38:58Z | 2024-12-16T11:00:30Z | https://github.com/amidaware/tacticalrmm/issues/2099 | [] | Ronysiby | 3 |
piccolo-orm/piccolo | fastapi | 966 | Bump black version | We need to update to the latest version of `black` - see here: https://github.com/piccolo-orm/piccolo/pull/960
We'll have to reformat all of the Piccolo codebase, because black's style rules have changed, and our linter tests will fail. | closed | 2024-03-21T15:36:03Z | 2024-03-21T15:49:11Z | https://github.com/piccolo-orm/piccolo/issues/966 | [
"testing"
] | dantownsend | 0 |
kizniche/Mycodo | automation | 840 | upgrade to 8.8.0, then 8.8.1, PCF8574 module fails to install and breaks installation | **I saw your comment about releasing 8.8.0 for the multichannel outputs, and I upgraded my test system from 8.7.2 to 8.8.0, and then as soon as it finished I noticed that you'd released 8.8.1 so I upgraded again.
-- Same system as before -- RPi 4 with latest raspbian and the Krida relay board using the PCF8574 chip... | closed | 2020-09-09T15:13:42Z | 2020-09-13T20:21:48Z | https://github.com/kizniche/Mycodo/issues/840 | [] | ticomyco | 58 |
vitalik/django-ninja | pydantic | 1,217 | Throttling is not support async based view | why throttling is not working in async, it works in simple function based view
How can i troubleshoot it
| closed | 2024-07-03T06:49:13Z | 2024-12-30T07:06:44Z | https://github.com/vitalik/django-ninja/issues/1217 | [] | itm10 | 4 |
pydantic/FastUI | pydantic | 249 | How to populate one dropdwon upon selection of value in another dropdown? | Hi,<br/>
I have a select dropdown that must be populated on the selection of another dropdown. I use FormFieldSelect, how to detect the change of value and populate the other dropdown accordingly?
```
c.Form(form_fields=[
FormFieldSelect(
na... | open | 2024-03-17T06:25:45Z | 2024-08-07T17:35:16Z | https://github.com/pydantic/FastUI/issues/249 | [
"question"
] | tvsathish | 3 |
CorentinJ/Real-Time-Voice-Cloning | python | 941 | Train Synthetizer in Spanish | I trained the synthesizer with this dataset: http://openslr.org/73/ .
The models obtained until 50k steps are here: https://drive.google.com/drive/folders/1pYc0YK6YfdikMONkR-29054_uMxTgy_g?usp=sharing . Though, the results are not even near to the target voice to clone. Any suggestions?
It does sound like a human, b... | closed | 2021-12-07T23:03:34Z | 2022-09-01T18:17:05Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/941 | [] | AlexSteveChungAlvarez | 20 |
hyperspy/hyperspy | data-visualization | 2,769 | Error reading EELS from dm3 if aperture label is not a value in mm | The Digital Micrograph IO plugin fails to read EELS data if the DM Image Tag `EELS_Spectrometer.Aperture_label` isn't a value in mm.
In the attached example, an EEL spectrum was recorded in a GIF with an aperture labeled "Imaging".
[EELS Acquire.zip](https://github.com/hyperspy/hyperspy/files/6638830/EELS.Acquire... | closed | 2021-06-11T14:08:11Z | 2021-09-05T17:11:00Z | https://github.com/hyperspy/hyperspy/issues/2769 | [
"type: bug",
"status: fix-submitted"
] | mmohn | 1 |
ipython/ipython | data-science | 13,847 | Typing a 'try' statement leads to "incomplete input" | <!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories.
If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org.
If you are unsure, it's ok to post here, though, there are few ... | open | 2022-11-30T13:50:41Z | 2024-09-15T20:16:22Z | https://github.com/ipython/ipython/issues/13847 | [] | DrLex0 | 2 |
Miserlou/Zappa | django | 2,208 | Failed to find libmysqlclient.so.18 when using slim_handler | <!--- Provide a general summary of the issue in the Title above -->
This issue has been posted [here](https://github.com/Miserlou/Zappa/issues/1834) and [here](https://github.com/Miserlou/Zappa/issues/776) but so far no fix.
When trying to use Postgres (psycopg2 and psyopg2-binary) it seems Zappa still tries to imp... | open | 2021-02-05T06:54:20Z | 2021-02-05T06:56:42Z | https://github.com/Miserlou/Zappa/issues/2208 | [] | philmade | 0 |
jmcnamara/XlsxWriter | pandas | 1,034 | How do I preserve formatting when writing a dataframme to an XLS file | ### Question
I asked this question on Stack Overflow, but I am not getting any bites.
See here: https://stackoverflow.com/questions/77603992/storing-a-dataframe-to-excel-as-numbers-with-percent-or-other-formatting
When I save a df to excel that contains elements like 20.3% it is being written as text, even wh... | closed | 2023-12-05T13:59:03Z | 2023-12-05T18:36:35Z | https://github.com/jmcnamara/XlsxWriter/issues/1034 | [
"question"
] | wayner9 | 3 |
ray-project/ray | pytorch | 51,496 | CI test windows://python/ray/tests:test_advanced_4 is consistently_failing | CI test **windows://python/ray/tests:test_advanced_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... | closed | 2025-03-19T00:05:32Z | 2025-03-19T21:52:09Z | https://github.com/ray-project/ray/issues/51496 | [
"bug",
"triage",
"core",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 3 |
littlecodersh/ItChat | api | 576 | 关于hotReload的问题 | 掉线后找不到联系人
```
itcha.auto_login(hotReload=True)
toUser = itchat.search_friends(remarkName='test')[0]['UserName']
```
正常登陆后没问题,但是登陆过期后再次重新登陆在手机再次授权时,第二行会空指针,也就是search_friends结果为空。。需要把pkl删除重新扫码登陆才能恢复正常 | closed | 2018-01-12T06:52:56Z | 2018-02-28T03:12:58Z | https://github.com/littlecodersh/ItChat/issues/576 | [
"question"
] | Thankall | 2 |
thunlp/OpenPrompt | nlp | 160 | 0_basic.py bug fix | when modify prompt_model like this:
```
if use_cuda:
prompt_model= prompt_model.cuda(2)
```
I will get an error:
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:2 and cuda:0! (when checking argument for argument index in method wrapper__index_select)
since
... | closed | 2022-06-14T08:38:14Z | 2022-06-14T11:47:08Z | https://github.com/thunlp/OpenPrompt/issues/160 | [] | zhiyongLiu1114 | 1 |
pytest-dev/pytest-django | pytest | 754 | pytest is unable to catch django's IntegrityError | pytest is unable to catch django's IntegrityError
```python
# models.py
class A(models.Model):
val = models.BooleanField(default=True)
class B(models.Model):
a = models.ForeignKey(A, on_delete=models.CASCADE)
```
```python
# tests.py
from django.db import IntegrityError
import pytest
@pytest... | closed | 2019-08-06T20:22:24Z | 2024-08-19T12:34:48Z | https://github.com/pytest-dev/pytest-django/issues/754 | [] | vanyakosmos | 9 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 253 | Skip a.png due to an error | $ python GUI.py
Running Stage 1: Overall restoration
initializing the dataloader
model weights loaded
directory of testing image: C:\users\24575\Desktop\Bringing-Old-Photos-Back-to-Life-master\test_images\old
processing a.jpg
You are using NL + Res
Now you are processing a.png
**Skip a.png due to an error:
[en... | open | 2023-01-12T11:41:38Z | 2023-01-12T11:41:38Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/253 | [] | synesios | 0 |
pydantic/pydantic-core | pydantic | 1,598 | An offline install issue: not supported wheel on this platform | Hello everyone,
I encountered a situation when I did installation manually on my computer.
The message is "pydantic_core-2.27.2-cp311-cp311-win_amd64.whl is not a supported wheel on this platform".
I searched information how to solve this issue. But I can't find a solution.
My computer is i7 CPU x64 + windows 1... | closed | 2025-01-09T09:09:15Z | 2025-01-10T03:31:03Z | https://github.com/pydantic/pydantic-core/issues/1598 | [] | hushchen | 3 |
jmcnamara/XlsxWriter | pandas | 185 | Feature request: support for display unit to charts | I want to be able to set y-axis display unit. In Excel it can be set like this: Format axis -> Display unit.
| closed | 2014-11-24T12:03:29Z | 2015-03-21T13:09:31Z | https://github.com/jmcnamara/XlsxWriter/issues/185 | [
"feature request"
] | pheinila | 2 |
d2l-ai/d2l-en | deep-learning | 2,559 | module 'd2l.torch' has no attribute 'count_corpus' | import math
import os
import random
import torch
from d2l import torch as d2l
import os
import matplotlib.pyplot as plt
os.environ["KMP_DUPLICATE_LIB_OK"]="TRUE"
#@save
d2l.DATA_HUB['ptb'] = (d2l.DATA_URL + 'ptb.zip',
'319d85e578af0cdc590547f26231e4e31cdf1e42')
#@save
def read_ptb... | open | 2023-09-29T06:10:56Z | 2024-09-12T14:43:04Z | https://github.com/d2l-ai/d2l-en/issues/2559 | [
"question"
] | wangze1219 | 4 |
sinaptik-ai/pandas-ai | data-science | 1,045 | NameError: name 'data' is not defined | ### System Info
MarkupSafe-2.1.5 annotated-types-0.6.0 anyio-4.3.0 astor-0.8.1 certifi-2024.2.2 charset-normalizer-3.3.2 colorama-0.4.6 contourpy-1.2.0 cycler-0.12.1 distro-1.9.0 duckdb-0.10.0 exceptiongroup-1.2.0 faker-19.13.0 fonttools-4.50.0 greenlet-3.0.3 h11-0.14.0 httpcore-1.0.4 httpx-0.27.0 idna-3.6 jinja2-3.1.... | closed | 2024-03-17T12:22:43Z | 2024-03-18T19:11:44Z | https://github.com/sinaptik-ai/pandas-ai/issues/1045 | [] | junxu-ai | 1 |
allenai/allennlp | pytorch | 5,716 | Incompatibile packages | <!--
Please fill this template entirely and do not erase any of it.
We reserve the right to close without a response bug reports which are incomplete.
If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here.
--... | closed | 2022-10-06T19:42:44Z | 2022-10-26T17:07:40Z | https://github.com/allenai/allennlp/issues/5716 | [
"bug"
] | ianbstewart | 2 |
healthchecks/healthchecks | django | 151 | Allow to submit a "fail" ping | It would be great to add the option to submit a "fail" status for a ping
In my use case we run quite a long daily script. I want to know if it runs and if everything is ok.
Cronalarm.com has such a feature. It allows to also submit a short text message like "error occurred at step X"
From API point of view it ca... | closed | 2018-01-29T11:05:50Z | 2018-06-01T15:03:51Z | https://github.com/healthchecks/healthchecks/issues/151 | [] | pladen | 5 |
amidaware/tacticalrmm | django | 1,739 | Deploiements urls goes with agent Agent v0.1.0 instead of Agent v2.6.1 then agent goes offline and show boot time 54 years ago | **Server Info (please complete the following information):**
- OS: [e.g. Ubuntu 20.04, Debian 10]:debian 11
- Browser: [e.g. chrome, safari]: edge
- RMM Version (as shown in top left of web UI):0.17.3
**Installation Method:**
- [ ] Standard
**Agent Info (please complete the following information):**
- A... | closed | 2024-01-17T05:31:52Z | 2024-01-17T07:57:26Z | https://github.com/amidaware/tacticalrmm/issues/1739 | [] | gigarun | 0 |
coqui-ai/TTS | python | 2,578 | [Bug] VITS mangles starting consonants for very short segments | ### Describe the bug
For very short segments, VITS tends to mangle or cut off the first consonant. For example, "say" and "kay" come out sounding like “they” or “ey” while the starting consonants are clearly pronounced for longer segments like “say to me” or “kay to me”.
I’m attaching the above mentioned examples a... | closed | 2023-05-02T19:53:06Z | 2023-05-08T09:16:13Z | https://github.com/coqui-ai/TTS/issues/2578 | [
"bug"
] | knochenhans | 1 |
google-research/bert | nlp | 1,372 | Prueba | Hey | open | 2022-11-09T21:58:12Z | 2022-11-09T21:58:12Z | https://github.com/google-research/bert/issues/1372 | [] | Beatriz75 | 0 |
strawberry-graphql/strawberry | fastapi | 3,359 | Deprecate starlite | Now that we Litestar support I think we can deprecate Starlite 😊
```[tasklist]
### Tasks
- [ ] Add notice in the docs
- [ ] Use typing_extensions.deprecated to mark class as deprecated (see https://peps.python.org/pep-0702/)
- [ ] Trigger deprecation warning (with test), this might
``` | closed | 2024-01-24T10:15:45Z | 2025-03-20T15:56:34Z | https://github.com/strawberry-graphql/strawberry/issues/3359 | [
"good first issue"
] | patrick91 | 2 |
miguelgrinberg/python-socketio | asyncio | 749 | Support msgpack as an event encoding alternative to JSON | msgpack support for the reference JS implementation: https://www.npmjs.com/package/socket.io-msgpack-parser. | closed | 2021-07-05T22:32:57Z | 2021-07-20T23:20:48Z | https://github.com/miguelgrinberg/python-socketio/issues/749 | [
"enhancement"
] | miguelgrinberg | 2 |
giotto-ai/giotto-tda | scikit-learn | 152 | Add examples to docstring of `create_static_network()` | * Beside the simple stuff, also Include example showing that color_variable can be filter_func.
* Examine whether we can add images to Sphinx docs to show expected output | closed | 2020-01-08T20:45:55Z | 2022-08-18T08:20:28Z | https://github.com/giotto-ai/giotto-tda/issues/152 | [
"documentation"
] | lewtun | 5 |
plotly/dash-table | dash | 947 | Conditional column alignment not applied to headers | Using conditional alignment in columns works, but not for headers.
You can see that in your own documentation: https://dash.plotly.com/datatable/style#column-alignment.
```
from dash import Dash, dash_table
import pandas as pd
from collections import OrderedDict
data = OrderedDict(
[
("Date", ... | open | 2022-02-15T19:30:46Z | 2022-02-15T19:33:17Z | https://github.com/plotly/dash-table/issues/947 | [] | wabiloo | 0 |
raphaelvallat/pingouin | pandas | 213 | add a "sample_weights" parameter to pingouin.chi2_independence | Hi,
It would be great to add the sample weights as a parameter to https://pingouin-stats.org/generated/pingouin.chi2_independence.html.
Currently, it's possible to use a workaround if the sample weights are integers (1, 2, 3, etc.), by simply duplicating rows based on their weight values (see https://stackoverfl... | closed | 2021-11-23T15:14:25Z | 2022-02-12T18:48:21Z | https://github.com/raphaelvallat/pingouin/issues/213 | [
"feature request :construction:"
] | jeanbaptisteb | 6 |
pandas-dev/pandas | python | 60,668 | ENH: Add support for executing UDF's using Bodo as the engine | ### Feature Type
- [X] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
Applying User Defined Functions (UDFs) to a DataFrame can be very slow when evaluated using the default python engine. Passing `engine="... | closed | 2025-01-06T22:17:55Z | 2025-03-14T15:03:12Z | https://github.com/pandas-dev/pandas/issues/60668 | [
"Enhancement",
"Needs Triage"
] | scott-routledge2 | 10 |
jeffknupp/sandman2 | sqlalchemy | 62 | How would one add authentication to sandman2 (either basic or oauth) (feature request) | How would you add authentication to sandman2?
I only want to allow one particular user with a token or huge password to be able to update or access the database.
---TODDL | closed | 2017-06-05T07:42:50Z | 2018-06-23T10:39:07Z | https://github.com/jeffknupp/sandman2/issues/62 | [] | tlawork | 1 |
microsoft/qlib | deep-learning | 1,083 | How to add custom features in Alpha158? 如何在Alpha158中加入其它自定义的特征? | ## How to append custom features in Alpha158? 如何在Alpha158中加入其它自定义的特征?
### Question 1
Hi! `Qlib` has already built some excellent datasets (including `Alpha158` & `Alpha360`) with satisfying training & backtesting results. However, I am still wondering whether some **custom features** could be appended besides `Al... | closed | 2022-04-29T08:04:17Z | 2022-08-03T09:01:54Z | https://github.com/microsoft/qlib/issues/1083 | [
"question",
"stale"
] | SmilingJimmy | 2 |
microsoft/nni | data-science | 4,995 | ImportError: Cannot use a path to identify something from __main__. | **Describe the issue**:
When I tried to use NAS, it reported 'ImportError: Cannot use a path to identify something from __main__.' and 'ValueError: Pickle too large when trying to dump <function evaluate_model at 0x7f4112c2d290>. Please try to raise pickle_size_limit if you insist.'
**Environment**:
- NNI versi... | closed | 2022-07-14T07:52:37Z | 2022-09-16T06:32:51Z | https://github.com/microsoft/nni/issues/4995 | [] | toufunao | 3 |
plotly/dash | data-science | 2,937 | [BUG] App fails to load plotly graphs on chromium-based browsers | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip l... | closed | 2024-08-02T05:07:01Z | 2024-08-09T11:57:42Z | https://github.com/plotly/dash/issues/2937 | [
"bug"
] | Casper-Guo | 6 |
qubvel-org/segmentation_models.pytorch | computer-vision | 498 | Techniques to improve GPU utilization | I'm trying to run the sample jupyter notebook. The gpu utilization seems to be a bit poor. Considering the offload between GPU and CPU happens a lot. nvidia-smi results keeps wavering between 0-60%, and there are lot times during the training its at 0%. I notice this at random intervals during the iteration in an epoch... | closed | 2021-10-11T18:39:34Z | 2022-03-14T01:59:20Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/498 | [
"Stale"
] | scribblepad | 3 |
pytest-dev/pytest-django | pytest | 811 | Modifying INSTALLED_APPS with the settings fixture does not update the app registry | I don't have an obvious simple test case ready, but I can try to cook one up later. The gist is that when I wanted to insert a new package to `INSTALLED_APPS` during tests, I had to use `django.test.modify_settings`, because just appending a new entry to the settings using the fixture didn't trigger a reload of models,... | open | 2020-01-23T10:08:22Z | 2024-02-03T21:03:39Z | https://github.com/pytest-dev/pytest-django/issues/811 | [] | koniiiik | 6 |
vastsa/FileCodeBox | fastapi | 52 | 是否可以有一个分类不需要密码就能下载的 | closed | 2023-02-22T05:52:56Z | 2025-02-06T12:10:48Z | https://github.com/vastsa/FileCodeBox/issues/52 | [
"enhancement"
] | hausen1012 | 3 | |
hankcs/HanLP | nlp | 1,781 | 关于 java 版本中使用静态变量存储字典路径的问题 | **Describe the feature and the current behavior/state.**
当前 java 版本使用静态变量储存字典路径, 其有个弊端是无法在一个 classloader 下同时开启多个使用不同路径的 hanlp 的 instance.
比如说我想开启两个实例, 一个用它来处理繁体, 一个用其处理简体. 这个在当前实现下很难实现, 因为两者的词典路径会冲突.
**Will this change the current api? How?**
不会更改api,属于内部实现更改
**Who will benefit with this feature?**
所有的 Java... | open | 2022-09-05T00:51:48Z | 2024-07-07T10:07:10Z | https://github.com/hankcs/HanLP/issues/1781 | [
"feature request"
] | zz1559152814 | 2 |
microsoft/hummingbird | scikit-learn | 710 | Update github actions vers | ```
[build (ubuntu-22.04, 3.8)](https://github.com/microsoft/hummingbird/actions/runs/5159845697/jobs/9331106093)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: JamesIves/github-pages-deploy-action@4.0.0. For more information see: https://github.blog/changelog/2022-09-22-git... | closed | 2023-06-05T15:25:00Z | 2023-06-15T15:56:09Z | https://github.com/microsoft/hummingbird/issues/710 | [] | ksaur | 0 |
kizniche/Mycodo | automation | 1,104 | "the greenlet library is required to use this function." | Hello,
When i run this command
`sudo /bin/bash ~/Mycodo/mycodo/scripts/upgrade_commands.sh update-dependencies`
i got the error following line. I could not find a solution.
`Traceback (most recent call last):
File "/home/pi/Mycodo/mycodo/utils/update_dependencies.py", line 20, in <module>
from mycodo.d... | closed | 2021-10-20T19:05:55Z | 2021-10-28T18:14:12Z | https://github.com/kizniche/Mycodo/issues/1104 | [] | emreakcadag | 2 |
laughingman7743/PyAthena | sqlalchemy | 46 | Fetching large result sets can be sped up massively using S3 | Hello, thanks for such a great library; it has really made working with Athena from Python easy.
I download a lot of large results from Athena queries (in the gigabyte range). Unfortunately, using PyAthena for this is very (very) slow -- hundreds of times slower than just downloading the results from S3. This is be... | closed | 2018-09-18T18:33:11Z | 2018-09-25T03:10:06Z | https://github.com/laughingman7743/PyAthena/issues/46 | [] | jkleint | 11 |
modelscope/modelscope | nlp | 444 | how can i use fp16 or int8 for inference | in pipeline config? | closed | 2023-08-07T02:58:14Z | 2024-06-28T08:13:54Z | https://github.com/modelscope/modelscope/issues/444 | [] | huashiyiqike | 4 |
keras-team/keras | tensorflow | 20,219 | mul got incompatible shapes for broadcasting | I'm trying to run this code in jax backend, and I've got a static inference shape result successfully. However, when I try to execute dynamically, I get this error message, which really confused me a lot.
Here is the code and what I got as results.
version:
python 3.10
keras 3.5.0
jax 0.4.31
```python
impo... | closed | 2024-09-06T08:52:04Z | 2024-10-17T02:02:20Z | https://github.com/keras-team/keras/issues/20219 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | Isa-Fay | 7 |
bigscience-workshop/petals | nlp | 203 | Multi-GPU support? | Are there docs on enabling multi-GPU support? If not, can we have a feature request to add this? Per the default install instructions, I'm only seeing GPU0 being utilized. Maybe it's as simple as adding a "device_map='auto'" in the model creation? | closed | 2023-01-11T18:38:49Z | 2023-01-11T21:32:24Z | https://github.com/bigscience-workshop/petals/issues/203 | [] | quarterturn | 5 |
LibrePhotos/librephotos | django | 1,501 | Images still leaking between users (see also issue #453) | # 🐛 Bug Report
* [ ] 📁 I've Included a ZIP file containing my librephotos `log` files
* ❌ I have looked for similar issues (including closed ones)
* [ ] 🎬 (If applicable) I've provided pictures or links to videos that clearly demonstrate the issue
## 📝 Description of issue:
I have created the fist-time us... | closed | 2024-12-16T11:44:24Z | 2024-12-16T13:41:57Z | https://github.com/LibrePhotos/librephotos/issues/1501 | [
"bug"
] | tarmacalastair | 3 |
sczhou/CodeFormer | pytorch | 412 | after training the model, the net_g_epochnum.pth model is generating distorted image. | ![Uploading 000000_00.png…]()
| open | 2024-10-24T08:14:47Z | 2024-10-24T08:16:41Z | https://github.com/sczhou/CodeFormer/issues/412 | [] | ashwani-ver | 0 |
fastapi/sqlmodel | pydantic | 285 | How to use Pickle Type | ### 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... | open | 2022-03-25T14:43:22Z | 2022-03-26T19:02:46Z | https://github.com/fastapi/sqlmodel/issues/285 | [
"question"
] | RamDurgaSai | 3 |
python-gitlab/python-gitlab | api | 2,663 | Snippets requires deprecated fields | ## Description of the problem, including code/CLI snippet
in `project.snippets.create()` the required attributes were deprecated
```shell
AttributeError: Missing attributes: file_name, content
```
filename and content were deprecated in `files:file_path` and `files:content`
https://docs.gitlab.com/ee/api/snip... | closed | 2023-09-13T10:49:23Z | 2024-10-14T01:45:02Z | https://github.com/python-gitlab/python-gitlab/issues/2663 | [] | slimm609 | 0 |
Johnserf-Seed/TikTokDownload | api | 107 | 下载单个视频出错[BUG] | ----没有检测到配置文件,生成中----
----生成成功----
批量下载直接回车,单一视频下载直接粘贴视频链接:9.46 Vlc:/ “痛苦伴随着回报,经历绝境才能重生!”%精神氮泵 %自律 %格斗 https://v.douyin.com/NSur9A2/ 复制此链接,打开Dou音搜索,直接观看视频!
----读取配置完成----
----为您下载单个视频----
https://www.douyin.com/video/7058182846715907342?previous_page=app_code_link
Traceback (most recent call last):
File "Tik... | closed | 2022-03-17T14:54:19Z | 2022-03-22T04:27:33Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/107 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | xcLee001 | 1 |
plotly/plotly.py | plotly | 4,535 | Bug: Recently added cornerradius/barcornerradius not functioning | Hi,
In the most recent update, trace.marker.cornerradius and layout.barcornerradius were added to add rounding to bar charts.
This has been a **long** awaited feature and I'm excited it's here! Unfortunately when trying to implement this to my own code, it didn't appear to do anything - and when testing using the... | closed | 2024-02-29T15:57:34Z | 2024-03-13T12:18:21Z | https://github.com/plotly/plotly.py/issues/4535 | [] | jacquex17 | 5 |
sammchardy/python-binance | api | 1,168 | stepSize ADAUSDT | Good afternoon, I don’t know who to write to, but
symbol_info = client.get_symbol_info('ADAUSDT')
or
info = client.get_exchange_info()
{'filterType': 'LOT_SIZE', 'minQty': '0.10000000', 'maxQty': '900000.00000000', 'stepSize': '0.10000000'}
where should be 'stepSize': '1.00000000'
Otherwise I get an err... | closed | 2022-03-29T18:47:39Z | 2022-03-31T12:53:03Z | https://github.com/sammchardy/python-binance/issues/1168 | [] | den2doc | 1 |
samuelcolvin/watchfiles | asyncio | 252 | Please keep a changelog | ### Description
It would be really helpful to understand whether an update will break my stuff and why. Thank you :pray:
### Example Code
_No response_
### Watchfiles Output
_No response_
### Operating System & Architecture
irrelevant
### Environment
_No response_
### Python & Watchfiles Version
any
### Ru... | closed | 2023-11-08T01:57:26Z | 2023-11-08T01:58:09Z | https://github.com/samuelcolvin/watchfiles/issues/252 | [
"bug"
] | voidus | 1 |
PedroBern/django-graphql-auth | graphql | 58 | How to specify a custom domain for email verification link | This is a question on how to specify a custom domain for email verification link.
like in django settings we put:
DOMAIN = 'localhost:4200'
so I want to verify from the frontend. | closed | 2020-07-02T14:19:18Z | 2020-07-02T17:20:58Z | https://github.com/PedroBern/django-graphql-auth/issues/58 | [] | abdellatifLabr | 2 |
ray-project/ray | tensorflow | 51,168 | [telemetry] RLlib usage should not report Ray Train usage | See this test case: https://github.com/ray-project/ray/pull/51161/files#diff-223a4454f64b8d38669989a2f91f3d9c9910c58d1690ca05541485342c2d52b3R42 | closed | 2025-03-07T17:39:37Z | 2025-03-17T17:56:44Z | https://github.com/ray-project/ray/issues/51168 | [
"P1",
"rllib"
] | edoakes | 0 |
nschloe/tikzplotlib | matplotlib | 532 | numerous pytest errors on python-3.9.9 and matplotlib-3.5.0 | * Arch Linux
* all updates installed
* `python-3.9.9`
* `matplotlib-3.5.0`
* tested against 1e30229a5ee6db8284718721c7c3ca8128d76778
<details>
<summary>output of pytest</summary>
```
$ pytest .
============================= test session starts ==============================
platform linux -- Python 3.9.9... | closed | 2021-12-07T14:06:29Z | 2022-01-31T15:07:22Z | https://github.com/nschloe/tikzplotlib/issues/532 | [] | steven-omaha | 2 |
SciTools/cartopy | matplotlib | 1,846 | Unable to install cartopy 0.19.0 using conda install | I am trying to install the latest version of cartopy(0.19.0) using following command
`conda install -c conda-forge cartopy`
but it installs cartopy(0.18.0). I have attached the screenshot for reference.
OS; Windows 10 (64-bit)
" whenever loading a model with Auto-GPTQ [BUG] | **Describe the bug**
Version 0.5.1 will not load models and results in an "Illegal instructions (core dumped)" error. Models (other than Mistral) load in 0.4.2 but nothing loads with 0.5.1.
**Hardware details**
Linux container running in ProxMox, 12 cores from 2x Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz passed i... | closed | 2023-12-13T07:55:34Z | 2023-12-14T14:58:37Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/482 | [
"bug"
] | The1Bill | 7 |
timkpaine/lantern | plotly | 3 | matplotlib bar chart not grouping correctly | Detect all columns that are bar type and plot them at the same time | closed | 2017-09-18T22:52:21Z | 2017-10-19T04:50:50Z | https://github.com/timkpaine/lantern/issues/3 | [
"bug",
"matplotlib/seaborn"
] | timkpaine | 0 |
agronholm/anyio | asyncio | 255 | Write guide for porting asyncio libraries to AnyIO | This should cover at least the following:
- Migrating from orphan tasks to structured concurrency
- Migrating from Transports and Protocols to streams
- Migrating from Queues to memory object streams
- Dealing with the lack of `Event.clear()`
| open | 2021-04-07T20:26:31Z | 2025-03-21T23:02:06Z | https://github.com/agronholm/anyio/issues/255 | [
"documentation",
"asyncio"
] | agronholm | 13 |
pennersr/django-allauth | django | 3,286 | django-allauth 0.53.0 - templates/accounts/base.html missing {% load i18n %} | This seems a wee bit odd. When I compare the 0.53.0 release tag with the master branch in django-allauth, I see no differences, but I can see that the released version of django-allauth 0.53.0 is missing this package-breaking change here: https://github.com/pennersr/django-allauth/commit/a0fcdf7b8efe4adfbe5c08d2b9630de... | closed | 2023-03-19T16:59:31Z | 2023-06-18T21:42:57Z | https://github.com/pennersr/django-allauth/issues/3286 | [] | pavgup | 1 |
serengil/deepface | machine-learning | 723 | Illegal instruction (core dumped) | I get the following error when executing the docker image:
`Illegal instruction (core dumped)`
How to reproduce the error :
```
docker build -t deepface .
docker run -it --net="host" deepface bash
```
inside the docker container run:
```
deepface
```
when I run the docker without interactive mode I get... | closed | 2023-04-18T10:02:50Z | 2023-12-09T11:33:12Z | https://github.com/serengil/deepface/issues/723 | [
"dependencies"
] | ehsaneshaghi | 4 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 741 | How long do my voice recordings need to be for it to sound good and can there be background noise or anything? How long do my voice recordings need to be and can there be background noise or anything else? | closed | 2021-04-22T12:36:37Z | 2021-04-22T20:15:55Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/741 | [] | KiwoNtV | 1 | |
syrupy-project/syrupy | pytest | 29 | Support snapshottest --snapshot-update flag | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2019-12-07T18:16:08Z | 2019-12-29T17:22:29Z | https://github.com/syrupy-project/syrupy/issues/29 | [] | iamogbz | 0 |
jupyter/docker-stacks | jupyter | 1,553 | Missing r-notebook tag(r-3.6.3) in DockerHub | **What docker image you are using?**
`jupyter/r-notebook`
**What do you expect to happen?**
I know there is a merged [PR](https://github.com/jupyter/docker-stacks/pull/1105) about upgrading R from 3.6.3 to 4.0.
But I expect the old tag should still exist in [DockerHub](https://hub.docker.com/r/jupyter/r-not... | closed | 2021-12-20T07:19:31Z | 2021-12-20T10:49:38Z | https://github.com/jupyter/docker-stacks/issues/1553 | [
"type:Bug"
] | johnwongapi | 1 |
slackapi/python-slack-sdk | asyncio | 821 | Unexpected response body when using WebClient behind a proxy server | I'm at a bit of a loss as to what the issue is here as my code as been working for some time. We are leveraging the WebClient behind a corporate proxy and have set the proxy parameter in the call. Starting today we were experiencing SSL issues which we appear to have resolved. However, now we are running into a JSON... | closed | 2020-09-22T21:17:19Z | 2020-09-23T09:38:18Z | https://github.com/slackapi/python-slack-sdk/issues/821 | [
"Version: 2x",
"bug",
"web-client"
] | jmgreg31 | 6 |
Textualize/rich | python | 3,030 | Pager in a live screen | Hello!
Is there a way to use Pager functionality inside of a Live? I've tried everything I possibly can and cannot seem to get that working.
Thanks in advance! | closed | 2023-07-08T04:12:31Z | 2023-08-13T13:40:14Z | https://github.com/Textualize/rich/issues/3030 | [
"Needs triage"
] | charles-001 | 3 |
benbusby/whoogle-search | flask | 216 | [FEATURE] Add whoogle-git from AUR to installation instructions | **Describe the feature you'd like to see added**
A package at AUR (Arch User Repository)
**Additional context**
I created a package for the AUR following the manual installation instructions, available [here](https://aur.archlinux.org/packages/whoogle-git/) and at [Chaotic-AUR](https://chaotic.cx). It might be a goo... | closed | 2021-03-06T18:12:34Z | 2021-03-07T21:50:39Z | https://github.com/benbusby/whoogle-search/issues/216 | [
"enhancement"
] | dr460nf1r3 | 0 |
aiortc/aiortc | asyncio | 75 | How to change media port | Hi,
First of all thank you very much for your work.
I'm tinkering a bit with it but I'm stumbling across a problem: I "dockerized" the app, but the problem is that the SDP port offered by the server in order to receive media seems "random". I would like to specify a range (e.g.: 50000-55000).
Is it possible ? ... | closed | 2018-10-04T20:32:33Z | 2023-07-21T14:28:33Z | https://github.com/aiortc/aiortc/issues/75 | [
"question"
] | Frankkkkk | 9 |
OFA-Sys/Chinese-CLIP | computer-vision | 22 | 4 | closed | 2022-12-03T13:02:40Z | 2022-12-03T13:11:39Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/22 | [] | sksnna | 0 | |
hbldh/bleak | asyncio | 756 | kivy bleak example, didn't find PythonScanCallback | * bleak version: 0.14.2
* Python version: 3.8.10
* Operating System: ubuntu 20.04 LTS
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.53
### Description
I'm trying to run the Kivy example on an android phone and final apk fails to launch with the error: "Didn't find class com.github.hbldh.bleak.PythonS... | open | 2022-02-04T17:40:04Z | 2025-02-05T17:34:57Z | https://github.com/hbldh/bleak/issues/756 | [
"Backend: Android"
] | pylogger-html | 41 |
ultralytics/ultralytics | python | 19,130 | Using predict.py for inference | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I want to generate inference for yolo11n model i have best.pt file using mod... | open | 2025-02-07T12:22:32Z | 2025-02-26T07:52:09Z | https://github.com/ultralytics/ultralytics/issues/19130 | [
"question",
"classify"
] | Gcc1012 | 7 |
erdewit/ib_insync | asyncio | 345 | Bulk Historical Data (for Multiple Contracts)? | Trying to figure out an efficient way to keep multiple contracts up to date using the `reqHistoricalData` function with `keepUpToDate=True`.
What I have so far looks like this, but not sure if it's the BEST way to be doing it or not?:
```
from ib_insync import *
from IPython.display import display, clear_output... | closed | 2021-03-15T02:34:26Z | 2021-03-18T13:04:49Z | https://github.com/erdewit/ib_insync/issues/345 | [] | windowshopr | 1 |
FlareSolverr/FlareSolverr | api | 412 | [yggtorrent] (testing) Exception (yggtorrent): FlareSolverr was unable to process the request | Probably the same issue as https://github.com/FlareSolverr/FlareSolverr/issues/411
### Environment
* **FlareSolverr version**: 2.2.4
* **Last working FlareSolverr version**:
* **Operating system**: Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-90-generic x86_64)
* **Are you using Docker**: no
* **FlareSolverr User-Agen... | closed | 2022-06-29T17:30:35Z | 2022-07-11T18:27:13Z | https://github.com/FlareSolverr/FlareSolverr/issues/412 | [] | eejag | 1 |
SALib/SALib | numpy | 184 | Instead of Monte Carlo Filtering which method is suitable for factor mapping ? | Sobol and Monte Carlo filtering are highly costly methods but for the robustness, I am planning to analyze building energy modeling while using sensitvity analysis. According to researches monte carlo filtering is suitable to define most efficent range values of decision variables. I can not see monte carlo filtering i... | closed | 2018-01-08T14:08:16Z | 2019-11-07T22:57:39Z | https://github.com/SALib/SALib/issues/184 | [
"question"
] | orcunkoraliseri | 2 |
Lightning-AI/pytorch-lightning | data-science | 19,823 | why pytorch-lightning doc say "Model-parallel training (FSDP and DeepSpeed)". I think there is something wrong. | ### 📚 Documentation
https://lightning.ai/docs/pytorch/stable/advanced/model_init.html in this doc, PL say FSDP after "model-parallel training".
but we all know FSDP is a data parallel method.
just like in https://huggingface.co/docs/transformers/fsdp, it says FSDP is data parallel.
so I think there maybe ... | closed | 2024-04-29T08:07:48Z | 2024-05-06T00:55:51Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19823 | [
"docs",
"needs triage"
] | HaoyaWHL | 2 |
satwikkansal/wtfpython | python | 210 | Unexpected instance dict size increase | Since [PEP 412](https://www.python.org/dev/peps/pep-0412/) (landed in Python 3.3/3.4), Python has support for split dictionaries: values and keys can be kept separately to allow for multiple dictionaries (with different values) to share the same keys, reducing memory usage. This was implemented solely for dictionaries ... | closed | 2020-07-11T20:53:39Z | 2020-08-01T12:24:22Z | https://github.com/satwikkansal/wtfpython/issues/210 | [
"new snippets"
] | Jongy | 3 |
piskvorky/gensim | data-science | 3,544 | gensim package import issues |
Why pakage import issue
import gensim

| closed | 2024-07-10T19:26:29Z | 2024-07-19T14:43:22Z | https://github.com/piskvorky/gensim/issues/3544 | [] | rsurendraidexcel | 14 |
PokemonGoF/PokemonGo-Bot | automation | 5,737 | bot stuck after starting web server | I got my bot working, and i can look at it online going to localhost:8000 on my computer, but the bot wont start after the web server is up and running
it goes
`--------------------Starting bot--------------------
2016-09-29 21:10:50,559 [ cli] [INFO] PokemonGO Bot v1.0
2016-09-29 21:10:50,572 [ cli] [IN... | closed | 2016-09-30T04:15:06Z | 2016-09-30T23:38:34Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5737 | [] | chriscrutt | 3 |
vanna-ai/vanna | data-visualization | 661 | Allow interacting with OpenAI-compatible API's | **Is your feature request related to a problem? Please describe.**
Although OpenAI API access is supported, there is no direct way to edit the URL of another OpenAI-compatible service like LM Studio or Lite LLM. Doing this would greatly expand the interoperability of Vanna and even make several integrations obsolete (... | closed | 2024-10-02T18:38:23Z | 2024-10-23T13:32:29Z | https://github.com/vanna-ai/vanna/issues/661 | [] | ytjhai | 0 |
holoviz/panel | plotly | 7,041 | Tabulator header_filter formatting | I am creating a table containing a column of dates and other numerical data, and I would like to be able to filter the data by date using the "list" type. However, I cannot find a way to apply a bokeh DateFormatter to the generated dropdown when setting the header filter -- although the Tabulator class accepts "formatt... | open | 2024-07-29T20:39:30Z | 2025-01-20T19:18:53Z | https://github.com/holoviz/panel/issues/7041 | [
"component: tabulator"
] | avbalsam | 0 |
ijl/orjson | numpy | 407 | Naming python file 'json.py' causes segfaults | I thought this was kind of amusing, and thought I would report it.
I had a test file I named simply: `json.py`, upon running code I kept getting no output. Further investigation through PyCharm had me receiving the segfault of `Process finished with exit code -1073741819 (0xC0000005)`
Narrowing down with:
```py
... | closed | 2023-07-23T06:01:36Z | 2023-08-02T08:01:58Z | https://github.com/ijl/orjson/issues/407 | [
"Stale"
] | caffeinepills | 1 |
akfamily/akshare | data-science | 5,086 | 历史股票日线数据请求输出preclose | 目前,只能输出ohlc等历史价格,不能输出preclose。
我们需要利用preclose来自己进行复权。akshare提供的复权数据有些事错误的,所以需要自己复权。 | closed | 2024-07-29T11:18:29Z | 2024-07-30T11:23:46Z | https://github.com/akfamily/akshare/issues/5086 | [
"bug"
] | quantcn | 1 |
betodealmeida/shillelagh | sqlalchemy | 142 | Implement support for number formats in GSheets | See https://developers.google.com/sheets/api/guides/formats. | closed | 2021-10-05T17:26:29Z | 2021-12-03T01:59:34Z | https://github.com/betodealmeida/shillelagh/issues/142 | [
"enhancement"
] | betodealmeida | 0 |
exaloop/codon | numpy | 167 | It's a w ssome | closed | 2023-01-13T07:50:44Z | 2023-01-13T13:42:11Z | https://github.com/exaloop/codon/issues/167 | [] | drivenow | 2 | |
vitalik/django-ninja | pydantic | 767 | [BUG] Union does not work properly | Here is my code required for minimal setup for the app:
models.py
```py
from django.db import models
from polymorphic.models import PolymorphicModel
class Page(models.Model):
name = models.CharField(max_length=50, unique=True)
class Section(PolymorphicModel):
page = models.ForeignKey(Page, o... | closed | 2023-05-26T21:52:14Z | 2024-03-18T09:28:49Z | https://github.com/vitalik/django-ninja/issues/767 | [] | an0o0nym | 4 |
Farama-Foundation/PettingZoo | api | 1,117 | [Proposal] Ensure `seed_test` checks for action masks in both observation and info dict | ### Proposal
In line 50-51 of `pettingzoo.test.seed_test` (see [link),](https://github.com/Farama-Foundation/PettingZoo/blob/master/pettingzoo/test/seed_test.py#L50) the current method of getting an action mask may not be 100% consistent with documentation.
The documentation says that action masking can be stored i... | closed | 2023-10-14T06:20:43Z | 2023-11-15T22:41:54Z | https://github.com/Farama-Foundation/PettingZoo/issues/1117 | [
"enhancement"
] | Kchour | 2 |
jazzband/django-oauth-toolkit | django | 1,393 | { "error": "invalid_grant", "error_description": "Invalid credentials given." } | <!-- What is your question? -->
I following this:https://github.com/jazzband/django-oauth-toolkit/blob/master/docs/getting_started.rst
I have a very confusing problem.
I am able to log in through a `python manage.py createsuper` created superuser, but not through a user created from the dashboard, even though the su... | closed | 2024-01-27T08:09:12Z | 2024-02-25T02:23:12Z | https://github.com/jazzband/django-oauth-toolkit/issues/1393 | [
"question"
] | PunkFleet | 1 |
ading2210/poe-api | graphql | 149 | Retrieve suggested replies | Hi,
Is there any way to retrieve the suggested replies from the response? | closed | 2023-07-07T03:15:50Z | 2023-07-07T16:24:33Z | https://github.com/ading2210/poe-api/issues/149 | [
"duplicate"
] | Akut0 | 1 |
developmentseed/lonboard | data-visualization | 390 | [BUG] Get ArrowInvalid on what should be a valid GeoJSON file | ## Context
Trying out the new CLI functionality, I tried to run `python -m lonboard Utah.geojson` to generate an HTML file for the dataset.
GeoJSON file I used is here (zipped): https://hostb.org/21GH
## Resulting behaviour, error message or logs
Got this error:
```
python -m lonboard Utah.geojson
/Use... | closed | 2024-02-27T17:10:34Z | 2024-02-27T20:03:26Z | https://github.com/developmentseed/lonboard/issues/390 | [
"bug"
] | batpad | 1 |
holoviz/panel | matplotlib | 7,389 | Widget 'disabled' attribute breaks after toggling | #### ALL software version info
<details>
<summary>Software Version Info</summary>
```plaintext
Python 3.11.9
panel 1.5.2 (still working on 1.4.5)
bokeh 3.6.0
jupyterlab 4.2.5
```
</details>
#### Description of expected behavior and the observed behavior
**Expected behaviour**
Setting the `disabl... | open | 2024-10-11T01:43:43Z | 2025-02-20T15:04:54Z | https://github.com/holoviz/panel/issues/7389 | [] | h-croser | 1 |
Ehco1996/django-sspanel | django | 646 | rename ? | * clash-panel | closed | 2022-03-12T00:28:27Z | 2022-09-04T03:55:22Z | https://github.com/Ehco1996/django-sspanel/issues/646 | [
"Stale"
] | Ehco1996 | 0 |
Johnserf-Seed/TikTokDownload | api | 589 | [BUG] 接口有时候返回的是空值 | 大佬,接口取值好像有点问题
info_status_code=0,但是data={} 排除了网络的问题了;在不重新获取的cookie的情况下 如果重新运行 是可以下载的;也尝试更换cookie,但是问题依旧。 | open | 2023-10-27T16:19:40Z | 2023-10-27T16:19:40Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/589 | [
"无效(invalid)"
] | Dongdong0112 | 0 |
frappe/frappe | rest-api | 31,613 | Reports: Checkbox "Translate Data" does not get translated | <!--
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... | closed | 2025-03-10T07:55:35Z | 2025-03-12T09:43:03Z | https://github.com/frappe/frappe/issues/31613 | [
"bug"
] | zongo811 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.