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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ARM-DOE/pyart | data-visualization | 1,250 | Replace RSL Functionality | Since there are a variety of issues with the RSL package, and it is no longer supported by NASA (see #1249 ), we should work to replace the functionality in Py-ART including:
- [x] FourDD Dealiasing
- [x] Sigmet Reader | closed | 2022-08-24T13:41:21Z | 2024-12-16T22:14:40Z | https://github.com/ARM-DOE/pyart/issues/1250 | [
"component: pyart.io",
"component: pyart.correct",
"Moderate"
] | mgrover1 | 2 |
aio-libs/aiomysql | asyncio | 307 | SAConnection example error | Please fix
``` python
await conn.commit()
```
SAConnection doesn't have commit method. It should be changed to, for example,
``` python
await conn.execute("commit")
```
https://github.com/aio-libs/aiomysql/blob/master/examples/example_simple_sa.py#L33
Best regards,
Alex. | closed | 2018-07-03T14:26:57Z | 2018-07-03T18:30:11Z | https://github.com/aio-libs/aiomysql/issues/307 | [] | IdeoG | 2 |
sngyai/Sequoia | pandas | 47 | 有没有教程? | closed | 2023-02-27T07:53:34Z | 2025-03-05T09:49:39Z | https://github.com/sngyai/Sequoia/issues/47 | [] | bitspring | 1 | |
Sanster/IOPaint | pytorch | 259 | [BUG] zoom out | When the steps of the photo are finished or I want to see the back and front, it comes out of zoom and shows the whole image | closed | 2023-04-02T01:20:57Z | 2023-04-02T01:24:46Z | https://github.com/Sanster/IOPaint/issues/259 | [] | kingal2000 | 0 |
akfamily/akshare | data-science | 5,899 | stock_zh_a_daily( )接口无法正常下载任意股票,只有个别股票数据可以正常下载 | 重要前提
已更新到最新版本
如何提交问题
详细问题描述
连续调用stock_zh_a_daily( )函数下载一系列股票日线数据,前面十几只股票数据正确获取,后面股票数据返回空数据。
请检查操作系统版本,目前只支持 64 位主流操作系统 (满足)
请检查 Python 版本,目前只支持 3.9 以上的版本(3.12)
请确认 AKShare 版本,升级到最新版复现问题 (最新版本)
请提交相关接口的名称和相应的调用代码
try:
stock_zh_a_daily_hfq_df = ak.stock_zh_a_daily(code, start_date=start_date, end_date=end_date, a... | closed | 2025-03-16T00:26:20Z | 2025-03-16T03:42:28Z | https://github.com/akfamily/akshare/issues/5899 | [
"bug"
] | gaoshanlee193 | 3 |
yeongpin/cursor-free-vip | automation | 225 | [Bug]: Mac版本执行后脚本显示成功,但是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-14T04:11:54Z | 2025-03-16T03:38:35Z | https://github.com/yeongpin/cursor-free-vip/issues/225 | [
"bug"
] | somesky | 3 |
aws/aws-sdk-pandas | pandas | 2,865 | Augment dataframes with metadata from the origin file | Right now, a third party process saves out json files into an S3 bucket for us. The filename looks like `<prefix>-<iso_datetime>.json.gz`, and each file is the output of an endpoint that specifies a time-value pair. For example, the file might look like:
```json
[{"time": "2024-06-21T00:00:00Z", "value": 1.0}, ...]... | closed | 2024-06-21T04:15:21Z | 2024-07-22T08:02:05Z | https://github.com/aws/aws-sdk-pandas/issues/2865 | [
"enhancement"
] | Samreay | 1 |
Kanaries/pygwalker | matplotlib | 638 | Support for Pygwalker Data Visualizations in `marimo` | **Is your feature request related to a problem? Please describe.**
When attempting to use pygwalker within marimo (a Python notebook framework), I encountered an issue where marimo was unable to display the pygwalker visualization. Specifically, I received the error message:
```
Unsupported mimetype: application/vnd... | closed | 2024-10-03T14:42:42Z | 2024-10-31T02:30:20Z | https://github.com/Kanaries/pygwalker/issues/638 | [
"enhancement",
"P1"
] | Haleshot | 18 |
zappa/Zappa | django | 456 | [Migrated] Check config | Originally from: https://github.com/Miserlou/Zappa/issues/1215 by [daphee](https://github.com/daphee)
## Description
This adds a new function `verify_settings` to `cli.py` that is called when settings are loaded.
It goes through the settings dict and compares all used keys with a whitelist in `valid_settings.py`. Fo... | closed | 2021-02-20T08:35:06Z | 2022-07-16T07:32:12Z | https://github.com/zappa/Zappa/issues/456 | [] | jneves | 1 |
keras-team/keras | tensorflow | 20,542 | model.fit - class_weight broken | It seems argmax is returning dtype=int64 in the true case and int32 is returned in the false case.
https://github.com/keras-team/keras/blob/a503a162fc5b4120a96a1f7203a1de841f0601e2/keras/src/trainers/data_adapters/tf_dataset_adapter.py#L129-L133
Stacktrace:
```Python traceback
Traceback (most recent call last):... | closed | 2024-11-23T21:29:58Z | 2024-12-27T02:01:47Z | https://github.com/keras-team/keras/issues/20542 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | GICodeWarrior | 4 |
JaidedAI/EasyOCR | machine-learning | 994 | Train function error | Trying to fine tune a model, but it gives "ImportError: cannot import name 'train' from 'train' (/usr/local/lib/python3.9/dist-packages/train/__init__.py)" error. Where does this function come from? Checked the https://train.readthedocs.io/en/latest/?badge=latest doc, but there is no info about it. Neither is it in the... | closed | 2023-04-21T12:24:48Z | 2023-04-27T06:25:47Z | https://github.com/JaidedAI/EasyOCR/issues/994 | [] | StiflerDante | 0 |
plotly/dash | plotly | 2,334 | provide selectedData/MultiSelect for pie chart | Thanks so much for your interest in Dash!
Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation questions. When in doubt, please feel free to just post the issue h... | open | 2022-11-23T07:42:21Z | 2024-08-13T19:23:01Z | https://github.com/plotly/dash/issues/2334 | [
"feature",
"P3"
] | Matan-Morduch | 1 |
TencentARC/GFPGAN | pytorch | 39 | RuntimeError:"Distributed package doesn't have NCCL" ??? | How to train a custom model under Windows 10 with miniconda?
Inference works great but when I try to start a custom training only errors come up.
Latest RTX/Quadro driver and Nvida Cuda Toolkit 11.3 + cudnn 11.3 + ms vs buildtools are installed.
My Miniconda Env:
.
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-06-03T15:18:54Z | 2025-03-23T23:16:11Z | https://github.com/ansible/awx/issues/15247 | [
"type:bug",
"component:api",
"needs_triage",
"community"
] | chinna44 | 7 |
Anjok07/ultimatevocalremovergui | pytorch | 1,430 | Any idea what this error is? | Last Error Received:
Process: MDX-Net
Missing file error raised. Please address the error and try again.
If this error persists, please contact the developers with the error details.
Raw Error Details:
FileNotFoundError: "[Errno 2] No such file or directory: 'ffprobe'"
Traceback Error: "
File "UVR.py... | open | 2024-06-27T22:05:12Z | 2024-06-27T22:05:12Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1430 | [] | NathanWolfxx | 0 |
ARM-DOE/pyart | data-visualization | 717 | Investigating behavior of masked arrays | closed | 2018-03-07T19:48:49Z | 2020-03-26T20:23:19Z | https://github.com/ARM-DOE/pyart/issues/717 | [] | mhpicel | 1 | |
flairNLP/flair | nlp | 2,951 | How to set up the video card used | I found that the default is 'cuda:0', now I want to modify to a different graphics card, how do I set it?

| closed | 2022-09-30T01:56:18Z | 2022-09-30T01:57:10Z | https://github.com/flairNLP/flair/issues/2951 | [
"question"
] | yaoysyao | 0 |
wkentaro/labelme | deep-learning | 323 | no sudo privilege in docker env | First, thanks for the great work.
I have tried to make a docker image from the Dockerfile you provided, everything is good but the developer user does not have su privilege, so I cannot install my own packages in the container. Password is required when asked for su privilege and then it just shows:
su: Authentic... | closed | 2019-02-18T08:09:24Z | 2019-02-21T10:16:07Z | https://github.com/wkentaro/labelme/issues/323 | [] | cissoidx | 4 |
tensorflow/tensor2tensor | deep-learning | 1,219 | Error Querying Server: Requested more than 0 entries, but params is empty. | Trying to serve my Chinese to English model and am having trouble querying. I am receiving an error:
```
(test) root@ubuntu-c-8-16gib-sfo2-01:~/T2T_Model# t2t-query-server --server=0.0.0.0:9000 --servable_name=transformer --problem=translate_enzh_wmt32k_rev --data_dir=/root/T2T_Model/t2t_data --inputs_on... | open | 2018-11-13T05:50:17Z | 2018-11-14T08:52:49Z | https://github.com/tensorflow/tensor2tensor/issues/1219 | [] | echan00 | 9 |
MycroftAI/mycroft-core | nlp | 2,456 | Failing to run on Python3.9 | While running [dev_setup.sh](https://github.com/MycroftAI/mycroft-core/blob/dev/dev_setup.sh), this error message pops up:
```
Traceback (most recent call last):
File "<stdin>", line 20649, in <module>
File "<stdin>", line 197, in main
File "<stdin>", line 82, in bootstrap
File "<frozen zipimport>", lin... | closed | 2020-01-18T04:30:35Z | 2020-01-28T14:29:53Z | https://github.com/MycroftAI/mycroft-core/issues/2456 | [] | opensource-assist | 6 |
CTFd/CTFd | flask | 2,202 | Add more statistics to admin/statistics | **Environment**:
- CTFd Version/Commit: 3.5.0
**What happened?**

**What did you expect to happen?**
While the statistics page shows general stats about the fail and solve attempts there should be s... | open | 2022-10-17T09:46:15Z | 2022-10-17T09:46:15Z | https://github.com/CTFd/CTFd/issues/2202 | [] | thecybermafia | 0 |
tfranzel/drf-spectacular | rest-api | 1,029 | PolymorphicSerializerExtension drops serializers without writable fields | **Describe the bug**
PolymorphicSerializerExtension does not recognize polymorphic child serializers without writable fields as valid serializers for write operations despite django-rest-polymorphic library adding one writable field called `resourcetype`.
As far as I can understand, this bug occurs in [this](https:... | closed | 2023-07-17T15:12:34Z | 2023-07-23T21:20:54Z | https://github.com/tfranzel/drf-spectacular/issues/1029 | [
"bug",
"fix confirmation pending"
] | igorlitvak | 1 |
graphql-python/graphene-sqlalchemy | graphql | 225 | bug: string.value? | https://github.com/graphql-python/graphene-sqlalchemy/blob/db3e9f4c3baad3e62c113d4a9ddd2e3983d324f2/graphene_sqlalchemy/fields.py#L40-L41
AttributeError: 'str' object has no attribute 'value' | closed | 2019-06-06T20:40:51Z | 2023-02-24T14:56:14Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/225 | [
"bug"
] | maquino1985 | 6 |
coleifer/sqlite-web | flask | 62 | How to specify web password when using docker ? | Would be cool to pass the password to the app via docker. | closed | 2019-06-27T02:37:54Z | 2019-12-02T17:27:55Z | https://github.com/coleifer/sqlite-web/issues/62 | [] | misiek303 | 2 |
raphaelvallat/pingouin | pandas | 37 | Contingency: tests against other software | Validate contingency tests against implementations from R, SPSS and JASP | closed | 2019-05-30T00:05:49Z | 2019-05-30T21:36:52Z | https://github.com/raphaelvallat/pingouin/issues/37 | [
"feature request :construction:"
] | arthurpaulino | 1 |
alteryx/featuretools | scikit-learn | 1,995 | Enumerate Primitive Type | As a developer, Primitive Types should be enumerated to improve maintainability and consistency.
#### Code Example
```python
# featuretools/types.py
class PrimitiveTypes(Enum):
AGGREGATION = "aggregation"
TRANSFORM = "transform"
WHERE = "where"
GROUPBY_TRANSFORM = "groupby transform"
```
... | open | 2022-03-29T14:31:27Z | 2023-06-26T19:10:03Z | https://github.com/alteryx/featuretools/issues/1995 | [
"new feature",
"tech debt"
] | dvreed77 | 0 |
mirumee/ariadne | api | 1,101 | Feature request: cache query parsing and validation | Hello,
First of all, thanks for your work on Ariadne, I've really enjoyed working with it until now!
I'm opening this issue because we recently ran a load test on a microservice which basically translates Graphql queries into SQL, and fetches data from postgres with sqlalchemy's async API . (we ran the tests wit... | closed | 2023-06-16T14:07:46Z | 2023-08-02T16:47:27Z | https://github.com/mirumee/ariadne/issues/1101 | [
"docs"
] | lukapeschke | 10 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 55 | Conda UnsatisfiableError: The following specifications were found to be incompatible with your CUDA driver | Fix the following conda errors (not sure if they are reproducible errors):
Windows:
```
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your CU... | closed | 2020-04-15T21:33:27Z | 2022-03-16T15:55:11Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/55 | [
"help wanted",
"pip/conda"
] | KevinMusgrave | 32 |
matterport/Mask_RCNN | tensorflow | 2,282 | Running inference on RTX 2080 Ti | I tried to run the code on different GPUs and noticed that the network is extremely slow on RTX2080Ti. The GPU usage is close to 0% although memory has been allocated at the beginning. It seems that computation occurs on CPU.
For reference, I am using:
Ubuntu 18.04
Tensorflow 1.14
Cuda 10
CuDNN 7.5
Keras 2.2.5... | open | 2020-07-14T17:39:24Z | 2020-07-16T06:07:38Z | https://github.com/matterport/Mask_RCNN/issues/2282 | [] | YMarrakchi | 1 |
iMerica/dj-rest-auth | rest-api | 219 | Expose logout logic through dj-rest-auth config | There are a two places where dj-rest-auth [assumes the fields](https://github.com/jazzband/dj-rest-auth/blob/732935d168bc2a325c0bdd5ddf831b509b53cff3/dj_rest_auth/views.py#L167) of the user model / token.
`auth_token` for my user model is actually a set, so `delete()` won't work. Easy enough to extend LogoutView, bu... | closed | 2021-01-29T17:36:52Z | 2021-02-07T06:18:40Z | https://github.com/iMerica/dj-rest-auth/issues/219 | [] | mjmaurer | 1 |
docarray/docarray | fastapi | 1,239 | Rethink the predefined document structure | # Context
we need to discuss if `docarray.documents` should have all of this field (embedding etcc).
I think we should say to the user that they should almost always define their own `BaseDocument` | closed | 2023-03-14T13:27:41Z | 2023-03-23T08:33:03Z | https://github.com/docarray/docarray/issues/1239 | [] | samsja | 1 |
serengil/deepface | deep-learning | 677 | DeepFace.stream() function throws error | The function "preprocess_face" is missing in ./commons/realtime.py script
This is an issue with the latest version==0.0.78 but not with the version==0.0.75 | closed | 2023-02-16T11:55:35Z | 2023-02-16T13:29:42Z | https://github.com/serengil/deepface/issues/677 | [
"duplicate"
] | swapnika92 | 1 |
BlinkDL/RWKV-LM | pytorch | 36 | What does "stream and split" strategy even mean? | The readme.md mentioned a strategy called "stream and split", how does it work? I haven't seen it anywhere outside of this repo and even in this repo. | closed | 2023-02-26T14:11:15Z | 2023-02-26T17:14:41Z | https://github.com/BlinkDL/RWKV-LM/issues/36 | [] | hfnuser0000 | 1 |
yunjey/pytorch-tutorial | pytorch | 212 | BN should be used after ReLU | <https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02-intermediate/convolutional_neural_network/main.py#L41-L42>
```python
nn.ReLU(),
nn.BatchNorm2d(...),
```
BN should be used after ReLU. Features might be truncated by non-linearity like ReLU, so BN is used to normalize the distribution of feat... | closed | 2020-07-06T09:12:26Z | 2020-07-24T06:55:41Z | https://github.com/yunjey/pytorch-tutorial/issues/212 | [] | yunlingz | 0 |
nolar/kopf | asyncio | 350 | [PR] Crash the whole operator on unrecoverable errors in watchers/workers | > <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2020-04-27 19:38:11+00:00_
> Original URL: https://github.com/zalando-incubator/kopf/pull/350
>
## What do these change... | closed | 2020-08-18T20:04:23Z | 2020-09-06T21:53:32Z | https://github.com/nolar/kopf/issues/350 | [
"bug",
"archive"
] | kopf-archiver[bot] | 1 |
xinntao/Real-ESRGAN | pytorch | 769 | 关于用自己第一次训练好的模型,再用新的数据继续迭代训练的问题 | 模型只能训练一次吗?我用自己训练的模型,再用数据去二次训练,发现报找不到卷积层权重的异常! | open | 2024-03-23T05:47:20Z | 2024-03-25T07:09:27Z | https://github.com/xinntao/Real-ESRGAN/issues/769 | [] | kl402401 | 2 |
proplot-dev/proplot | data-visualization | 234 | can't set style to default | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
I would like to set the style back to matplotlib's defaults ... | closed | 2020-11-14T23:05:47Z | 2021-07-03T16:45:26Z | https://github.com/proplot-dev/proplot/issues/234 | [
"bug"
] | matthias-k | 2 |
numba/numba | numpy | 9,802 | IR is not SSA | I thought Numba IR was supposed to be SSA. However:
```python
from numba import config, njit
config.ANNOTATE = 1
@njit('void(float32[::1], int32)')
def function_to_lower(A, n):
i = 0
while i < n:
A[i] = i
i += 1
```
produces
```
-----------------------------------ANNOTAT... | closed | 2024-11-20T22:30:56Z | 2024-11-26T15:11:58Z | https://github.com/numba/numba/issues/9802 | [
"question"
] | gmarkall | 3 |
miguelgrinberg/microblog | flask | 185 | cannot import flask | C:\Python\Python37-32>python -m flask run
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
Usage: python -m flask run [OPTIONS]
Error: While importing "app", an ImportError was raised:
Tr... | closed | 2019-10-06T12:52:33Z | 2019-10-08T08:14:07Z | https://github.com/miguelgrinberg/microblog/issues/185 | [] | AkshithaKoppaka | 3 |
tfranzel/drf-spectacular | rest-api | 880 | File as a Response seems not to be possible | **Describe the bug**
An API endpoint with a response as a CSV or png can not be properly defined.
The docs state to use the OpenApiTypes.BINARY Type but this seems only to be a disguised String, which if used returns: Could not satisfy the request Accept header.
**To Reproduce**
```python
@extend_schema(
... | closed | 2022-11-30T14:47:02Z | 2022-12-08T23:03:14Z | https://github.com/tfranzel/drf-spectacular/issues/880 | [] | jonaskonig | 3 |
gevent/gevent | asyncio | 1,762 | [Question] about: OSError: unexpected end of file while reading request at position | Hey there,
I'm using `bottle` in combination with `gevent` on a production-level application where I'm getting rare exceptions when a user uploads a file (most of the time it's working without problems, I cannot reproduce it, hence I'm sitting here and wait for it).
```python-traceback
raise IOError("unexpected ... | closed | 2021-01-21T16:16:43Z | 2024-02-10T08:17:26Z | https://github.com/gevent/gevent/issues/1762 | [
"Status: not gevent"
] | cgloeckner | 4 |
piskvorky/gensim | machine-learning | 2,872 | Broken file link in `run_corpora_and_vector_spaces` tutorial | #### Problem description
The `run_corpora_and_vector_spaces.ipynb` tutorial depends on a file on the web, and that file is missing.
#### Steps/code/corpus to reproduce
See https://groups.google.com/g/gensim/c/nX4lc8j0ZO0
#### Versions
Please provide the output of:
```python
import platform; print(pla... | closed | 2020-07-05T07:24:23Z | 2021-06-06T13:50:18Z | https://github.com/piskvorky/gensim/issues/2872 | [
"bug",
"documentation",
"difficulty easy"
] | piskvorky | 6 |
pydantic/pydantic-settings | pydantic | 116 | How to change a setting on-the-fly without an environment variable? | I am using pydantic-settings and have a pretty typical settings class. Let's say it looks like the following
```python
from pydantic_settings import BaseSettings
from pydantic import Field
class Settings(BaseSettings):
MYSETTING: bool = Field(True)
```
I now have some function where I would like to (... | closed | 2023-07-10T07:04:42Z | 2023-07-10T20:05:15Z | https://github.com/pydantic/pydantic-settings/issues/116 | [
"unconfirmed"
] | Andrew-S-Rosen | 4 |
plotly/dash | dash | 2,963 | [BUG] dcc.RadioItems checked state not updated | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip l... | closed | 2024-08-23T10:15:06Z | 2024-08-23T10:31:42Z | https://github.com/plotly/dash/issues/2963 | [] | ihor-lazariev | 1 |
yeongpin/cursor-free-vip | automation | 109 | 运行都没有问题 但是注册的账号还是试用账号? | 
 | closed | 2025-02-26T15:46:03Z | 2025-02-26T15:59:00Z | https://github.com/yeongpin/cursor-free-vip/issues/109 | [] | GongNanyue | 1 |
PablocFonseca/streamlit-aggrid | streamlit | 303 | [BUG] AgGrid theme different from Streamlit theme | **Describe the bug**
Normally the AgGrid theme is similar to the Streamlit app theme, but I noticed that after updating from 1.0.5 to 1.1.0, the AgGrid theme is mismatching.
**To Reproduce**
I used this as small working example:
```
from st_aggrid import AgGrid
import pandas as pd
df = pd.DataFrame({"Column A": [1, ... | closed | 2025-02-06T09:26:51Z | 2025-03-05T19:31:54Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/303 | [] | Hoffelhas | 1 |
mwaskom/seaborn | matplotlib | 3,508 | Support non-index dataframe in heatmap | Since Seaborn is planning to add support for dataframes other than pandas (https://github.com/mwaskom/seaborn/pull/3369), I'd like to point out an issue with heatmap.
Currently, Seaborn's [heatmap](https://seaborn.pydata.org/generated/seaborn.heatmap.html) requires a Pandas dataframe with row labels or an index. How... | closed | 2023-09-30T14:31:34Z | 2023-09-30T15:00:45Z | https://github.com/mwaskom/seaborn/issues/3508 | [] | stevenlis | 1 |
plotly/jupyter-dash | jupyter | 93 | Error 403 | Not able to run any example of jupyter-dash on google colab.
A minimal reproducible code would be the [example on this repo](https://github.com/plotly/jupyter-dash/blob/master/notebooks/getting_started.ipynb) itself.
From this repo and all other examples I found on the Internet, I get this single _Error 403_
![image... | open | 2022-06-27T19:10:39Z | 2022-12-08T17:41:49Z | https://github.com/plotly/jupyter-dash/issues/93 | [] | d-s-dc | 2 |
Josh-XT/AGiXT | automation | 928 | Agent Management - OpenAI overrides local configured provider | ### Description
New Agent Provider setting is not saved. I suspect it is the new error handler.
In the console log I get only 200 OKs for all transactions.
I followed the instructions for GPT4all. https://josh-xt.github.io/AGiXT/3-Providers/GPT4ALL.html
 Many don't read / respect our current issue template.
_Originally posted by @piskvorky in https://github.com/RaRe-Technologies/gensim/issues/3097#issuecomment-8... | open | 2021-04-01T07:20:36Z | 2021-04-01T07:20:51Z | https://github.com/piskvorky/gensim/issues/3098 | [
"documentation",
"housekeeping"
] | piskvorky | 0 |
DistrictDataLabs/yellowbrick | matplotlib | 344 | Version 0.6.0 Release | Steps for 0.6.0 version bump:
- [x] Branch release-0.6.0
- [x] Do version bump
- [x] Update tests and run tests
- [x] Create change log
- [x] Review documentation build
- [x] Merge into `master`
- [x] Push release to PyPI ([instructions](https://bbengfort.github.io/programmer/2016/01/20/packaging-with-... | closed | 2018-03-17T14:25:32Z | 2018-03-21T20:39:56Z | https://github.com/DistrictDataLabs/yellowbrick/issues/344 | [] | rebeccabilbro | 3 |
Miserlou/Zappa | django | 1,585 | Context header mappings do not override http headers | ## Context
I'm using an external lambda authorizer on APIGateway and returning some user info in the context that will be consumed by my api. I'm using the context_header_mappings setting to pass the user_id from the gateway authorizer to the api in the `apigw_user_id` header. The APIGW authorizer function is more use... | open | 2018-08-10T10:21:14Z | 2018-08-10T10:23:10Z | https://github.com/Miserlou/Zappa/issues/1585 | [] | bharling | 1 |
modin-project/modin | pandas | 7,117 | Support building range-partitioning from an index level | closed | 2024-03-25T14:52:20Z | 2024-04-02T16:12:56Z | https://github.com/modin-project/modin/issues/7117 | [
"new feature/request 💬",
"P1",
"partitions reshuffling 🔀"
] | dchigarev | 0 | |
pydantic/pydantic | pydantic | 10,951 | PrivateAttr not working when using it in dataclasses in python 3.11 | ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When trying to use `PrivateAttr` as a value to specify private fields, an exception is raised.
The exception message is the following:
```
ValueError: mutable default <class 'pydantic.fields.ModelPrivateAttr'> for field _pv_prop is not ... | closed | 2024-11-23T00:46:43Z | 2024-11-26T19:48:32Z | https://github.com/pydantic/pydantic/issues/10951 | [
"bug V2",
"pending"
] | Estebanrg21 | 3 |
tiangolo/uwsgi-nginx-flask-docker | flask | 249 | Is it possible to suppress all `chown` calls? | Hi all,
I'm trying to run a container built upon this base image on a platform where `chown` is not permitted.
Is there a way to suppress all these calls, from both `uwsgi` and `nginx`? | closed | 2021-10-05T16:37:14Z | 2024-08-29T00:17:45Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/249 | [] | khuongduybui | 0 |
recommenders-team/recommenders | machine-learning | 1,361 | [FEATURE] Installation via `pip install recommenders` or `conda install recommenders` | ### Description
Would your team consider making the recommenders package installable from the PyPi and/or Anaconda package repository?
Rather than cloning the git repository and installing from that, users could
`pip install recommenders`
or
`conda install recommenders`
### Other Comments
I would lov... | closed | 2021-03-29T00:27:53Z | 2021-05-07T13:37:50Z | https://github.com/recommenders-team/recommenders/issues/1361 | [
"enhancement"
] | zkneupper | 4 |
vanna-ai/vanna | data-visualization | 431 | How to disable chart generation? | Is there any way to disable chart generation?
We found that sometime chart generation is very slow and we just want to get the number.
| open | 2024-05-10T07:42:25Z | 2024-06-04T22:37:11Z | https://github.com/vanna-ai/vanna/issues/431 | [] | njalan | 2 |
apachecn/ailearning | scikit-learn | 659 | 数据分析1 | closed | 2024-11-12T19:47:35Z | 2024-11-14T09:44:23Z | https://github.com/apachecn/ailearning/issues/659 | [] | FSman101 | 2 | |
NullArray/AutoSploit | automation | 655 | Unhandled Exception (5e7e49ee4) | Autosploit version: `3.1`
OS information: `Linux-4.19.0-kali3-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: `[Errno 2] No such file or directory: '/home/Autosploit/hosts.txt'`
Error traceback:
```
Traceback (most recent call):
File "/home/Autosploit/autosploit/main.p... | closed | 2019-04-13T13:54:51Z | 2019-04-17T18:33:02Z | https://github.com/NullArray/AutoSploit/issues/655 | [] | AutosploitReporter | 0 |
google-research/bert | tensorflow | 673 | How to add learning rate into tensorboard? | As title, how can we add learning rate into tensorboard? | open | 2019-06-04T05:26:10Z | 2019-06-04T05:26:10Z | https://github.com/google-research/bert/issues/673 | [] | shunshunyin | 0 |
robotframework/robotframework | automation | 5,065 | Create a possibility to "replay" an output.xml (fast/realtime) with rebot and ListenerAPI there | There are listeners out there in the field that needs to be attached to a running robot and then posts results.
There are two use-cases for that:
1. Development of listeners (at least "read-only" listeners)
2. using reporting Listeners that can be run on output.xml
a. (optionally) in realtime, if the listener i... | open | 2024-02-27T10:24:40Z | 2024-02-27T14:01:13Z | https://github.com/robotframework/robotframework/issues/5065 | [] | Snooz82 | 1 |
microsoft/hummingbird | scikit-learn | 626 | Support for hinge loss on Sklearn SGDClassifier | Ref error message from hummingbird-ml:
> AssertionError: predict_proba for linear models currently only support {'modified_huber', 'squared_hinge', 'log'}. (Given hinge). Please fill an issue at https://github.com/microsoft/hummingbird
Simple enough to get around using squared_hinge, but it yields a significant p... | closed | 2022-08-25T15:32:20Z | 2024-02-13T18:43:59Z | https://github.com/microsoft/hummingbird/issues/626 | [
"help wanted"
] | Economax | 2 |
psf/black | python | 4,374 | no info about setting by default | There is no information in the documentation about the default black parameters
Does not exists info - https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#exclude
Isort have this info - https://pycqa.github.io/isort/docs/configuration/options.html#skip | open | 2024-06-01T13:29:44Z | 2024-06-01T14:16:03Z | https://github.com/psf/black/issues/4374 | [
"T: documentation"
] | ArtemIsmagilov | 3 |
modAL-python/modAL | scikit-learn | 120 | BayesianOptimizer gives negative accuracy | Hi,
I implemented the sample code here :
https://modal-python.readthedocs.io/en/latest/content/apireference/models.html
However, when i switched X(training data in the sample code) to X = np.linspace(0, 22, 1000).reshape(-1, 1)
optimizer.score(X, y) gives me ''-2.267766614571299''
Kind Regards,
Eren. | open | 2021-01-28T14:18:42Z | 2021-01-31T08:18:38Z | https://github.com/modAL-python/modAL/issues/120 | [] | erenarkangil | 1 |
NullArray/AutoSploit | automation | 368 | Unhandled Exception (eef9b858a) | Autosploit version: `3.0`
OS information: `Linux-4.15.0-1021-aws-x86_64-with-Ubuntu-18.04-bionic`
Running context: `autosploit.py`
Error meesage: `argument of type 'NoneType' is not iterable`
Error traceback:
```
Traceback (most recent call):
File "/home/ubuntu/AutoSploit/autosploit/main.py", line 117, in main
ter... | closed | 2019-01-17T07:52:29Z | 2019-02-19T04:21:18Z | https://github.com/NullArray/AutoSploit/issues/368 | [] | AutosploitReporter | 0 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,710 | [Bug]: M4 MacBook Pro WebUI Installation error | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | closed | 2024-12-08T16:59:55Z | 2024-12-09T13:26:33Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16710 | [
"bug-report"
] | huixin-g | 1 |
capitalone/DataProfiler | pandas | 633 | PSI added to diff of numerical stat columns | **Is your feature request related to a problem? Please describe.**
Within https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/profilers/numerical_column_stats.py#L350
Need to add PSI - https://medium.com/model-monitoring-psi/population-stability-index-psi-ab133b0a5d42
Should be a helper function to cal... | closed | 2022-09-16T15:48:58Z | 2022-11-30T16:56:46Z | https://github.com/capitalone/DataProfiler/issues/633 | [
"New Feature",
"good_first_issue"
] | JGSweets | 2 |
automl/auto-sklearn | scikit-learn | 1,625 | KNearestNeighborsRegressor has no attribute 'estimator' when printing show_models() | I have tried to print the models composing the best ensemble with `show_models()`, but it fails if a `k_nearest_neighbours_regressor` is one of them. Is this due to this component not having an initialised `self.estimator`? I am making a custom component with that modification now, and will update this issue if said m... | open | 2022-11-28T12:05:33Z | 2022-12-05T11:14:14Z | https://github.com/automl/auto-sklearn/issues/1625 | [
"bug"
] | MrKevinDC | 3 |
tensorpack/tensorpack | tensorflow | 1,193 | COCO data layout instructions | In the FasterRCNN [readme](https://github.com/tensorpack/tensorpack/tree/master/examples/FasterRCNN/README.md) , it says that that you need to lay out your COCO data like this:
```
COCO/DIR/
annotations/
instances_train201?.json
instances_val201?.json
train201?/
COCO_train201?_*.jpg
val201?/... | closed | 2019-05-15T23:57:26Z | 2019-05-16T01:22:16Z | https://github.com/tensorpack/tensorpack/issues/1193 | [
"examples"
] | armandmcqueen | 1 |
thtrieu/darkflow | tensorflow | 673 | Error:running the demo without output window | Hi,
When I process a video with darkflow,I use the command "flow --model cfg/yolo.cfg --load bin/yolo.weights --demo VID.mp4 --gpu 0.9”,there is nothing output.Why?
> (tensorflow) dell@dell:~/darkflow$ flow --model cfg/yolo.cfg --load bin/yolo.weights --demo VID.mp4 --gpu 0.9
> /home/dell/.conda/envs/tensorfl... | closed | 2018-03-27T08:34:16Z | 2018-11-30T21:25:09Z | https://github.com/thtrieu/darkflow/issues/673 | [] | cpaaax | 8 |
microsoft/RD-Agent | automation | 646 | Where should I place daily_pv.h5 file so that it can be found? | Hi, I just tried running `rdagent fin_factor` command.
This command always gives me `FileNotFoundError: File daily_pv.h5 does not exist` error.
I'm wondering where I should put this file?
I found that this file exists in `RD-Agent/git_ignore_folder/factor_implementation_source_data/daily_pv.h5`.
Why can't `rdage... | open | 2025-02-26T16:21:01Z | 2025-03-08T17:36:43Z | https://github.com/microsoft/RD-Agent/issues/646 | [
"question"
] | lyenliang | 4 |
keras-team/autokeras | tensorflow | 1,086 | Saving trained Model and trained model interpretation | ### Bug Description
This is more like the clarification on the tutorial description in very basic level. I tried
https://autokeras.com/tutorial/image_classification/
I try to understand the result. I got the following output by clf.fit(x_train, y_train,epochs=3)
Does this mean 3 models are compared and in the last... | closed | 2020-04-07T02:56:00Z | 2020-06-14T07:31:15Z | https://github.com/keras-team/autokeras/issues/1086 | [
"wontfix"
] | takeofuture | 3 |
geopandas/geopandas | pandas | 2,954 | BUG:The to_crs function can only be used on the Windows platform. | I need to use the GeoDataFrame..to_crs("EPSG:4326",inplace=True) function to convert my vector layer to the WGS84 coordinate system.
My code was written on Windows, but the actual runtime environment is Linux.
On Windows, I need to set the environment variable 'PROJ_LIB'.
```
PROJ_LIB_PATH = r"D:\anacon... | closed | 2023-07-09T14:55:01Z | 2023-07-09T19:35:13Z | https://github.com/geopandas/geopandas/issues/2954 | [
"installation"
] | mht2953658596 | 2 |
jina-ai/clip-as-service | pytorch | 175 | Stops on freeze in AWS Deep Learning AMI. | **Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x ] Are you running the latest `bert-as-service`?
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`?
* [x] ... | closed | 2019-01-06T17:54:24Z | 2019-01-07T14:11:50Z | https://github.com/jina-ai/clip-as-service/issues/175 | [] | abhinavcode | 3 |
tensorflow/datasets | numpy | 4,919 | Please consider using platformdirs for the data directory | The data directory defaults to `~/tensorflow_datasets`: https://github.com/tensorflow/datasets/pull/4014. [The platformdirs project](https://github.com/platformdirs/platformdirs) gives the correct location for a data directory. I believe [this function](https://github.com/platformdirs/platformdirs/blob/b8c42ddca4def1... | closed | 2023-05-18T17:42:44Z | 2023-05-24T18:03:03Z | https://github.com/tensorflow/datasets/issues/4919 | [
"enhancement"
] | NeilGirdhar | 7 |
modoboa/modoboa | django | 2,995 | SystemCheckError: System check identified some issues | HI,
I updated the modoboa version to version 2.1.2 and the cron jobs update_statistics, cleanlogs, check_mx and communicate_with_public_api all give the same error, which I report below
SystemCheckError: System check identified some issues:
ERRORS:
modoboa.Record.header_from: (fields.E304) Reverse accessor for ... | closed | 2023-05-05T07:02:32Z | 2023-05-05T07:50:39Z | https://github.com/modoboa/modoboa/issues/2995 | [] | nsabatelli | 2 |
Miserlou/Zappa | flask | 1,658 | module 'pip' has no attribute 'get_installed_distributions' | <!--- Provide a general summary of the issue in the Title above -->
## module 'pip' has no attribute 'get_installed_distributions' no matter what you do you get this error, so frustrating, makes you not use zappa anymore it's unfortunate
<!--- Provide a more detailed introduction to the issue itself, and why you con... | open | 2018-10-17T13:23:02Z | 2018-10-19T19:32:55Z | https://github.com/Miserlou/Zappa/issues/1658 | [
"needs-info"
] | nabaz | 1 |
ivy-llc/ivy | tensorflow | 28,581 | Fix Frontend Failing Test: numpy - tensor.torch.Tensor.repeat | closed | 2024-03-13T14:25:27Z | 2024-03-16T15:32:48Z | https://github.com/ivy-llc/ivy/issues/28581 | [
"Sub Task"
] | ZenithFlux | 0 | |
pyg-team/pytorch_geometric | deep-learning | 9,520 | Take too long to install PyG on Colab | ### 😵 Describe the installation problem
I used to install the required packages on Colab to run PyG using the following codes within 2 minutes.
```
import torch
def format_pytorch_version(version):
return version.split('+')[0]
TORCH_version = torch.__version__
TORCH = format_pytorch_version(TORCH_vers... | open | 2024-07-19T03:41:35Z | 2024-09-19T15:48:02Z | https://github.com/pyg-team/pytorch_geometric/issues/9520 | [
"installation"
] | xubingze | 4 |
serengil/deepface | deep-learning | 521 | Getting "an illegal memory access was encountered" when using GPU for Facial Recognition demo | I am trying to run the facial recognition demo but I am getting the following errors:
> 2022-07-25 05:50:01.611523: E tensorflow/stream_executor/cuda/cuda_event.cc:29] Error polling for event status: failed to query event: CUDA_ERROR_ILLEGAL_ADDRESS: an illegal memory access was encountered
> 2022-07-25` 05:50:01... | closed | 2022-07-25T02:54:27Z | 2022-07-25T08:22:48Z | https://github.com/serengil/deepface/issues/521 | [
"question"
] | teenaxta | 1 |
deepfakes/faceswap | deep-learning | 533 | AttributeError: module 'keras.backend' has no attribute 'normalize_data_format' | when i train with keras 2.2 version, found title issue. i try to downgrade to keras 2.16, but the issue still happen | closed | 2018-11-12T22:38:27Z | 2018-11-12T22:43:22Z | https://github.com/deepfakes/faceswap/issues/533 | [] | ruah1984 | 1 |
marimo-team/marimo | data-science | 3,174 | marimo edit --sandbox no longer creates new files | ### Describe the bug
Sometime in between 0.9.23 and 0.10.2, `marimo edit --sandbox new_file.py` no longer creates new files. `marimo edit new_file.py` works fine, but adding `--sandbox` gives `FileNotFoundError: [Errno 2] No such file or directory 'new_file.py'`.
### Environment
```
{
"marimo": "0.10.2",
"OS": "... | closed | 2024-12-14T19:28:13Z | 2024-12-16T21:06:40Z | https://github.com/marimo-team/marimo/issues/3174 | [
"bug"
] | anjiro | 1 |
python-gitlab/python-gitlab | api | 2,710 | project.repository_tree returns 404 for non-existent path (used to return an empty list) | ## Description of the problem, including code/CLI snippet
`project.repository_tree(path="xxx")` throws a 404 exception if the path `xxx` doesn't exist. Before it didn't and just returned an empty list. It seems that the behavior changed during last week.
Working example:
```
import gitlab
from pprint import ... | closed | 2023-10-30T06:33:07Z | 2024-11-04T01:45:32Z | https://github.com/python-gitlab/python-gitlab/issues/2710 | [
"upstream"
] | elboulangero | 3 |
quantumlib/Cirq | api | 6,508 | Incorrect Classical Register Size in `to_qasm` with Inhomogeneous Measurements | **Description of the issue**
When a `Circuit` contains multiple measurements under the same key but with varying sizes, the `to_qasm` method improperly assigns the classical register size, resulting in a smaller than required register.
A potential solution includes fixing this behavior directly or, throwing an ex... | closed | 2024-03-20T06:41:25Z | 2024-11-22T14:50:25Z | https://github.com/quantumlib/Cirq/issues/6508 | [
"kind/bug-report",
"triage/accepted",
"triage/needs-more-evidence",
"area/interop",
"area/qasm"
] | p51lee | 2 |
pydata/xarray | pandas | 9,263 | DOC: copybutton does not copy complete example | ### What happened?
In the documentation sometimes the copy button fails to copy the complete example. One example can be seen in the [HDF section](https://docs.xarray.dev/en/stable/user-guide/io.html#hdf5)

T... | closed | 2024-07-22T08:06:22Z | 2024-07-22T13:00:40Z | https://github.com/pydata/xarray/issues/9263 | [
"bug",
"topic-documentation"
] | mosc9575 | 1 |
graphistry/pygraphistry | jupyter | 58 | npm dataset handling slower and bigger filesize under api=2 | - @thibaudh
To reproduce: use `datasets/rawdata/all-npm-packages` notebook, and try api vs api=2
File size: 5mb vs 6mb
Time: maybe 10X difference? Seemed to be in python CPU processing.
| closed | 2016-04-09T08:11:03Z | 2016-05-07T20:46:34Z | https://github.com/graphistry/pygraphistry/issues/58 | [
"bug",
"invalid",
"p4"
] | lmeyerov | 2 |
tensorflow/tensor2tensor | deep-learning | 947 | Poor performance of Transformer on Wikitext-2 LM | For PTB, poor performance of Transformer was already discussed [#128](https://github.com/tensorflow/tensor2tensor/issues/128) [#108](https://github.com/tensorflow/tensor2tensor/issues/108). I've also observed similar phenomenon for Wikitext-2 without various hyperparameters and architectural modification. Since Transfo... | closed | 2018-07-19T17:19:01Z | 2019-06-13T12:45:35Z | https://github.com/tensorflow/tensor2tensor/issues/947 | [] | AranKomat | 1 |
retentioneering/retentioneering-tools | data-visualization | 53 | ValueError on seaborn==0.11.2 | Cell
```
data.rete.compare(groups=(test, control),
function=conversion,
test='mannwhitneyu',
group_names=('test','control'))'
```
in [tutorial](https://retentioneering.github.io/retentioneering-tools/_build/html/compare.html) doesn't work and fails with ... | closed | 2022-08-02T09:12:59Z | 2023-03-28T07:57:37Z | https://github.com/retentioneering/retentioneering-tools/issues/53 | [] | SvetoforColumb | 1 |
Nekmo/amazon-dash | dash | 70 | [NOTICE] New services are welcome! | Amazon-dash currently supports:
- System Commands
- SSH
- HTTP Webhooks
- Home Assistant
- OpenHAB
- IFTTT
Do you need any other service? Please leave your comments. | open | 2018-08-05T00:38:02Z | 2022-12-28T00:28:23Z | https://github.com/Nekmo/amazon-dash/issues/70 | [
"enhancement"
] | Nekmo | 8 |
mkhorasani/Streamlit-Authenticator | streamlit | 272 | Cookie setting failure | ## Problem
When switching to another page as soon as you authenticate a user, the cookie fails to be set.
## Cause
This is caused by I/O delay.
## Solution
Introduce a delay upon setting the cookie in line https://github.com/mkhorasani/Streamlit-Authenticator/blob/c306a18b21970a5c57fc83d678bf0b3db14115f4/streamlit_a... | closed | 2025-03-11T16:33:28Z | 2025-03-11T16:38:05Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/272 | [
"enhancement"
] | JimiC | 0 |
aimhubio/aim | data-visualization | 3,063 | Having problems using with fairseq | ## ❓Question
The library [fairseq](https://github.com/facebookresearch/fairseq/) has built in support for aim, but I am struggling to get it working. I'm not sure if it's something I'm doing wrong or if maybe the fairseq support is out of date, but the fairseq repo is fairly inactive so I thought I would ask here.
... | open | 2023-11-15T14:47:34Z | 2024-01-09T07:40:58Z | https://github.com/aimhubio/aim/issues/3063 | [
"type / question"
] | henrycharlesworth | 4 |
hankcs/HanLP | nlp | 630 | Hanlp使用 | <!--
这是HanLP的issue模板,用于规范提问题的格式。本来并不打算用死板的格式限制大家,但issue区实在有点混乱。有时候说了半天才搞清楚原来对方用的是旧版、自己改了代码之类,浪费双方宝贵时间。所以这里用一个规范的模板统一一下,造成不便望海涵。除了注意事项外,其他部分可以自行根据实际情况做适量修改。
-->
## 版本号
<!-- 发行版请注明jar文件名去掉拓展名的部分;GitHub仓库版请注明master还是portable分支 -->
当前最新版本号是:portable-1.3.4
我使用的版本是:portable-1.3.4
## 我的问题
<!-- 请详细描述问题,越详细越可能... | closed | 2017-09-20T02:19:46Z | 2020-01-01T11:08:03Z | https://github.com/hankcs/HanLP/issues/630 | [
"ignored"
] | SunnyWiki | 3 |
widgetti/solara | fastapi | 296 | Cannot switch to dark mode | running an app with the option `theme-variant` should enable dark theme, but this does not work for me.
Clean install on win11, reproduced by @mariobuikhuizen
```
$ solara run --theme-variant dark script.py
```
Issue #156 suggests that it did work in previous versions | closed | 2023-09-20T09:48:33Z | 2023-10-02T14:52:55Z | https://github.com/widgetti/solara/issues/296 | [] | Jhsmit | 2 |
mwaskom/seaborn | pandas | 3,566 | Problems when setting positions in boxplot() (mainly on log-scale axis) | Hey everybody,
Thanks for adding `native_scale` to boxplot in 0.13!! I've been waiting for this! :)
Now, I tried to do some tweaking dodging boxpositions manually, and encountered the following (I'm on 0.13.0, and matplotlib 3.7.2):
My code:
```python
import seaborn as sns
import matplotlib.pyplot as plt
dat... | closed | 2023-11-20T10:22:11Z | 2023-11-24T12:26:48Z | https://github.com/mwaskom/seaborn/issues/3566 | [] | leoluecken | 9 |
rio-labs/rio | data-visualization | 106 | Display Required Fields, Supporting Text, Icon, `is_sensitive` and `is_valid` for `DateInput` | ### Description
Currently, our `DateInputs` component lacks the ability to indicate which fields are required, provide supporting text, and display leading and trailing icons. These features are crucial for enhancing user experience by guiding them through forms more effectively, ensuring they understand what informat... | open | 2024-07-12T07:36:03Z | 2024-08-13T06:47:09Z | https://github.com/rio-labs/rio/issues/106 | [
"ideas wanted",
"new feature",
"enhancement"
] | Sn3llius | 0 |
Zeyi-Lin/HivisionIDPhotos | machine-learning | 179 | 使用git pull拉取更新,Gradio Web打开还是显示1.2.8版本,而不是最新的1.2.9 | closed | 2024-10-01T04:18:49Z | 2024-10-21T09:44:10Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/179 | [] | leij0318 | 0 | |
keras-team/keras | pytorch | 20,731 | similar functions for `from_tensor` `to_tensor` from ragged api | I think ragged doesn't support yet. But is there any way to handle such following cases?
```python
tf.RaggedTensor.from_tensor
tf.RaggedTensor.to_tensor
...
def __init__(self, **kwargs):
super(RaggedToDenseTensor, self).__init__(**kwargs)
def call(self, inputs):
if isinstance(inputs, tf.RaggedTe... | closed | 2025-01-06T20:27:24Z | 2025-01-14T23:40:27Z | https://github.com/keras-team/keras/issues/20731 | [
"type:support"
] | innat | 6 |
Johnserf-Seed/TikTokDownload | api | 524 | [BUG] Problem with tiktok QR and cookie conflict with douyin url links |
**Describe the bug that occurs**
when I open the example.py file I can't capture the QR because it seems to be the douyin QR and not the tiktok QR, so my tiktok app won't process the douyin QR. So nowhere does it say if this QR works for both tiktok and douyin or only for douyin.
On the other hand, when I set th... | open | 2023-08-20T23:44:49Z | 2023-08-25T06:47:11Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/524 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | Alexo88 | 1 |
widgetti/solara | flask | 114 | Solara as desktop app | Started https://github.com/widgetti/solara/discussions/100 and also asked about on Discord.
I'm opening this to collect interest.
What I can see happening is a pyinstaller + https://pypi.org/project/pywebview/ in CI to test if it is possible to make a desktop-like application and because in CI it will always be s... | open | 2023-05-24T20:02:59Z | 2023-05-25T12:07:34Z | https://github.com/widgetti/solara/issues/114 | [] | maartenbreddels | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.