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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
paperless-ngx/paperless-ngx | django | 9,386 | [BUG] OIDC group sync doens't work on first login. | ### Description
While testing the excellent new social account features from #9039 thanks very much for the work on that!
I noticed that on first login with a social account (OIDC in my case) only the default groups set in
PAPERLESS_SOCIAL_ACCOUNT_DEFAULT_GROUPS and PAPERLESS_ACCOUNT_DEFAULT_GROUPS are applied.
On... | closed | 2025-03-13T12:00:12Z | 2025-03-13T14:24:07Z | https://github.com/paperless-ngx/paperless-ngx/issues/9386 | [
"backend"
] | Serbitor | 0 |
tfranzel/drf-spectacular | rest-api | 988 | Nested serializer schema not showing a field | **Describe the bug**
Very possible that I am misunderstanding how something should work, but in case I am not:
These serializers
```python
class ResponseNodeSerializer(serializers.Serializer):
type: serializers.ChoiceField(choices=["text"])
content: serializers.CharField(max_length=5000)
class Create... | closed | 2023-05-16T21:53:25Z | 2023-05-17T13:03:56Z | https://github.com/tfranzel/drf-spectacular/issues/988 | [] | armanckeser | 2 |
feature-engine/feature_engine | scikit-learn | 14 | review tests for categorical encoders | Are they working with the latest implementation? are they testing every aspect of the class? | closed | 2019-09-04T08:15:44Z | 2020-04-19T09:53:23Z | https://github.com/feature-engine/feature_engine/issues/14 | [] | solegalli | 0 |
NullArray/AutoSploit | automation | 593 | Unhandled Exception (81a4e7399) | Autosploit version: `3.0`
OS information: `Linux-4.17.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: `global name 'Except' is not defined`
Error traceback:
```
Traceback (most recent call):
File "/root/AutoSploit/autosploit/main.py", line 113, in main
load... | closed | 2019-03-25T12:03:01Z | 2019-04-02T20:24:30Z | https://github.com/NullArray/AutoSploit/issues/593 | [] | AutosploitReporter | 0 |
wkentaro/labelme | deep-learning | 699 | [BUG] Cannot open JPEG | **Describe the bug**
Labelme v4.5 does not want to load *.jpg or *.heic. I can see them in the picker view, and it does allow me to select it, but it does not want to load.
**To Reproduce**
Steps to reproduce the behavior:
You will find out that you won't see jpg images.
1. Install Labelme 4.5.0 using pip3 in... | closed | 2020-06-25T10:26:29Z | 2021-09-23T15:20:56Z | https://github.com/wkentaro/labelme/issues/699 | [
"issue::bug"
] | sakibk | 2 |
sqlalchemy/alembic | sqlalchemy | 968 | Alembic keeps detecting JSON change | **Describe the bug**
MariaDB's JSON type is an alias for LONGTEXT with a JSON_VALID check. When defining a column of type `sqlalchemy.dialects.mysql.JSON`, Alembic keeps generating a migration of `existing_type=mysql.LONGTEXT(charset='utf8mb4', collation='utf8mb4_bin')` to `type_=mysql.JSON()`.
**Expected behavio... | closed | 2021-11-12T22:12:06Z | 2021-11-18T15:54:45Z | https://github.com/sqlalchemy/alembic/issues/968 | [
"bug",
"autogenerate - detection",
"mysql"
] | WilliamDEdwards | 1 |
iperov/DeepFaceLab | machine-learning | 5,201 | Head extraction size | ## Expected behavior
Extract head aligned with more tight crop of the head for frontal shots, so we can use lower model resolution and faster training, rather than trying to compensate with higher res.
## Actual behavior
Frontal aligned are extracted at 40% of aligned frame, so there is ~60% of frame resolutio... | closed | 2020-12-15T14:48:11Z | 2023-06-08T22:39:54Z | https://github.com/iperov/DeepFaceLab/issues/5201 | [] | zabique | 5 |
indico/indico | sqlalchemy | 6,731 | Support text highlighting in Markdown-formatted minutes | In Markdown-formatted minutes, it would be very useful to be able to highlight (yellow background) some part of text. For example with `normal and ==highlighted== text` notation (which I understand is not part of the Markdown standard - but is a common Markdown extension). | closed | 2025-02-06T10:50:14Z | 2025-02-06T14:01:46Z | https://github.com/indico/indico/issues/6731 | [
"enhancement",
"help wanted"
] | SebastianLopienski | 0 |
ckan/ckan | api | 7,604 | Tighten validation for `id` fields | Having loose or inconsistent validation on `id` fields can lead to confusing behaviour or security concerns. Let's do a review of the various entities with `id` field in the model and apply the same validation to all of them (if possible). Validators should include:
* "Can only be changed by a sysadmin": custom ids ... | closed | 2023-05-25T11:08:20Z | 2024-05-23T13:42:52Z | https://github.com/ckan/ckan/issues/7604 | [
"Good for Contribution"
] | amercader | 2 |
microsoft/MMdnn | tensorflow | 359 | Incorrect input layer name in code when emitting to MXNet. | ### Hardware Specifications
Platform (like ubuntu 16.04/win10):
Ubuntu 16.04
**Python version:**
Python 3.5.2
**Source framework with version (like Tensorflow 1.4.1 with GPU):**
Tensorflow 1.9.0 compiled with CUDA 9.0
**Destination framework with version (like CNTK 2.3 with GPU):**
MXNet 1.3.0 with CPU
... | closed | 2018-08-14T07:49:37Z | 2018-08-15T01:31:19Z | https://github.com/microsoft/MMdnn/issues/359 | [] | wfus | 0 |
pydata/xarray | pandas | 9,573 | Consider renaming DataTree.map_over_subtree (or revising its API) | ### What is your issue?
We have a bit of a naming inconsistency in DataTree:
- The `subtrees` property is an iterator over all sub-tree nodes as a DataTree objects
- `map_over_subtree` maps a function over all sub-tree nodes as Dataset objects
I think it makes sense for "subtree" to refer strictly to DataTree obj... | closed | 2024-10-03T01:47:53Z | 2024-10-21T15:55:34Z | https://github.com/pydata/xarray/issues/9573 | [
"topic-DataTree"
] | shoyer | 3 |
cobrateam/splinter | automation | 589 | Is Zope only supported in Python 2? | I'm seeing an exception using `Browser('zope.testbrowser')`
```
Traceback (most recent call last):
File "/d01/sandboxes/jgeorgeson/git/Dev-Engineering/gitlab-scripts/python-gitlab/lib64/python3.6/site-packages/splinter/browser.py", line 60, in Browser
driver = _DRIVERS[driver_name]
KeyError: 'zope.testbrow... | closed | 2018-02-26T21:47:11Z | 2020-04-03T16:44:25Z | https://github.com/cobrateam/splinter/issues/589 | [] | jgeorgeson | 4 |
deepset-ai/haystack | nlp | 8,893 | [Question]: Usage of Graph Algorithms and Any Slowdowns? | Hi there,
I'm interested in understanding if `haystack` depends on any graph algorithms from its usage of NetworkX? If so,
- What algorithms are used for what purpose?
- What graph sizes are they being used with?
- Have users experienced any slowdowns or issues with algorithms provided by NetworkX? (Speed, algorithm ... | closed | 2025-02-20T17:39:13Z | 2025-02-21T07:12:32Z | https://github.com/deepset-ai/haystack/issues/8893 | [] | nv-rliu | 1 |
Miserlou/Zappa | flask | 1,547 | zappa package with slim_handler=true doesn't include Werkzeug package (introduced v0.46.0) | ## Context
I thought I was running into issue #64 but turns out I found a regression introduced in v0.46 related to how the handler_venv is packaged and uploaded when using slim_handler.
I created a small repo to show the problem: https://github.com/sheats/zappa_issue
If you keep `zappa==0.46.0` (or 0.46.1) in ... | open | 2018-06-25T21:09:57Z | 2018-07-08T16:34:12Z | https://github.com/Miserlou/Zappa/issues/1547 | [] | sheats | 8 |
ageitgey/face_recognition | python | 1,152 | Face recognition problem | Hello i have problem with face recognition i run your code on my laptop and works perfect but i try run te same code on my raspebrry pi and i have error :
Traceback (most recent call last):
File "2.py", line 73, in <module>
small_frame = cv2.resize(frame, (0, 0), fx=0.25, fy=0.25)
cv2.error: OpenCV(4.1.2) /h... | open | 2020-05-28T22:12:48Z | 2020-08-03T16:26:07Z | https://github.com/ageitgey/face_recognition/issues/1152 | [] | rafalrk | 1 |
sinaptik-ai/pandas-ai | data-science | 1,330 | Expose pandas API on SmartDataframe | ### 🚀 The feature
Expose commonly used pandas API on SmartDataframe so that a smart dataframe can be used as if it is a normal pandas dataframe.
### Motivation, pitch
Continuous modification of a pandas dataframe is often needed. Is there a support for modifying an existing SmartDataframe after it has been construc... | closed | 2024-08-19T17:29:23Z | 2024-11-25T16:07:45Z | https://github.com/sinaptik-ai/pandas-ai/issues/1330 | [
"enhancement"
] | c3-yiminliu | 1 |
jwkvam/bowtie | plotly | 35 | charting component that's faster than plotly for rendering large data | - canvasjs
- echarts
ref: http://blog.udacity.com/2016/03/12-best-charting-libraries-for-web-developers.html | open | 2016-11-09T18:28:22Z | 2018-07-24T01:43:07Z | https://github.com/jwkvam/bowtie/issues/35 | [] | jwkvam | 2 |
Lightning-AI/pytorch-lightning | data-science | 19,667 | test_ddp.py hangs at test_ddp_configure_ddp | ### Bug description
When I try to run single test on multi-gpu device, it hangs at specific test case `test_ddp_configure_ddp` https://github.com/Lightning-AI/pytorch-lightning/blob/6f6c07dddfd68717f0b765a63d05a937b8508e15/tests/tests_pytorch/strategies/test_ddp.py#L142.
I've found that this case is related to `to... | open | 2024-03-18T09:54:09Z | 2024-03-18T09:54:23Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19667 | [
"bug",
"needs triage",
"ver: 2.1.x"
] | PHLens | 0 |
plotly/dash | jupyter | 2,262 | Method for generating component IDs | Hi there,
I wanted to know the method used to auto-generate component ids in Dash. Does it use UUIDs or something else?
Thanks | closed | 2022-10-07T07:21:20Z | 2022-10-11T14:31:19Z | https://github.com/plotly/dash/issues/2262 | [] | anu0012 | 1 |
axnsan12/drf-yasg | rest-api | 84 | Problem adding Model to definitions | Using a simplified serializer for a list view with a limited set of fields does not get a model added to definitions. We get this error instead.
> Resolver error at paths./customers-search/.get.responses.200.schema.items.$ref
> Could not resolve reference because of: Could not resolve pointer: /definitions/SimpleCu... | closed | 2018-03-12T17:56:39Z | 2018-03-12T19:32:54Z | https://github.com/axnsan12/drf-yasg/issues/84 | [
"bug"
] | aarcro | 2 |
jina-ai/serve | fastapi | 5,545 | check tests/integration/instrumentation flakyness | **Describe the bug**
This test tests/integration/instrumentation looks very flaky and do not let us work with 3.8
| closed | 2022-12-21T09:54:06Z | 2023-01-25T10:42:34Z | https://github.com/jina-ai/serve/issues/5545 | [
"epic/gRPCTransport"
] | JoanFM | 10 |
cobrateam/splinter | automation | 783 | Please release 0.14.0 to PyPI | I am unable to run tests without manually patching the fix for browser.py provided in #749 | closed | 2020-07-22T04:55:20Z | 2020-08-19T22:56:32Z | https://github.com/cobrateam/splinter/issues/783 | [] | JosephKiranBabu | 2 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 113 | When is the next release ? | @syrusakbary Its been a while since there has been an official release, Wondering when will there be a release, because mainly im interested in using #78 | closed | 2018-02-13T23:26:15Z | 2023-02-25T00:48:30Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/113 | [] | kavink | 3 |
ultralytics/ultralytics | python | 19,369 | yolo11ndetection evaluation numbers | ### 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
What numbers should be considered optimal to regard a custom object detectio... | open | 2025-02-22T08:20:56Z | 2025-03-03T19:17:52Z | https://github.com/ultralytics/ultralytics/issues/19369 | [
"question",
"detect"
] | shwetakinger37 | 5 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 125 | 显存释放问题,使用API接口运行不停止就不释放显存! | 使用api接口,作为服务运行在服务器,使用GPU加载birefnet-v1-lite模型以后,显存就一直被占用,一直没有释放
希望优化一下显存回收机制,比如五分钟十分钟内没有调用这个GPU才用的模型就释放掉显存! | open | 2024-09-14T15:23:57Z | 2024-10-26T03:02:50Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/125 | [] | simkinhu | 3 |
fastapi-admin/fastapi-admin | fastapi | 83 | Docker config isn't very handy | The following improvements:
* Install DB and redis with docker-compose in isolation from the host system
* Mount fastapi-admin and example sources as volume (no image rebuild on src changes)
* Autorestart the example application on source changes
are proposed in the PR:
https://github.com/fastapi-admin/fastapi-adm... | open | 2021-09-09T06:55:49Z | 2021-12-17T13:18:29Z | https://github.com/fastapi-admin/fastapi-admin/issues/83 | [] | radiophysicist | 1 |
Yorko/mlcourse.ai | plotly | 362 | Docker image - seaborn | Looks like the docker image is not connected to seaborn 0.9.0 , your exercise 2 requires catplot . | closed | 2018-10-06T17:36:15Z | 2018-10-11T13:48:40Z | https://github.com/Yorko/mlcourse.ai/issues/362 | [
"enhancement"
] | priteshwatch | 2 |
healthchecks/healthchecks | django | 131 | Show user-friendly message when Telegram confirmation link is expired | ... currently we raise a SignatureExpired exception and return 500. | closed | 2017-08-14T12:20:58Z | 2021-08-27T09:58:30Z | https://github.com/healthchecks/healthchecks/issues/131 | [
"bug"
] | cuu508 | 1 |
d2l-ai/d2l-en | machine-learning | 2,218 | Bahdanau attention (attention mechanisms) tensorflow notebook build fails in Turkish version. | Currently, PR-63 (Fixing more typos) builds fail only for tensorflow notebook. I could not figure out the reason. @AnirudhDagar , I would be glad if you could take a look. | closed | 2022-07-25T20:59:30Z | 2022-08-01T05:08:26Z | https://github.com/d2l-ai/d2l-en/issues/2218 | [] | semercim | 1 |
TheKevJames/coveralls-python | pytest | 235 | coveralls --finish not working as expected in Circle-CI | Thanks for this nice client.
It looks like since the github api was introduced, the Circle-CI version seems broken. When I try putting having a run that finishes up a parallel go, the wrong build number is being used to notify the service
```
(venv) circleci@b3cd35dd8048:~/project$ coveralls debug -v --finish
M... | closed | 2020-08-07T17:10:05Z | 2021-01-12T02:50:08Z | https://github.com/TheKevJames/coveralls-python/issues/235 | [] | stephenroller | 12 |
keras-team/keras | machine-learning | 20,098 | module 'keras.utils' has no attribute 'PyDataset' | I have correctly installed version 3.0.5 of keras and used pytorch for the backend, but it always prompts module 'keras. utils' has no attribute' PyDataset '. How can I solve this problem? | closed | 2024-08-08T08:32:19Z | 2024-08-13T06:58:42Z | https://github.com/keras-team/keras/issues/20098 | [
"stat:awaiting response from contributor",
"type:Bug"
] | Sticcolet | 5 |
allenai/allennlp | nlp | 4,798 | PretrainedTransformerTokenizer doesn't work with seq2seq dataset reader | <!--
Please fill this template entirely and do not erase any of it.
We reserve the right to close without a response bug reports which are incomplete.
If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here.
--... | closed | 2020-11-17T01:31:42Z | 2020-11-18T16:09:58Z | https://github.com/allenai/allennlp/issues/4798 | [
"bug"
] | JohnGiorgi | 8 |
pywinauto/pywinauto | automation | 1,321 | The popup menu items are not identified via pywinauto | ## Expected Behavior
The popup menu info should be available in the output of `app.dialog.print_control_identifiers()`
## Actual Behavior
The popup menu items are not listed in the app.dialog.print_control_identifiers() output, though the popup menu is visible on screen
## Steps to Reproduce the Problem
... | open | 2023-08-11T05:41:17Z | 2023-08-28T05:36:19Z | https://github.com/pywinauto/pywinauto/issues/1321 | [] | vikramjitSingh | 5 |
miguelgrinberg/python-socketio | asyncio | 461 | multiple namespace, race condition in asyncio, no individual sid | ## Problem
1. `sio.connect()` first connects to namespace `/` before connecting to other namespaces. Subsequent `emit()` commands are allowed before all namespaces are connected to - causing messages to disappear (due to namespace not connected yet).
Adding `asyncio.sleep(1)` before the first `emit()` seems to fix t... | closed | 2020-04-14T02:00:58Z | 2023-09-21T11:19:07Z | https://github.com/miguelgrinberg/python-socketio/issues/461 | [
"documentation"
] | simingy | 16 |
long2ice/fastapi-cache | fastapi | 417 | Trouble with Poetry Operations for a Project Dependent on FastAPI-Cache (commit # 8f0920d , dependency redis) | I'm working on a project and have specified a dependency in the `pyproject.toml` file as follows:
```toml
[tool.poetry.dependencies]
fastapi-cache2 = {extras = ["redis"], git = "https://github.com/long2ice/fastapi-cache.git", rev = "8f0920d"}
```
When I run `poetry install`, it completes successfully. However,... | open | 2024-03-22T12:41:35Z | 2024-11-09T11:16:04Z | https://github.com/long2ice/fastapi-cache/issues/417 | [
"needs-triage"
] | SudeshnaBora | 0 |
521xueweihan/HelloGitHub | python | 2,347 | Android 系统彩蛋(集合) | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/hushenghao/AndroidEasterEggs
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类... | open | 2022-09-01T06:30:00Z | 2022-09-23T05:55:22Z | https://github.com/521xueweihan/HelloGitHub/issues/2347 | [
"其它"
] | hushenghao | 0 |
plotly/dash | data-science | 2,232 | [BUG] Callbacks in `def layout()` are not triggering | **Describe your context**
```
dash 2.6.1
dash-bootstrap-components 1.2.1
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
```
**Describe the bug**
When using the new multi-page support with the layout defined in a function in one of the pa... | closed | 2022-09-14T16:31:44Z | 2023-03-10T21:40:22Z | https://github.com/plotly/dash/issues/2232 | [] | HennerM | 2 |
tensorflow/tensor2tensor | deep-learning | 1,191 | Universal Transformer appears to be buggy and not converging correctly | Summary
---------
Universal Transformer appears to be buggy and not converging correctly:
- Universal transformer does not converge on multi_nli as of the latest tensor2tensor master (9729521bc3cd4952c42dcfda53699e14bee7b409). See below for reproduction
- UT does converge on multi_nli as of August 3 2018 commi... | closed | 2018-10-31T21:02:06Z | 2018-11-20T23:37:07Z | https://github.com/tensorflow/tensor2tensor/issues/1191 | [] | rllin-fathom | 9 |
ipython/ipython | data-science | 14,410 | Is there a way to map ctrl+h and backspace to different functions? | if I set `'c-h'` only, `backspace` will do same thing as `ctrl+h`, just like below:
```
registry.add_binding('c-h', filter=(HasFocus(DEFAULT_BUFFER) & ViInsertMode()))(nc.backward_char)
```
And `'c-?'` is not allowed to `add_binding`.
Is there a way to make it as many terminal can distinguish `c-h` and `... | open | 2024-04-19T07:52:39Z | 2024-06-04T11:33:42Z | https://github.com/ipython/ipython/issues/14410 | [] | roachsinai | 0 |
deeppavlov/DeepPavlov | nlp | 1,315 | multi-threading in NER model ? | Sorry for the naive question, I am a newbie of DeepPavlov.
Is a NER model built with build_model multi-threaded (e.g. build_model(configs.ner.ner_ontonotes_bert_mult) ) or is there any parameter/arg to set to have multi-threading?
Thanks for your kind support!
| closed | 2020-09-10T15:08:18Z | 2020-09-10T15:30:13Z | https://github.com/deeppavlov/DeepPavlov/issues/1315 | [
"enhancement"
] | cattoni | 1 |
google-research/bert | nlp | 849 | _ | closed | 2019-09-09T04:31:15Z | 2024-01-30T07:38:36Z | https://github.com/google-research/bert/issues/849 | [] | garyshincc | 0 | |
pallets/flask | python | 4,375 | flask test client + pytest asyncio: RuntimeError when test and view are both async | Hi!
While migrating an application to asyncio, i encountered what I believed to be a bug.
Consider the following scenario:
* There is a view defined with a coroutine
* This function is called via the flask test client
* This test client is used in an async coroutine
Then there is the following exception:
`... | closed | 2021-12-09T17:05:31Z | 2021-12-25T00:03:43Z | https://github.com/pallets/flask/issues/4375 | [] | 0xf10413 | 4 |
chainer/chainer | numpy | 8,100 | ConvolutionND output on GPU with certain batchsizes is zero | ```py
> import chainer
> import chainer.links as L
```
CPU batchsize 64
```py
>> c = L.ConvolutionND(3, 3, 64, ksize=3, stride=1, pad=1)
>> d = c.xp.random.randn(64,3,16,64,64).astype('f')
>> c(d).array.var()
0.9107105
>> c(d).array.mean()
-4.8422127e-05
```
Move to GPU
```py
>> c.to_gpu()
<c... | closed | 2019-09-10T04:13:57Z | 2019-09-13T16:29:52Z | https://github.com/chainer/chainer/issues/8100 | [
"prio:high",
"issue-checked"
] | MannyKayy | 5 |
tatsu-lab/stanford_alpaca | deep-learning | 73 | finetuning on 3090, is it possible? | Is it possible to finetune the 7B model using 8*3090?
I had set:
--per_device_train_batch_size 1 \
--per_device_eval_batch_size 1 \
but still got OOM:
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 194.00 MiB (GPU 0; 23.70 GiB total capacity; 22.21 GiB already allocated; 127.56 Mi... | open | 2023-03-17T00:54:23Z | 2023-03-21T05:59:53Z | https://github.com/tatsu-lab/stanford_alpaca/issues/73 | [] | yfliao | 2 |
PokeAPI/pokeapi | graphql | 1,166 | Multiple issues resoved but are still open and need to be closed. | Going through the current open issues to fix problems to find many that have been resolved and need to be closed. Here is some examples.
https://github.com/PokeAPI/pokeapi/issues/786

https://github.com/PokeAPI/pokeapi/issue... | closed | 2024-11-13T15:45:38Z | 2024-11-14T03:04:08Z | https://github.com/PokeAPI/pokeapi/issues/1166 | [] | Writey0327 | 3 |
robotframework/robotframework | automation | 4,960 | Support integer conversion with strings representing whole number floats like `'1.0'` and `'2e10'` | Type conversions are a very convenient feature in Robot framework. To make them that extra bit convenient I propose an enhancement.
Currently passing any string representation of a `float` number to a keyword accepting only `int` will fail. In most cases this is justified, but there are situations where floats are c... | closed | 2023-11-27T06:53:43Z | 2023-12-07T00:15:56Z | https://github.com/robotframework/robotframework/issues/4960 | [
"enhancement",
"priority: medium",
"beta 1",
"effort: small"
] | JFoederer | 2 |
pyqtgraph/pyqtgraph | numpy | 2,634 | When drawing a set of normal data, mark some of the abnormal data points or give them different colors. | Hello, I just used this library, and I think it's great, but I'm having some problems using it.
When I plot a set of normal data, I want to mark the abnormal data points or give them a different color.
```python
import pyqtgraph as pg
import numpy as np
w = pg.GraphicsLayoutWidget()
w.show()
x = np.arange(... | closed | 2023-03-03T07:13:12Z | 2023-03-03T08:02:43Z | https://github.com/pyqtgraph/pyqtgraph/issues/2634 | [] | ningwana | 1 |
modelscope/modelscope | nlp | 972 | 创空间发布配置时,提示 Internal Server Error | 
第一次时,已经授权关联相关帐号。后续想切换到GPU资源,提升上面的错误。 | closed | 2024-09-03T09:08:28Z | 2024-09-09T04:34:41Z | https://github.com/modelscope/modelscope/issues/972 | [] | Li-Lai | 2 |
JaidedAI/EasyOCR | deep-learning | 891 | When I use DBnet, and set like guide, it pop up error. | <img width="1051" alt="image" src="https://user-images.githubusercontent.com/25415402/203797617-dede622c-31ce-4f18-87c7-353b00e8c771.png">
reader = easyocr.Reader(['en'],detect_network = 'dbnet18')
"Input type is cpu, but 'deform_conv_cuda.*.so' is not imported successfully."
ENV: Win11;
Python ENV: 3.8.8 in Ju... | open | 2022-11-24T13:39:05Z | 2024-10-20T08:47:53Z | https://github.com/JaidedAI/EasyOCR/issues/891 | [] | CapitaineNemo | 5 |
mars-project/mars | scikit-learn | 2,952 | Support Slurm (or other cluster management and job scheduling system) | There are lots of school and company which use slurm or other cluster management and job scheduling system.
It will be great if mars can support it. | open | 2022-04-22T10:10:36Z | 2022-04-22T16:41:40Z | https://github.com/mars-project/mars/issues/2952 | [
"reso: duplicate"
] | PeikaiLi | 1 |
nalepae/pandarallel | pandas | 13 | Implement docstring for all functions. | For example, the docstring of `DataFrame.parallel_apply` should be exactly the same as `Dataframe.apply`. | open | 2019-03-18T09:49:50Z | 2019-11-11T19:05:39Z | https://github.com/nalepae/pandarallel/issues/13 | [
"enhancement"
] | nalepae | 0 |
mckinsey/vizro | data-visualization | 222 | Integrate a chatbox feature to enhance the capabilities of natural language applications | ### What's the problem this feature will solve?
Currently, there is no text input feature similar to Streamlit's chatbox in place
### Describe the solution you'd like
Create the custom component to recieve text
### Alternative Solutions
-
### Additional context
This would help teams create natural language appli... | closed | 2023-12-16T14:53:49Z | 2024-07-09T15:10:35Z | https://github.com/mckinsey/vizro/issues/222 | [
"Custom Components :rocket:"
] | matheus695p | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 172 | why the network can not convergent with the tripletloss+nasnet. Is there any training tips | closed | 2019-05-10T03:06:26Z | 2019-10-22T21:40:11Z | https://github.com/KaiyangZhou/deep-person-reid/issues/172 | [] | yifengW | 1 | |
AntonOsika/gpt-engineer | python | 367 | CODEOWNERS file | ## Issue Template
A suggestion of creating a `CODEOWNERS` file where some people are mandatory to approve the PRs.
There is a way to put a specific person to be a reviewer for `*.py` or folder for example:
```codeowners
*.py @person1 @person2
*.toml @person1
*.md @person2
.github/* @person... | closed | 2023-06-23T16:45:10Z | 2023-09-09T08:23:08Z | https://github.com/AntonOsika/gpt-engineer/issues/367 | [
"triage"
] | k1lgor | 1 |
ray-project/ray | data-science | 51,642 | [core] Unify `CoreWorker::Exit` and `CoreWorker::Shutdown` | ### Description
See https://github.com/ray-project/ray/pull/51582#discussion_r2010500080 for more details.
### Use case
_No response_ | open | 2025-03-24T16:52:35Z | 2025-03-24T16:52:44Z | https://github.com/ray-project/ray/issues/51642 | [
"enhancement",
"core"
] | kevin85421 | 0 |
Johnserf-Seed/TikTokDownload | api | 551 | [BUG] Status_code=4 | **描述出现的错误**
请看log
**bug复现**
我不到哇!
更新了最新版的TTD
运行ttd.exe release版
**截图**

**桌面(请填写以下信息):**
-操作系统:[Win 10 64bit]
-vpn代理:[关闭]
-项目版本:[1.4.2.2]
-py版本:[3.11.5]
-依赖库的版本:
"
] | EsperantoP | 2 |
fastapi-users/fastapi-users | asyncio | 958 | cookie + redis -> user_id type error | ## Describe the bug
www-api-1 | File "/usr/local/lib/python3.10/site-packages/fastapi_users/authentication/authenticator.py", line 136, in current_user_dependency
www-api-1 | user, _ = await self._authenticate(
www-api-1 | │ └ <function Authenticator._authenticate at ... | closed | 2022-04-09T18:08:12Z | 2022-04-09T18:42:18Z | https://github.com/fastapi-users/fastapi-users/issues/958 | [
"bug"
] | phi-friday | 3 |
pywinauto/pywinauto | automation | 424 | How to start the program which named in Chinese? | I have installed Pywinauto and tried to test the client. but I'm failed . I don't know how to use Pywinauto test a client in Chinese。
The details as follows:
Python 2.7.12 (v2.7.12 [MSC v.1500 32 bit (Intel)] on win32)
Pywinauto 0.6.1,
I run the following codes,but the program had no response.
```python
#!/u... | closed | 2017-10-18T06:34:37Z | 2018-11-28T02:32:16Z | https://github.com/pywinauto/pywinauto/issues/424 | [
"question"
] | tianhaiyao | 3 |
FactoryBoy/factory_boy | sqlalchemy | 1,046 | post_generation hook appears to clash with Trait if they override the same attribute and both are called on create(). | #### Description
When a post_generation hook wraps a field name that is also overriden by a Trait, and both are called on .create(), then none of them appear to have their desired effect.
#### To Reproduce
Should happen just by running the provided code.
##### Model / Factory code
```python
# ----------------... | open | 2023-09-29T23:22:27Z | 2023-09-29T23:30:14Z | https://github.com/FactoryBoy/factory_boy/issues/1046 | [] | kvothe9991 | 0 |
pydantic/pydantic | pydantic | 11,454 | AssertionError for the mypy plugin if type variables are defined before their bound | ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Running `mypy` with the `pydantic.mypy` plugin enabled fails with an error if it encounters a `BaseModel` with a bound `TypeVar`, where the type variable is defined _before_ its `bound`. (See the minimal example below for an illustra... | open | 2025-02-17T23:34:22Z | 2025-02-18T10:06:57Z | https://github.com/pydantic/pydantic/issues/11454 | [
"bug V2",
"topic-mypy plugin"
] | noyainrain | 0 |
huggingface/pytorch-image-models | pytorch | 2,042 | Columns and DataType Not Explicitly Set on line 22 of generate_csv_results.py
| Hello!
I found an AI-Specific Code smell in your project.
The smell is called: Columns and DataType Not Explicitly Set
You can find more information about it in this paper: https://dl.acm.org/doi/abs/10.1145/3522664.3528620.
According to the paper, the smell is described as follows:
| **Problem** | If the columns ... | closed | 2023-11-21T14:32:18Z | 2023-11-21T17:49:11Z | https://github.com/huggingface/pytorch-image-models/issues/2042 | [] | CodeSmileBot | 0 |
aminalaee/sqladmin | asyncio | 304 | Error when sorting with the label | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
When a field is sorted and has a specified label, the following error occurs: `sqlalchemy.exc.CompileError: Can't resolve label reference for ORDE... | closed | 2022-09-06T10:39:44Z | 2022-09-06T12:34:01Z | https://github.com/aminalaee/sqladmin/issues/304 | [] | GitBib | 1 |
nltk/nltk | nlp | 3,206 | Bug in nltk.draw.dispersion_plot with nltk 3.8.1, matplotlib-base 3.8.0, matplotlib-inline 0.1.6 and numpy 1.26 | Following along the exercise in your workbook [chapter 1](https://www.nltk.org/book/ch01.html).
I do not get the same plot when I use:
```
text4.dispersion_plot(["citizens", "democracy", "freedom", "duties", "America"])
```
After using the words singularly with the function, I believe 'citizens' output has be... | closed | 2023-11-16T19:33:11Z | 2024-03-05T23:23:42Z | https://github.com/nltk/nltk/issues/3206 | [] | m-d-grunnill | 2 |
Johnserf-Seed/TikTokDownload | api | 86 | [Feature]无名字视频与防重复下载引发的下载不全 | 有些博主发视频时并没有文字,直接是空白的。
那么假设其有10个这样的视频,那么这10个视频都是重名的
因为防重复下载的缘故,结果只下载了一个视频。
希望可以改善这个命名功能 | closed | 2022-02-05T13:58:06Z | 2022-03-02T02:57:29Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/86 | [
"需求建议(enhancement)"
] | boluohong | 1 |
apache/airflow | automation | 47,839 | Rename area:datasets label to area:assets | ### Body
Obviously we need to change the label name, but also I believe this would also break some automation tooling on the project. So we should have a PR fixing the tools, and merge it once we do the rename in GitHub admin.
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow p... | open | 2025-03-17T05:33:30Z | 2025-03-23T12:18:24Z | https://github.com/apache/airflow/issues/47839 | [
"kind:meta"
] | uranusjr | 5 |
Avaiga/taipy | data-visualization | 1,488 | [🐛 BUG] Coverage report is failing | ### What went wrong? 🤔
The cover report does not have the correct authorization to update the PR and failed.
### Code of Conduct
- [X] I have checked the [existing issues](https://github.com/Avaiga/taipy/issues?q=is%3Aissue+).
- [X] I am willing to work on this issue (optional) | closed | 2024-07-08T06:40:38Z | 2024-07-17T14:44:44Z | https://github.com/Avaiga/taipy/issues/1488 | [
"🧪Testing",
"🖧 Devops",
"💥Malfunction",
"🟧 Priority: High"
] | florian-vuillemot | 1 |
thtrieu/darkflow | tensorflow | 1,092 | Tried to run custom model without success (cfg and weights file do not correspond) | I've managed to succefully create a custom weights file based on a custom configuration file. However, when I try to run the new tiny yolo:
`runfile('flow.py', args='--model cfg/tiny-yolo-voc-1c.cfg --load bin/tiny-yolo-voc-1c.weights --demo ../video.mp4')`
it gives me the following error:
```
File "flow... | open | 2019-11-13T16:30:14Z | 2021-08-19T09:10:02Z | https://github.com/thtrieu/darkflow/issues/1092 | [] | marcialbaptista | 3 |
DistrictDataLabs/yellowbrick | matplotlib | 1,052 | Ridge' is not a CV regularization model; try ManualAlphaSelection instead | **Describe the bug**
I am trying to find the best Alpha for a Ridge model without CV using Yellowbrick ManualAlphaSelection API. My code is pretty basic and it has been taken from the yellowbrick´s documentation. Even though it does not work:
**To Reproduce**
from yellowbrick.regressor import ManualAlphaSelectio... | closed | 2020-03-23T22:31:00Z | 2020-06-10T17:58:32Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1052 | [
"type: bug",
"priority: high"
] | mmhernandm | 2 |
DistrictDataLabs/yellowbrick | matplotlib | 464 | Finish up CVScores visualizer | CVScores is a new visualizer under yellowbrick/model_selection. Here are a couple things left to do and small enhancements:
- [x] Add documentation ([done](http://www.scikit-yb.org/en/develop/api/model_selection/cv.html))
- [x] Add test cases
- [x] Add a legend that labels the average cvscore dotted line with t... | closed | 2018-06-03T00:15:31Z | 2018-08-20T15:58:32Z | https://github.com/DistrictDataLabs/yellowbrick/issues/464 | [
"priority: high",
"type: technical debt",
"level: intermediate",
"type: documentation"
] | pdamodaran | 1 |
healthchecks/healthchecks | django | 95 | Cancel Account | Allow a signed-in account owner to cancel and remove their entire account. | closed | 2016-11-14T11:12:05Z | 2017-03-16T17:39:39Z | https://github.com/healthchecks/healthchecks/issues/95 | [] | cuu508 | 0 |
saulpw/visidata | pandas | 1,626 | save_xlsx: null values become the string "None" | **Small description**
Setting `--null-value` in either direction doesn't help, so I suspect it isn't just that `options.null_value` is set to `None`.
I found this during the batch conversion. There's code below.
**Expected result**
An empty string (or the `options.null_value`) is more reasonable than `None`... | closed | 2022-12-18T17:04:47Z | 2022-12-28T23:26:00Z | https://github.com/saulpw/visidata/issues/1626 | [
"bug"
] | dbaynard | 1 |
rougier/numpy-100 | numpy | 71 | Jupyter notebook files are not opening | When I try to view the .ipynb files on GitHub:
```
100_Numpy_exercises.ipynb
100_Numpy_exercises_with_hint.ipynb
```
I get the error
> Sorry, something went wrong. Reload?
I also tried to view them on https://nbviewer.jupyter.org/ but without success either:
https://nbviewer.jupyter.org/github/rougier/nu... | closed | 2018-11-03T06:22:03Z | 2018-11-05T15:07:54Z | https://github.com/rougier/numpy-100/issues/71 | [
"bug"
] | kuzand | 1 |
neuml/txtai | nlp | 567 | searching with Multiple Parameters (Tabular Data) | Thankyou for building such a great application for semantic search,
What i want to know is : how can we create multiple parameter based search engine . like if we have a product table containing different details of individual products namely "manufactured address", "category", "buildType", "shortdescription". then, ... | closed | 2023-09-29T02:13:13Z | 2023-11-02T13:27:46Z | https://github.com/neuml/txtai/issues/567 | [] | raaj1v | 11 |
ray-project/ray | python | 50,681 | [core] Add a util function to initialize NCCL communicator | ### Description
https://github.com/ray-project/ray/blob/8f7e30a2beb3003d09392b2f89a6d1a99b7ac338/python/ray/experimental/channel/torch_tensor_nccl_channel.py#L721
1. Should we use the same util function to initialize NCCL communicator for both RayCG and Ray GPU objects?
2. Should I change the ` _init_communicator` fu... | open | 2025-02-18T07:40:10Z | 2025-02-19T01:31:48Z | https://github.com/ray-project/ray/issues/50681 | [
"enhancement",
"core"
] | kevin85421 | 1 |
lepture/authlib | django | 578 | Refresh Token using public client with out client secret key is not working | **Describe the bug**
A clear and concise description of what the bug is.
When we hit the new token request using refresh_token grant type getting the invalid client error.
**Error Stacks**
```
put error stacks here
```
.
See: https://developers.google.com/recaptcha/docs/
| closed | 2014-12-05T12:54:03Z | 2021-05-29T01:16:00Z | https://github.com/pallets-eco/flask-wtf/issues/163 | [] | git-commit | 3 |
httpie/cli | python | 1,547 | Trim trailing empty lines from CLI output | ## Checklist
- [x] I've searched for similar feature requests.
---
## Enhancement request
The output from the CLI seems to always include 2 trailing empty lines. Could they be removed?
Example command: `$ https google.com`
Current output:
```
HTTP/1.1 301 Moved Permanently
Alt-Svc: h3=":443"; ma=25... | open | 2023-12-21T11:13:05Z | 2024-01-09T10:47:45Z | https://github.com/httpie/cli/issues/1547 | [
"enhancement",
"new"
] | olatoft | 1 |
serengil/deepface | machine-learning | 593 | Deepface.analyze doesn't show Gender Logits | Awesome library! Thanks for all your work on this.
I'm having a small problem with gender outputs on DeepFace.analyze()
My Code:
```
demography = DeepFace.analyze(img_path = file_prefix + 'image1.jpeg', actions = ['gender'])
```
My Output:
```
{'gender': 'Man', 'region': {'x': 137, 'y': 79, 'w': 291, 'h':... | closed | 2022-11-03T20:17:46Z | 2022-11-03T22:33:45Z | https://github.com/serengil/deepface/issues/593 | [
"enhancement"
] | liechtym | 1 |
numba/numba | numpy | 9,573 | Incrementing array location with rank 0 array | On current main I can not increment a location of an array with a rank 0 value:
```python
import numba
@numba.njit
def inc_array(x, val):
x[0] += val
inc_array(np.zeros(5), np.array(2.))
```
<details>
```
TypingError: Failed in nopython mode pipeline (step: nopython frontend)
No implementation ... | open | 2024-05-13T20:41:19Z | 2024-05-24T14:54:47Z | https://github.com/numba/numba/issues/9573 | [
"feature_request",
"bug - typing"
] | aseyboldt | 6 |
graphdeco-inria/gaussian-splatting | computer-vision | 228 | About the instant-ngp version | Hello, thanks for your great work! And I have a question about the instant-ngp in your paper, since I have use the program of ngp from https://github.com/NVlabs/instant-ngp and I find that it would finish training in less than 3 mins while in your paper the ngp models took more than 6 mins to complete it. | closed | 2023-09-23T15:58:28Z | 2023-10-10T20:00:17Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/228 | [] | tangyubbb | 1 |
chezou/tabula-py | pandas | 153 | tabula has no attribute 'read_pdf' - in VSCode. | # Summary of your issue
From VSCode, none of the tabula methods and attributes work.
It seems like they work from anaconda prompt, though.
```
Traceback (most recent call last):
File "c:\Users\User\.spyder-py3\JacobPDF\PDFTableToExcel.py", line 11, in <module>
df = tabula.read_pdf("./Import/Ground Floor F... | closed | 2019-06-14T02:41:35Z | 2019-07-11T11:08:35Z | https://github.com/chezou/tabula-py/issues/153 | [] | Tobio89 | 7 |
paperless-ngx/paperless-ngx | machine-learning | 7,968 | [BUG] Newly created custom fields do not appear in the "Show" menu until the page is refreshed | ### Description
After creating a new custom field, it will not appear in the "Show" menu until after the page is refreshed. Therefore, it's not possible to add a column for it to a document view until the page is refreshed. I think this UX is a bit confusing since I would have expected the custom field to show up ri... | closed | 2024-10-20T17:34:45Z | 2024-11-22T03:13:22Z | https://github.com/paperless-ngx/paperless-ngx/issues/7968 | [
"not a bug"
] | bdr99 | 4 |
deepinsight/insightface | pytorch | 2,606 | Insightface in google colab SD comfyUI. | hey everybody! I encountered the error 'no module named 'insightface.app''. I have tried everything possible from reinstalling to downloading the .whl file, but nothing worked. Can anyone help me? (I'm run it on google colab note book).
`Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nod... | open | 2024-07-03T14:03:06Z | 2024-07-03T14:03:06Z | https://github.com/deepinsight/insightface/issues/2606 | [] | LiesInTheDark | 0 |
microsoft/nni | machine-learning | 5,022 | restserver does not response when using frameworkcontroller | **Describe the issue**:
Hi I am running the example using frameworkcontroller, but somehow I always have timeout when making request to the restserver, it seems like it hangs up somewhere (I also tried using Postman to send request to "GET /check-status" and the restserver doesn't seem to response). The web interface ... | closed | 2022-07-26T17:23:21Z | 2022-08-12T15:12:15Z | https://github.com/microsoft/nni/issues/5022 | [
"user raised",
"support",
"Framework Support"
] | hviet2603 | 1 |
google-research/bert | nlp | 583 | BERT has a non deterministic behaviour | I am using the BERT implementation in https://github.com/google-research/bert for feature extracting and I have noticed a weird behaviour which I was not expecting: if I execute the program twice on the same text, I get different results. I need to know if this is normal and why this happens in order to treat this fact... | open | 2019-04-17T08:15:01Z | 2021-01-11T23:02:56Z | https://github.com/google-research/bert/issues/583 | [] | RodSernaPerez | 6 |
modelscope/modelscope | nlp | 1,086 | 请问支持异步吗? | 例如:
import asyncio
async def hello():
print("Hello world!")
# 异步调用asyncio.sleep(1):
await asyncio.sleep(1)
print("Hello again!")
asyncio.run(hello())
如果支持,该如何使用呢 | closed | 2024-11-18T02:17:11Z | 2024-12-25T02:00:40Z | https://github.com/modelscope/modelscope/issues/1086 | [
"Stale"
] | cgq0816 | 4 |
huggingface/datasets | tensorflow | 6,522 | Loading HF Hub Dataset (private org repo) fails to load all features | ### Describe the bug
When pushing a `Dataset` with multiple `Features` (`input`, `output`, `tags`) to Huggingface Hub (private org repo), and later downloading the `Dataset`, only `input` and `output` load - I believe the expected behavior is for all `Features` to be loaded by default?
### Steps to reproduce the ... | open | 2023-12-21T12:26:35Z | 2023-12-21T13:24:31Z | https://github.com/huggingface/datasets/issues/6522 | [] | versipellis | 0 |
noirbizarre/flask-restplus | api | 606 | restict representation for a resource | My users asked me to generate a RSS feed to their resource. So I added this representation for my API :
```
@api.representation('application/rss+xml')
def rss(data, code, headers=None):
resp = make_response(data.rss(), code)
resp.headers.extends(headers)
return resp
...
@ns.route('/feeds/localizati... | open | 2019-03-18T14:30:39Z | 2019-03-18T14:30:39Z | https://github.com/noirbizarre/flask-restplus/issues/606 | [] | zannkukai | 0 |
google-research/bert | tensorflow | 655 | Unable to run Squad dataset on BERT -permission issues | I was trying to run the BERT models on Squad dataset using BERT models on GS and it gave me permission issues. I looked at similar issue opened here and tried copying the models on to my bucket. Still getting the same exception
InvalidArgumentError (see above for traceback): Unsuccessful TensorSliceReader constructo... | open | 2019-05-20T03:53:32Z | 2019-11-17T21:03:56Z | https://github.com/google-research/bert/issues/655 | [] | pratibha5 | 3 |
vitalik/django-ninja | pydantic | 1,123 | Path parameters, order matters | Is there a way to add something like [this](https://fastapi.tiangolo.com/tutorial/path-params/#order-matters) in the docs?
One of my team mates was faced with this problem and couldn't understand why when making a request to `/stores/verticals` the request was instead being processed by `/stores/{store_id}` (and ret... | open | 2024-04-08T19:10:18Z | 2024-04-12T04:15:07Z | https://github.com/vitalik/django-ninja/issues/1123 | [] | santigandolfo | 3 |
JaidedAI/EasyOCR | machine-learning | 892 | How to replace the best_accuracy.pth with arabic.pth ? | I finetuned the Arabic model on my dataset :

and this is my config file:
```
number: '1234567890١٢٣٤٥٦٧٨٩٠'
symbol: ''
character: "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvw... | open | 2022-11-25T12:01:39Z | 2024-06-19T08:20:22Z | https://github.com/JaidedAI/EasyOCR/issues/892 | [] | MohieEldinMuhammad | 23 |
d2l-ai/d2l-en | deep-learning | 2,595 | The content is outdated | I found the book having very good content for the topics it covers. But the book stopped at GANs. Many not-very-new topics like YOLO, Diffusion were never discussed. I've seen some opened issues mentioned this several years ago but it seems no contents have been added. Will the book continue to be updated or it's archi... | open | 2024-03-31T03:33:11Z | 2024-12-15T15:41:30Z | https://github.com/d2l-ai/d2l-en/issues/2595 | [] | hiepdang-ml | 1 |
gevent/gevent | asyncio | 1,653 | CLI to patch extra modules (psycogreen) | * gevent version: 20.6.2
* Python version: 3.6
* Operating System: Ubuntu 18.04
### Description:
I am trying to use pytest and django manage.py with gevent without changing much to the current code. I have seen that there is a very cool command line to do this. The thing is it doesn't patch psycopg2. It would b... | closed | 2020-07-02T15:35:16Z | 2020-12-10T14:23:31Z | https://github.com/gevent/gevent/issues/1653 | [
"Type: Question",
"Status: cantfix"
] | maingoh | 6 |
TracecatHQ/tracecat | fastapi | 457 | Unable to delete non-existent custom repository from the UI | **Describe the bug**
Users report that they are unable to delete non-existent custom repository from the UI
**To Reproduce**
This happens on any attempt to delete a repository. I've encountered this before and i suspect it's a bug in the `RegistryRepositories` service layer
**Expected behavior**
A clear and co... | closed | 2024-10-23T21:39:19Z | 2024-11-06T20:04:15Z | https://github.com/TracecatHQ/tracecat/issues/457 | [] | daryllimyt | 0 |
frol/flask-restplus-server-example | rest-api | 9 | Upgrade Flask-RESTplus to 0.9.0 | 0.9.0 release included a lot of breaking changes, including dropping Flask-RESTful dependency and improving namespaces support.
| closed | 2016-02-26T05:28:27Z | 2016-02-26T15:20:10Z | https://github.com/frol/flask-restplus-server-example/issues/9 | [
"enhancement"
] | frol | 0 |
JaidedAI/EasyOCR | pytorch | 1,218 | Does retraining on the new dataset (with some specific characters in it) decrease the accuracy of the ordinary characters detection? | Hello.EasyOcr has very good accuracy of the ordinary english characters detection, but i also need to detect some specific characters, such as: Δ. (I usually have ordinary characters and specific characters in one string)
Example:
` does not provide the same data when reseeding the provider.
```
In [5]: g = Generic()
In [8]: g.reseed(1)
In [9]: g.file.file_name()
Out[9]: 'conducted.md'
In [10]: g.reseed(1)
In [11]: g.file.file_name()
Out[11]: 'encouraged.md'
```
##... | closed | 2023-01-31T17:50:56Z | 2023-04-03T08:48:29Z | https://github.com/lk-geimfari/mimesis/issues/1313 | [
"bug"
] | Svenito | 7 |
Aeternalis-Ingenium/FastAPI-Backend-Template | pytest | 23 | Validation errors on Run | Show this errors in console at run
```
pydantic_core._pydantic_core.ValidationError: 11 validation errors for BackendDevSettings
BACKEND_SERVER_HOST
Extra inputs are not permitted [type=extra_forbidden, input_value='127.0.0.1', input_type=str]
For further information visit https://errors.pydantic.dev/2.0.3/v... | open | 2023-07-16T21:44:18Z | 2023-11-18T15:13:34Z | https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/issues/23 | [] | goyometeojorito | 2 |
microsoft/nlp-recipes | nlp | 236 | [FEATURE] Setup script should include conda update | ### Description
Conda is not up to date in DSVM. Environment create script fails without first updating conda.
### Expected behavior with the suggested feature
We should include conda update command in Setup script.
### Other Comments
| open | 2019-08-02T19:46:50Z | 2019-08-02T19:46:50Z | https://github.com/microsoft/nlp-recipes/issues/236 | [
"enhancement"
] | dipanjan77 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.