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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
allure-framework/allure-python | pytest | 274 | Robotframework keyword args improvement | [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugi... | closed | 2018-07-10T13:56:02Z | 2024-02-01T18:12:15Z | https://github.com/allure-framework/allure-python/issues/274 | [
"type:enhancement",
"theme:robotframework"
] | skhomuti | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,305 | Enums are not created in new type alias syntax | ### Describe the bug
Using the new type alias syntax with a literal causes errors during the model creation. I would expect both the syntaxes to work OOTB as both are type aliases (check Additional Info for screenshot)
Tried adding `type_annotation_map` (code as seen in Additional Info) same error
### Optional... | closed | 2024-04-23T02:26:42Z | 2025-01-12T19:00:57Z | https://github.com/sqlalchemy/sqlalchemy/issues/11305 | [
"bug",
"near-term release",
"orm - annotated declarative"
] | Alc-Alc | 23 |
sepandhaghighi/samila | matplotlib | 48 | Test Coverage Enhancement | #### Description
Codecov percentage is currently `88%` and I believe I can cover more than that with tests. | closed | 2021-10-08T16:31:42Z | 2021-10-14T08:50:14Z | https://github.com/sepandhaghighi/samila/issues/48 | [
"enhancement"
] | sadrasabouri | 0 |
plotly/dash | flask | 2,487 | [BUG] Updating options of a dropdown triggers update on value of the dropdown for pattern-matching callbacks | If there are two pattern-matching callbacks for a dropdowns' options and value, the callback that changes the dropdown's options also triggers the other callback that uses the dropdown's value.
```
import dash
from dash import dcc, html, Input, Output, MATCH, ALL
import random
app = dash.Dash(__name__)
app.la... | closed | 2023-03-31T09:13:17Z | 2023-05-30T15:41:27Z | https://github.com/plotly/dash/issues/2487 | [] | ltsimple | 4 |
Kanaries/pygwalker | matplotlib | 448 | [BUG] Interpret Data meet Oops! | **Describe the bug**
I render a bar graph, when click 'Interpret Data' meet a Oops bug.
**To Reproduce**
Steps to reproduce the behavior:
1. render a bar graph
2. click 'Interpret Data' on a bar, There will be a Oops Error
**Expected behavior**
**Screenshots**
 that are not necessory. | Unable to remove or hide or rename models(resource) that are not necessory. | open | 2017-01-01T20:14:41Z | 2017-08-15T15:48:45Z | https://github.com/geex-arts/django-jet/issues/162 | [] | ManojDatt | 4 |
serengil/deepface | machine-learning | 678 | Batch Predictions | How can we get facial attributes (gender, age, etc.) for multiple images (BATCH PREDICTIONs)?
Currently, "analyze" function builds the model when run for each image individually - leading to longer processing time. | closed | 2023-02-16T17:26:32Z | 2023-08-01T14:42:40Z | https://github.com/serengil/deepface/issues/678 | [
"question"
] | swapnika92 | 2 |
thewhiteh4t/pwnedOrNot | api | 33 | invalidad syntax when try to run | 
| closed | 2019-07-17T23:49:53Z | 2019-07-18T14:53:35Z | https://github.com/thewhiteh4t/pwnedOrNot/issues/33 | [] | Tyferiusk | 4 |
microsoft/qlib | deep-learning | 1,799 | Backtest too slow when using my own data | I'm using CSMAR's data for chinese market and use following backtest code:
`from pprint import pprint
import qlib
import pandas as pd
from qlib.utils.time import Freq
from qlib.utils import flatten_dict
from qlib.backtest import backtest, executor
from qlib.contrib.evaluate import risk_analysis
from qlib.co... | closed | 2024-05-28T06:32:00Z | 2024-05-30T06:03:16Z | https://github.com/microsoft/qlib/issues/1799 | [
"question"
] | TompaBay | 1 |
retentioneering/retentioneering-tools | data-visualization | 63 | Strange results in StepSankey variable time_to_next_sum | Seems like time_to_next_sum in StepSankey graph edges contain incorrect negative values, which I could calculate correctly myself using python and same dataset.
<img width="300" alt="Screenshot 2024-07-30 at 15 54 54" src="https://github.com/user-attachments/assets/484aec5f-9e96-4e30-95d0-da5c9cc72171">
| closed | 2024-07-30T13:00:33Z | 2024-09-16T08:25:26Z | https://github.com/retentioneering/retentioneering-tools/issues/63 | [] | AnastasiiaTrimasova | 2 |
google-research/bert | tensorflow | 983 | Códigos | CONTRIBUTING.md
| open | 2020-01-07T14:13:50Z | 2020-01-07T14:13:50Z | https://github.com/google-research/bert/issues/983 | [] | vicyalo | 0 |
taverntesting/tavern | pytest | 897 | DeprecationWarning with jsonschema > 4 | I am getting this error when running my tavern tests:
```
lib/python3.11/site-packages/tavern/_core/schema/jsonschema.py:85: DeprecationWarning: Passing a schema to Validator.is_valid is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).is_valid(...) instead.
```
I use... | closed | 2023-12-11T23:44:16Z | 2024-01-06T14:19:49Z | https://github.com/taverntesting/tavern/issues/897 | [] | immesys | 1 |
MycroftAI/mycroft-core | nlp | 3,131 | Allow using the Whisper speech recognition model | **Is your feature request related to a problem? Please describe.**
While Mimic has been continually improving, Open AI just released their [Whisper speech recognition model](https://github.com/openai/whisper) under the MIT license that seems to be superior, yet still usable offline.
**Describe the solution you'd li... | closed | 2022-09-25T21:19:51Z | 2024-09-08T08:21:32Z | https://github.com/MycroftAI/mycroft-core/issues/3131 | [
"enhancement"
] | 12people | 13 |
tfranzel/drf-spectacular | rest-api | 1,208 | drf spectcular-side car doesnot work in custom html | I've recently integrated drfspectcular-sidecar into my Django project to manage internal documentation, utilizing cloud services like S3 bucket for hosting. After completing the integration, I added drf-spectcular-sidecar to the installed apps section of my Django settings and ran the collectstatic command. This proces... | open | 2024-03-21T19:37:10Z | 2024-03-23T11:30:15Z | https://github.com/tfranzel/drf-spectacular/issues/1208 | [] | meenumathew | 1 |
ipython/ipython | jupyter | 14,358 | TypeError: in interactiveshell.py, InteractiveShell class, line 331 | Errror:
"/home/ec2-user/anaconda3/envs/JupyterSystemEnv/lib/python3.10/site-packages/IPython/core/interactiveshell.py", line 331, in InteractiveShell
ast_transformers: List[ast.NodeTransformer] = List(
TypeError: 'type' object is not subscriptable
Solution:
Line 331 should be changed to:
ast_tran... | closed | 2024-03-01T19:32:44Z | 2024-07-18T20:12:31Z | https://github.com/ipython/ipython/issues/14358 | [] | manish-abio | 6 |
plotly/dash | jupyter | 2,874 | Can't build custom components with react-docgen 7 | **Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip list | grep dash` below
```
dash 2.17.0
dash-bootstrap-components 1.6.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table ... | open | 2024-06-04T10:57:57Z | 2024-08-13T19:51:30Z | https://github.com/plotly/dash/issues/2874 | [
"bug",
"infrastructure",
"sev-4",
"P3"
] | daviddavo | 0 |
tflearn/tflearn | tensorflow | 901 | Generate sequence from tensor seed | I am building a SequenceGenerator using a network of LSTMs. The input of these LSTMs is different from what I've seen in most implementations.
I want to have embedding information besides the character one-hot encoding. Therefore, instead of having an input shape as [instance_nb, sequence_length, char_idx_size], my 3D... | open | 2017-09-11T17:55:48Z | 2017-09-11T17:56:59Z | https://github.com/tflearn/tflearn/issues/901 | [] | fiorinin | 0 |
davidsandberg/facenet | computer-vision | 1,098 | KeyError: "The name 'batch_join:0' refers to a Tensor which does not exist. The operation, 'batch_join', does not exist in the graph." | Hi,
I am facing the issue when running the real_time_face_recognition.py script,
File "/mnt/work/rna_payload/ros2_ws/build/video_analysis/video_analysis/facenet/contributed/face.py", line 86, in identify
face.embedding = self.encoder.generate_embedding(face)
File "/mnt/work/rna_payload/ros2_ws/build/vi... | open | 2019-10-21T09:57:36Z | 2021-09-23T07:28:01Z | https://github.com/davidsandberg/facenet/issues/1098 | [] | jaiatncson7 | 1 |
pydantic/pydantic-core | pydantic | 818 | v2 URL cannot be casted to DB | ```
sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) can't adapt type 'pydantic_core._pydantic_core.Url'
```
This used to work in v1, translating to str automatically.
Selected Assignee: @adriangb | closed | 2023-07-24T17:55:08Z | 2023-07-25T08:23:47Z | https://github.com/pydantic/pydantic-core/issues/818 | [
"unconfirmed"
] | gaborbernat | 3 |
autogluon/autogluon | data-science | 4,795 | Low GPU utilization with TabPFNMix model when using presets | I'm using the TabPFNMix model with AutoGluon and noticed a significant difference in GPU utilization depending on whether presets are used in the fit() function.
**Steps to Reproduce:**
Define the hyperparameters for TabPFNMix:
```python
tabpfnmix_default = {
"model_path_classifier": "autogluon/tabpfn-mix-1.... | open | 2025-01-14T16:15:03Z | 2025-02-23T14:16:48Z | https://github.com/autogluon/autogluon/issues/4795 | [
"bug",
"module: tabular"
] | Killer3048 | 4 |
3b1b/manim | python | 1,919 | Errno 2 Help | ### Describe the error
<!-- A clear and concise description of what you want to make. -->
Hello, I've been trying to install Manim, but I keep running into the same errors. I've followed the instructions like how they were laid out, but I can't open up any of the example scenes. I'm running Mac OS Ventura on an m1 pr... | open | 2022-11-26T16:02:58Z | 2022-11-26T16:02:58Z | https://github.com/3b1b/manim/issues/1919 | [] | zunzun08 | 0 |
plotly/dash | dash | 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 |
apify/crawlee-python | web-scraping | 1,102 | Call for feedback on Crawlee for Python [Win 5 Scale plans for a month and exclusive Crawlee goodies] 🎁 |
Hey everyone 👋
We launched Crawlee for Python around this time last year. Since then, we've received tremendous positive responses from our developer community, along with valuable suggestions that have helped us enhance the platform even further.
Now, we're taking Crawlee for Python to the next level and invite y... | open | 2025-03-18T13:05:56Z | 2025-03-18T13:06:12Z | https://github.com/apify/crawlee-python/issues/1102 | [
"t-tooling"
] | souravjain540 | 0 |
microsoft/nni | data-science | 5,464 | Error: tuner_command_channel: Tuner loses responsive | **Describe the issue**:
Unable to operate stably.
**Environment**:
- NNI version: 2.10
- Training service (local|remote|pai|aml|etc): local
- Client OS: Ubuntu 20.04
- Server OS (for remote mode only): \
- Python version: Python 3.10.9 (main, Jan 11 2023, 15:21:40) [GCC 11.2.0] on linux
- PyTorch/TensorFlo... | open | 2023-03-21T02:03:31Z | 2023-04-10T02:54:12Z | https://github.com/microsoft/nni/issues/5464 | [] | beta1scat | 7 |
yvann-ba/Robby-chatbot | streamlit | 74 | Wrong Analysis via Robby-chatbot | I added a csv file which has this dataset
```
https://www.kaggle.com/datasets/ncsaayali/cereals-data
```
and I asked a basic question, "What is the average calorie for the whole dataset?"
It answered me a wrong answer considering only 4 cereals and not the whole dataset. I asked it another question, "How man... | open | 2024-06-17T06:53:19Z | 2024-06-17T06:53:19Z | https://github.com/yvann-ba/Robby-chatbot/issues/74 | [] | ojasmagarwal | 0 |
koxudaxi/datamodel-code-generator | fastapi | 1,536 | AttributeError: 'bool' object has no attribute 'get' when generating models from OpenAPI3 json schema | **Describe the bug**
AttributeError: 'bool' object has no attribute 'get' when generating models from OpenAPI3 json schema
**To Reproduce**
Schema: https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.1/schema.yaml
Used commandline:
```
$ git clone https://github.com/OAI/OpenAPI-Specification/
... | closed | 2023-09-06T10:36:28Z | 2023-11-16T02:47:57Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1536 | [
"bug"
] | Darion | 8 |
pydata/xarray | numpy | 9,291 | Segmentation fault similar to issue 8410 | ### What is your issue?
This is my crash report and I think it's similar to #8410 :
```
Fatal Python error: Segmentation fault
Thread 0x00007f4ff8daf700 (most recent call first):
File "/home/jiaxuwu/.conda/envs/forest-minio/lib/python3.11/concurrent/futures/thread.py", line 81 in _worker
File "/home/jiaxuw... | closed | 2024-07-30T12:29:30Z | 2024-07-30T16:49:21Z | https://github.com/pydata/xarray/issues/9291 | [
"needs mcve",
"needs triage"
] | forestbat | 1 |
sherlock-project/sherlock | python | 1,456 | The following sites are reporting false positives | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have... | closed | 2022-09-08T00:30:41Z | 2022-09-24T09:37:33Z | https://github.com/sherlock-project/sherlock/issues/1456 | [
"false positive"
] | JassonCordones | 2 |
ray-project/ray | machine-learning | 50,976 | [Ray Core] Ray task error stack trace is incomplete | ### What happened + What you expected to happen
If the error message is too long, it seems that it cannot be fully displayed. Is there a length limit somewhere? Is there an environment variable that can be configured?

### Versi... | closed | 2025-02-28T03:56:51Z | 2025-03-03T03:58:10Z | https://github.com/ray-project/ray/issues/50976 | [
"bug",
"dashboard",
"observability"
] | Moonquakes | 1 |
pyqtgraph/pyqtgraph | numpy | 3,048 | PlotItem with a custom ViewBox | I'm creating a custom ViewBox class (subclassing `pg.ViewBox`) and using it for `pg.PlotItem`. Reviewing the code, it appears that the viewbox parent must be set manually unlike the default viewbox. In other words, the
```python
view_box = MyViewBox()
plot_item = pg.PlotItem(viewBox=view_box)
assert plot_item... | closed | 2024-06-05T15:08:30Z | 2024-06-05T15:45:11Z | https://github.com/pyqtgraph/pyqtgraph/issues/3048 | [] | tikuma-lsuhsc | 4 |
torchbox/wagtail-grapple | graphql | 369 | Add preserveSvg argument to ImageObjectType.srcSet | The `preserveSvg` argument, introduced in https://github.com/torchbox/wagtail-grapple/commit/802428fd0e0e56be484a1f279917739a83cc435e on the `rendition` field, would also be super useful on the `srcSet` field, to avoid such errors when requesting `srcSet(sizes: [360, 1024], format: "webp")` on an SVG image:
> 'SvgIm... | closed | 2023-09-26T12:01:24Z | 2023-09-27T08:35:52Z | https://github.com/torchbox/wagtail-grapple/issues/369 | [] | mgax | 0 |
thp/urlwatch | automation | 241 | "unsupported operand type(s) for +=" with connection retry code | I'm having a problem after upgrading from 2.9 to 2.10 with the new connection retry code. One of the URLs I'm checking (http://wndw.net/book.html) is currently faulty and the connection hangs. 2.9 was able to cope with this but with 2.10 this now results in urlwatch exiting with an error as below.
```
Traceback (mo... | closed | 2018-05-19T16:23:12Z | 2018-05-19T16:39:35Z | https://github.com/thp/urlwatch/issues/241 | [] | sthen | 0 |
tableau/server-client-python | rest-api | 1,213 | Invalid version: 'Unknown' | There are two Tableau sites / servers I am trying to use TSC to connect to:
- One server works fine, version returned by below code is 3.19; Tableau version 2023.1.0 (20231.23.0324.0029) 64-bit Linux
- The other server returns a Server Version of 'Unknown' and is unable to proceed; Tableau version 2022.3.3 (20223.2... | closed | 2023-03-30T12:06:52Z | 2024-01-11T19:52:33Z | https://github.com/tableau/server-client-python/issues/1213 | [] | Soltis12 | 2 |
home-assistant/core | python | 141,217 | Unexpected error in Tado integration | ### The problem
Tado integration is throwing an 'Unexpected error' message when reconfiguring.
I already tried re-authenticating, no changes. I also tried reconfiguring, same issue.
Credentials are working in my.tado.com
### What version of Home Assistant Core has the issue?
core-2025.3.4
### What was the last w... | closed | 2025-03-23T15:17:15Z | 2025-03-23T15:40:57Z | https://github.com/home-assistant/core/issues/141217 | [
"integration: tado"
] | bkortleven | 6 |
plotly/dash | data-science | 3,207 | Editshape - overwriting the behavior of the editable properly in shape definition | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Context**
In DCC Graph if `'edits': {'shapePosition':True}` is defined - it overwrites the editable property of the shapes when defining t... | closed | 2025-03-11T05:13:02Z | 2025-03-11T05:15:39Z | https://github.com/plotly/dash/issues/3207 | [] | sssaha | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 248 | 数据分布及更换数据集的问题 | 感谢大佬的耐心解答,Faster R-CNN终于跑起来了😁
现有一个新的问题,在原来VOC数据集时,为什么Epoch只训练了5823个数据?
如今我更换了一个新的数据集,有5000张图片及其对应的5000个xml文件,
通过使用split_data.py划分了2500条train.txt和2500条val.txt,
为什么跑起来Epoch只用313条数据?

| closed | 2021-05-08T12:36:28Z | 2021-05-09T03:23:19Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/248 | [] | zmz125 | 1 |
LibrePhotos/librephotos | django | 755 | LibrePhotos keeps restarting and cannot access pages | # 🐛 Bug Report
* [X] 📁 I've Included a ZIP file containing my librephotos `log` files
* [X] ❌ I have looked for similar issues (including closed ones)
* [X] 🎬 (If applicable) I've provided pictures or links to videos that clearly demonstrate the issue
## 📝 Description of issue:
My setup keeps restarting... | closed | 2023-02-13T19:23:57Z | 2023-03-31T09:59:22Z | https://github.com/LibrePhotos/librephotos/issues/755 | [
"bug",
"backend"
] | savvasdalkitsis | 5 |
axnsan12/drf-yasg | django | 247 | Inline css and javascript for swaggerUI and redoc | What do you think about having the css and javascript rendered inline in the swagger-ui and redoc views?
I currently have a use case where I use yasg on a micro service on kubernetes, but I don't want to add nginx or cloudfront to serve the staticfiles. | closed | 2018-11-06T13:49:54Z | 2018-11-06T14:00:54Z | https://github.com/axnsan12/drf-yasg/issues/247 | [] | lockwooddev | 1 |
streamlit/streamlit | deep-learning | 10,092 | Since 1.41.0, generate_chart() can also return an alt.LineChart, which can break external code using this utility function | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provided sufficient information below to help reproduce this issue.
### Summary
Not really a bug to be reported, more of a di... | closed | 2024-12-30T00:41:20Z | 2024-12-30T01:59:03Z | https://github.com/streamlit/streamlit/issues/10092 | [
"type:bug",
"status:needs-triage"
] | ybou10 | 1 |
ansible/ansible | python | 84,232 | Create stable branches for default container repos | ### Summary
This should be done immediately following code freeze.
### Issue Type
Feature Idea
### Component Name
`ansible-test` | open | 2024-11-01T18:59:04Z | 2024-11-01T19:07:00Z | https://github.com/ansible/ansible/issues/84232 | [
"feature",
"ansible-test"
] | mattclay | 1 |
jupyter/nbgrader | jupyter | 1,668 | Demo not starting | I've tried as both the remote server and the Docker image route (in both cases, the root OS is ubuntu 22:04) and get the same error:
```
Running setup.py develop for nbgrader
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [77 li... | closed | 2022-09-22T09:16:45Z | 2022-12-30T16:20:46Z | https://github.com/jupyter/nbgrader/issues/1668 | [] | perllaghu | 2 |
ExpDev07/coronavirus-tracker-api | rest-api | 20 | Integrity checks | The JHU CSSE screw it up again so I guess we need to implement some integrity check against broken input. | open | 2020-03-08T01:10:14Z | 2020-03-08T02:31:11Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/20 | [
"enhancement",
"feedback"
] | Bost | 6 |
iperov/DeepFaceLab | machine-learning | 5,497 | gtx1080TI vs rtx3080 | Hi,
i've switched computers from an desktop with;
win10
gtx1080ti gpu
amd fx-8379 cpu
16gb memory
to:
win11
rtx3080 gpu
i9-12900kf cpu
32gb memory
i am trying to run model with these settings:
================== Model Summary ===================
== ==
=... | open | 2022-03-19T10:49:20Z | 2023-06-08T23:18:46Z | https://github.com/iperov/DeepFaceLab/issues/5497 | [] | djchairz | 2 |
sigmavirus24/github3.py | rest-api | 762 | Create Issue Integration Test | Delete me after | closed | 2018-01-01T22:22:47Z | 2018-01-04T16:07:42Z | https://github.com/sigmavirus24/github3.py/issues/762 | [] | sigmavirus24 | 0 |
aeon-toolkit/aeon | scikit-learn | 1,902 | [ENH] Implement Disjoint-CNN deep learning for classification and regression and adding mutlvariate specificity tag | ### Describe the feature or idea you want to propose
Having specific multivariate deep learning models is a good thing, i like to have Disjoint-CNN, Monash's multivariate CNN model [1] into aeon, its implementation is already quite clear and easy and is in tensorflow [here](https://github.com/Navidfoumani/Disjoint-CNN... | closed | 2024-08-04T11:38:29Z | 2024-11-11T18:27:36Z | https://github.com/aeon-toolkit/aeon/issues/1902 | [
"enhancement",
"classification",
"regression",
"deep learning",
"networks"
] | hadifawaz1999 | 0 |
encode/httpx | asyncio | 2,207 | httpx got an error, but requests works | httpx code:
```
import httpx
url = "http://ip:port"
payload = OrderedDict([("key", "foo.txt"),
("acl", "public-read"),
("Content-Type", "text/plain"),
('file', ('foo.txt', 'bar'))])
r = httpx.post(url, files=paylo... | closed | 2022-05-06T09:19:25Z | 2022-09-09T15:47:41Z | https://github.com/encode/httpx/issues/2207 | [] | kisscelia | 2 |
aimhubio/aim | tensorflow | 3,180 | Export svg and other formtas in parallel coordinates plot of PARAMS | ## Proposed refactoring or deprecation
Could you provide a button to export the parallel coordinates chart in the PARAMS section?
### Motivation
It is currently impossible to export the parallel coordinates chart in the PARAMS section. Still, it's a handy tool for supporting articles and documents related to h... | open | 2024-07-06T19:49:50Z | 2024-07-15T14:59:16Z | https://github.com/aimhubio/aim/issues/3180 | [
"type / enhancement",
"type / code-health"
] | mmrMontes | 1 |
xinntao/Real-ESRGAN | pytorch | 177 | Help regarding contribution | Hi @xinntao, I need some help implementing the last 2 TODO features i.e. controllable restoration strength and other scales i.e. greater than 4. How can this be implemented i have been given a task from my school/university to select any research paper and make major/minor improvement in it. It would be great help if t... | open | 2021-12-07T09:20:15Z | 2021-12-14T10:39:27Z | https://github.com/xinntao/Real-ESRGAN/issues/177 | [] | ArishSultan | 1 |
piskvorky/gensim | machine-learning | 2,763 | FastText OOV word embedding are calculated incorrectly when passing `use_norm=True` | #### Problem description
FastText OOV word embedding are calculated incorrectly when passing `use_norm=True` (particularly, when looking for most similar words). The library first normalizes n-gram vectors, then averages them. But it should average them first; otherwise, results are inconsistent.
What happens: c... | closed | 2020-03-03T18:33:54Z | 2020-03-21T04:34:41Z | https://github.com/piskvorky/gensim/issues/2763 | [] | avidale | 1 |
home-assistant/core | python | 141,128 | "Error while executing the action switch/turn_on . SmartThingsCommandError(ConflictError, invalid device state) | ### The problem
So, everytime I try to turn my tv on or off using the smartthings integration, I get the following error "Error while executing the action switch/turn_on . SmartThingsCommandError(ConflictError, invalid device state)". It looks like to be related to #140903 (which was fixed but generated another proble... | open | 2025-03-22T16:38:22Z | 2025-03-22T17:07:24Z | https://github.com/home-assistant/core/issues/141128 | [
"integration: smartthings"
] | C0dezin | 6 |
youfou/wxpy | api | 358 | 新的小功能 | 不知道能不能加入的相关的正在输入的功能 | open | 2018-12-20T07:26:33Z | 2019-04-09T01:41:54Z | https://github.com/youfou/wxpy/issues/358 | [] | 666677778888 | 1 |
CorentinJ/Real-Time-Voice-Cloning | python | 355 | How to run the app | I cannot run the app. how to do it? | closed | 2020-06-04T09:33:18Z | 2020-07-04T22:57:20Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/355 | [] | XxBlackBirdxX | 4 |
dynaconf/dynaconf | django | 1,138 | [RFC] Add description text to the fields | There will be 2 ways to add a description to a field on the schema
first: usign Doc() PEP 727 https://github.com/tiangolo/fastapi/blob/typing-doc/typing_doc.md
```py
field: Annotated[str, Doc("This field is important")]
```
The above adds a Docstring to the schema that can be extracted by Dynaconf to gener... | open | 2024-07-06T20:31:56Z | 2024-07-16T14:58:09Z | https://github.com/dynaconf/dynaconf/issues/1138 | [
"Not a Bug",
"RFC",
"typed_dynaconf"
] | rochacbruno | 1 |
indico/indico | flask | 6,039 | Update the system Check-in App with a new redirect_uri | The Check-in `OAuthApplication` in Indico needs to be updated with a new redirect-uri for the new PWA app once we decide on what domain to use for it. I'm just putting this here so we don't forget to do it before releasing the new app.
Todo:
- Remove `redirect_uris` from `__enforced_data__`
- Add the new redirect ... | closed | 2023-11-17T09:49:55Z | 2023-11-30T23:35:34Z | https://github.com/indico/indico/issues/6039 | [
"enhancement"
] | tomasr8 | 2 |
nteract/papermill | jupyter | 806 | Python parameter with `None | ` union type is logged as unknown | ## 🐛 Bug
```
# template.ipynb parameters block
foo: None|str = None
```
```
$ papermill -p foo BAR ...
Passed unknown parameter: foo
```
Expected: this warning not to show up, foo should be recognized as a valid parameter.
Also note:
* Despite the warning, the above example still properly injects th... | open | 2024-09-05T23:42:49Z | 2024-09-05T23:43:20Z | https://github.com/nteract/papermill/issues/806 | [
"bug",
"help wanted"
] | calbach | 0 |
strawberry-graphql/strawberry | asyncio | 3,141 | Input with optional field | <!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Describe the Bug
<!-- A clear and concise de... | open | 2023-10-09T11:19:52Z | 2025-03-20T15:56:24Z | https://github.com/strawberry-graphql/strawberry/issues/3141 | [
"bug"
] | ocni-dtu | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 923 | Bad images in training data | Hello,
I have a quick question about the training data. Some of my training data (approximately 1%) are defect and very different from others. Do I need to clean them or is it fine for traning?
Thank you! | open | 2020-02-18T21:18:40Z | 2020-02-25T09:21:35Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/923 | [] | zzhan127 | 1 |
koaning/scikit-lego | scikit-learn | 47 | Bug: Sphinx not installed as dependency for development | - create `dev` dependencies in `./setup.
- `pip install sphinx`
- `pip install sphinx_rtd_theme`
| closed | 2019-03-20T10:57:04Z | 2019-03-20T14:35:51Z | https://github.com/koaning/scikit-lego/issues/47 | [] | sandervandorsten | 1 |
MilesCranmer/PySR | scikit-learn | 70 | PySR could not start julia. Make sure julia is installed and on your $PATH. | Hello Miles! Ⅰ am trying to apply your PySR to some biological dataset and wish to find some interesting results (something like compact ODE/SDE). But Ⅰ am kind of new to Julia, and when Ⅰ try to run the example, this bug jumps: "PySR could not start Julia. Make sure Julia is installed and on your $PATH". Ⅰ looked for ... | closed | 2021-08-13T10:17:13Z | 2021-08-13T16:31:22Z | https://github.com/MilesCranmer/PySR/issues/70 | [
"bug"
] | Ting-TingGao | 3 |
jazzband/django-oauth-toolkit | django | 657 | Use of Content-Type "application/x-www-form-urlencoded" not enforced | The [RFC 6749](https://tools.ietf.org/html/rfc6749) seems to suggest that the Content-Type `application/x-www-form-urlencoded` should always be used in POST requests.
In a more specific way, the [RFC6750](https://tools.ietf.org/html/rfc6750#section-2.2) states that:
> When sending the access token in the HTTP r... | open | 2018-10-26T14:47:29Z | 2024-06-03T20:53:08Z | https://github.com/jazzband/django-oauth-toolkit/issues/657 | [] | marcofucci | 4 |
lepture/authlib | flask | 27 | Deprecate client_model | There is no need to pass the Client model class into servers. Here is the upgrade guide.
## Flask OAuth 1 Server
Flask OAuth 1 server has been redesigned a lot. It's better to read the documentation again.
## Flask OAuth 2 Server
Pass a `query_client` function to AuthorizationServer instead of `client_model... | closed | 2018-02-11T03:29:39Z | 2018-02-11T12:28:52Z | https://github.com/lepture/authlib/issues/27 | [
"documentation"
] | lepture | 0 |
google-research/bert | tensorflow | 423 | No Hub in tf HUB. | I don't see any tensorflow hub in https://tfhub.dev/ for BERT.
Thanks | closed | 2019-02-08T16:33:50Z | 2019-02-08T16:51:39Z | https://github.com/google-research/bert/issues/423 | [] | simonefrancia | 2 |
littlecodersh/ItChat | api | 488 | retcode:"1102",selector:"0" | 在本地运行(Linux)可以正常执行程序,但是放到服务器(Linux)扫码登陆后则出现“retcode:"1102",selector:"0"”然后自动退出。
原issues已关闭。
| closed | 2017-08-20T02:32:40Z | 2017-09-20T02:08:28Z | https://github.com/littlecodersh/ItChat/issues/488 | [
"question"
] | XuDaShu | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,172 | Is this lib capable of TTS? | Hi, I think this is the only lib out here that can synthesize hq voice . I was wondering if it can also generate tts | open | 2023-03-10T18:15:56Z | 2023-03-10T18:15:56Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1172 | [] | destlaver | 0 |
sammchardy/python-binance | api | 944 | Websocket Disconnecting in docker | **Describe the bug**
I'm running Django with docker and using a futures account websocket in it. the websocket simply doesn't work most of the times meaning I start the websocket and everything seems fine but I receive no message. I have to restart it again and again and suddenly it starts working (if I restart it aga... | open | 2021-06-23T14:02:56Z | 2021-07-17T12:07:28Z | https://github.com/sammchardy/python-binance/issues/944 | [] | reza-yb | 1 |
pydantic/pydantic-settings | pydantic | 390 | `TypeError: issubclass() arg 1 must be a class` when upgrading to 2.5 | Hello,
Ever since 2.5 was released, all of our CI/CD fails on Python 3.9 and 3.10 with the following error:
```
../../virtualenvs/ape_310/lib/python3.10/site-packages/pydantic_settings/sources.py:771: in _field_is_complex
if self.field_is_complex(field):
../../virtualenvs/ape_310/lib/python3.10/site-packag... | closed | 2024-09-10T18:00:33Z | 2024-09-11T16:07:34Z | https://github.com/pydantic/pydantic-settings/issues/390 | [
"bug"
] | antazoey | 15 |
microsoft/unilm | nlp | 1,593 | TROCR model weight file cannot be downloaded. | The TROCR model weight file cannot be downloaded. Thank you very much if you can provide me.
| open | 2024-07-04T08:14:51Z | 2024-07-04T08:14:51Z | https://github.com/microsoft/unilm/issues/1593 | [] | fuzheng1209 | 0 |
pyjanitor-devs/pyjanitor | pandas | 1,008 | [BUG] Unexpected mutation of original df by `sort_column_value_order` | # Brief Description
The `sort_column_value_order` function adds a new column `cond_order` to the original dataframe (see [here](https://github.com/pyjanitor-devs/pyjanitor/blob/9d3653f959f11150bcc9aca87476efc72affc60a/janitor/functions/sort_column_value_order.py#L55)) for implementation purposes.
But this is mutati... | closed | 2022-02-05T03:17:18Z | 2022-02-06T16:19:21Z | https://github.com/pyjanitor-devs/pyjanitor/issues/1008 | [] | thatlittleboy | 1 |
marshmallow-code/flask-marshmallow | sqlalchemy | 16 | Compatibility with marshmallow 2.0.0 | closed | 2015-04-27T12:35:45Z | 2015-04-28T01:52:52Z | https://github.com/marshmallow-code/flask-marshmallow/issues/16 | [] | sloria | 0 | |
ml-tooling/opyrator | streamlit | 42 | How to add text input box to sidebar? | <!--
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, be sure to check our readme first.
-->
Hi, I ... | closed | 2021-08-26T14:38:50Z | 2021-08-26T15:05:50Z | https://github.com/ml-tooling/opyrator/issues/42 | [
"question"
] | 589hero | 1 |
akfamily/akshare | data-science | 5,213 | AKShare 接口问题报告 | 接口都挂了?今天所有的接口都提示:
ConnectionError: HTTPConnectionPool(host='80.push2.eastmoney.com', port=80): Max retries exceeded with url: /api/qt/clist/get?pn=1&pz=50000&po=1&np=1&ut=bd1d9ddb04089700cf9c27f6f7426281&fltt=2&invt=2&fid=f3&fs=m%3A1+t%3A2%2Cm%3A1+t%3A23&fields=f12&_=1623833739532 (Caused by NewConnectionError('<urlli... | closed | 2024-09-30T12:16:44Z | 2024-09-30T14:25:18Z | https://github.com/akfamily/akshare/issues/5213 | [
"bug"
] | nbnc003 | 2 |
mljar/mercury | jupyter | 438 | Option to hide specific cells/output | Hello,
I am quite new with Mercury but, looking at it at first stage, trying to convert my very long notebooks into something shareable, I noticed that there is no way to hide some specific cells from the resulting webapp.
I mean, usually, in my notebooks I have some intermediate outputs between the ideal input an... | closed | 2024-03-30T10:43:15Z | 2024-04-02T07:15:53Z | https://github.com/mljar/mercury/issues/438 | [] | informatica92 | 1 |
pennersr/django-allauth | django | 3,133 | CSS styles not being applied | Hello, all!
I'm trying to load /accounts/email/ and /accounts/password/change/ , but when I try that, the styles on form are not loading properly.
There are no 404 messages on developers interface, I installed as prescribed and I don't know what's happening.
How to solve that problem?
Here are 2 screenshots showi... | closed | 2022-07-29T14:50:03Z | 2022-11-30T20:13:08Z | https://github.com/pennersr/django-allauth/issues/3133 | [] | lucasbracher | 1 |
d2l-ai/d2l-en | pytorch | 1,789 | Missing word in §2.1.1, ¶1 | In the first paragraph of Section 2.1.1 **Getting Started**, we have the following sentence:
> The following sections will revisit this material in the context of practical examples and it will sink.
That should be changed to:
> The following sections will revisit this material in the context of practical exam... | closed | 2021-06-12T22:39:39Z | 2021-06-13T21:58:33Z | https://github.com/d2l-ai/d2l-en/issues/1789 | [] | dowobeha | 0 |
sigmavirus24/github3.py | rest-api | 428 | Incorrect documentation for Events.org | https://github3py.readthedocs.org/en/master/events.html#github3.events.Event.org
##
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/25454839-incorrect-documentation-for-events-org?utm_campaign=plugin&utm_content=tracker%2F183477&utm_medium=issues&ut... | closed | 2015-08-06T20:44:42Z | 2018-03-22T02:31:02Z | https://github.com/sigmavirus24/github3.py/issues/428 | [
"help wanted"
] | sigmavirus24 | 3 |
capitalone/DataProfiler | pandas | 461 | Ability to reuse the same `dp.Profiler` object for different data | **Is your feature request related to a problem? Please describe.**
We are evaluating DataProfiler as a possible way to label data in our pipeline.
We need to be able to profile many small samples of data at a high frequency. As things stand now, it appears that we need to create a new `dp.Profiler` object for ea... | open | 2022-04-28T23:53:53Z | 2022-05-03T14:43:10Z | https://github.com/capitalone/DataProfiler/issues/461 | [
"New Feature"
] | sergeypine | 3 |
fastapiutils/fastapi-utils | fastapi | 286 | [QUESTION] make repeat_tasks execute on a single worker (in case of multiple workers) | **Description**
reopening this https://github.com/dmontagu/fastapi-utils/issues/230
How can I [...]?
Is it possible to [...]?
**Additional context**
Add any other context or screenshots about the feature request here.
| closed | 2024-03-07T07:46:39Z | 2024-03-07T08:07:36Z | https://github.com/fastapiutils/fastapi-utils/issues/286 | [
"question"
] | TheCodeYoda | 0 |
plotly/dash | jupyter | 2,858 | [BUG] Fix overlay_style in dcc.Loading | dash>= 2.17.0
The `overlay_style` prop in `dcc.Loading` should apply only to the background and not the spinner component. You can see it in the docs - here is the example:
This could be tagged as a "Good First Issue". If someone doesn't get to it first, I think I can fix it :slightly_smiling_face:
```pyt... | closed | 2024-05-13T17:15:04Z | 2024-05-15T18:17:08Z | https://github.com/plotly/dash/issues/2858 | [
"bug",
"sev-2"
] | AnnMarieW | 0 |
axnsan12/drf-yasg | rest-api | 305 | Inspect both serializer and the view response | Hej, thanks for maintaining this lib!
I have following problem: my view returns the django `Response` object with json content-type with custom structure. The response contains mandatory `description` and `content` views that are present in many views in my app. When generating the schema, only serializer is inspec... | closed | 2019-02-04T13:15:53Z | 2019-02-05T00:25:27Z | https://github.com/axnsan12/drf-yasg/issues/305 | [] | sireliah | 3 |
slackapi/bolt-python | fastapi | 1,222 | Respond and/or cancel request on global middleware | I have a service using FastApi and Slack-bolt, it has two global middlewares one to gather info from the user that did interact with the bot (info as his slack profile and other info from external APIs) and a sencond global middleware that check if the user is in a list of allowed users matching with that external info... | closed | 2024-12-14T04:34:51Z | 2025-01-10T01:54:00Z | https://github.com/slackapi/bolt-python/issues/1222 | [
"question"
] | oktorok | 3 |
adap/flower | scikit-learn | 4,425 | Update Exchange Time Metric | ### What is your question?
Im looking to track parameter exchange time on a flwr system that is not simulated: Does the framework track communication time during model parameter exchange by default? If yes, which class/metrics can I access this from? If not, which specific methods should I track to measure the paramet... | closed | 2024-11-04T16:21:38Z | 2024-11-13T04:16:55Z | https://github.com/adap/flower/issues/4425 | [] | hayekr | 1 |
slackapi/bolt-python | fastapi | 610 | Shortcut modal does not close after submit | Hi,
I developed a shortcut but after submitting by submit button, the modal is not closed.
After the submit, several validations are carried out and a message is sent to the user, but I want the modal to be closed and these processes to be in the background, as it consumes a lot of time and there is no need for t... | closed | 2022-03-03T16:04:39Z | 2022-03-03T22:43:07Z | https://github.com/slackapi/bolt-python/issues/610 | [
"question",
"need info"
] | BSouzaDock | 13 |
OpenInterpreter/open-interpreter | python | 1,588 | Security & Performance Issue: Unlimited Code Output in LLM Context | ## Issue Description
When executing code that produces large amounts of output (e.g., directory listings, file contents, system information), all output is sent to the LLM in its entirety before being truncated in the final response. This raises both security and performance concerns:
1. **Security Risk**:
- Sens... | open | 2025-02-10T22:14:17Z | 2025-02-14T13:20:51Z | https://github.com/OpenInterpreter/open-interpreter/issues/1588 | [] | ovenzeze | 1 |
huggingface/transformers | machine-learning | 36,876 | <spam> | ### Model description
<!-- Failed to upload "Screen_Recording_20250320_044456_Chrome.mp4" -->
### Open source status
- [x] The model implementation is available
- [x] The model weights are available
### Provide useful links for the implementation
_No response_ | closed | 2025-03-21T08:28:30Z | 2025-03-21T11:50:47Z | https://github.com/huggingface/transformers/issues/36876 | [
"New model"
] | tjsexfunmoney664 | 0 |
scikit-optimize/scikit-optimize | scikit-learn | 476 | BayesSearchCV only searches through first parameter space | I tried running a couple of toy examples, including the advanced example from the documentation, and `BayesSearchCV` seems to only search over the first parameter space in the list of tuples that I pass to `search_spaces`.
[Here](https://github.com/savvastj/ml_playground/blob/master/try_skopt_bayescv.ipynb) is a no... | closed | 2017-08-12T01:26:50Z | 2017-08-26T20:38:23Z | https://github.com/scikit-optimize/scikit-optimize/issues/476 | [] | savvastj | 4 |
microsoft/qlib | machine-learning | 1,087 | bad magic number for central directory | when I run the code :
from qlib.tests.data import GetData
GetData().qlib_data(exists_skip=True)
it reulted in a Badzipfile error: Bad magic number for central directory
my platform is : win10 + anaconda + vs code | closed | 2022-05-03T10:38:15Z | 2023-10-23T13:01:04Z | https://github.com/microsoft/qlib/issues/1087 | [
"bug"
] | lycanthropes | 1 |
paperless-ngx/paperless-ngx | django | 8,595 | [BUG] Setting certain documents as linked document causes internal server error when field set to invalid value | ### Description
Setting certain documents as a linked document (custom field) seems to cause an internal server error.
The same pdf files don't cause the issue on another instance of paperless-ngx, which leads me to believe it has something to do with certain custom fields or the UI, rather than the file itself?
... | closed | 2025-01-03T13:03:27Z | 2025-02-04T03:05:14Z | https://github.com/paperless-ngx/paperless-ngx/issues/8595 | [
"bug",
"backend"
] | dwapps | 8 |
yeongpin/cursor-free-vip | automation | 211 | [Bug]: 无法获取Cursor路径导致获取版本号失败 | ### 提交前检查
- [x] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。
- [x] 我已经查看了置顶 Issue 并搜索了现有的 [开放 Issue](https://github.com/yeongpin/cursor-free-vip/issues)和[已关闭 Issue](https://github.com/yeongpin/cursor-free-vip/issues?q=is%3Aissue%20state%3Aclosed%20),没有找到类似的问题。
- [x] 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个... | closed | 2025-03-12T13:41:22Z | 2025-03-13T03:49:49Z | https://github.com/yeongpin/cursor-free-vip/issues/211 | [
"bug"
] | ZGerXu | 1 |
sinaptik-ai/pandas-ai | data-science | 1,554 | API_KEY Issue | ### System Info
Version: 2.4.2 , Atlas OS (Win 11 pro) , Python 3.12.2
### 🐛 Describe the bug
Code :
##As in the Example
import pandasai as pai
pai.api_key.set("api_key")
file_df = pai.read_csv("student_clustering.csv") # correct path
response = file_df.chat("What is the correlation between iq and cgpa")
prin... | closed | 2025-01-28T16:17:45Z | 2025-01-28T22:44:42Z | https://github.com/sinaptik-ai/pandas-ai/issues/1554 | [] | Haseebasif7 | 1 |
keras-team/autokeras | tensorflow | 1,541 | Died - after 7.5 hours | ### Bug Description
<!---
Died after 7.5 hours. 72 successful trials. Then this...
NotImplementedError: Cannot convert a symbolic Tensor (random_rotation/rotation_matrix/strided_slice:0) to a numpy array. This error may indicate that you're trying to pass a Tensor to a NumPy call, which is not supported
-->
... | closed | 2021-03-31T18:45:23Z | 2021-06-10T04:15:34Z | https://github.com/keras-team/autokeras/issues/1541 | [
"bug report",
"wontfix"
] | pgaston | 1 |
Lightning-AI/pytorch-lightning | machine-learning | 19,905 | AttributeError: type object 'Trainer' has no attribute 'add_argparse_args' | ### Bug description
When trying to run
```
parser = argparse.ArgumentParser()
parser = Trainer.add_argparse_args(parser)
args = parser.parse_args([])
```
AttributeError: type object 'Trainer' has no attribute 'add_argparse_args'
That error message appears.
### What version are you seeing the problem on?
... | closed | 2024-05-24T08:20:23Z | 2024-06-06T18:57:59Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19905 | [
"question",
"working as intended",
"ver: 2.0.x",
"ver: 2.1.x"
] | Park-yebin | 1 |
pydata/pandas-datareader | pandas | 374 | What are the limitation in in ticker names? | When trying to following tickers from Yahoo only ^OMX is found although they are all available to view on Yahoo finance:
```["XDWD.ST",'^OMX','^HOXFLATGBG']```
Why are not all downloaded with pandas-datareader? | closed | 2017-07-25T13:44:30Z | 2018-01-24T22:25:04Z | https://github.com/pydata/pandas-datareader/issues/374 | [] | favetelinguis | 2 |
nerfstudio-project/nerfstudio | computer-vision | 3,484 | What is the coordinate convention for the saved dataparser_transforms.json ? | It is not clear if the `dataparser_transforms.json` "transform" matrix is in OpenCV or OpenGL convention, if the data pre-processing, say, was done using COLMAP (which would be using OpenCV).
This makes it hard to correctly apply this transformation, if I am trying to convert camera poses in the input coordinate sys... | open | 2024-10-16T17:59:10Z | 2024-10-23T15:27:53Z | https://github.com/nerfstudio-project/nerfstudio/issues/3484 | [] | AruniRC | 5 |
art049/odmantic | pydantic | 233 | Suggested Documentation Fix | # Feature request
### Context
Currently, it is suggested that we globally set the engine at the module level, and I suggest that this be removed from the documentation. Mongo suggests that you scale horizontally, actually, all NoSQL solutions should scale horizontally. Therefore, you can have many databases with ... | open | 2022-07-12T07:06:11Z | 2022-07-12T15:52:48Z | https://github.com/art049/odmantic/issues/233 | [
"enhancement"
] | johnson2427 | 1 |
Layout-Parser/layout-parser | computer-vision | 52 | Error in Instantiating lp.GCVAgent |

| closed | 2021-08-02T05:15:17Z | 2021-08-04T05:12:17Z | https://github.com/Layout-Parser/layout-parser/issues/52 | [
"bug"
] | shumchiken | 3 |
aminalaee/sqladmin | fastapi | 201 | nullable=False Boolean field cannot be set to False in UI | ### 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
if you have in model field like
is_deleted = Column(Boolean, nullable=False, server_default=text("False"))
in UI impossible to leave it unch... | closed | 2022-06-21T18:58:33Z | 2022-06-21T19:15:05Z | https://github.com/aminalaee/sqladmin/issues/201 | [] | xnuinside | 1 |
public-apis/public-apis | api | 3,800 | A | closed | 2024-03-13T19:33:11Z | 2024-03-13T19:40:06Z | https://github.com/public-apis/public-apis/issues/3800 | [] | maru9990 | 0 | |
PaddlePaddle/models | computer-vision | 5,360 | paddle.utils.run_check() 报错 | cuda版本是10.1, cudnn是7.6.5,paddle 安装的是2.1.3。
使用 paddle.utils.run_check() 验证安装是否成功时,报错。不知道问题出在哪里了,麻烦帮看下。
具体报错如下:
`
Running verify PaddlePaddle program ...
W1023 17:00:07.024209 6741 device_context.cc:404] Please NOTE: device: 0, GPU Compute Capability: 6.1, Driver API Version: 10.1, Runtime API Version: 10.1
... | open | 2021-10-23T09:36:43Z | 2024-02-26T05:08:36Z | https://github.com/PaddlePaddle/models/issues/5360 | [] | 128ve900 | 1 |
pennersr/django-allauth | django | 3,567 | Typo in locales | Extra ")" symbol in the translation:
https://github.com/pennersr/django-allauth/blame/f356138d8903d55755a5157e2992d5b40ba93205/allauth/locale/sk/LC_MESSAGES/django.po#L718
```
#: templates/account/messages/password_set.txt:2
msgid "Password successfully set."
msgstr ")Nastavenie hesla bolo úspešné."
``` | closed | 2023-12-14T20:56:17Z | 2023-12-14T21:31:46Z | https://github.com/pennersr/django-allauth/issues/3567 | [] | eriktelepovsky | 1 |
computationalmodelling/nbval | pytest | 91 | Disable colors for junit reports | We use pytest and nbval to generate junit-xml files. Unfortunately there is no option to disable the coloring of output messages. Here is an example junit xml file:
```
<testsuite errors="0" failures="1" name="pytest" skips="0" tests="3" time="3.044">
<testcase classname="notebooks.tests.test_error.ipynb" file="no... | closed | 2018-01-30T15:35:52Z | 2018-02-10T15:58:38Z | https://github.com/computationalmodelling/nbval/issues/91 | [] | gartentrio | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.