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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
unionai-oss/pandera | pandas | 1,933 | @pa.dataframe_check doesn't actually support its check_kwargs | If you attempt to add additional args onto a @pa.dataframe_check they don't get passed threw to the underlying class method.
```
class BugTestSchema(pa.DataFrameModel):
@pa.dataframe_check(env=DataLakeEnv.prod)
def check_counterparty_combinations(cls, df, env: DataLakeEnv) -> Series[bool]:
valid_combin... | closed | 2025-03-04T16:22:50Z | 2025-03-05T01:24:03Z | https://github.com/unionai-oss/pandera/issues/1933 | [] | danield-catalyst | 0 |
raphaelvallat/pingouin | pandas | 188 | descriptive statistic when executing pairwise comparison | In version `0.3.12`,pairwise_ttests does not return the `descriptive statistic` between within-subject factor.
May I know whether `pingouin` have any build-in function to return `descriptive statistic` such as 'mean` and `std` for the between within-subject factor. in a reported form,
![Snap 2021-08-04 at 15 ... | closed | 2021-08-04T07:33:29Z | 2021-08-04T07:43:12Z | https://github.com/raphaelvallat/pingouin/issues/188 | [] | balandongiv | 1 |
sherlock-project/sherlock | python | 1,965 | Facebook search - a partial solution | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have... | open | 2024-01-05T00:45:39Z | 2024-01-05T00:45:39Z | https://github.com/sherlock-project/sherlock/issues/1965 | [
"enhancement"
] | urlan | 0 |
Anjok07/ultimatevocalremovergui | pytorch | 948 | UVR Error log | Last Error Received:
Process: Ensemble Mode
If this error persists, please contact the developers with the error details.
Raw Error Details:
ValueError: "zero-size array to reduction operation maximum which has no identity"
Traceback Error: "
File "UVR.py", line 6565, in process_start
File "separate.... | open | 2023-11-05T06:17:09Z | 2023-11-05T06:17:09Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/948 | [] | Styluscrime | 0 |
autogluon/autogluon | scikit-learn | 4,602 | `common.features.infer_types.check_if_nlp_feature` fails on bytes columns | https://github.com/autogluon/autogluon/blob/ca3e0b5cadb064e256cd836b4214046aefae66bd/common/src/autogluon/common/features/infer_types.py#L141-L144
This try/catch only handles `AttributeError`, but if a sequence of bytes is passed, a `TypeError` occurs due to `.str.split()` | closed | 2024-10-30T21:08:14Z | 2024-11-25T21:57:01Z | https://github.com/autogluon/autogluon/issues/4602 | [
"bug",
"module: tabular",
"module: features"
] | samg-stripe | 2 |
satwikkansal/wtfpython | python | 240 | Relative imports | I definitely think this repo should include an example about how messed up relative imports are in Python, just read this thread https://stackoverflow.com/questions/16981921/relative-imports-in-python-3
`file structure`
```
main.py
mypackage/
__init__.py
module1.py
module2.py
```
`module1.py`
... | open | 2020-10-29T21:49:34Z | 2020-10-30T07:57:16Z | https://github.com/satwikkansal/wtfpython/issues/240 | [
"new snippets"
] | adamerose | 1 |
unytics/bigfunctions | data-visualization | 163 | [new]: `list_bucket_files( bucket_url [, encrypted_token] )` | ### Check the idea has not already been suggested
- [X] I could not find my idea in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Anew-bigfunction)
### Edit the title above with self-explanatory function name and argument names
- [X] The function name and the argument... | closed | 2024-08-27T09:04:25Z | 2024-09-19T15:31:49Z | https://github.com/unytics/bigfunctions/issues/163 | [
"new-bigfunction"
] | AntoineGiraud | 3 |
streamlit/streamlit | deep-learning | 9,893 | dataframe LinkColumn regex pattern matching fails to correctly decode URL components | ### 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
#8258 added decoding of regex-matched... | closed | 2024-11-21T12:07:15Z | 2024-11-22T00:46:04Z | https://github.com/streamlit/streamlit/issues/9893 | [
"type:bug",
"status:confirmed",
"priority:P3",
"feature:st.column_config"
] | tom-wood-red | 3 |
docarray/docarray | fastapi | 1,578 | Inquiry regarding DocArray support for chunks in version 0.30 or higher | I am currently utilizing DocArray version 0.30 for constructing a list-like data structure. However, I have encountered an issue with indexing. I would like to inquire about the support for chunks in versions 0.30 or higher of DocArray. | closed | 2023-05-26T07:49:09Z | 2023-05-27T15:02:03Z | https://github.com/docarray/docarray/issues/1578 | [] | xiaojinwhu | 13 |
brightmart/text_classification | nlp | 25 | FileNotFoundError | No such file or directory: '..test-zhihu-forpredict-title-desc-v6.txt' | closed | 2017-12-20T15:22:39Z | 2017-12-21T08:10:44Z | https://github.com/brightmart/text_classification/issues/25 | [] | helloWVV | 2 |
streamlit/streamlit | data-science | 9,917 | Use index value instead of row position in `session_state` of `st.data_editor` | ### 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
The index number in the edited and delete row... | open | 2024-11-24T22:42:16Z | 2024-11-25T14:03:21Z | https://github.com/streamlit/streamlit/issues/9917 | [
"type:enhancement",
"feature:st.data_editor"
] | mhupfauer | 3 |
liangliangyy/DjangoBlog | django | 161 | 需要部署mem缓存吗? | 您好车兄,我也姓车,不知道茫茫人海就能找个姓车的,而且还是同行 | closed | 2018-09-11T06:32:25Z | 2018-09-12T16:02:10Z | https://github.com/liangliangyy/DjangoBlog/issues/161 | [] | cheyunhua | 1 |
matplotlib/matplotlib | matplotlib | 29,790 | [Bug]: test_backend_pgf.py::test_rcupdate fails with texlive 2025 | ### Bug summary
Hi all, thanks for this useful library! Sadly, with texlive 20250308 `test_backend_pgf.py::test_rcupdate` image comparison fails in matplotlib 3.10.1. I don't have the images, as the tests ran on an external system.
### Code for reproduction
```Python
run `test_backend_pgf.py::test_rcupdate`
```
###... | open | 2025-03-21T14:26:01Z | 2025-03-21T14:26:01Z | https://github.com/matplotlib/matplotlib/issues/29790 | [] | MeggyCal | 0 |
jupyter/nbviewer | jupyter | 786 | ERROR: unknown command "download" | **Describe the bug**
While following instructions for **Local Installation: Static Assets** the following error occurreed:
```
invoke less --debug
Downloading from pypi -> /home/juro/R+/DataCamp/Jupyter/nbviewer-master/notebook-5.5.0.tar.gz
ERROR: unknown command "download"
```
**To Reproduce**
Steps to repro... | closed | 2018-07-31T11:23:43Z | 2020-02-04T19:27:38Z | https://github.com/jupyter/nbviewer/issues/786 | [
"status:Needs Reproduction"
] | justineuro | 3 |
horovod/horovod | pytorch | 3,861 | Build error with latest Tensorflow head commit | **Environment:**
1. Framework: TensorFlow
3. Framework version: head commit
4. Horovod version: head commit
5. MPI version:
6. CUDA version:
7. NCCL version:
8. Python version: 3.9
9. Spark / PySpark version:
10. Ray version:
11. OS and version: Ubuntu 20.04
12. GCC version: 9.4.0
13. CMake version: 3.16.3
... | closed | 2023-03-13T19:13:20Z | 2023-04-04T16:16:48Z | https://github.com/horovod/horovod/issues/3861 | [
"bug"
] | mahmoud-abuzaina | 0 |
marcomusy/vedo | numpy | 481 | Compression of mesh along a Axis | Hi @marcomusy ...
what is methods to compress a mesh in direction (for example in X-axis or y-axis). How a mesh object having 30mm along Y-axis can be compressed to 10mm. | closed | 2021-10-12T03:23:07Z | 2021-10-18T04:19:42Z | https://github.com/marcomusy/vedo/issues/481 | [] | sonumathur | 1 |
piskvorky/gensim | data-science | 3,134 | Wrong data in the topic_methods notebook | I am looking at the example notebook [topic_methods](https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/topic_methods.ipynb).
In the [get_term_topics](https://render.githubusercontent.com/view/ipynb?color_mode=auto&commit=0be98916dc2af5943696dd9a7efa8104f445e2a0&enc_url=68747470733a2f2f7261772e6... | open | 2021-05-07T15:05:48Z | 2021-05-08T09:05:30Z | https://github.com/piskvorky/gensim/issues/3134 | [
"bug",
"documentation",
"impact LOW",
"reach LOW"
] | rqueraud | 3 |
timkpaine/lantern | plotly | 167 | get a widget strategy | closed | 2018-07-05T20:36:41Z | 2018-09-21T16:39:22Z | https://github.com/timkpaine/lantern/issues/167 | [
"question"
] | timkpaine | 1 | |
mars-project/mars | scikit-learn | 3,197 | [BUG]Test on ray cluster: TypeError: __init__() missing 1 required positional argument: 'pid' | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
When I run the example code in [mars documentation](https://docs.pymars.org/zh_CN/latest/installation/ray.html), I got the error msg
my code l... | open | 2022-07-28T03:16:19Z | 2022-07-28T06:39:58Z | https://github.com/mars-project/mars/issues/3197 | [] | guodashun | 5 |
deepfakes/faceswap | deep-learning | 1,253 | TensorFlow Probability Requires Unsupported Version | When i try to train my models **(with tensorflow version 2.8.0)** i get prompted with this error:
`ImportError: This version of TensorFlow Probability requires TensorFlow version >= 2.9; Detected an installation of version 2.8.0. Please upgrade TensorFlow to proceed.`
But when i replace my tensorflow version with *... | closed | 2022-08-02T17:28:05Z | 2022-08-02T17:35:20Z | https://github.com/deepfakes/faceswap/issues/1253 | [] | Hexa3333 | 1 |
biolab/orange3 | data-visualization | 6,427 | SQL The problem of long tables | **What's wrong?**
Unexpected shrinking of a table when loading from a database. Longer than > 1 000 000
I know that there is a limit on the maximum table length = 1 000 000. But I think we can be a little friendlier.
We have different behavior depending on the database.
### MS SQL
If table length > 1 000 000... | open | 2023-04-24T19:58:49Z | 2023-04-26T15:19:10Z | https://github.com/biolab/orange3/issues/6427 | [
"bug report"
] | Mikhaylov-yv | 1 |
opengeos/streamlit-geospatial | streamlit | 128 | the website can't open | https://geospatial.streamlit.app/
this website can't open | closed | 2024-01-29T08:53:54Z | 2024-01-30T11:33:53Z | https://github.com/opengeos/streamlit-geospatial/issues/128 | [] | wanghua18 | 3 |
noirbizarre/flask-restplus | flask | 478 | "Response Marshalling" does not ensure that required fields are present | Good Morning,
I am attempting to use "response marshalling" to ensure that my api only returns valid data. I was hoping that the "required" keyword would do this. Unfortunately, this is not working for me. I am curious if this is not a supported functionality, this is a bug or (most likely) I am doing something i... | open | 2018-06-20T14:09:24Z | 2019-11-27T18:41:38Z | https://github.com/noirbizarre/flask-restplus/issues/478 | [] | JakeSummers | 9 |
autogluon/autogluon | computer-vision | 4,304 | [tabular] Fix sample_weight logic | `sample_weight` logic contains some subtle bugs and inefficiencies, which should be fixed.
1. `sample_weight` column is present in X in the model.fit call, it should not be present. While the feature is not used for fitting, it is dropped during model-specific preprocessing, which leads to duplication of the data in... | open | 2024-06-28T21:31:18Z | 2024-11-25T22:47:11Z | https://github.com/autogluon/autogluon/issues/4304 | [
"bug",
"module: tabular",
"code cleanup"
] | Innixma | 0 |
pyeve/eve | flask | 1,244 | Unexpected keys present on [...] black: python_version | See: https://travis-ci.org/pyeve/eve/jobs/512517682#L206 | closed | 2019-03-28T13:52:30Z | 2019-03-28T13:55:55Z | https://github.com/pyeve/eve/issues/1244 | [] | nicolaiarocci | 0 |
waditu/tushare | pandas | 1,037 | 中证1000的数据缺失 | 使用index_daily()获取的中证1000(000852.SH)历史数据中,缺失2006-1-1到2015-5-15时间段的数据。
社区id:pbzysb@163.com | closed | 2019-05-10T09:25:30Z | 2019-05-11T04:44:52Z | https://github.com/waditu/tushare/issues/1037 | [] | acehwong | 1 |
alteryx/featuretools | data-science | 2,057 | Improve tests for primitives that use Datetime inputs | For most datetime primitives, improper conversion of a timezone aware datetime value to a different timezone or UTC could result in the primitives returning incorrect values. For example, converting a time in the US to UTC will result in a change in the hour of the datetime and could also result in a change in the Day,... | open | 2022-05-11T18:39:20Z | 2023-06-26T19:10:49Z | https://github.com/alteryx/featuretools/issues/2057 | [] | thehomebrewnerd | 0 |
marshmallow-code/flask-smorest | rest-api | 238 | Using a dictionary as a Schema | i get error when using dictionary as Schema.
The dictionary that I use:
```python
@use_kwargs({"limit": fields.Integer(), "offset": fields.Integer()}, location="query")
```
the following is the error log.
```
Traceback (most recent call last):
File "/home/Projects/zemfrog/venv/bin/flask", line 8, in <... | closed | 2021-04-08T01:19:52Z | 2021-04-08T06:34:59Z | https://github.com/marshmallow-code/flask-smorest/issues/238 | [] | aprilahijriyan | 1 |
benbusby/whoogle-search | flask | 589 | Request: Ability for admin to filter search results | The ability to pass a filter parameter invisibly as an admin would allow me to filter out the many distractions on the internet that are so often elevated to the top of google search results...
"sites: -reddit.com -facebook.com -wikipedia.org"
This would make this a tool for filtering in addition to being a front... | closed | 2021-12-24T05:26:47Z | 2021-12-24T05:37:33Z | https://github.com/benbusby/whoogle-search/issues/589 | [] | Champagnois88 | 0 |
Significant-Gravitas/AutoGPT | python | 8,733 | Add Code Cov to frontend/backend for e2e testing | We should have our playwright tests publish to code cov | open | 2024-11-20T20:14:11Z | 2024-12-13T17:23:08Z | https://github.com/Significant-Gravitas/AutoGPT/issues/8733 | [
"good first issue"
] | ntindle | 0 |
Johnserf-Seed/TikTokDownload | api | 354 | [BUG] Util miss md5 package |
require md5, but miss md5 package
npm install md5
| closed | 2023-03-16T23:41:23Z | 2023-03-24T06:55:47Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/354 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | liuyug | 1 |
mljar/mercury | data-visualization | 280 | App not running on cloud.runmercury or on huggingface | I am not sure this is a mercury problem. My app runs perfectly in jupyter and also in mercury when running locally. Followed instructions for uploading it to huggingface but also in cloud.runmercury. The result is the same, a name error for a function that is already defined:
NameError ... | closed | 2023-05-19T11:46:16Z | 2023-05-24T22:42:28Z | https://github.com/mljar/mercury/issues/280 | [] | erjonhub | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 899 | . | closed | 2024-07-18T14:05:59Z | 2024-07-18T14:06:35Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/899 | [] | MonsieurNoss | 0 | |
tqdm/tqdm | pandas | 1,168 | fix flaky tests | - [ ] common: coverage upload (or maybe `pytest` cleanup?) sometimes hangs until CI timeout (https://github.com/tqdm/tqdm/runs/2488782174?check_suite_focus=true#step:5:599)
- [ ] rare: pandas tests sometimes yield `99/99` rather than `100/100` | open | 2021-05-24T19:53:05Z | 2021-05-24T20:04:53Z | https://github.com/tqdm/tqdm/issues/1168 | [
"to-fix ⌛",
"submodule ⊂",
"p1-bug-perf ⚡",
"c3-small 🕒",
"p3-framework ⚒"
] | casperdcl | 0 |
ray-project/ray | python | 51,313 | [llm] Roadmap for Data and Serve LLM APIs | This document includes a list of issues / feature requests that we have collected across the oss and other channels. We’ll update this list with relevant info from issues, etc as we go. If there are any features that are not prioritized here, please feel free to open an RFC or feature request or post on the [slack comm... | open | 2025-03-12T17:41:00Z | 2025-03-20T19:54:46Z | https://github.com/ray-project/ray/issues/51313 | [
"enhancement",
"RFC",
"llm"
] | kouroshHakha | 4 |
glumpy/glumpy | numpy | 268 | float cannot be converted to int error in sdf_font.py | I'm running this code with latest numpy
```python
from glumpy.graphics.text import FontManager
regular = FontManager.get("SourceCodePro-Regular.otf")
```
But this happened:
`float cannot be converted to int`
I can fix it by modifying line 45 and 46 of sdf_font.py
```python
int(ratio * nrows)
int(ratio * ncols... | closed | 2020-11-10T15:29:47Z | 2021-06-29T06:01:21Z | https://github.com/glumpy/glumpy/issues/268 | [] | JakkuSakura | 2 |
hankcs/HanLP | nlp | 575 | 发现CustomDictionary字典,只有最后add()或insert()的词条,才会在分词中生效?! | # HanLP版本号
环境1:字典 v1.3.3(full)+jar包 v1.3.4
环境2:字典 v1.2.8(mini)+jar包 v1.2.8
# 我的问题
实验发现,不论是修改.txt并刷新.bin字典文件,还是途经CustomDictionary.add()|insert()方法,都是只有最后附加上去的自定义词条,在分词时才生效?!
# 复现问题
原文:北京海淀区,西八里庄,裕友大厦3层;
字典:
裕友大厦 ns 100
西八里庄 ns 100
分词结果:北京/ns 海淀/ns 区/n ,/w 西八里庄/ns ,**/w 裕/vg 友/ng 大厦/n** 3层/mq ;/w
字典:(仅调换自定义词条的... | closed | 2017-07-05T03:18:13Z | 2019-06-05T14:02:37Z | https://github.com/hankcs/HanLP/issues/575 | [
"duplicated"
] | Zhufei | 5 |
ExpDev07/coronavirus-tracker-api | rest-api | 125 | Created an app using your API |
Thanks for your API ❤
Iam a beginner in iOS development
I made an iOS app using your API which show the latest data and also represent the locations in map using MapKit
Your API helped me to understand better about JSON parsing in Swift
repolink: https://github.com/SaiBalaji22/Corona-Tracker-iOS
| closed | 2020-03-21T15:04:17Z | 2020-04-02T06:57:11Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/125 | [
"user-created"
] | SaiBalaji-PSS | 0 |
ageitgey/face_recognition | python | 1,299 | ValueError: operands could not be broadcast together with shapes (1,0) (128,) | * face_recognition version:
* Python version:
* Operating System:
### Description
I am trying to do basic face recognition
I keep on getting an error
ValueError: operands could not be broadcast together with shapes (1,0) (128,)
IMPORTANT: If your issue is related to a specific picture, include it so others... | open | 2021-03-31T19:09:05Z | 2021-04-19T15:43:50Z | https://github.com/ageitgey/face_recognition/issues/1299 | [] | shubhamtechgeek | 2 |
idealo/image-super-resolution | computer-vision | 10 | TypeError: train() missing 1 required positional argument: 'monitored_metrics' | OS:Win10,64/ Ubuntu18.04
python: 3.6
keras: 2.2.4
tensorflow: 1.13.1(win10), 1.12.0(Ubuntu18.04)
Hi , When I train my own datasets, I got the error like below:
`Traceback (most recent call last):
File "D:\Files\python\MachineLearning\GAN\ISR_train_153_x2_images.py", line 46, in <module>
batch_size=16,
T... | closed | 2019-04-01T10:44:45Z | 2019-04-01T11:38:29Z | https://github.com/idealo/image-super-resolution/issues/10 | [] | ouening | 3 |
developmentseed/lonboard | jupyter | 311 | [EPIC] Create notebook samples tailored to specific use-cases | ## Context
It is important to provide a range of samples for how to work with lonboard.
## Issue
We need to create various sample notebooks that cover a variety of use-cases and fulfill different user-needs.
## Acceptance-Criteria
List the tasks that need to be completed or artifacts that need to be produced
- [ ] De... | open | 2024-01-11T15:30:56Z | 2024-02-28T20:44:54Z | https://github.com/developmentseed/lonboard/issues/311 | [] | emmalu | 1 |
matplotlib/matplotlib | matplotlib | 28,794 | [Doc]: Frame grabbing docs outdated? | ### Documentation Link
https://matplotlib.org/stable/gallery/animation/frame_grabbing_sgskip.html
### Problem
An API part that used to accept scalars now expects a sequence.
Running:
``` python
import numpy as np
import matplotlib
matplotlib.use("Agg")
import matplotlib.pyplot as plt
from matp... | closed | 2024-09-09T13:34:51Z | 2024-09-12T09:29:50Z | https://github.com/matplotlib/matplotlib/issues/28794 | [
"Documentation"
] | v0lta | 9 |
Anjok07/ultimatevocalremovergui | pytorch | 1,214 | UVR5 - got error message - but have 15 gb free space on SSD | Last Error Received:
Process: Ensemble Mode
If this error persists, please contact the developers with the error details.
Raw Error Details:
MemoryError: "Unable to allocate 1.75 GiB for an array with shape (2, 385, 304520) and data type complex64"
Traceback Error: "
File "UVR.py", line 6638, in process... | open | 2024-02-28T12:43:34Z | 2024-03-12T10:19:28Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1214 | [] | entom2 | 1 |
huggingface/transformers | nlp | 36,382 | About Siglip2 feature selection | ### Feature request
Hi, glad to see Siglip2 support.
Wanna consult, since Siglip2 dynamic input (max_num_patches) have padding, does the output need to be selected?
For example, if we have max_num_patches=1024, but there is some padding due to image ratio keeping, the final output 1024 tokens will have some tokens i... | open | 2025-02-25T02:48:52Z | 2025-02-26T10:43:32Z | https://github.com/huggingface/transformers/issues/36382 | [
"Vision"
] | MonolithFoundation | 3 |
raphaelvallat/pingouin | pandas | 224 | Varying anova outputs | Hi,
When I run the following code for an anova:
aov2 = pg.anova(dv='RT', between=['drug', 'Salient'], ss_type=3, data=plb_cbd_RT)
pg.print_table(aov2)
I get a certain output
When I run a different pingouin anova model first, such as:
aov1 = pg.rm_anova(dv='RT',
within=['drug', 'Salient... | closed | 2022-01-20T13:45:42Z | 2022-02-20T17:11:06Z | https://github.com/raphaelvallat/pingouin/issues/224 | [
"invalid :triangular_flag_on_post:",
"IMPORTANT❗"
] | bgunasekera | 7 |
mlfoundations/open_clip | computer-vision | 521 | Entry Not Found Error for JSON file when using OpenCLIP ViT-H/14 | **Hi, thanks for open-sourcing the OpenCLIP.**
**I'm trying to use your OpenCLIP ViT-H/14, but am facing problems when I follow the exact instructions provided in Huggingface repo (_https://huggingface.co/laion/CLIP-ViT-H-14-frozen-xlm-roberta-large-laion5B-s13B-b90k_).**
**Specifically, I tried:**
`import ope... | open | 2023-05-07T14:13:43Z | 2025-03-05T11:03:08Z | https://github.com/mlfoundations/open_clip/issues/521 | [] | jellyheadandrew | 1 |
biolab/orange3 | numpy | 6,183 | Prediction widget does not export eval result. | **What's wrong?**
Described as the issue title.
**How can we reproduce the problem?**

... | closed | 2022-10-26T02:57:29Z | 2022-11-14T09:21:24Z | https://github.com/biolab/orange3/issues/6183 | [
"bug report"
] | leaf918 | 4 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,722 | Row that restricts field queries cannot be lexiconized | ### Describe the bug
When I want to query a certain model, once I restrict the fields, the returned value will not be the model but the Row. I cannot understand this, which makes many methods of my model class unable to be called, and all methods of this Row are private, indicating that it is an immutable property. Th... | closed | 2024-08-11T13:45:19Z | 2024-08-11T13:48:13Z | https://github.com/sqlalchemy/sqlalchemy/issues/11722 | [
"expected behavior"
] | breezechime | 0 |
albumentations-team/albumentations | deep-learning | 1,901 | [Tech debt] Vectorize bounding boxes processing | - [x] Affine
- [ ] BboxSafeRandomCrop
- [ ] CenterCrop
- [ ] Crop
- [ ] CropAndPad
- [ ] CropNonEmptyMaskIfExists
- [ ] D4
- [ ] ElasticTransform
- [ ] GridDistortion
- [ ] HorizontalFlip
- [ ] LongestMaxSize
- [ ] OpticalDIstortion
- [x] PadIfNeeded
- [ ] Perspective
- [ ] PieseWiseAffine
- [ ] RandomCr... | closed | 2024-08-22T00:43:30Z | 2024-08-29T01:03:33Z | https://github.com/albumentations-team/albumentations/issues/1901 | [
"Tech debt"
] | ternaus | 2 |
slackapi/bolt-python | fastapi | 862 | Getting user token of user who triggered event/action | Hello, I am working on a Slack application using the Django framework. The application works fine but I am trying to use search.messages WebAPI function. It can only be called by the instance of a web-client using a user access token. It is simple to get such a token for a user who installed the application via the Sla... | closed | 2023-03-15T11:08:32Z | 2023-03-15T12:00:05Z | https://github.com/slackapi/bolt-python/issues/862 | [
"question",
"area:adapter"
] | FilipVyrostko | 4 |
sktime/pytorch-forecasting | pandas | 847 | Interpretation of calculate_prediction_actual_by_variable | Hi all,
the tutorial contains the following section on this:
> Checking how the model performs across different slices of the data allows us to detect weaknesses. Plotted below are the means of predictions vs actuals across each variable divided into 100 bins using the Now, we can directly predict on the generated ... | open | 2022-01-27T12:44:01Z | 2022-06-30T02:48:14Z | https://github.com/sktime/pytorch-forecasting/issues/847 | [] | DeastinY | 1 |
google-research/bert | nlp | 612 | Memory consumption on running create_pretraining_data.py | Create_pretraining_data.py reads and tokenize data first,
and then create masked, labeled training data for certain times, decided by dupe_factor.
During this process, large amount of training instances remain in memory.
It would be nice to write training instances to file after iterating input data each time, and... | open | 2019-05-02T02:36:18Z | 2019-05-02T02:36:18Z | https://github.com/google-research/bert/issues/612 | [] | kwonmha | 0 |
miguelgrinberg/Flask-SocketIO | flask | 735 | Cant make it work (the example) | I dont know if I a dumb, but I cant make it work
@MARK-IV:/mnt/volume-sfo2-01/html/chat# python3.6 chat.py
* Restarting with stat
* Debugger is active!
* Debugger PIN: 535-969-569
(31115) wsgi starting up on http://127.0.0.1:5000
When I go to chrome and point to http://domain:5000 or http://ip:5000
Chro... | closed | 2018-07-10T22:05:34Z | 2018-09-29T09:37:07Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/735 | [
"question"
] | jediborre | 1 |
aio-libs/aiomysql | sqlalchemy | 71 | Windows exception when using ProactorEventLoop | On Windows, using ProactorEventLoop raises an exception when trying to create a pool or a connection:
``` python
import asyncio
import aiomysql
import sys
async def mysql_example( loop ):
async with aiomysql.create_pool(host='ensembldb.ensembl.org', port=3306, user='anonymous', password='', db='danio_rerio_vega_... | closed | 2016-04-18T12:38:33Z | 2018-06-04T08:01:12Z | https://github.com/aio-libs/aiomysql/issues/71 | [] | espositofulvio | 5 |
tensorpack/tensorpack | tensorflow | 1,519 | How to get the output of the model at each training round? | Hi, I am training a GAN model. I want to convert the output of the generator to an array for operation at the end of each round of training. I tried for a long time but couldn't get an output of type array.
Thank you so much. | closed | 2021-03-24T04:50:06Z | 2022-08-24T23:05:35Z | https://github.com/tensorpack/tensorpack/issues/1519 | [] | lums199656 | 1 |
vitalik/django-ninja | django | 1,384 | How to set CSRF_HEADER_NAME with CORS | Hi,
I'm having troubles to understand how to make CSRF protection work with CORS.
Using
```py
api = NinjaAPI(auth=SessionAuth(csrf=true))
```
and looking at the implementation, The `ninja.utils.check_csrf` method will be called for all requests. In particular, the method `CsrfViewMiddleware.process_view` will b... | closed | 2025-01-08T14:12:39Z | 2025-01-08T17:13:30Z | https://github.com/vitalik/django-ninja/issues/1384 | [] | Quetute | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,364 | AWS Sagemaker training | Hello all,
I am sorry, this is not an issue related to code. I am new to Docker and AWS Sagemaker. I am trying to run Pix2pix training in Sagemaker. Can somebody suggest me a nice article to get started with?
It would also be great to see the changes made to the code if someone has already trained this repo in Sage... | closed | 2022-01-10T14:17:31Z | 2022-01-24T10:46:39Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1364 | [] | jagadishcoder | 1 |
ymcui/Chinese-BERT-wwm | nlp | 142 | 权重版本问题 | 请问怎么把你们预训练好的TensorFlow版本的权重转化为transformers 3.0+ 中tf2.0可以使用的tf_model.h5模型 | closed | 2020-08-21T12:03:12Z | 2020-09-24T11:05:57Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/142 | [
"stale"
] | HUSTHY | 7 |
graphql-python/graphene-django | django | 925 | Default QuerySet for DjangoObjectType has no effect with graphene.List | The documentation describes the use of a [default QuerySet on ObjectType level](https://docs.graphene-python.org/projects/django/en/latest/queries/#default-queryset).
The [unit test for this functionality](https://github.com/graphql-python/graphene-django/blob/master/graphene_django/tests/test_query.py#L1030) makes ... | open | 2020-04-09T07:28:09Z | 2021-02-02T19:38:27Z | https://github.com/graphql-python/graphene-django/issues/925 | [
"Docs enhancement"
] | pors | 13 |
OpenInterpreter/open-interpreter | python | 724 | No matching distribution found for open-interpreter | ### Describe the bug
https://github.com/KillianLucas/open-interpreter/issues/290#issuecomment-1788901214
I'm having the same issue when trying to deploy my streamlit app on streamlit cloud

### Reprodu... | closed | 2023-11-01T12:51:57Z | 2023-11-01T14:26:38Z | https://github.com/OpenInterpreter/open-interpreter/issues/724 | [
"Needs Verification",
"External"
] | tranhoangnguyen03 | 2 |
mirumee/ariadne | graphql | 1,164 | Ariadne `graphql` and `graphql_sync` will attempt to execute `subscription` operations | `graphql` and `graphql_sync` should check if operation to execute is `subscription`, and prevent it if so. We can build on logic from #1160 in this | closed | 2024-02-21T11:23:36Z | 2024-02-21T15:43:27Z | https://github.com/mirumee/ariadne/issues/1164 | [
"bug"
] | rafalp | 0 |
ultralytics/yolov5 | machine-learning | 13,066 | Labelling Objects Occluded objects in Extreme Environment | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I am dealing with object detection of objects with similar color that are occlude each ot... | closed | 2024-06-03T15:46:46Z | 2024-10-20T19:47:14Z | https://github.com/ultralytics/yolov5/issues/13066 | [
"question",
"Stale"
] | Avv22 | 5 |
httpie/cli | rest-api | 1,565 | Failed to use {{key}}={{value}} for nested JSON | Hi! I wanna write a function to [create a GitHub gist](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist). This is what I wrote:
```fish
function gists__new --description "Create a gist for the authenticated user"
argparse l/login= p/pat= d/description= P/public f/file= c/content=... | closed | 2024-02-27T19:53:40Z | 2024-02-27T20:15:53Z | https://github.com/httpie/cli/issues/1565 | [
"new"
] | EmilyGraceSeville7cf | 1 |
openapi-generators/openapi-python-client | rest-api | 224 | Add object-oriented client option | First of all, thank you for this great project, the code is very nice and I think it really has a lot of potential.
**Is your feature request related to a problem? Please describe.**
As mentioned in https://github.com/triaxtec/openapi-python-client/issues/171, the current approach arguably needs a little too much... | closed | 2020-10-28T13:15:50Z | 2023-08-13T02:10:12Z | https://github.com/openapi-generators/openapi-python-client/issues/224 | [
"✨ enhancement"
] | fyhertz | 5 |
DistrictDataLabs/yellowbrick | matplotlib | 423 | Windows Image Similarity Tests | A good suggestion came out from @jkeung at pycon2018, we should investigate creating separate baseline images for windows machines.
Recommend that we had a check in the base.py for if the machine is windows and then direct the test to checkout the windows folder in baseline images or otherwise, significantly increas... | closed | 2018-05-15T15:52:20Z | 2019-08-12T10:46:48Z | https://github.com/DistrictDataLabs/yellowbrick/issues/423 | [
"priority: medium",
"level: expert",
"os: windows"
] | ndanielsen | 7 |
pytorch/vision | machine-learning | 8,364 | Improved functionality for Oxford IIIT Pet data loader | ### 🚀 The feature
Add the following functionality to the Oxford IIIT Pet data loader
1. Support binary classification of cat vs dog
2. With the segmentation target type, produce trimaps with class/background/don't care regions instead of target/background/don't care when the output is a tensor
3. Support detecti... | open | 2024-04-02T00:35:46Z | 2024-04-19T20:11:21Z | https://github.com/pytorch/vision/issues/8364 | [] | matlabninja | 2 |
sangaline/wayback-machine-scraper | web-scraping | 5 | Following image links | Thanks so much for this scraper. It works so much better than the other wayback scraper tools I've found.
I'm trying to scrape all snapshots of an old site and I've noticed that this scraper doesn't grab images, though the images are definitely stored on archive.org in the wayback machine for each snapshot.
Is t... | open | 2018-08-11T07:27:36Z | 2021-02-15T17:33:15Z | https://github.com/sangaline/wayback-machine-scraper/issues/5 | [
"enhancement"
] | ellyjonez | 2 |
chatopera/Synonyms | nlp | 12 | UnicodeDecodeError when load stopwords | 我加了encoding才避免了UnicodeDecodeError,用的python3
words = open(file_path, 'r', encoding='utf-8')
__init__文件第107行 | closed | 2017-11-07T09:46:00Z | 2017-11-08T02:44:46Z | https://github.com/chatopera/Synonyms/issues/12 | [] | inuyasha2012 | 4 |
allure-framework/allure-python | pytest | 394 | Missing description for Scenario Outline | #### I'm submitting a ...
- [x] bug report
- [ ] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.
#### What is the current behavior?
Test description for `Scenario` is displayed in test report, but missing for `Scenario Outline`.
... | closed | 2019-06-26T04:47:35Z | 2019-10-15T10:57:43Z | https://github.com/allure-framework/allure-python/issues/394 | [] | Ljancek | 3 |
pyro-ppl/numpyro | numpy | 1,106 | Using TFP distributions directly in `sample` primitive | Quoted from [the forum](https://forum.pyro.ai/t/sample-from-the-mixture-same-family-distribution/3178/6): The current wrappers in `numpyro.contrib.tfp` seems to not work for special distributions like MixtureSameFamily. For now, to make it work, we'll need to do
```python
from numpyro.contrib.tfp.distributions import... | closed | 2021-07-26T01:49:10Z | 2021-07-31T12:32:09Z | https://github.com/pyro-ppl/numpyro/issues/1106 | [
"good first issue"
] | fehiepsi | 0 |
deepspeedai/DeepSpeed | deep-learning | 6,862 | nv-torch-nightly-v100 CI test failure | The Nightly CI for https://github.com/microsoft/DeepSpeed/actions/runs/12307164255 failed.
| closed | 2024-12-13T02:41:30Z | 2024-12-13T21:24:00Z | https://github.com/deepspeedai/DeepSpeed/issues/6862 | [
"ci-failure"
] | github-actions[bot] | 0 |
microsoft/nni | pytorch | 5,502 | AssertionError while running 'Pruning Bert on Task MNLI' on colab | **Describe the issue**:
I ran the code 'Pruning Bert on Task MNLI' present in 'https://nni.readthedocs.io/en/stable/tutorials/pruning_bert_glue.html' on colab. However, I am getting an Assertion error.
````
AssertionError Traceback (most recent call last)
[<ipython-input-11-68fdeafd3059... | closed | 2023-04-03T21:24:12Z | 2023-04-17T02:23:26Z | https://github.com/microsoft/nni/issues/5502 | [] | InjarapuSri | 7 |
nolar/kopf | asyncio | 725 | Regression in kopf.adopt() in 1.30. | ## Long story short
The ``kopf.adopt()`` function now only appears to work where parent and child resources are both namespaced. This is not the only combination that is possible, and so code that previous relied on other possibilities now fails.
## Description
For owner references, it is believed the followin... | closed | 2021-03-29T09:00:55Z | 2021-03-29T20:43:55Z | https://github.com/nolar/kopf/issues/725 | [
"bug"
] | GrahamDumpleton | 2 |
ijl/orjson | numpy | 392 | Memory is leaked when default raises a TypeError | If the `default` encoder function raises an exception, the object pointed to is not collectable by the GC because a reference remains. It appears as though the traceback object's ref count is not reduced somewhere in the exception handling.
To reproduce the issue, encode something that causes `default` to raise a Ty... | closed | 2023-06-08T20:20:21Z | 2023-06-09T14:12:34Z | https://github.com/ijl/orjson/issues/392 | [] | jamadeo | 1 |
koxudaxi/datamodel-code-generator | pydantic | 2,336 | [Regression] Invalid imports in generated models when referencing files with both minus (`-`) and dots (`.`) | **Describe the bug**
`datamodel-code-generator` doesn't support references to schemas with both minus (`-`) and dots (`.`) because file names are not sanitized. This lead to a crash because invalid python code is passed to black, which raises an exception.
This issue was (partially) fixed in:
- https://github.com/koxu... | closed | 2025-03-04T13:35:27Z | 2025-03-21T14:56:04Z | https://github.com/koxudaxi/datamodel-code-generator/issues/2336 | [
"bug",
"help wanted"
] | ilovelinux | 0 |
coleifer/sqlite-web | flask | 50 | error message in use | Running - but
----------------------------------------
192.168.1.31 - - [18/Sep/2018 14:14:31] "GET /timeseries/content/ HTTP/1.1" 200 -
----------------------------------------
Exception happened during processing of request from ('192.168.1.31', 54295)
Traceback (most recent call last):
File "/usr/lib/python... | closed | 2018-09-18T12:49:04Z | 2018-09-18T14:07:18Z | https://github.com/coleifer/sqlite-web/issues/50 | [] | scargill | 1 |
huggingface/datasets | nlp | 6,553 | Cannot import name 'load_dataset' from .... module ‘datasets’ | ### Describe the bug
use python -m pip install datasets to install
### Steps to reproduce the bug
from datasets import load_dataset
### Expected behavior
it doesn't work
### Environment info
datasets version==2.15.0
python == 3.10.12
linux version I don't know?? | closed | 2024-01-03T08:18:21Z | 2024-02-21T00:38:24Z | https://github.com/huggingface/datasets/issues/6553 | [] | ciaoyizhen | 2 |
recommenders-team/recommenders | data-science | 1,955 | [FEATURE] Add functional test with SAR deep dive notebook | ### Description
<!--- Describe your expected feature in detail -->
See this comment https://github.com/microsoft/recommenders/pull/1950#discussion_r1251904626
### Expected behavior with the suggested feature
<!--- For example: -->
<!--- *Adding algorithm xxx will help people understand more about xxx use case... | open | 2023-07-04T14:31:18Z | 2023-07-04T14:31:18Z | https://github.com/recommenders-team/recommenders/issues/1955 | [
"enhancement"
] | miguelgfierro | 0 |
schemathesis/schemathesis | graphql | 2,714 | [FEATURE] Better Empty CSV Messaging | ### Is your feature request related to a problem? Please describe
Schemathesis uses `?format=csv` but then tries to decode the empty response `''` as a JSON object.
### Describe the solution you'd like
Better messaging. Say that it's attempting `?format=csv` but then trying to decode as JSON.
### Describe alternati... | open | 2025-01-31T10:28:21Z | 2025-02-27T18:59:14Z | https://github.com/schemathesis/schemathesis/issues/2714 | [
"Status: Needs Triage",
"Type: Feature"
] | thuibr | 10 |
writer/writer-framework | data-visualization | 369 | import for State, for using State Schema, is missing in streamsync highlevel import | You have to write ``ss.core.State`` instead of ``ss.State``
```python
import streamsync as ss
class MyappSchema(ss.core.State):
title: str
class AppSchema(ss.StreamsyncState):
my_app: MyappSchema
counter: int
initial_state = ss.init_state({
"counter": 0,
"my_app": {
"title... | closed | 2024-04-01T19:40:04Z | 2024-04-02T07:22:32Z | https://github.com/writer/writer-framework/issues/369 | [
"bug"
] | FabienArcellier | 0 |
holoviz/panel | jupyter | 7,430 | JSComponent with DataFrame almost impossible to implement | I'm on Panel 1.5.2
If one of the arguments to `.matches` below is a dataframe

then you get
```bash
ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
```
... | closed | 2024-10-22T11:01:08Z | 2024-10-29T17:01:06Z | https://github.com/holoviz/panel/issues/7430 | [] | MarcSkovMadsen | 3 |
jupyterhub/repo2docker | jupyter | 1,037 | ./freeze.py for updating base environments fails | <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Bug description
When running `./freeze.py` under `repo2docker/buidpacks/conda`, I get the following error:
```
╰─$ ./freeze.py ... | closed | 2021-04-14T11:43:13Z | 2021-07-25T04:08:18Z | https://github.com/jupyterhub/repo2docker/issues/1037 | [] | yuvipanda | 2 |
microsoft/UFO | automation | 91 | Failing to load from the demonstration database | Greetings,
When I try to perform a task that I have trained using the demonstration using the steps recorder I get the following error.
Warning: Failed to load demonstration indexer from vectordb/demonstration/demonstration_db.
Kindly help me solve the same.
Thnaks! | open | 2024-06-18T22:06:07Z | 2024-06-19T04:28:26Z | https://github.com/microsoft/UFO/issues/91 | [] | arhaang13 | 1 |
guohongze/adminset | django | 117 | demo 502 | closed | 2019-07-06T02:43:35Z | 2019-07-09T01:17:47Z | https://github.com/guohongze/adminset/issues/117 | [] | gexinworks | 1 | |
amidaware/tacticalrmm | django | 1,132 | Network scan | A good feature would be, to be able to assign a device(workstation or server) as a probe and be able to discover all the devices in the network and import them(choice to install the agent). | closed | 2022-05-15T10:50:38Z | 2023-08-09T12:33:49Z | https://github.com/amidaware/tacticalrmm/issues/1132 | [
"enhancement"
] | gkyriacou23 | 2 |
whitphx/streamlit-webrtc | streamlit | 1,285 | Raspberry Pi 4B Webcam "Device not available (Requested device not found)" | Hello and thank you very much for your work on this suite of great tools.
I am trying to get the simple example `app.py` working on my Raspberry Pi 4B:
```
from streamlit_webrtc import webrtc_streamer
webrtc_streamer(key="sample")
```
```
streamlit run app.py
```
Though there seems to be an issue accessing... | open | 2023-06-17T21:48:19Z | 2023-06-17T21:48:41Z | https://github.com/whitphx/streamlit-webrtc/issues/1285 | [] | mcguirepr89 | 0 |
django-import-export/django-import-export | django | 1,589 | Writing to `MediaStorage` may fail on Google Cloud Platform | **Describe the bug**
When MediaStorage is enabled and the 'confirm import' process is run on GCP, then the process fails with the error message:
```
('`data` must be bytes, received', <class 'str'>)
```
See [this SO post](https://stackoverflow.com/questions/76337059/django-on-gcp-failed-to-import-csv-file-us... | closed | 2023-05-27T07:36:44Z | 2023-09-18T20:07:11Z | https://github.com/django-import-export/django-import-export/issues/1589 | [
"bug"
] | matthewhegarty | 4 |
aimhubio/aim | data-visualization | 2,689 | Core Python SDK allowing extensibility and costumization | ## 🚀 Feature
Aim v3.x SDK provides classes for tracking experiments metadata in a form of `Run` objects. A pre-defined set of methods and metadata types allows covering ML experiment tracking in wide variety of cases.
However, the `Run` object comes with pre-set capabilities and extending it is not straight-forwar... | open | 2023-04-27T16:02:34Z | 2023-04-27T16:03:08Z | https://github.com/aimhubio/aim/issues/2689 | [
"type / enhancement",
"phase / in-progress",
"area / SDK-storage"
] | alberttorosyan | 0 |
jschneier/django-storages | django | 689 | dropbox.stone_validators.ValidationError | **setting.py**
```
DEFAULT_FILE_STORAGE = 'storages.backends.dropbox.DropBoxStorage'
DROPBOX_OAUTH2_TOKEN = 'token'
DROPBOX_ROOT_PATH = '/media/'
```
**model.py**
```
logo = models.ImageField(upload_to=r'logo/%Y/%m/')
image = models.ImageField(upload_to=r'photos/%Y/%m/',
help_text='Image size: Width=... | closed | 2019-04-09T05:24:27Z | 2020-04-15T13:49:52Z | https://github.com/jschneier/django-storages/issues/689 | [
"dropbox"
] | jhondoedo | 5 |
chaoss/augur | data-visualization | 2,915 | Move singleton repos to repo group of org when org is added. | open | 2024-10-01T23:06:31Z | 2025-03-05T02:05:30Z | https://github.com/chaoss/augur/issues/2915 | [] | sgoggins | 1 | |
httpie/cli | python | 1,204 | Ignoring broken plugins | Seems like there are a couple of broken plugins out there, and when any of them are installed in the system it completely blocks the usage of `http`/`https` commands. An example scenario;
```
$ pip install httpie
$ pip install httpie-aws-auth
$ http
Traceback (most recent call last):
File "/usr/local/bin/http... | closed | 2021-11-13T17:24:12Z | 2021-12-08T15:45:07Z | https://github.com/httpie/cli/issues/1204 | [
"enhancement",
"new"
] | isidentical | 2 |
graphql-python/graphene-django | graphql | 778 | content-type is plain/text when using apollo fetchOptions no-cors | What about servers that use cors and send an OPTIONS request? This doesn't seem to forward the options() to the django `View` class that `GraphQLView` inherits from, graphql might not handle `OPTIONS` requests, just wondering if django should?:
https://github.com/graphql-python/graphene-django/blob/b0cba398a1bacd930... | closed | 2019-09-18T15:28:39Z | 2019-09-23T15:43:47Z | https://github.com/graphql-python/graphene-django/issues/778 | [] | allen-munsch | 1 |
dnouri/nolearn | scikit-learn | 210 | Tests failing | I installed nolearn in a clean virtualenv on my machine using the install instructions provided. I tried running `py.test` as indicated in the _.travis.yml_ file, but it gave the following errror:
```
py.test: error: unrecognized arguments: --cov=nolearn --cov-report=term-missing
```
After commenting the correspondin... | closed | 2016-02-04T10:34:15Z | 2016-02-04T12:21:08Z | https://github.com/dnouri/nolearn/issues/210 | [] | chintak | 1 |
babysor/MockingBird | deep-learning | 207 | 有没有 tts 文本前端模块呀? | 有没有比较完备的中文 tts 文本前端模块 | open | 2021-11-09T14:09:47Z | 2021-11-11T16:15:17Z | https://github.com/babysor/MockingBird/issues/207 | [] | lance6716 | 1 |
aiortc/aioquic | asyncio | 359 | Unable to run examples/http3_server.py with python3.10 or 3.11 | Hi @jlaine
while running examples/http3_server.py with python3.10 facing below error,
root@ubuntu:~/aioquic# python3 examples/http3_server.py --certificate tests/ssl_cert.pem --private-key tests/ssl_key.pem
Traceback (most recent call last):
File "/root/aioquic/examples/http3_server.py", line 561, in <module... | closed | 2023-03-15T18:47:52Z | 2023-07-04T14:52:20Z | https://github.com/aiortc/aioquic/issues/359 | [
"invalid"
] | Karthikdasari0423 | 2 |
aimhubio/aim | data-visualization | 2,517 | "hide lines" causes plot data/plot title mismatch | ## 🐛 Bug
when selecting a group in the metrics explorer (e.g. if grouping by `metric.name`), and then clicking the "hide lines" button, sometimes the plot data no longer matches the plot title
### To reproduce
1. open one or more runs in the metrics explorer with two or more metrics
2. select two or more met... | closed | 2023-02-01T18:34:33Z | 2023-06-04T10:39:30Z | https://github.com/aimhubio/aim/issues/2517 | [
"type / bug",
"area / Web-UI",
"phase / shipped"
] | whlteXbread | 3 |
scikit-image/scikit-image | computer-vision | 7,413 | Vulnerability: code injection | ### Description:
Hi,
I have reported a dangerous security vulnerability. You can connect to admin of platform huntr.com see details at [link](https://huntr.com/bounties/e125c410-0dad-4408-a818-3828ab6fd755) (private link)
### Way to reproduce:
_No response_
### Version information:
_No response_ | closed | 2024-05-07T16:46:41Z | 2024-05-12T16:18:57Z | https://github.com/scikit-image/scikit-image/issues/7413 | [
":bug: Bug"
] | h2oa | 9 |
strawberry-graphql/strawberry | fastapi | 3,431 | Should we hide fields that starts with `_` by default? | We have strawberry.Private to hide field, but I was wondering if we should automatically hide fields that start with a underscore, since it is a common convention in Python to use it for "private" fields.
What do you all think? | open | 2024-04-02T11:55:00Z | 2025-03-20T15:56:39Z | https://github.com/strawberry-graphql/strawberry/issues/3431 | [] | patrick91 | 0 |
flairNLP/flair | nlp | 3,389 | [Question]: Why not include cell type detection in Hunflair? | ### Question
First of all, thank you for this resource. This is more of a curiosity. CRAFT v4 contains cell type information as well. Did you guys try for Named Entity Detection in Hunflair? If yes, how did it work out? | open | 2023-12-28T09:51:46Z | 2024-01-15T09:05:39Z | https://github.com/flairNLP/flair/issues/3389 | [
"question"
] | skywalker2202 | 3 |
plotly/dash-table | dash | 425 | filtering tweaks | Filtering got a major overhaul with #397 and #410. This issue is just to document and discuss some loose ends we may want to clean up.
- [ ] `eq` and `ne` are not exact complements. For example `123`, `"123"`, and `"123.0"` are all both `eq` and `ne` to each other. I think we should extend number casting to at least... | open | 2019-04-30T22:00:44Z | 2019-05-23T02:47:18Z | https://github.com/plotly/dash-table/issues/425 | [] | alexcjohnson | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.