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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
iperov/DeepFaceLab | machine-learning | 5,253 | Training fails!! | I've tried all other modes, it always gives me this error. No idea what to do.
##Information:
DFL build_01_11_2020
Computer:
OS: Windows 7
CPU: Intel Core i5 -3337U 1.8 GHz
RAM: 6 GB
GPU: Intel HD 4000
##Process
`Running trainer.
Loading model...
Model first run.
Enable autobackup? (y/n ?:help sk... | open | 2021-01-20T13:52:51Z | 2023-06-08T22:25:47Z | https://github.com/iperov/DeepFaceLab/issues/5253 | [] | Tim791-20 | 3 |
jupyter-book/jupyter-book | jupyter | 2,294 | [Bug]: Unable to install Jupyter Book 2 with pixi | ### What happened, and what did you expect to happen?
I expect to be able to install the jupyter-book pre-release into an new environment alongside ipykernel and a recent python version, but the following produces an error:
```bash
mkdir test
cd test
pixi init
pixi add ipykernel python=3.12
pixi add "jupyter-book==2.... | closed | 2025-01-13T12:49:10Z | 2025-01-14T11:46:59Z | https://github.com/jupyter-book/jupyter-book/issues/2294 | [
"bug"
] | scottyhq | 3 |
strawberry-graphql/strawberry | django | 3,762 | context_getter signature does not offer passing Awaitable | The `context_getter` is further passed to https://github.com/strawberry-graphql/strawberry/blob/7ba5928a418ca790cf8b663f52b8174b6de12b2a/strawberry/fastapi/router.py#L70 so https://github.com/strawberry-graphql/strawberry/blob/7ba5928a418ca790cf8b663f52b8174b6de12b2a/strawberry/fastapi/router.py#L128 should likely have... | closed | 2025-01-31T21:47:26Z | 2025-02-12T17:34:39Z | https://github.com/strawberry-graphql/strawberry/issues/3762 | [] | alexey-pelykh | 0 |
graphistry/pygraphistry | pandas | 193 | [FEA] Node reductions | Node reductions are great!
# What
This is an important case of graph reductions. There are requests in both the UI and APIs to do reductions at the level of node, multiedge, and multiple nodes / subgraphs. Instead of simply filtering out the selected entities, the idea is they'd be partitioned into subgraphs, and ... | open | 2021-01-07T21:35:47Z | 2022-04-23T15:50:25Z | https://github.com/graphistry/pygraphistry/issues/193 | [
"enhancement",
"help wanted",
"good-first-issue"
] | lmeyerov | 10 |
tqdm/tqdm | jupyter | 1,621 | tqdm fail on system with comma decimal seperator, on one of examples | - [x] I have marked all applicable categories:
+ [x] exception-raising bug
+ [ ] visual output bug
- [x] I have visited the [source website], and in particular
read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I have mentioned version numbers, operating syste... | open | 2024-10-07T10:18:33Z | 2024-10-07T21:10:03Z | https://github.com/tqdm/tqdm/issues/1621 | [
"question/docs ‽"
] | Tokariew | 1 |
samuelcolvin/dirty-equals | pytest | 34 | Numerous test failures with pypy3.9 | The following tests fail on pypy3.9 (7.3.9):
```
FAILED tests/test_base.py::test_not_repr - Failed: DID NOT RAISE <class 'AssertionError'>
FAILED tests/test_boolean.py::test_dirty_not_equals - Failed: DID NOT RAISE <class 'AssertionError'>
FAILED tests/test_dict.py::test_is_dict[input_value16-expected16] - Assert... | closed | 2022-04-24T08:37:44Z | 2022-04-28T15:11:44Z | https://github.com/samuelcolvin/dirty-equals/issues/34 | [] | mgorny | 5 |
apachecn/ailearning | python | 420 | 测试 | closed | 2018-08-24T06:42:44Z | 2018-08-24T07:13:30Z | https://github.com/apachecn/ailearning/issues/420 | [] | jiangzhonglian | 0 | |
strawberry-graphql/strawberry | asyncio | 3,087 | Strawberry doesn't call serialize on a custom scalar | ## Describe the Bug
I have the following code:
```
import pydantic
import strawberry
from typing import Optional
class PydanticNullableType(pydantic.BaseModel):
data: Optional[str] = None
@strawberry.scalar
class NullableString:
@staticmethod
def serialize(value: Optional[str]) -> str:
... | closed | 2023-09-11T14:13:17Z | 2025-03-20T15:56:22Z | https://github.com/strawberry-graphql/strawberry/issues/3087 | [
"bug",
"info-needed"
] | nkartashov | 2 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 219 | still not fixed, redownloaded and tried with demo file - same error | still not fixed, redownloaded and tried with demo file - same error
_Originally posted by @Dmorok in https://github.com/feder-cr/linkedIn_auto_jobs_applier_with_AI/issues/89#issuecomment-2322233594_
same error not getting fixed | closed | 2024-09-01T16:05:27Z | 2024-09-08T22:37:39Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/219 | [] | ayushiimishra | 2 |
dot-agent/nextpy | streamlit | 152 | Integrate Abstractions for Jupiter | closed | 2024-03-22T01:55:56Z | 2024-03-22T01:56:01Z | https://github.com/dot-agent/nextpy/issues/152 | [] | anubrag | 0 | |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,025 | how to make it use gpu instead of cpu? | ? | open | 2022-02-24T12:58:40Z | 2022-03-15T00:17:47Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1025 | [] | mountaincastle47 | 2 |
vimalloc/flask-jwt-extended | flask | 130 | How to get refresh token? | Hello
I can get `access_token` and `refresh_token` with my authentication method.
But how can i use that `refresh_token` to get a new access token?
What is the endpoint url and which parameters do i have to include in the http request?
Here are the authorization and refresh methods I use:
```
@blueprint.route('... | closed | 2018-03-11T07:06:16Z | 2018-03-13T20:05:01Z | https://github.com/vimalloc/flask-jwt-extended/issues/130 | [] | Kalesberg | 1 |
mlfoundations/open_clip | computer-vision | 191 | Hyperparams used to train specific model configs | Hi team,
I am trying to reproduce the numbers of your model on the LAION-400M dataset and am not able to reproduce the same numbers. For example, I obtain a 42% imagenet zeros shot top 1 val accuracy compares to the 47% you report with VIT-B32 quickgelu config. Could you share your other hyperparams you used to obtain... | closed | 2022-10-14T20:45:51Z | 2022-11-05T21:13:30Z | https://github.com/mlfoundations/open_clip/issues/191 | [] | vasusharma | 2 |
agronholm/anyio | asyncio | 146 | Object stream randomly drops items | This issue concerns `master@23803be`
Memory object streams appear to randomly drop items in the following scenario (across all backends):
```python
import anyio
async def receiver(r):
while True:
async with anyio.move_on_after(0.1):
print(await r.receive())
async def main():
... | closed | 2020-08-13T00:16:07Z | 2020-08-16T18:40:39Z | https://github.com/agronholm/anyio/issues/146 | [
"bug"
] | mjwestcott | 11 |
flairNLP/flair | nlp | 2,703 | Low GPU utilization on NER model training | Hi,
I am training a large dataset of `NER` model using `flair` and the GPU utilization is only 20- 30% when the training happens.
This is my model layer & settings
```
2022-04-04 14:20:21,426 ----------------------------------------------------------------------------------------------------
2022-04-04 14:2... | closed | 2022-04-04T20:04:58Z | 2022-08-29T09:47:37Z | https://github.com/flairNLP/flair/issues/2703 | [
"wontfix"
] | selva221724 | 3 |
python-restx/flask-restx | api | 27 | @api.errorhandler doesn't work | Thank you for forking this project. It does not seem like this issue is addressed yet nor did I see an existing issue mentioning it, so porting it over to this project. I believe these 3 issues capture the problem well enough, but if you need additional information, just shout.
https://github.com/noirbizarre/flask-r... | open | 2020-01-31T00:54:01Z | 2023-12-20T09:12:56Z | https://github.com/python-restx/flask-restx/issues/27 | [
"bug",
"needs_info"
] | lifehackett | 12 |
awtkns/fastapi-crudrouter | fastapi | 5 | Renaming all refences of Pydantic Basemodels to schemas. | This would help to avoid confusion. The function prototype bellow is frankly confusing and should be standardized
```python
SQLAlchemyCRUDRouter(
model=Potato,
db_model=PotatoModel,
db=get_db,
create_schema=PotatoCreate,
prefix='potato'
)
```
| closed | 2020-12-29T10:01:58Z | 2021-01-03T22:38:51Z | https://github.com/awtkns/fastapi-crudrouter/issues/5 | [
"good first issue"
] | awtkns | 0 |
scikit-learn/scikit-learn | python | 30,904 | PowerTransformer overflow warnings | ### Describe the bug
I'm running into overflow warnings using PowerTransformer in some not-very-extreme scenarios. I've been able to find at least one boundary of the problem, where a vector of `[[1]] * 354 + [[0]] * 1` works fine, while `[[1]] * 355 + [[0]] * 1` throws up ("overflow encountered in multiply"). Also, a... | open | 2025-02-26T01:45:05Z | 2025-02-28T11:39:21Z | https://github.com/scikit-learn/scikit-learn/issues/30904 | [] | rcgale | 1 |
tensorflow/tensor2tensor | deep-learning | 1,229 | *help* Using the (universal) transformer as library | ### Description
Hi, I'm quite new to tensor2tensor and have been trying to use the binaries and reading the codes in this repository. I wonder if anyone can provide an example for me to train and use the universal transformer as function calls without having to use the binary script? I'm trying to use the universal tr... | open | 2018-11-15T12:30:48Z | 2018-11-15T12:31:10Z | https://github.com/tensorflow/tensor2tensor/issues/1229 | [] | gregory112 | 0 |
httpie/cli | python | 793 | Stream mode not working for backend process | I'm using the stream mode to get event updates from some web sites (for example, Google's Firebase real-time database). The solution works perfectly when the process runs in console. But it does not work well as a background process.
When runs as a background process, it works while the console starting the process ... | closed | 2019-07-24T13:36:45Z | 2019-07-24T19:35:09Z | https://github.com/httpie/cli/issues/793 | [] | gadget1999 | 1 |
django-oscar/django-oscar | django | 3,509 | Add ability to make wishlists public/shareable | The existing wishlist functionality in Oscar is incomplete - the models allow for wishlists to be "public" or "shared", but the UI does not allow for making a wishlist public/shared.
1. *Public wishlists* - we should llow users to make wishlists "public" which means that they can share links to this with others. My... | closed | 2020-09-24T05:29:04Z | 2023-05-12T09:14:42Z | https://github.com/django-oscar/django-oscar/issues/3509 | [
"☼ Enhancement"
] | solarissmoke | 2 |
arogozhnikov/einops | tensorflow | 250 | Investigating effect of einops on torch.compile | ## TLDR for newcomers
see [instructions on using einops with torch.compile](https://github.com/arogozhnikov/einops/wiki/Using-torch.compile-with-einops)
<br />
## Original issue
**Describe the bug**
Einops seems to be preventing a good torch.compile optimization. No performance gain is observed (it's eve... | closed | 2023-04-12T16:40:55Z | 2023-07-10T16:41:01Z | https://github.com/arogozhnikov/einops/issues/250 | [] | nicolas-dufour | 30 |
blacklanternsecurity/bbot | automation | 1,869 | Tag Events with MITRE TTPs | **Description**
For each module, add an optional property denoting which MITRE ATT&CK TTP is associated with the events being generated. These should be hard-coded into the module's properties where appropriate.
Example:
```
class badsecrets(BaseModule):
watched_events = ["HTTP_RESPONSE"]
produced_even... | open | 2024-10-18T13:05:50Z | 2025-02-28T15:02:41Z | https://github.com/blacklanternsecurity/bbot/issues/1869 | [
"enhancement"
] | kerrymilan | 0 |
wger-project/wger | django | 1,811 | Fiber included in carb amounts in US/Canada, excluded in EU | in the United States and most of America, the nutrition label lists total carbohydrate content (including fiber) as per FDA law. In the European Union, the nutrition label lists carbohydrate and fiber separately.
Not sure how to handle this. But i'm quite sure some of our calculations are wrong because of this.
OFF ... | open | 2024-11-06T15:11:34Z | 2024-11-07T11:48:43Z | https://github.com/wger-project/wger/issues/1811 | [] | Dieterbe | 1 |
wq/django-rest-pandas | rest-api | 34 | Calling `PandasBaseRenderer().render(data)` throws `TypeError` | For personal reasons, I wanted to call the `PandasCSVRenderer` on a dataframe outside of a view.
Because `renderer_context` is defaulted to `None`, the following code will throw `TypeError: argument of type 'NoneType' is not iterable`:
```python
from rest_pandas import renderers
data_frame = pandas.DataFram... | closed | 2018-03-23T20:09:09Z | 2019-03-28T06:54:46Z | https://github.com/wq/django-rest-pandas/issues/34 | [] | arthurio | 2 |
deezer/spleeter | tensorflow | 532 | some question about finetune | Is the complete model open source? I encountered some problems in the fine-tuning process and notices the following issue https://github.com/deezer/spleeter/issues/32.
So I'm sorry to disturb you
Look forward to your answer
| open | 2020-12-09T10:26:11Z | 2020-12-09T10:26:11Z | https://github.com/deezer/spleeter/issues/532 | [
"question"
] | DaerTaeKook | 0 |
STVIR/pysot | computer-vision | 179 | how can i train alexnetlegacy model ? | why did i trained alexnetlegacy model size is not same to github download model? | closed | 2019-09-17T02:29:05Z | 2019-10-09T03:34:36Z | https://github.com/STVIR/pysot/issues/179 | [] | root12321 | 2 |
521xueweihan/HelloGitHub | python | 2,447 | 开源自荐:SmartPET-Feeder | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/smart2pet/SmartPET-Feeder
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:P... | closed | 2022-12-04T12:32:07Z | 2024-01-24T08:22:31Z | https://github.com/521xueweihan/HelloGitHub/issues/2447 | [
"Python 项目"
] | smart2pet | 9 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 873 | Can't seem to install torch, displays "errored out with exit status 1" | I used pip install torch, and got this:
ERROR: Command errored out with exit status 1:
command: 'c:\users\admin\appdata\local\programs\python\python37-32\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-jm6frbtm\\torch_2fdde634... | closed | 2021-10-15T18:23:57Z | 2021-10-16T08:43:00Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/873 | [] | ControlAlternateDelete | 1 |
Kanaries/pygwalker | pandas | 239 | When deploying pyg walker over streamlit the save button is missing | closed | 2023-09-24T15:05:32Z | 2023-09-29T02:23:51Z | https://github.com/Kanaries/pygwalker/issues/239 | [] | JeevankumarDharmalingam | 14 | |
plotly/dash | flask | 3,036 | [Feature Request] Optionally pass errors raised from a callback specific error handler to the global error handler | Thanks so much for your interest in Dash!
Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation questions. When in doubt, please feel free to just post the issue h... | open | 2024-10-15T09:59:29Z | 2024-10-15T09:59:29Z | https://github.com/plotly/dash/issues/3036 | [] | tlauli | 0 |
Esri/arcgis-python-api | jupyter | 1,701 | Downloading CSV files via arcgis.gis.Item.download() failing with unexpected permission error | Downloading CSV files via arcgis.gis.Item.download() failing with unexpected permission error.
First noticed this when downloading an Administrative Report item in an ArcGIS Online Notebook (runtime Standard - 8.0; ArcGIS API for Python version 2.1.0.2.) The issue began occurring after the October 2023 ArcGIS Online... | closed | 2023-10-28T14:47:36Z | 2023-10-30T09:06:45Z | https://github.com/Esri/arcgis-python-api/issues/1701 | [] | knoopum | 1 |
Skyvern-AI/skyvern | automation | 1,114 | Suggestion: Skyvern may benefit from "use search on Discourse" forum heuristic | There are few forums using https://www.discourse.org/ , seems like popular framework.
When I analyze run I made - it was run on your app.skyern.com platform, that way you have full access to logs, I am fine with that, as this is search for laptops with eInk/ePaper displays or eInk/ePaper display for Framework lapto... | open | 2024-11-03T14:16:46Z | 2024-11-03T14:19:50Z | https://github.com/Skyvern-AI/skyvern/issues/1114 | [] | gwpl | 0 |
littlecodersh/ItChat | api | 977 | itchat 存在违规风险 | 在提交前,请确保您已经检查了以下内容!
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [ ] 本问题确实关于`itchat`, 而不是其他项目.
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | open | 2023-02-09T03:19:32Z | 2023-02-09T03:19:32Z | https://github.com/littlecodersh/ItChat/issues/977 | [] | ghost | 0 |
aimhubio/aim | data-visualization | 3,085 | Bug report | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
### To reproduce
<!-- Reproduction steps. -->
### Expected behavior
<!-- Fill in expected behavior. -->
### Environment
- Aim Version (e.g., 3.0.1)
- Python version
- pip version
- OS (e.g., Linux)
- Any other relevant info... | open | 2024-01-07T11:03:43Z | 2024-01-07T11:03:43Z | https://github.com/aimhubio/aim/issues/3085 | [
"type / bug",
"help wanted"
] | for4nous | 0 |
scikit-learn/scikit-learn | python | 30,194 | Rename `frozen.FrozenEstimator` to `frozen.Frozen` | Looking through all our estimators, none of them have the word "Estimator" besides `BaseEstimator` and `MetaEstimatorMixin`. I think we can shorten the meta-estimator name to `Frozen`.
CC @adrinjalali @scikit-learn/core-devs | closed | 2024-11-01T20:49:47Z | 2024-11-07T08:19:16Z | https://github.com/scikit-learn/scikit-learn/issues/30194 | [
"API",
"Blocker",
"RFC"
] | thomasjpfan | 15 |
MaartenGr/BERTopic | nlp | 1,079 | question with topics_over_time | hello~ GREAT thanks for your elegnant model~
### There is something wrong with your topics_over_time however, when I try drawing my own graph about topics over time. The language is Chinese.
I find the line always went horizontally, and every topic value was 1.
`vectorizer = CountVectorizer(tokenizer=tokenize_zh,s... | closed | 2023-03-08T08:53:38Z | 2023-05-23T09:32:52Z | https://github.com/MaartenGr/BERTopic/issues/1079 | [] | MrRabbit12 | 5 |
google/trax | numpy | 1,552 | Cannot create simple image pipeline with trax.data. | ### Description
Apologies if this is the wrong place to raise such issue:
Trying to follow the [documentation](https://trax-ml.readthedocs.io/en/latest/trax.data.html#module-trax.data.inputs) on data pipelines in trax I was trying to create simple image pipeline that loads and preprocesses [MNIST](https://www.tenso... | closed | 2021-03-20T11:51:44Z | 2021-03-28T18:18:04Z | https://github.com/google/trax/issues/1552 | [] | sebastian-sz | 1 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,366 | [Bug]: An exception occurred during image training | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2024-03-24T14:34:56Z | 2024-03-25T01:38:04Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15366 | [
"bug-report"
] | KevinHubs | 1 |
plotly/plotly.py | plotly | 4,455 | y axis labels does not appear in scatter plot when using plotly.express with 2 inputs | Hello Plotly,
I experience the following problem,
when trying to generate a figure of type 'line' with multiple traces using the plotly.express
(the traces are defined implicitly, by defining a list of list in the y argument)
the resulting figure indeed includes 2 traces as expected,
it DOES name correctly the ... | closed | 2023-12-08T18:51:24Z | 2024-01-18T21:25:16Z | https://github.com/plotly/plotly.py/issues/4455 | [
"bug",
"sev-2"
] | npcomplete2023 | 6 |
koxudaxi/datamodel-code-generator | fastapi | 1,904 | How to change endpoints naming template? | I run the comand:
```
datamodel-codegen --url http://localhost:8000/openapi.json --output src/server/models/language_server_rpc.py --openapi-scopes schemas paths tags parameters --output-model-type pydantic.BaseModel
```
And endpoint params are named like this: `ApiV2WorkspacesWorkspaceIdMapDependenciesPostResp... | open | 2024-04-07T17:27:43Z | 2024-04-07T17:27:43Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1904 | [] | funnydman | 0 |
deepset-ai/haystack | machine-learning | 8,733 | Cohere ChatGenerator - support for Tool | closed | 2025-01-16T14:10:13Z | 2025-01-28T12:41:08Z | https://github.com/deepset-ai/haystack/issues/8733 | [
"P2"
] | anakin87 | 1 | |
ludwig-ai/ludwig | data-science | 3,894 | Impossibility to use a tokenizer with auto_transformer | I want to use [this model](https://huggingface.co/ibm/MoLFormer-XL-both-10pct) as an encoder. As you can see from the description, the model can be uploaded like:
```
model = AutoModel.from_pretrained("ibm/MoLFormer-XL-both-10pct", deterministic_eval=True, trust_remote_code=True)
tokenizer = AutoTokenizer.from_pret... | open | 2024-01-17T17:08:37Z | 2024-10-21T18:49:36Z | https://github.com/ludwig-ai/ludwig/issues/3894 | [
"bug",
"llm"
] | sergsb | 4 |
netbox-community/netbox | django | 18,032 | Server error after updated object | ### Deployment Type
Self-hosted
### Triage priority
I volunteer to perform this work (if approved)
### NetBox Version
v4.0.7
### Python Version
3.11
### Steps to Reproduce
I've an issue when I try to access to Virtual Device Contexts main page :
Server Error
There was a problem with your request. Please c... | closed | 2024-11-16T19:52:23Z | 2025-03-06T03:09:04Z | https://github.com/netbox-community/netbox/issues/18032 | [
"type: bug",
"status: accepted",
"status: under review",
"severity: low"
] | JeanKean-art | 7 |
plotly/dash | plotly | 2,456 | Pass a dash component to label property of dcc.Tab |
## Why is this feature important?
Currently unable to pass a dash component to the label property of a dcc.Tab. Being able to do so would enable users to have images in the tab itself and then target that image with a tooltip or other functionality via a callback.
## Describe the acceptance criteria
Being ... | open | 2023-03-15T16:37:37Z | 2024-08-13T19:29:02Z | https://github.com/plotly/dash/issues/2456 | [
"feature",
"P3"
] | jwcomp4 | 3 |
mage-ai/mage-ai | data-science | 5,610 | Dynamic Routes Not Loading Correctly After Deployment on Exported Static Build | I have encountered an issue with the application after deploying a static build. The application works correctly in the development environment (3000) but fails for certain dynamic routes when running on port 6789. I have added new dynamic routes, and while they function correctly during development, they show a "404 N... | open | 2024-12-11T11:20:25Z | 2024-12-11T11:20:25Z | https://github.com/mage-ai/mage-ai/issues/5610 | [] | puneeth-jadhav | 0 |
sammchardy/python-binance | api | 1,288 | Placing a future limit order to take partial profit - APIError (code=-1022): Signature for this request is not valid | Please help - I am going crazy trying to place a limit order for the partial closure of the open position.
I keep getting "APIError (code=-1022): Signature for this request is not valid." error.
I have a short position on ETHYSDT and I want to place an order that takes profit from1/3 od the position at a certain pric... | closed | 2023-02-11T16:11:54Z | 2023-02-12T13:20:57Z | https://github.com/sammchardy/python-binance/issues/1288 | [] | arsh-charlesriver | 0 |
taverntesting/tavern | pytest | 457 | Nested lists with parametrize causing BadSchemaError |
```
marks:
- parametrize:
key:
- foo
- bar
- biz
vals:
-
- c93a50-16cf7cad928-44
- - c93a50-16cf7cad928-4e
- c93a50-16cf7cad928-4g
- - c93a50-16cf7cad928-4m
- c93a50-16cf7cad928-4o
-
- c9... | closed | 2019-09-30T16:11:51Z | 2019-11-19T17:43:58Z | https://github.com/taverntesting/tavern/issues/457 | [] | jsfehler | 1 |
gradio-app/gradio | python | 10,632 | `gr.Progress` not displayed correctly on `gr.Dataframe` | ### Describe the bug
The progress bar is not displayed fully on Dataframes, see screenshot.
### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
def foo(progress=gr.Progress()):
import time
progress(0, desc="Starting... | closed | 2025-02-19T16:15:56Z | 2025-03-07T10:52:20Z | https://github.com/gradio-app/gradio/issues/10632 | [
"bug",
"💾 Dataframe"
] | Josef-Haupt | 0 |
aiortc/aiortc | asyncio | 227 | Access to local ice candidates | I'm trying to figure out the right way to share ice candidates with my peers but can't seem to find a public API for doing so.
It seems I could monitor the icegathers of the peerconnection for gathering state changes and then share the current set of local candidates from that instance, but access to this stuff se... | closed | 2019-11-19T18:36:28Z | 2024-05-30T11:33:26Z | https://github.com/aiortc/aiortc/issues/227 | [] | mayfield | 3 |
nerfstudio-project/nerfstudio | computer-vision | 3,044 | Cannot access GDrive link for test data | **Describe the bug**
The link for test data is 404 not found
**To Reproduce**
When using the command "ns-download-data nerfstudio --capture-name=poster", I face error because the link is broken. Accessing through browser, I face 404 not found problem.
**Expected behavior**
Can you update the link for test data... | closed | 2024-04-05T03:56:42Z | 2024-04-05T04:37:11Z | https://github.com/nerfstudio-project/nerfstudio/issues/3044 | [] | PAD2003 | 0 |
iperov/DeepFaceLab | machine-learning | 5,256 | every new updates make DFL worst and worst and worst | Hello, after this new updates, DFL is only worst..
working 10 times slow
faces ectract - 1000 faces, 70 minutes
Xseg train freeze after 200 interactions
training .. slow
We can't buy new PC, and new cards, after you every new updates ))))
releases from last year, at 11.2020 working GREAT, but now, we can... | open | 2021-01-22T05:17:47Z | 2023-06-08T21:42:28Z | https://github.com/iperov/DeepFaceLab/issues/5256 | [] | tembel123456 | 2 |
apragacz/django-rest-registration | rest-api | 93 | Phone_number and OTP authentication | Can we use Mobile_Number or username instead of username in Login API ?
| closed | 2019-11-28T09:54:28Z | 2019-11-29T12:24:52Z | https://github.com/apragacz/django-rest-registration/issues/93 | [
"type:question"
] | vikasgirdhar30 | 5 |
hyperspy/hyperspy | data-visualization | 2,857 | Forward compatibility file reading broken? | Files saved using `RELEASE_next_minor` (`Rnm`) can no longer be opened in `RELEASE_next_patch` (`Rnp`). I'm guessing this is related to the recently merged ragged array improvements in https://github.com/hyperspy/hyperspy/pull/2842.
Example:
In `Rnm`:
```python
import numpy as np
import hyperspy.api as hs
s =... | closed | 2021-11-18T10:45:04Z | 2022-01-26T13:50:27Z | https://github.com/hyperspy/hyperspy/issues/2857 | [
"type: regression",
"type: bug?",
"release: next minor"
] | magnunor | 15 |
tensorpack/tensorpack | tensorflow | 1,214 | Improved Wasserstein GAN example does not have n_critic hyperparameter | Like the title, in the WGAN-GP (improved WGAN) example, the paper states updating the critic n_critic=5 times for each generator update. This is not part of the current [example](https://github.com/tensorpack/tensorpack/blob/master/examples/GAN/Improved-WGAN.py).
I'm still learning Tensorpack, and this was the exac... | closed | 2019-05-27T07:22:28Z | 2019-05-27T07:43:33Z | https://github.com/tensorpack/tensorpack/issues/1214 | [
"examples"
] | Baukebrenninkmeijer | 2 |
piccolo-orm/piccolo | fastapi | 144 | Creating benchmarks for piccolo ORM | I'm usually not a fan of benchmarks but I think it'd be a good idea to have some benchmarks comparing `piccolo` with other `sync`/`async` ORMs.
It will also help with cases like #143 comparing `piccolo` with itself with different configurations. | open | 2021-07-31T11:13:54Z | 2021-08-06T14:32:57Z | https://github.com/piccolo-orm/piccolo/issues/144 | [] | aminalaee | 7 |
widgetti/solara | jupyter | 383 | slider tick_Labels | i am a newer for solara when i use solara slider and i can not find tick_labels option. And i want to know how to use it ? Another issue how to show the min and max value on slider by default as streamlit it shows min and max value on the slider | closed | 2023-11-16T03:04:06Z | 2024-09-26T13:28:21Z | https://github.com/widgetti/solara/issues/383 | [] | by0717 | 1 |
apify/crawlee-python | web-scraping | 598 | Deprecated variables in git_cliff_core::changelog | ```
WARN git_cliff_core::changelog > Variables ["commit.github", "commit.gitea", "commit.gitlab", "commit.bitbucket"]
are deprecated and will be removed in the future. Use `commit.remote` instead.
```
This warning indicates that the variables currently used are deprecated. To avoid future issues, it is better... | closed | 2024-10-17T04:42:02Z | 2024-10-22T08:46:19Z | https://github.com/apify/crawlee-python/issues/598 | [
"t-tooling"
] | Telomelonia | 0 |
keras-team/keras | machine-learning | 20,393 | AttributeError: 'NoneType' object has no attribute 'shape' | https://github.com/tensorflow/tensorflow/issues/77826
TensorFlow version: 2.17.0
Transformers version: 4.46.0.dev0
Keras version: 3.6.0
This problem can be solved by using TensorFlow version 2.11, but it is not solved because i'm trying to use Tensorflow version 2.17. The existing BERT model is implemented in v... | closed | 2024-10-22T14:12:25Z | 2024-11-21T02:04:54Z | https://github.com/keras-team/keras/issues/20393 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | Kim-William | 4 |
flasgger/flasgger | api | 365 | validation traceback when having cascading $ref in definitions | I have a single yaml file for all the paths and definitins I need (see test_ref.yaml)
validation for the test endpoint works great but I get a traceback when trying to validate test2.
The only difference is that one parameter if defined as a $ref...
```
127.0.0.1 - - [18/Feb/2020 19:27:53] "POST /test2 HTTP/1.1" ... | open | 2020-02-18T18:39:24Z | 2020-02-22T17:49:49Z | https://github.com/flasgger/flasgger/issues/365 | [] | rejoc | 2 |
graphql-python/gql | graphql | 479 | Use of @skip and @ignore directives with gql.dsl | I've been composing queries with gql.dsl and need to use the `@include` directive in a query. Other than https://github.com/graphql-python/gql/issues/278 I don't see any reference to directives.
Are directives supported with `gql.dsl` and if so what's the syntax? | open | 2024-05-17T01:10:52Z | 2024-05-17T18:00:06Z | https://github.com/graphql-python/gql/issues/479 | [
"type: feature"
] | david-waterworth | 1 |
Python3WebSpider/ProxyPool | flask | 127 | docker启动出现问题 | proxypool | 2021-11-05 06:37:02.319 | INFO | proxypool.processors.getter:run:36 - crawler <public.xiladaili.XiladailiCrawler object at 0x7f2df4901160> to get proxy
proxypool | 2021-11-05 06:37:02.319 | INFO | proxypool.crawlers.base:crawl:30 - fetching http://www.xiladaili.com/
proxypool ... | closed | 2021-11-05T06:40:18Z | 2021-12-30T06:02:04Z | https://github.com/Python3WebSpider/ProxyPool/issues/127 | [
"bug"
] | tt421011884 | 4 |
stanfordnlp/stanza | nlp | 580 | "AnnotationException: Could not handle incoming annotation" Problem [QUESTION] | Greeting,
I am new to CoreNLP enviroment and trying run the example code given on documentation. However, I got two errors as follows;
First code:
`from stanza.server import CoreNLPClient
with CoreNLPClient(
annotators=['tokenize','ssplit','pos',"ner"],
timeout=30000,
memory='2G',be_... | closed | 2020-12-30T13:46:23Z | 2021-04-11T20:47:03Z | https://github.com/stanfordnlp/stanza/issues/580 | [
"question"
] | fatihbozdag | 38 |
pbugnion/gmaps | jupyter | 336 | How to add a point on Google Map using python's gmaps? | I am trying to add a Point on Google Map in Jupyter Notebook as follows:
```python
import gmaps
API_Key = 'CJJUIIEaSyBpv6a' # This is not the legit key, I have not provided a real API key to avoid misuse and for security reasons
gmaps.configure(api_key=API_Key)
centroid_lat, centroid_long = (82.301581497344834, ... | open | 2020-04-03T00:47:12Z | 2020-04-03T00:47:12Z | https://github.com/pbugnion/gmaps/issues/336 | [] | rahulbhadani | 0 |
kizniche/Mycodo | automation | 695 | SHT3x Reset | Add software reset to SHT3x input code
Ref: https://github.com/kizniche/Mycodo/issues/692#issuecomment-533349295
https://github.com/ralf1070/Adafruit_Python_SHT31/blob/master/Adafruit_SHT31.py
```python
def reset(self):
self._writeCommand(SHT31_SOFTRESET)
time.sleep(0.01) # Wait the required time
`... | closed | 2019-09-20T17:36:00Z | 2019-09-21T16:50:00Z | https://github.com/kizniche/Mycodo/issues/695 | [] | kizniche | 39 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 1,281 | AttributeError: module 'sqlalchemy.orm' has no attribute 'DeclarativeBase' | ```
___________________________________ ERROR collecting tests/test_config.py ____________________________________
__pypackages__/3.11/lib/_pytest/runner.py:341: in from_call
result: Optional[TResult] = func()
__pypackages__/3.11/lib/_pytest/runner.py:372: in <lambda>
call = CallInfo.from_call(lambda: list... | closed | 2023-11-24T18:18:33Z | 2023-12-10T01:03:24Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1281 | [] | InoreNeronI | 2 |
unionai-oss/pandera | pandas | 1,257 | Support pydantic v2 | **Is your feature request related to a problem? Please describe.**
This feature should add support for pydantic v2, which will also require updates to the fastapi `UploadFile` type defined in the `pandera.typing.fastapi` module.
**Describe the solution you'd like**
All unit tests should pass with a pydantic>=2... | closed | 2023-07-09T17:53:12Z | 2023-10-20T07:05:38Z | https://github.com/unionai-oss/pandera/issues/1257 | [
"enhancement"
] | cosmicBboy | 6 |
vitalik/django-ninja | pydantic | 1,119 | Traversing the data structures to create an HTTP API client | I love ninja and have been using it in all my projects for a few years now.
As part of my workflow, I implement a command line python HTTP client for every single API endpoint I create. This is needed to fulfill unusual login/cryptographic/websocket requirements that can't be handled by Curl, Hurl and company, but a... | closed | 2024-04-05T09:29:36Z | 2024-04-05T18:25:02Z | https://github.com/vitalik/django-ninja/issues/1119 | [] | scrwghub | 3 |
ray-project/ray | deep-learning | 51,620 | [RLlib] Incorrect error message for improper registering of custom env | ### What happened + What you expected to happen
If a custom env is used and it is not registered properly, the `ERR_MSG_INVALID_ENV_DESCRIPTOR` error message from `rllib.utils.error.py` is raised. The message is incorrect as it tells the user to use `tune.register()` and use the old config(env) to set the env in confi... | open | 2025-03-22T19:33:06Z | 2025-03-24T01:57:10Z | https://github.com/ray-project/ray/issues/51620 | [
"bug",
"triage",
"rllib"
] | ashwinsnambiar | 1 |
cupy/cupy | numpy | 8,092 | Batched `cupy.sum` on short reduction axes are slow | ### Description
Using `cub::SegmentedReduce::Sum` to find batched reduce-sum with short reduction axes seems to degrade performance (cc: @leofang)
### To Reproduce
Script:
```py
import cupy
from cupy import testing
from cupyx.profiler import benchmark
from cupy._core import _accelerator
n = 24
for i in ... | open | 2024-01-09T06:59:52Z | 2025-01-26T18:21:24Z | https://github.com/cupy/cupy/issues/8092 | [
"cat:performance"
] | asi1024 | 1 |
django-cms/django-cms | django | 7,777 | [BUG] Placeholder inherit raising "NoneType should implement get_template" if used on an apphooked page | <!--
Please fill in each section below, otherwise, your issue will be closed.
This info allows django CMS maintainers to diagnose (and fix!) your issue
as quickly as possible.
-->
## Description
Using Django CMS 4 upgraded from Django CMS 3.11.4.
In a template from an apphooked page using `{% placeholder ... | closed | 2024-01-22T20:46:42Z | 2024-01-23T09:31:19Z | https://github.com/django-cms/django-cms/issues/7777 | [] | aacimov | 2 |
mirumee/ariadne | graphql | 120 | Change configuration approach for GraphQL strategy objects from inheritance to init kwargs | Currently Ariadne relies on inheritance for `GraphQL` behaviour customization. This could be replaced with list of kwargs containing configuration options, eg:
```python
app = GraphQL(
schema,
context: Optional[Any] = None, # Callable
root_resolver: Optional[Callable] = None,
error_handler: Opt... | closed | 2019-03-25T18:02:49Z | 2019-05-06T17:03:16Z | https://github.com/mirumee/ariadne/issues/120 | [
"enhancement",
"roadmap"
] | rafalp | 1 |
marshmallow-code/apispec | rest-api | 300 | When using example DocPlugin(), to_dict() paths contains an instance of Path. |
```
'paths': OrderedDict([(<apispec.core.Path object at 0x10665cda0>,
OrderedDict([('get',
{'responses': {200: {'description': 'A '
'list '
... | closed | 2018-10-05T05:17:13Z | 2018-10-08T01:18:40Z | https://github.com/marshmallow-code/apispec/issues/300 | [] | justai-net | 2 |
bauerji/flask-pydantic | pydantic | 37 | How can I give custom params for Request.get_json(force=False, silent=False, cache=True) ? | I saw that `get_json()` method have no any params in line:
https://github.com/bauerji/flask_pydantic/blob/45987a2d4474b5c9423e057a66d98863468fa0bd/flask_pydantic/core.py#L176
but the flask support some custom params, in doc:
https://tedboy.github.io/flask/generated/generated/flask.Request.get_json.html
Currentl... | closed | 2021-06-15T14:19:35Z | 2021-10-28T10:25:44Z | https://github.com/bauerji/flask-pydantic/issues/37 | [] | gwind | 1 |
gunthercox/ChatterBot | machine-learning | 2,380 | return in finally can swallow exceptions | In https://github.com/gunthercox/ChatterBot/blob/4ff8af28567ed446ae796d37c246bb6a14032fe7/chatterbot/logic/unit_conversion.py#L164 there is a `return` statement in a `finally` block, which would swallow any in-flight exception.
This means that if a `BaseException` (such as `KeyboardInterrupt`) is raised from the `tr... | closed | 2024-10-24T13:42:45Z | 2025-03-01T21:09:39Z | https://github.com/gunthercox/ChatterBot/issues/2380 | [] | iritkatriel | 2 |
deezer/spleeter | tensorflow | 388 | [Discussion] Output in FLAC or other formats | Hi,
I was wondering if it is possible to to export the output files in other formats than WMA. I would be interested in having the files as FLAC, is it already possible to do so ?
I thank you in advance for your time and comprehension towards my request. | closed | 2020-05-22T12:33:33Z | 2020-05-22T12:51:53Z | https://github.com/deezer/spleeter/issues/388 | [
"question"
] | leops95 | 3 |
nltk/nltk | nlp | 2,648 | Pos-tag returns strange output for 'as' | Any insights on how to handle 'as'?
Inltk.pos_tag('as')
[('a', DT), ('s','NN')
I also tried to check wordnet synsets, most of the synsets were chemical terms and only the last one was my desired synset: Synset('equally.r.01) r , any insights on how i can isolate this specific meaning and use it for pos_tag, etc? | closed | 2020-12-29T19:09:37Z | 2021-07-30T07:48:27Z | https://github.com/nltk/nltk/issues/2648 | [
"resolved"
] | mina1987 | 2 |
falconry/falcon | api | 2,143 | [Need Help]How does a route match all addresses under a certain path | How does a route match all addresses under a certain path.It's Not in the document
| closed | 2023-03-19T13:38:59Z | 2023-03-20T18:44:26Z | https://github.com/falconry/falcon/issues/2143 | [] | Fgaoxing | 0 |
autokey/autokey | automation | 244 | GUI not starting | ## Classification:
Bug
## Reproducibility:
Always
## Version
AutoKey version: 0.95.2-1.fc29
Used GUI (Gtk, Qt, or both): Gtk
Installed via: dnf
Linux Distribution: Fedora 29
## Summary
Interface won't shows up.
## Steps to Reproduce (if applicable)
- $ autokey-gtk --verbose
## Exp... | closed | 2019-02-01T20:02:29Z | 2019-04-21T11:38:19Z | https://github.com/autokey/autokey/issues/244 | [
"enhancement",
"documentation",
"easy fix"
] | ProkopRandacek | 2 |
marcomusy/vedo | numpy | 796 | AttributeError: module 'numpy' has no attribute 'bool' | Hi there,
After an update of numpy I have run into an error.
I am trying to run the following code,
```python
fitshape = # list of lists
splinecoors = np.asarray(fitshape)
ssp = vedo.Line(splinecoors).lw(4).c("red4")
```
and, I have the following error:
```
# cut many bits of stack trace through my... | closed | 2023-01-24T16:01:25Z | 2023-01-24T17:06:26Z | https://github.com/marcomusy/vedo/issues/796 | [] | antmatyjajo | 2 |
proplot-dev/proplot | data-visualization | 358 | When used with seaborn, legend draws error: two legend label boxes appear. | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
I was using propplot as the layout tool and seaborn as the p... | open | 2022-04-28T18:04:24Z | 2023-03-29T09:16:23Z | https://github.com/proplot-dev/proplot/issues/358 | [
"integration"
] | moulai | 1 |
tqdm/tqdm | pandas | 771 | Doesn't work with docker-compose | ```
import time
from tqdm import tqdm
for i in tqdm(range(50), desc='debug'):
time.sleep(0.1)
```
Then in terminal I see nothing until the loop has finished, and it just prints:
`debug: 100% 50/50 [00:05<00:00, 9.81it/s]`
My docker compose file has `tty: true` and `os.isatty(sys.stdout.fileno())` r... | closed | 2019-07-06T07:12:52Z | 2024-06-23T13:24:24Z | https://github.com/tqdm/tqdm/issues/771 | [
"invalid ⛔",
"question/docs ‽",
"to-merge ↰"
] | justin-pierce | 12 |
sinaptik-ai/pandas-ai | pandas | 1,470 | use pandas instead of RestrictedPandas | ### System Info
pandas 1.5.3
pandasai 2.4.0
### 🐛 Describe the bug
I want the agent to use panda instead of RestrictedPandas. What should be done
raise AttributeError(f"'{name}' is not allowed in RestrictedPandas")
AttributeError: 'DateOffset' is not allowed in RestrictedPanda... | closed | 2024-12-12T04:21:51Z | 2025-01-20T10:08:50Z | https://github.com/sinaptik-ai/pandas-ai/issues/1470 | [
"bug"
] | XJTU-JP | 6 |
plotly/jupyter-dash | dash | 73 | Using on SageMaker Studio | I'd like to use this on AWS Sagemaker Studio, but I think Sagemaker Studio is JupyterLab 1.
Has anyone been able to get either the inline or jupyterlab modes working on Sagemaker Studio? | closed | 2022-01-05T03:04:35Z | 2024-05-23T17:18:39Z | https://github.com/plotly/jupyter-dash/issues/73 | [] | tonyreina | 1 |
seleniumbase/SeleniumBase | pytest | 2,973 | uc_gui_handle_cf() started behaving strangely | Hey seems like `uc_gui_handle_cf()` stop working correctly (watch the video), maybe some changes in DOM, can u check please? Using last sb upgrade, macOS, python 3.11. Testing on this url: https://dexscreener.com/
Other functions `uc_gui_click_captcha(), uc_gui_click_cf()` working well, but I need to use that one.
... | closed | 2024-07-29T18:02:50Z | 2024-09-03T17:32:39Z | https://github.com/seleniumbase/SeleniumBase/issues/2973 | [
"feature or fix already exists",
"UC Mode / CDP Mode",
"Fun"
] | vmolostvov | 3 |
wkentaro/labelme | computer-vision | 1,353 | Labelme Crash | ### Provide environment information
Windows 11 22H2
Labelme 5.3.1
### What OS are you using?
Windows 11 22H2
### Describe the Bug
When the image file is on SSD,software crash occurs when saving JSON files.If using a mechanical hard drive,there will be no problem.This situation has been replicated on four computer... | open | 2023-11-14T03:48:12Z | 2024-01-29T17:55:57Z | https://github.com/wkentaro/labelme/issues/1353 | [
"issue::bug"
] | LLL151 | 1 |
jwkvam/celluloid | matplotlib | 19 | animation.save() is goint to infinite loop | I am trying to save my animation using ```animation.save()``` before it was working fine but not it's going to infinite loop and file size if 20kb then after 1 min it's going to 0 bytes.
Same is the case with google colab:
```HTML(animation.to_html5_video())```
is just running with out any output.
 has gone over its resource limits. Access to the app is temporarily limited. Visit the app to s... | closed | 2024-10-24T16:36:24Z | 2024-10-25T12:27:04Z | https://github.com/akurgat/automating-technical-analysis/issues/25 | [] | JAEP2 | 1 |
google-deepmind/sonnet | tensorflow | 33 | AttributeError: 'module' object has no attribute 'AbstractModule' when running python train.py in deepmind/dnc | closed | 2017-05-20T15:30:48Z | 2017-05-21T02:13:41Z | https://github.com/google-deepmind/sonnet/issues/33 | [] | b03201003 | 4 | |
deeppavlov/DeepPavlov | nlp | 1,140 | English NER Demo vs github version | Hi,
I tried ner_ontonotes_bert model from http://docs.deeppavlov.ai/en/master/features/models/ner.html.
And followed the instructions.
ner_model([mysentence]) works.
But unfortunately, I am not getting the same tags for the same sentence, as nice as I get from the demo page: https://demo.deeppavlov.ai/#/en/ner
M... | closed | 2020-02-28T09:34:11Z | 2020-02-28T11:05:57Z | https://github.com/deeppavlov/DeepPavlov/issues/1140 | [] | farmeh | 2 |
replicate/cog | tensorflow | 1,718 | Can't build and push image to replicate | `cog push`
returns
```
#2 ERROR: r8.im/...:latest: not found
------
> [internal] load metadata for r8.im/...:latest:
------
Dockerfile:1
--------------------
1 | >>> FROM r8.im/...
2 | COPY .cog/openapi_schema.json .cog
3 |
--------------------
ERROR: failed to solve: r8.im/...: faile... | closed | 2024-06-06T12:11:03Z | 2024-06-17T23:58:54Z | https://github.com/replicate/cog/issues/1718 | [] | Theodotus1243 | 16 |
yt-dlp/yt-dlp | python | 11,804 | extractor/Smotrim fix for site updates | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | open | 2024-12-13T15:48:29Z | 2024-12-13T15:48:29Z | https://github.com/yt-dlp/yt-dlp/issues/11804 | [
"site-bug",
"triage"
] | vstavrinov | 0 |
lukasmasuch/streamlit-pydantic | streamlit | 7 | Displaying Input Sections in Columns | <!--
Thanks for requesting a feature 🙌 ❤️
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, be sur... | closed | 2021-08-23T12:10:37Z | 2023-01-17T01:59:03Z | https://github.com/lukasmasuch/streamlit-pydantic/issues/7 | [] | BenediktPrusas | 7 |
nltk/nltk | nlp | 3,136 | 'str' object has no attribute 'decode' | Hi,
I'm trying to run a code in Figure 3.4 from NLTK book. In my Jupyter, the code is seen below:
`
# -*- coding: utf-8 -*-
import re
sent = """
Przewiezione przez Niemców pod koniec II wojny światowej na Dolny Śląsk, zostały odnalezione po 1945 r. na terytorium Polski.
"""
u = sent.decode('utf8')
u.lower
`... | closed | 2023-03-18T23:15:01Z | 2023-08-07T21:53:01Z | https://github.com/nltk/nltk/issues/3136 | [] | edmondium | 2 |
autokey/autokey | automation | 963 | Bump action versions in workflow files | ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland?
Xorg
### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is thi... | closed | 2024-11-08T15:46:46Z | 2024-11-08T21:30:27Z | https://github.com/autokey/autokey/issues/963 | [
"development"
] | Elliria | 0 |
deepinsight/insightface | pytorch | 2,369 | RetinaFace Pretrained Model for Commercial Use | Can RetinaFace [pretrained Model](https://github.com/deepinsight/insightface/tree/master/detection/retinaface#retinaface-pretrained-models) be for Commercial Use?
| open | 2023-07-13T15:51:54Z | 2023-07-13T15:52:11Z | https://github.com/deepinsight/insightface/issues/2369 | [] | htcml | 0 |
robinhood/faust | asyncio | 366 | Global cache to share configuration data | ## Checklist
- [ ] I have included information about relevant versions
- [ ] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
Currently there is no global cache support in Faust
## Expected behavior
I need to store some app preferences in a shared ta... | closed | 2019-06-19T08:19:06Z | 2019-09-19T19:45:15Z | https://github.com/robinhood/faust/issues/366 | [] | apapikyan | 2 |
sktime/sktime | scikit-learn | 7,551 | [ENH] Remove `gluonts` dependency in `gluonts_ListDataset_panel` mtype | The `gluonts_ListDataset_panel` data type specification does not require `gluonts` objects, as it is composed entirely of `python` base types and `pandas` types.
Therefore we should be able to remove the `gluonts` dependencies. To do this:
* look at the `PanelGluontsList` class and replace `gluonts` imports by eq... | closed | 2024-12-21T13:49:07Z | 2025-01-06T20:35:22Z | https://github.com/sktime/sktime/issues/7551 | [
"good first issue",
"module:datatypes",
"enhancement"
] | fkiraly | 1 |
MycroftAI/mycroft-core | nlp | 2,864 | "Hey MyCroft" used instead of alternate wake word selected | **Describe the bug**
"Hey Jarvis" was selected as the wake word during device pairing
Device only responds to "Hey MyCroft"
**To Reproduce**
Steps to reproduce the behavior:
Run the docker version of MyCroft on linux mint
Pair the device and select "Hey Jarvis" as the wake word
Speak "Hey Jarvis" nothing hap... | closed | 2021-03-17T21:48:53Z | 2024-09-08T08:29:54Z | https://github.com/MycroftAI/mycroft-core/issues/2864 | [
"bug"
] | chrisamow | 6 |
AirtestProject/Airtest | automation | 930 | app targetSdkVersion 设为 API 级别升级为30,APP无法抓取元素 | app targetSdkVersion 设为 API 级别升级为30,APP无法抓取元素,求解
https://developer.android.com/about/versions/pie/android-9.0-changes-28 | closed | 2021-06-28T13:28:56Z | 2021-09-30T07:43:30Z | https://github.com/AirtestProject/Airtest/issues/930 | [] | zhangqiongxiu | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.