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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pydantic/pydantic | pydantic | 10,826 | coerce_numbers_to_str not working when using SkipJsonSchema | ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When using `str | SkipJsonSchema[None]` type and setting `coerce_numbers_to_str` to `True` a validation error is raised.
### Example Code
```Python
from pydantic import BaseModel, Field
from pydantic.json_schema import SkipJ... | closed | 2024-11-13T04:11:51Z | 2024-11-13T10:52:59Z | https://github.com/pydantic/pydantic/issues/10826 | [
"bug V2",
"pending"
] | jordantshaw | 1 |
Buuntu/fastapi-react | fastapi | 39 | Get login component working | Should store token in local storage like react-admin | closed | 2020-05-25T15:08:35Z | 2020-05-25T20:17:43Z | https://github.com/Buuntu/fastapi-react/issues/39 | [
"enhancement"
] | Buuntu | 1 |
graphql-python/graphene-django | graphql | 1,515 | Documentation Mismatch for Testing API Calls with Django | **What is the current behavior?**
The documentation for testing API calls with Django on the official website of [Graphene-Django](https://docs.graphene-python.org/projects/django/en/latest/testing/) shows incorrect usage of a parameter named **op_name** in the code examples for unit tests and pytest integration. How... | open | 2024-04-06T05:32:32Z | 2024-07-03T18:44:00Z | https://github.com/graphql-python/graphene-django/issues/1515 | [
"🐛bug"
] | hamza-m-farooqi | 1 |
iterative/dvc | data-science | 9,890 | Add gc -c support for cloud versioned remotes | Whenever I try to remove garbage in a cloud versioned remote (Google Cloud Storage in my case) through `gvc gc -ac` this message prompts:
```
ERROR: configuration error - config file error: 'gc -c' is unsupported for cloud versioned remotes
```
Is it possible to have this feature implemented? I believe it is esse... | closed | 2023-08-30T16:58:45Z | 2023-08-30T17:11:44Z | https://github.com/iterative/dvc/issues/9890 | [
"feature request",
"A: gc"
] | manucalop | 1 |
aeon-toolkit/aeon | scikit-learn | 1,886 | [ENH] n_jobs/_n_jobs, parameter in classifiers | the use of n_jobs/_n_jobs in CollectionEstimators is confusing and could be tidied up.
See https://github.com/aeon-toolkit/aeon/blob/main/aeon/base/_base_collection.py#L92 where `_n_jobs` is defined. This is not really enforced in any way currently. | open | 2024-08-01T19:23:41Z | 2025-01-25T09:22:00Z | https://github.com/aeon-toolkit/aeon/issues/1886 | [
"enhancement",
"classification",
"clustering",
"regression",
"distances",
"multithreading"
] | TonyBagnall | 4 |
explosion/spaCy | deep-learning | 12,154 | Incorrect tokenization of dash punctuation in Spanish when not preceded or followed by a space | This is related to this (now closed) issue: https://github.com/explosion/spaCy/issues/3277.
## How to reproduce the behaviour
Per the fixes related to the above issue (https://github.com/explosion/spaCy/pull/3281/files), the en/em dash now tokenizes into a separate token whenever it is preceded or followed by a spa... | closed | 2023-01-23T23:58:47Z | 2023-10-10T09:21:02Z | https://github.com/explosion/spaCy/issues/12154 | [
"lang / es",
"feat / tokenizer"
] | creolio | 2 |
Asabeneh/30-Days-Of-Python | numpy | 88 | Something wrong with the sentence. | 
Double "start”?? | closed | 2020-10-11T15:57:25Z | 2021-01-28T13:05:45Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/88 | [] | Fatpandac | 0 |
Josh-XT/AGiXT | automation | 849 | Error Loading Agent Configuration: 'str' object has no attribute 'get' | ### Description
When I attempt to load a local model, I encounter the error message 'str' object has no attribute 'get'. This error occurs during the process of loading the agent configuration, indicating a problem with accessing a specific attribute within the configuration.
### Steps to Reproduce the Bug
1. Agent ... | closed | 2023-07-15T21:16:15Z | 2023-07-16T22:17:52Z | https://github.com/Josh-XT/AGiXT/issues/849 | [
"type | report | bug",
"needs triage"
] | sambickeita | 2 |
d2l-ai/d2l-en | machine-learning | 2,020 | [PyTorch] Porting Chapter Recommender Systems | Currently, the only missing chapter in the PyTorch port of the book is [Recommender Systems](https://d2l.ai/chapter_recommender-systems/index.html). Given the number of requests that we have been receiving regarding this section, and rising interest among readers, this is a good time to add PyTorch support.
This Iss... | open | 2022-01-24T02:17:14Z | 2023-11-02T15:59:13Z | https://github.com/d2l-ai/d2l-en/issues/2020 | [
"enhancement",
"pytorch-adapt-track"
] | AnirudhDagar | 8 |
neuml/txtai | nlp | 554 | Integrate with Litellm | I believe, it's a great idea to incorporate the txtai with the Litellm as it already supports Intergrations with 100+ LLMs.
https://github.com/BerriAI/litellm
LLM as drop-in replacement for gpt-3.5-turbo. Use Azure, OpenAI, Cohere, Anthropic, Ollama, VLLM, Sagemaker, HuggingFace, Replicate (100+ LLMs)
cc @isha... | closed | 2023-09-13T08:10:20Z | 2023-12-09T16:59:44Z | https://github.com/neuml/txtai/issues/554 | [] | ranjancse26 | 1 |
google/trax | numpy | 1,466 | History attribute append not found | ### Description
Anyone having issues importing `history`? It cannot find the `append` attribute.
### Environment information
OS: <Ubuntu 20.04>
$ pip freeze | grep trax
trax==1.3.7
$ pip freeze | grep tensor
mesh-tensorflow==0.1.18
tensorboard==2.4.1
tensorboard-plugin-wit==1.8.0
tensorflow==2.4.1
tens... | closed | 2021-02-16T10:52:45Z | 2021-02-24T21:03:44Z | https://github.com/google/trax/issues/1466 | [] | PizBernina | 2 |
amdegroot/ssd.pytorch | computer-vision | 558 | Convergence before 5000 iterations | Has anyone evaluated the model performance training on a COCO or VOC data set with fewer than 5000 iterations? | closed | 2021-09-24T02:25:01Z | 2021-09-24T04:02:22Z | https://github.com/amdegroot/ssd.pytorch/issues/558 | [] | bspivey | 0 |
shibing624/text2vec | nlp | 101 | text2vec-base-chinese-sentence cpu推理速度慢 正常吗 | ### Describe the Question
text2vec-base-chinese-sentence cpu推理速度较慢,16核,观察到cpu利用率也打满了,请问一个batch 512需要几十秒正常吗
唯一的改动是经过pca降维到128维了。
或者说有没有合适的batchsize建议。 | closed | 2023-07-15T10:57:46Z | 2023-08-17T13:14:44Z | https://github.com/shibing624/text2vec/issues/101 | [
"question"
] | Dengyingjie | 2 |
wger-project/wger | django | 1,174 | Create celery tasks for longer running download commands | Once #1001 is closed, we could extract some of the logic used in the management commands to their own contained functions that we could then simply add to celery beat so they are called periodically in the background. This would speed up the startup time and make sure the data is kept in sync. Still need to think what ... | closed | 2022-11-06T16:00:21Z | 2023-04-08T18:10:27Z | https://github.com/wger-project/wger/issues/1174 | [] | rolandgeider | 0 |
long2ice/fastapi-cache | fastapi | 51 | [Question] Different expire value depending on HTTP response | Is there a possibility to set different expire value for cached responses depending on status code from external API.
E.g. if status code is `200` than it should be cached for longer period of time (2 months) and if its `400` than it should be 1 day | closed | 2022-01-17T09:22:39Z | 2022-10-11T08:53:26Z | https://github.com/long2ice/fastapi-cache/issues/51 | [] | iprecali1 | 0 |
dot-agent/nextpy | pydantic | 129 | Set text and image in same order | ```
xt.box(
xt.center(xt.text("YAML-2-PYTHON",
# margin_top="20px",
font_size="39px",
text_align="center",
color="violet",
),),
xt.link(
... | closed | 2024-01-17T16:02:28Z | 2024-01-18T12:31:07Z | https://github.com/dot-agent/nextpy/issues/129 | [] | anirudh-hegde | 3 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 468 | scripts/run_clm_sft_with_peft.py 中是在哪里冻结模型参数的呢?代码中没有找到,大佬可以指点一下么? | *提示:将[ ]中填入x,表示打对钩。提问时删除这行。只保留符合的选项。*
### 详细描述问题
scripts/run_clm_sft_with_peft.py 中是在哪里冻结模型参数的呢?代码中没有找到,大佬可以指点一下么?
### 运行截图或日志
*请提供文本log或者运行截图,以便我们更好地了解问题详情。*
### 必查项目(前三项只保留你要问的)
- [ ] **基础模型**:LLaMA / Alpaca / LLaMA-Plus / Alpaca-Plus
- [ ] **运行系统**:Windows / MacOS / Linux
- [ ] **问题分类**:下载问题 / ... | closed | 2023-05-31T06:30:30Z | 2023-06-20T22:02:26Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/468 | [
"stale"
] | huruizhi | 6 |
vitalik/django-ninja | django | 449 | [BUG] ModelSchema doesn't run model validators like email validators and all | The validators defined in model are not checked in ModelSchema | open | 2022-05-18T15:18:11Z | 2022-05-18T15:19:11Z | https://github.com/vitalik/django-ninja/issues/449 | [] | ok-pennywise | 0 |
LAION-AI/Open-Assistant | python | 3,532 | Must restart page | Whenever I make a prompt, instead of making a response right away, I have to restart the page in order to get the response to load. | closed | 2023-06-28T13:41:33Z | 2023-06-29T06:39:50Z | https://github.com/LAION-AI/Open-Assistant/issues/3532 | [] | thebestone007 | 2 |
saulpw/visidata | pandas | 1,671 | [freqtbl] toggling rows selects/unselects an inconsistent number of rows | **Small description**
In a FreqTableSheet where its source sheet has many rows, when rows are toggled, the number of rows that is selected/unselected on the source sheet is inconsistent.
**Expected result**
Every time the toggle is performed, the number of rows selected/unselected on the source sheet should be the... | closed | 2023-01-11T01:52:08Z | 2024-03-12T04:21:09Z | https://github.com/saulpw/visidata/issues/1671 | [
"bug",
"fixed"
] | midichef | 6 |
microsoft/qlib | deep-learning | 1,691 | Tsne 画图 | help me!
我想知道DDG-DA论文里面的figure2具体是怎么画出来的呀,然后用的是什么数据呢?
```[tasklist]
### Tasks
```
| open | 2023-11-09T12:56:06Z | 2023-11-09T12:56:55Z | https://github.com/microsoft/qlib/issues/1691 | [
"question"
] | lianlin666 | 0 |
sunscrapers/djoser | rest-api | 5 | AssertionError at /auth/logout | ```
AssertionError at /auth/logout
'LogoutView' should either include a 'serializer_class' attribute, or use the 'model' attribute as a shortcut for automatically generating a serializer class.
```
i think this is due to a change in DRF. Here are my versions:
```
Django==1.6.8
djoser==0.1.0
djangorestframework==2.4.... | closed | 2014-11-21T18:49:46Z | 2015-05-04T22:50:03Z | https://github.com/sunscrapers/djoser/issues/5 | [
"bug"
] | smcoll | 2 |
pytorch/vision | computer-vision | 8,514 | Add 3-augment from DeiT III | ### 🚀 The feature
As the title suggest, add the data augmentation from https://arxiv.org/abs/2204.07118
### Motivation, pitch
This seems to be a simple recipe with good results and the Deit family is widely recognized.
### Alternatives
_No response_
### Additional context
_No response_ | open | 2024-07-06T20:52:34Z | 2024-07-27T14:24:48Z | https://github.com/pytorch/vision/issues/8514 | [] | trawler0 | 5 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,230 | UC detected by Datadome | Hello everyone,
I currently use UC to access this site: https://www.intermarche.com. This site is provided with datadome protection. And despite all my efforts, I can't access it with uc without triggering the datadome captcha. I don't use any particular option, just the basic code, without headless mode. I tried to u... | open | 2023-05-02T23:31:35Z | 2023-08-04T09:50:38Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1230 | [] | JohnDoe15152 | 2 |
PaddlePaddle/ERNIE | nlp | 875 | 请问如何在ernie vil 2.0模型上进行finetune | 请问如何在ernie vil 2.0模型上进行finetune,老分支repro里面有vil训练代码,但是会报关于paddle版本的bug,新的分支ernie-kit-open-v1.0貌似没有vil finetune的代码,请问想finetune vil 是否需要自己开发训练部分代码呢? | closed | 2022-11-08T12:53:14Z | 2023-03-18T21:45:54Z | https://github.com/PaddlePaddle/ERNIE/issues/875 | [
"wontfix"
] | ZhuangLii | 1 |
oegedijk/explainerdashboard | plotly | 102 | XGBExplainer - can't load dashboard | Hello,
I encountered the following error message when running **ExplainerDashboard with XGBExplainer**:
> \lib\site-packages\explainerdashboard\dashboard_components\composites.py in __init__(self, explainer, title, name, hide_predindexselector, hide_predictionsummary, hide_contributiongraph, hide_pdp, hide_contri... | closed | 2021-03-18T16:04:57Z | 2021-03-18T19:23:38Z | https://github.com/oegedijk/explainerdashboard/issues/102 | [] | mbh86 | 1 |
Gozargah/Marzban | api | 1,049 | خطا در برقراری اتصال در زمان های رندوم | بعضی مواقع بیشتر صبح ها به هیچکدوم از کانفیگ ها نمیشه متصل شد و مشکل با ریستارت کردن مرزبان حل میشه ولی خیلی اذیت کنندست
برای رفع مشکل یک سری از دوستان پیشنهاد دادن که دیتابیس رو به mysql تغییر بدم که اینکارو انجام دادم ولی مشکل برطرف نشد
شک به این داشتم که میتونه از وارپ باشه سر همین برای یک مدت محدود وارپ رو برداشت... | closed | 2024-06-15T15:55:20Z | 2024-07-19T00:53:59Z | https://github.com/Gozargah/Marzban/issues/1049 | [
"Bug"
] | ThePishro | 3 |
pytest-dev/pytest-qt | pytest | 187 | Properly clear exceptions after test | If an exception is thrown and is captured by pytestqt, it's keep alive (found it while trying to discover why PySide was crashing on the process exit when a test failed -- the reason was that pytestqt was keeping variables alive longer than it should and variables weren't cleared in the proper order because of that).
... | closed | 2017-09-24T14:48:28Z | 2018-07-13T11:37:16Z | https://github.com/pytest-dev/pytest-qt/issues/187 | [] | fabioz | 4 |
babysor/MockingBird | pytorch | 257 | 怎么在Google Colab上运行?(在不想使用Toolbox和Web的情况下) | 请问有没有人尝试过在Notebook上运行?(Google Colab或者Jupyter)
我的想法是只提供一个或多个音频,和一句文字作为input,然后运行且生成一个output音频。
_**附上我的Colab,效果不太理想。_
[Colab Notebook](https://colab.research.google.com/drive/16rsNV0kVLG8SNUppEq2vmOauyeJJGrv4#scrollTo=_J2rxn1gvad8)
欢迎大家交流分享!非常感谢! | open | 2021-12-09T02:27:07Z | 2023-07-27T21:24:04Z | https://github.com/babysor/MockingBird/issues/257 | [
"documentation"
] | joeynmq | 4 |
ipython/ipython | data-science | 14,016 | Get rid of pickle. | ```python
self.db = PickleShareDB(os.path.join(self.profile_dir.location, 'db'))
```
is like
```python
self.db = exec((Path(self.profile_dir.location) / 'backdoor.py').read_text())
```
, but worse: at least we can audit contents of `backdoor.py` with a text editor.
| open | 2023-04-13T21:24:31Z | 2023-04-17T08:14:14Z | https://github.com/ipython/ipython/issues/14016 | [] | KOLANICH | 3 |
521xueweihan/HelloGitHub | python | 2,271 | 项目推荐 | wangEditor 开源 Web 富文本编辑器 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/wangeditor-team/wangEditor
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:... | closed | 2022-07-05T18:13:40Z | 2022-07-28T01:28:01Z | https://github.com/521xueweihan/HelloGitHub/issues/2271 | [
"已发布",
"JavaScript 项目"
] | SekiBetu | 0 |
deepspeedai/DeepSpeed | deep-learning | 6,467 | [REQUEST] MiCS vs Zero++ hpZ for Hybrid FSDP | **Is your feature request related to a problem? Please describe.**
I'm interested in hybrid FSDP where the model is replicated across nodes and sharded within node.
My understanding is that this can be achieved through MiCS and / or ZeRO++ hpZ.
**Describe the solution you'd like**
Better documentation, examples... | open | 2024-08-31T11:20:29Z | 2024-09-18T21:44:05Z | https://github.com/deepspeedai/DeepSpeed/issues/6467 | [
"enhancement"
] | jeromeku | 5 |
sqlalchemy/alembic | sqlalchemy | 1,587 | Initialize revision for tables with foreign keys | **Describe the bug**
When tables with foreign keys are defined and the first command `revision --autogenerate` is executed, the generate script includes only `create_table()` methods with `ForeignKey` arguments passed within them.
**Expected behavior**
Generated script should includes `create_table()` methods at t... | closed | 2024-12-31T10:49:01Z | 2024-12-31T13:22:32Z | https://github.com/sqlalchemy/alembic/issues/1587 | [] | DGDarkKing | 0 |
graphql-python/graphene-django | django | 893 | execute_graphql_request caused warnings | `graphene_django.views.GraphQLView.execute_graphql_request()` will generate these warnings:
```
DeprecationWarning: The 'root' alias has been deprecated. Please use 'root_value' instead.
DeprecationWarning: The 'context' alias has been deprecated. Please use 'context_value' instead.
DeprecationWarning: The 'varia... | closed | 2020-03-05T12:15:55Z | 2020-07-07T15:55:20Z | https://github.com/graphql-python/graphene-django/issues/893 | [
"wontfix"
] | jedie | 3 |
zappa/Zappa | flask | 1,267 | Provide configuration for reserved and provisioned concurrency | Lambda now provides a reserved and provisioned concurrency setting/configuration.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html#reserved-and-provisioned
https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html
zappa currently provides a `keep_warm` function to periodic... | closed | 2023-08-17T05:05:03Z | 2024-04-21T03:37:49Z | https://github.com/zappa/Zappa/issues/1267 | [
"no-activity",
"auto-closed"
] | monkut | 3 |
seleniumbase/SeleniumBase | web-scraping | 3,548 | Dynamic button loaded during the page scrolling not found | I am trying to scrape the URL: https://earth.esa.int/eogateway/search?category=All+Categories.
If you visit the page, you can see that the button as per the following screenshot appears all of a sudden while scrolling the page.

... | closed | 2025-02-20T17:13:30Z | 2025-02-20T20:13:10Z | https://github.com/seleniumbase/SeleniumBase/issues/3548 | [
"invalid usage",
"UC Mode / CDP Mode"
] | matteocacciola | 2 |
mljar/mljar-supervised | scikit-learn | 161 | Temporary Files cause PermissionError exception in unit tests | In many of the test_algorithms, we test saving with the following code:
```
with tempfile.NamedTemporaryFile() as tmp:
model.save(tmp.name)
```
These two lines independently try and talk to the same file at the same time. On Windows the file is locked by the temp file creation, and then errors when the save ope... | closed | 2020-09-01T08:00:57Z | 2020-09-01T14:20:12Z | https://github.com/mljar/mljar-supervised/issues/161 | [
"tests"
] | abtheo | 0 |
mitmproxy/pdoc | api | 58 | decorated functions | Is there an easy way to allow pdoc to access the **doc** of decorated functions?
For example, how can I make pdoc document:
@memoize
def func(a, b, c):
"""
Doc string
"""
return a, b, c
| closed | 2015-07-15T15:07:11Z | 2021-01-19T16:43:51Z | https://github.com/mitmproxy/pdoc/issues/58 | [
"bug"
] | hyukim17 | 10 |
jschneier/django-storages | django | 635 | GCP and NamedTemporaryFile: file-like object only had 0 bytes remaining. | ```python3
import tempfile
import requests
from django.core import files
def process_image(url):
"""Process a single image."""
r = requests.get(url, stream=True)
file_name = url.split('/')[-1]
# read response stream into lf
lf = tempfile.NamedTemporaryFile()
for block in r.iter... | closed | 2018-12-14T13:06:22Z | 2018-12-14T14:03:57Z | https://github.com/jschneier/django-storages/issues/635 | [] | elnygren | 2 |
miguelgrinberg/Flask-SocketIO | flask | 1,461 | 404 Errors During Websocket Handshake | I've been experiencing issues when trying to initialize SocketIO in the supported way, and I was hoping you might be able to help me pinpoint where the issue is. I've created a minimal example [here](https://github.com/robb17/socketio-do-nothing), which also includes the NGINX configuration.
Of interest is the start... | closed | 2021-01-13T22:35:35Z | 2021-01-13T23:06:55Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1461 | [
"question"
] | robb17 | 2 |
kymatio/kymatio | numpy | 33 | DOC example that visualizes 2D filter | @edouardoyallon could you make a very short example that plots a 2D filter bank using matplotlib?
If you feel productive, the same for 1D would be also great to have | closed | 2018-10-22T21:26:23Z | 2018-10-28T04:48:56Z | https://github.com/kymatio/kymatio/issues/33 | [] | eickenberg | 3 |
jupyter/nbviewer | jupyter | 836 | nbviewer error displaying output from IPython.display.Javascript when using lib= | When executing a trivial Notebook which contains:
`IPython.display.Javascript("""element.append("This is a test");""",lib=["https://cdnjs.cloudflare.com/ajax/libs/d3/5.9.2/d3.min.js"])`
repeated in several consecutive cells, jupyter noteboook correctly displays "This is a test" in each output cell as expected. Vi... | closed | 2019-06-15T07:01:02Z | 2019-11-21T22:16:24Z | https://github.com/jupyter/nbviewer/issues/836 | [
"type:Bug",
"tag:Upstream",
"tag:Other Jupyter Project"
] | tony-johnson | 2 |
ultralytics/ultralytics | machine-learning | 19,719 | Yolov11 model.model output | ### 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
Hello,
I am trying to better understand the output of `model.model` while i... | open | 2025-03-15T23:20:12Z | 2025-03-16T19:55:11Z | https://github.com/ultralytics/ultralytics/issues/19719 | [
"question",
"segment",
"detect",
"pose"
] | Shiro-LK | 4 |
tqdm/tqdm | jupyter | 1,471 | Log exceptions in `pandas.progress_apply` | - [x] I have marked all applicable categories:
+ [x] new feature request
- [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 system and environment, where applicabl... | open | 2023-04-21T14:06:19Z | 2023-04-21T14:14:47Z | https://github.com/tqdm/tqdm/issues/1471 | [] | prhbrt | 0 |
davidsandberg/facenet | computer-vision | 1,109 | Unsuccessful | open | 2019-11-14T09:11:17Z | 2019-11-18T12:08:57Z | https://github.com/davidsandberg/facenet/issues/1109 | [] | garin-wang | 1 | |
MorvanZhou/tutorials | tensorflow | 3 | 周大大,能录制一期关于分布式TENSORFLOW的搭建教程吗? | https://github.com/tensorflow/serving
默认的,没有视频清楚,而且没有如何使其学习的例子
| closed | 2016-10-10T06:07:36Z | 2016-11-06T10:44:25Z | https://github.com/MorvanZhou/tutorials/issues/3 | [] | bournes | 1 |
miguelgrinberg/microblog | flask | 63 | Translation bug | I think I found a tiny bug, or perhaps an enhancement.
If you press Translate on a post that's in english already, you get an error:
```ArgumentOutOfRangeException: 'from' must be a valid language Parameter name: from : ID=1116.V2_Json.Translate.4449FEBB```
Screendump attached:
 - "WebSocket /?app=index&session=NEW" [accepted]
INFO: connection open
WARNING 第 1 次响应内容为空, 状态码: 200, ... | closed | 2024-06-14T09:37:30Z | 2024-06-14T22:25:08Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/428 | [
"BUG",
"enhancement"
] | feng3729 | 2 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 4,413 | Add a permission to enable recipients to reset "Read-Only" status of a report | ### Proposal
In relation to ticket https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4412 some organizations would like to selectively configure the recipients that are enabled to enable the "Read-Only" status of a report. | open | 2025-02-24T17:06:37Z | 2025-02-28T09:24:48Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4413 | [
"C: Client",
"C: Backend",
"T: Feature"
] | evilaliv3 | 0 |
joeyespo/grip | flask | 12 | Convert files to html | Hi,
I was wondering if it is possible to use this as a converter? Add some option to output the generated html files to a specified folder.
Is this supported?
Cheers!
| closed | 2013-05-08T20:26:21Z | 2013-09-27T04:50:25Z | https://github.com/joeyespo/grip/issues/12 | [
"enhancement"
] | bftanase | 2 |
iterative/dvc | data-science | 10,440 | Latest release of DVC breaks object versioned configs | # Bug Report
<!--
## Issue name
Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug.
Example: `repro: doesn't detect input changes`
-->
## Description
The latest release of... | closed | 2024-05-24T10:23:42Z | 2024-05-27T08:52:45Z | https://github.com/iterative/dvc/issues/10440 | [
"bug",
"p1-important",
"regression"
] | SkafteNicki | 1 |
mkhorasani/Streamlit-Authenticator | streamlit | 49 | Configuration file support for unicode | Congratulations on your great project.
I noticed an issue when the config.yaml contains unicode characters.
For example when using the reset password feature the yaml load and dump works perfectly but the process escapes all unicode chars. Unfortunately this cancels the yaml file human readability.
An simple sol... | open | 2023-02-17T06:43:58Z | 2024-01-22T11:48:58Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/49 | [
"enhancement"
] | egelados | 1 |
Avaiga/taipy | automation | 2,395 | [OTHER] Bind to dictionary key within class | ### What would you like to share or ask?
I am failing to write info to a value that is bound to an entry in a dictionary, which is nested in a class. I saw an example of using a dictionary in #1785 , but am failing, when the dictionary is in a class, other than global.
Minimal example:
```python
from taipy.gui im... | open | 2025-01-13T11:39:00Z | 2025-01-13T15:57:32Z | https://github.com/Avaiga/taipy/issues/2395 | [
"📈 Improvement",
"🖰 GUI",
"🟨 Priority: Medium"
] | JosuaCarl | 1 |
dmlc/gluon-nlp | numpy | 1,201 | gluonnlp on Cuda 10 cannot import name 'replace_file' | I am trying to run gluonnlp on cuda 10. I have installed the following package:
mxnet-cu100 1.6.0b20191102
https://pypi.org/project/mxnet-cu100mkl/#history
As it seems like the only one that has mxnet 1.6.0 and supports cuda 10. I have no possibility to upgrade to cuda 10.1 which has the official... | closed | 2020-04-09T18:26:19Z | 2020-06-21T20:19:20Z | https://github.com/dmlc/gluon-nlp/issues/1201 | [] | ktoetotam | 4 |
plotly/dash | data-visualization | 2,433 | Slider mark does not move accordingly | **Context**
Python dependencies:
```
dash 2.8.1
dash-bootstrap-components 1.3.1
```
Chrome version: 110.0.5481.105 (Official Build) (64-bit)
**The bug**
When pressing a button that changes the slider max to one that is bigger than the previous selected, the selecting circle moves to the corre... | open | 2023-02-24T08:45:33Z | 2024-08-13T19:26:50Z | https://github.com/plotly/dash/issues/2433 | [
"bug",
"P3"
] | asicoderOfficial | 1 |
onnx/onnx | deep-learning | 6,433 | [Dynamic] Linear Quantization Linear test is not friendly to optimization (reciprocal) | # Ask a Question
### Question
The dynamic quantization is computed as listed below in the ONNX backend tests
```
x_min = np.minimum(0, np.min(X))
x_max = np.maximum(0, np.max(X))
Y_Scale = np.float32((x_max - x_min) / (255 - 0)) # uint8 -> [0, 255]
Y_ZeroPoint = np.clip(round((... | open | 2024-10-09T00:55:53Z | 2024-10-12T00:25:05Z | https://github.com/onnx/onnx/issues/6433 | [
"question",
"topic: test"
] | AlexandreEichenberger | 13 |
TheKevJames/coveralls-python | pytest | 272 | Add option to specify a 'base path' for source files to support monorepos | I have a monorepo with several projects in a format similar to:
```
/
/project-one
/project-two
...etc
```
and I'd like to have that layout reflected in my coveralls reports.
The [Coveralls Github Action](https://github.com/marketplace/actions/coveralls-github-action) allows this through a flag called `... | closed | 2021-03-13T15:03:33Z | 2021-11-04T00:23:18Z | https://github.com/TheKevJames/coveralls-python/issues/272 | [] | RaddishIoW | 2 |
blb-ventures/strawberry-django-plus | graphql | 96 | How to hook into build in mutations | I have been struggling to build an efficient mutation pattern around the provided create/update/delete mutations without repeating tremendous amounts of code. After hours of debugging and trying to understand the magic of dataclasses, typing, etc. I think it might not possible to build upon the provided mutations.
C... | closed | 2022-08-07T12:22:27Z | 2022-08-07T18:38:38Z | https://github.com/blb-ventures/strawberry-django-plus/issues/96 | [
"question"
] | oleo65 | 4 |
ned2/slapdash | plotly | 29 | Preventing Flask termination when exceptions are raised? | Hi,
This is fantastic and perfect for our needs. One challenge I am having (with Dash in general) and hoping there might be a way to address it as part of a config or set up parameter: Flask's default behaviour is to keep the server running when a Python exception is raised. You then get to see the exception in the ... | open | 2020-02-14T02:02:25Z | 2020-02-14T02:02:48Z | https://github.com/ned2/slapdash/issues/29 | [] | stevenringo | 0 |
dmlc/gluon-cv | computer-vision | 852 | AttributeError: 'AxesSubplot' object has no attribtue 'copy' | Hello,
I was trying '09. Run an object detection model on your webcam'
which is in tutorial and I have the error as below:
`AttributeError: 'AxesSubplot' object has no attribute 'copy'`
I am using
`gluoncv 0.4.0, mxnet 1.4.1`
also in the example code
`gcv.utils.viz.cv_plot_bbox `
`gcv.utils.viz.cv_plot_... | closed | 2019-07-05T05:15:58Z | 2019-07-09T05:39:11Z | https://github.com/dmlc/gluon-cv/issues/852 | [] | dojinkimm | 2 |
graphql-python/graphene | graphql | 835 | Union can contain list and non-list field in one union? | I want to implement this type of union.
```
union SearchResult = [Human] | Message
```
so, I write this code
```py
class SearchResult(graphene.Union):
class Meta:
type = (graphene.List(Human), Message)
```
however, this isn't works.
anyone know how to this make this union code? | closed | 2018-09-13T06:51:27Z | 2018-09-18T09:30:43Z | https://github.com/graphql-python/graphene/issues/835 | [] | rscarrera27 | 2 |
ageitgey/face_recognition | machine-learning | 1,097 | Unexpected type img for face_locations() if model='cnn' and bacth_size less than 128 | * face_recognition version: 1.3.0
* Python version: python 3.6.8
* Operating System: Ubuntu 18.04.4
### Description
When I run `face_locations()` it appears 'cnn' and 'hog' detector wait for different type of the image.
If batch size is 64 than 'cnn' expects `img` to be a list of numpy arrays, when `'hog' want... | open | 2020-03-29T12:13:19Z | 2020-05-10T21:37:50Z | https://github.com/ageitgey/face_recognition/issues/1097 | [] | VicGrygorchyk | 2 |
amidaware/tacticalrmm | django | 2,060 | [Feature request] Add script testing output to history logs | **Is your feature request related to a problem? Please describe.**
currently there is no trace of what has been tested or what the output is except this in the audit.

**Describe the solution you'd like**
like every script ru... | open | 2024-11-04T07:50:55Z | 2024-11-04T07:50:55Z | https://github.com/amidaware/tacticalrmm/issues/2060 | [] | P6g9YHK6 | 0 |
paulpierre/RasaGPT | fastapi | 56 | Successful installation: Problem | Hi, I am curious, if any community members have been successfully able to install and run the RasaGPT?
Appreciate the help, coffee from my end :).
[+] Running 5/5
✔ Network rasagpt_chat-network Created 0.1s
... | open | 2023-11-06T20:34:15Z | 2023-11-06T20:34:15Z | https://github.com/paulpierre/RasaGPT/issues/56 | [] | nitishymtpl | 0 |
predict-idlab/plotly-resampler | plotly | 113 | Loosen up plotly dependencies | see: https://github.com/pycaret/pycaret/pull/2866 | closed | 2022-08-22T12:12:01Z | 2022-08-25T23:06:46Z | https://github.com/predict-idlab/plotly-resampler/issues/113 | [] | jonasvdd | 2 |
littlecodersh/ItChat | api | 478 | chatroom member fetch failed | 个人对个人聊天可以收到,群里的信息只收到以下错误:
chatroom member fetch failed with @0a836af4242dd9acaed1592956cbc826
itchat版本: 1.3.9
如何解决? | closed | 2017-08-12T02:37:42Z | 2019-06-13T09:35:57Z | https://github.com/littlecodersh/ItChat/issues/478 | [
"question"
] | qiusugang | 4 |
albumentations-team/albumentations | machine-learning | 1,978 | IndexError inside core/bbox_utils when using A.GridDistortion | ## Describe the bug
A.GridDistortion worked for boxes with an older bugfix version, but not with `albucore=0.0.17` and `albumentations=1.4.17`
### To Reproduce
```python
from skimage.data import astronaut
import albumentations as A
t = A.Compose(
[A.GridDistortion(p=1.0)],
**{"bbox_params": A.Bb... | closed | 2024-10-08T09:10:24Z | 2024-10-08T20:10:49Z | https://github.com/albumentations-team/albumentations/issues/1978 | [
"bug"
] | Telcrome | 2 |
vitalik/django-ninja | pydantic | 1,088 | [Docs issue] Inconsistency in indentation | It is a nitpicking but could you please fix this inconsistency in indentation:
<img width="981" alt="Screenshot 2024-02-19 at 23 52 00" src="https://github.com/vitalik/django-ninja/assets/36531464/dd0396fc-a8c7-4f7c-99b1-15c0125751a4">
It is in: [_Path parameters > Django Path Converters > Path params with slashe... | closed | 2024-02-19T22:58:02Z | 2024-04-24T11:28:37Z | https://github.com/vitalik/django-ninja/issues/1088 | [] | dabarov | 1 |
PablocFonseca/streamlit-aggrid | streamlit | 66 | Multi-column editable configuration doesn't work in 0.2.3 | When I upgrade streamlit-aggrid from 0.2.2.post4 to 0.2.3.post2, the multi-column editable configuration doesn't work any more. That means only one column is editable even I set the editable=True in 2 columns. The code snippet would be:
```
gb.configure_column("Col_A", editable=True)
gb.configure_column("Col_B", edi... | closed | 2022-03-01T02:38:03Z | 2024-04-04T17:53:17Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/66 | [
"bug"
] | tonylegend | 0 |
oxylabs/amazon-scraper | web-scraping | 3 | Variation issue | Hi,
When I was working with amazon product scrapper, it doesn’t return the correct variation images/tooltips, it returns the same image for all variations.
The problem is in the parse because when I don’t send it, the html content returns the variation images, but I need it with parse.
Thanks
**Request**
... | open | 2024-02-14T01:50:29Z | 2024-02-14T01:50:29Z | https://github.com/oxylabs/amazon-scraper/issues/3 | [] | ofignacio | 0 |
cvat-ai/cvat | pytorch | 9,225 | Return to the first page after visiting invalid page | ### Actions before raising this issue
- [x] I searched the existing issues and did not find anything similar.
- [x] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Is your feature request related to a problem? Please describe.
When visiting a non-existent page for some resource in UI, you're shown a error... | open | 2025-03-18T17:13:28Z | 2025-03-18T17:13:45Z | https://github.com/cvat-ai/cvat/issues/9225 | [
"enhancement",
"ui/ux",
"good first issue"
] | zhiltsov-max | 0 |
keras-team/keras | pytorch | 20,608 | `keras.ops.image.map_coordinates` fails on `uint8` input with TensorFlow backend | Consider the following simple example
```python
import keras
image = keras.ops.ones((1, 1, 3), dtype='uint8')
coordinates = keras.ops.convert_to_tensor([-1., 0., 0.])[..., None, None]
interp = keras.ops.image.map_coordinates(image, coordinates, order=1, fill_mode='constant')
```
that is expected to yield `[[... | closed | 2024-12-08T15:18:28Z | 2025-01-17T18:12:00Z | https://github.com/keras-team/keras/issues/20608 | [
"stat:awaiting response from contributor",
"type:Bug"
] | sergiud | 4 |
roboflow/supervision | computer-vision | 1,293 | Help in gathering commonly used supervision functions. | We will be releasing a supervision cheatsheet soon - something of a similar style as https://github.com/a-anjos/python-opencv/blob/master/cv2cheatsheet.pdf
First, we need to gather a list of code snippets in a Colab. We'll then go over it and copy out a subset of the functions into the PDF.
Partial submissions ar... | closed | 2024-06-19T08:02:12Z | 2024-06-26T10:39:04Z | https://github.com/roboflow/supervision/issues/1293 | [
"help wanted"
] | LinasKo | 12 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,177 | [Feature Request]: Support Kolors model | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Kolors is a very new model. Please see the relevant Huggingface page here: https://huggingface.co/Kwai-Kolors/Kolors
### Proposed workflow
I expect that the... | open | 2024-07-09T07:07:19Z | 2024-07-23T09:07:03Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16177 | [
"enhancement"
] | ddpasa | 3 |
python-visualization/folium | data-visualization | 1,451 | Folium choropleth (or geojson) legend: unrounded tick labels | Hello!
I'm trying to do something that seems like it should be very, very simple, but somehow it doesn't work. In this basic example from folium, I have changed the values for the bins to decimals. I would like the legend ticks NOT to be rounded to the nearest integer, but rather include decimals. I see there are a ... | closed | 2021-02-10T13:14:38Z | 2022-11-18T14:34:18Z | https://github.com/python-visualization/folium/issues/1451 | [] | stcoats | 1 |
littlecodersh/ItChat | api | 653 | username 会变 怎么标示用户 | 在提交前,请确保您已经检查了以下内容!
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [ ] 本问题确实关于`itchat`, 而不是其他项目.
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | closed | 2018-05-04T08:55:39Z | 2018-06-06T02:04:22Z | https://github.com/littlecodersh/ItChat/issues/653 | [] | zhangzicong6 | 4 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,155 | Make it possible for secondary tenants to not be exposed via HTTPS | **Describe the bug**
In platform options, disabling flag "Let the platform be reachable without Tor" is not working, platform is reachable using https also.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to backend "Tor" options
2. Disable flag "Let the platform be reachable without Tor"
3. In a standa... | closed | 2022-01-28T15:01:56Z | 2022-01-31T12:53:35Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3155 | [
"T: Enhancement",
"C: Backend"
] | larrykind | 6 |
deezer/spleeter | tensorflow | 817 | [Bug] The accompaniment.wav and vocals.wav files have not changed | - [x ] I didn't find a similar issue already open.
- [x ] I read the documentation (README AND Wiki)
- [ x] I have installed FFMpeg
- [ x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
I followed the steps in the readme to in... | open | 2023-01-08T10:04:28Z | 2024-03-27T11:21:58Z | https://github.com/deezer/spleeter/issues/817 | [
"bug",
"invalid"
] | Ice-Hazymoon | 6 |
mitmproxy/mitmproxy | python | 7,410 | I'm looking for 3 flows, and their response and i want to capture them. Currently it seems like python scripts run forever and seem to be parsed on every flow? | I'm looking for 3 flows, and their response and i want to capture them. Currently it seems like python scripts run forever and seem to be parsed on every flow?
I want to capture flow.request.path = "/test/folder/1" and write flow.response.content to disk. Then I want to capture flow.request.path = "/test/folder/... | closed | 2024-12-23T01:15:15Z | 2024-12-24T13:21:04Z | https://github.com/mitmproxy/mitmproxy/issues/7410 | [] | BabyYoda01 | 1 |
jupyter-book/jupyter-book | jupyter | 1,831 | `nbconvert` (v7.0.0) and `jupyterbook` incompatible | ### Describe the bug
**context**
Try to install `nbconvert` and `jupyterbook` with `pip3`
**expectation**
I expected the installation to work.
**bug**
But instead `pip` gets stuck happens
Pinning `nbconvert` to 6.5.3 resolves the issue
### Reproduce the bug
Using minimal docker file (described below)
``... | closed | 2022-09-09T11:05:06Z | 2023-03-01T12:15:03Z | https://github.com/jupyter-book/jupyter-book/issues/1831 | [
"bug"
] | jorgensd | 4 |
python-gitlab/python-gitlab | api | 2,895 | Namespace Error / Namespace Ignored | ## Description of the problem, including code/CLI snippet
I am getting started with this Library and most Things work quite well.
I cannot say the same about the Namespace/Groups though.
Code according to the Documentation:
```
# Get Group / $Namespace ID based on Kernel
group_id = gl.groups.list(sear... | closed | 2024-06-16T18:40:02Z | 2024-07-06T11:32:21Z | https://github.com/python-gitlab/python-gitlab/issues/2895 | [
"support"
] | luckylinux | 9 |
dgtlmoon/changedetection.io | web-scraping | 2,597 | [bug?] on one site - Exception: 'utf-8' codec can't encode character '\ud83d' - surrogates not allowed | **Describe the bug**
When checking for changes, changedetection reports the following error:
`Exception: 'utf-8' codec can't encode character '\ud83d' in position 419201: surrogates not allowed`. From what I gather, "\ud83d" is an emoji, yet I can't find one on the site I'm monitoring. I also check the site's code ... | open | 2024-08-29T06:18:33Z | 2024-09-02T09:37:09Z | https://github.com/dgtlmoon/changedetection.io/issues/2597 | [
"triage"
] | Pillendreher | 5 |
deeppavlov/DeepPavlov | nlp | 1,562 | how to solve this error RuntimeError: CUDA out of memory. Tried to allocate 352.00 MiB (GPU 0; 3.94 GiB total capacity; 2.64 GiB already allocated; 229.25 MiB free; 2.79 GiB reserved in total by PyTorch) |
from deeppavlov import build_model, configs
ner_model = build_model(configs.ner.ner_ontonotes_bert_mult_torch, download=True) # this line error getting
RuntimeError: CUDA out of memory. Tried to allocate 352.00 MiB (GPU 0; 3.94 GiB total capacity; 2.64 GiB already allocated; 229.25 MiB free; 2.79 GiB reserved... | closed | 2022-05-09T10:01:34Z | 2022-05-23T10:16:12Z | https://github.com/deeppavlov/DeepPavlov/issues/1562 | [
"bug"
] | Balu2311 | 1 |
JaidedAI/EasyOCR | deep-learning | 1,025 | Baselining inference times of various Word detectors. | I am in need of making a trade-off between inference time and accuracies of the various detection model.
I tried docTR on a sample set and it gave following inference times:
real 0m4.963s
user 0m13.920s
sys 0m2.695s
And with CRAFT, I got
real 0m7.633s
user 0m6.958s
sys 0m2.356s
How do I read into this? Al... | open | 2023-05-21T10:23:13Z | 2023-05-21T10:23:13Z | https://github.com/JaidedAI/EasyOCR/issues/1025 | [] | ceyxasm | 0 |
rio-labs/rio | data-visualization | 165 | [BUG]: Visible Traceback on Linux when Exiting | ### Describe the bug
When closing an app with `rio run` by `Ctrl+C` sometimes, but not always, an ugly traceback shows up in the terminal. Everything works fine, but this is rather confusing if you don't know that it can be safely ignored. This has been seen on Linux, but never on Windows. Status on Mac is unknown.
... | open | 2024-11-13T20:25:20Z | 2024-12-05T20:32:28Z | https://github.com/rio-labs/rio/issues/165 | [
"bug"
] | mad-moo | 1 |
computationalmodelling/nbval | pytest | 34 | Funding acknowledgement in Readme? | Should we include the EU funding? | closed | 2017-01-23T10:24:23Z | 2017-01-28T22:50:04Z | https://github.com/computationalmodelling/nbval/issues/34 | [] | mikecroucher | 1 |
kubeflow/katib | scikit-learn | 2,492 | SDK Error: the namespace lacks label \"katib.kubeflow.org/metrics-collector-injection: enabled\" | ### What happened?
When I try to use the `tune` API in katib python SDK to run the [get started example](https://www.kubeflow.org/docs/components/katib/getting-started/), it returned the following error message:
```
kubernetes.client.exceptions.ApiException: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderD... | closed | 2025-01-17T04:19:17Z | 2025-02-06T15:38:11Z | https://github.com/kubeflow/katib/issues/2492 | [
"help wanted",
"good first issue",
"area/api",
"kind/bug"
] | helenxie-bit | 5 |
huggingface/datasets | computer-vision | 7,233 | 数据集数量问题 | ### Describe the bug
这里我进行大模型微调,当数据集数量为718时,模型可以正常微调,但是当我添加一个在前718个数据集中的数据或者新增一个数据就会报错
### Steps to reproduce the bug
1.
这里我的数据集可以微调的最后两个数据集是:
{
"messages": [
{
"role": "user",
"content": "完成校正装置设计后需要进行哪些工作?"
},
{
"role": "assistant",
"content": "一旦完成校正装置设计后,需要进行系统实际调校... | open | 2024-10-17T07:41:44Z | 2024-10-17T07:41:44Z | https://github.com/huggingface/datasets/issues/7233 | [] | want-well | 0 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 137 | "Nullable" type not working with undefined values. | **Describe the bug**
When having a Nullable column and not setting the related property in an entity instance, trying to add the object to the session and then committing raises the following error:
```
File "clickhouse_driver/bufferedwriter.pyx", line 54, in clickhouse_driver.bufferedwriter.BufferedWriter.write_s... | closed | 2021-08-23T00:57:23Z | 2022-10-11T14:11:24Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/137 | [
"bug"
] | diogobaeder | 6 |
strawberry-graphql/strawberry | asyncio | 3,142 | Aborting Querys | <!--- Provide a general summary of the changes you want in the title above. -->
In our project we use [Apollo-Client for React](https://www.apollographql.com/docs/react/) and Strawberry.
We want to use abort signals to abort the executions of a queries to safe resources.
While using the simple approach from Apollo ... | closed | 2023-10-09T12:31:36Z | 2025-03-20T15:56:25Z | https://github.com/strawberry-graphql/strawberry/issues/3142 | [
"info-needed"
] | Stainless2k | 4 |
jupyter-incubator/sparkmagic | jupyter | 266 | Unable to configure handler u'magicsHandler': u'home_path' | I try to test sparkmagic with a miniconda2 env.
However, the PySpark kernel doesn't start because the home_path magicHandler is not correctly configured :
> [I 12:11:31.571 NotebookApp] Kernel started: 6488e134-bfc8-4fa6-b117-e47fc029609f
> Traceback (most recent call last):
> File "/home/tgirault/bin/miniconda2/li... | closed | 2016-06-28T10:16:20Z | 2016-06-28T22:52:34Z | https://github.com/jupyter-incubator/sparkmagic/issues/266 | [] | thomasgirault | 2 |
ijl/orjson | numpy | 127 | Question: Comparison with other Python-JSON packages | I'm currently comparing various Python packages for handling JSON ([link](https://github.com/MartinThoma/algorithms/tree/master/Python/json-benchmark): cpython 3.8.6 json, simplejson, ujson, simdjson, orjson, rapidjson). I'm trying to understand their differences. I would be super happy if you could help me with that b... | closed | 2020-09-26T10:06:41Z | 2020-10-06T21:50:15Z | https://github.com/ijl/orjson/issues/127 | [] | MartinThoma | 1 |
marshmallow-code/flask-smorest | rest-api | 575 | How can i create pagination for method POST | Because my api too many queries so i want to change method from GET to POST and use it only in request body.
But it seems like @blp.paginate() not support
Any help is appreciate. Thanks! | closed | 2023-10-31T12:25:10Z | 2024-07-09T20:43:40Z | https://github.com/marshmallow-code/flask-smorest/issues/575 | [
"question"
] | garu097 | 2 |
deepfakes/faceswap | deep-learning | 1,111 | dockerfile.gpu python is 3.6 | *Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum)
or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are liable to be closed without
response.*
**Crash reports MUST be included when reporting bugs.**
**Describe the bug... | closed | 2021-01-04T13:51:08Z | 2021-01-09T18:53:10Z | https://github.com/deepfakes/faceswap/issues/1111 | [] | amitsh1 | 0 |
httpie/cli | python | 1,461 | Failing tests with responses ≥ 0.22.0 | ## Checklist
- [x] I've searched for similar issues.
- [x] I'm using the latest version of HTTPie.
---
## Minimal reproduction code and steps
1. `git clone https://github.com/httpie/httpie; cd httpie`
2. `pip install 'responses>=0.22.0' .[test]`
3. `pytest`
## Current result
A multitude of failures... | closed | 2022-12-25T18:36:06Z | 2023-01-15T16:58:59Z | https://github.com/httpie/cli/issues/1461 | [
"bug",
"new"
] | alexshpilkin | 1 |
wandb/wandb | data-science | 8,981 | [Q]: Do we need to purchase a commercial license if we build server in our internal AWS env? | ### Ask your question
We want to build a wandb server in our company's AWS environment. Do we need to purchase a commercial license?
Reference doc: https://docs.wandb.ai/guides/hosting/self-managed/aws-tf/
| closed | 2024-12-02T07:18:34Z | 2024-12-05T22:59:36Z | https://github.com/wandb/wandb/issues/8981 | [
"ty:question",
"a:app"
] | AaronZhangL | 3 |
dynaconf/dynaconf | fastapi | 1,136 | [RFC] Implement Immutable annotation | When annotated with Immutable, the value will be loaded once, from default, from init param or loader process.
But once the settings are fully loaded it will be impossible to change the value.
```python
field: Annotated[int, Immutable] = 10
...
settings.field = 11 # raise TypeError...
settings.set("field",... | open | 2024-07-06T20:22:42Z | 2024-07-08T18:38:19Z | https://github.com/dynaconf/dynaconf/issues/1136 | [
"Not a Bug",
"RFC",
"typed_dynaconf"
] | rochacbruno | 0 |
amidaware/tacticalrmm | django | 1,146 | Install TRMM without meshcentral | Is it possible to install Tactical RMM without meshcentral. Because I don't need allow remote access to any one.
I require only scripting and othe patch update only. | closed | 2022-05-20T20:13:04Z | 2022-05-20T20:19:38Z | https://github.com/amidaware/tacticalrmm/issues/1146 | [] | pggsadmin | 1 |
pytorch/vision | machine-learning | 8,258 | `torchvision.transforms.v2.functional.convert_bounding_box_format` is wrong | ### 🐛 Describe the bug
Hi, unless I'm inputting the wrong data format, I found that the output of `torchvision.transforms.v2.functional.convert_bounding_box_format` is not consistent with `torchvision.ops.box_convert`. Please see the example below for reproduction:
```python
import torch
from torchvision.transf... | closed | 2024-02-06T14:56:05Z | 2024-02-23T10:19:54Z | https://github.com/pytorch/vision/issues/8258 | [
"bug"
] | eugeneteoh | 5 |
MolSSI/cookiecutter-cms | pytest | 139 | Switch to mamba + miniforge = mambaforge to speed up CI? | A great deal of developer time is spent waiting for CI to pass.
Would it make sense to switch to [mambaforge](https://github.com/conda-forge/miniforge#mambaforge), a combination of [mamba](https://github.com/mamba-org/mamba) (a very fast version of `conda`) and [miniforge](https://github.com/conda-forge/miniforge) ... | closed | 2021-08-11T14:05:04Z | 2022-08-22T20:21:41Z | https://github.com/MolSSI/cookiecutter-cms/issues/139 | [] | jchodera | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.