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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
walissonsilva/web-scraping-python | web-scraping | 2 | Problema Código Web Scraping Aula 04 - Noticias | Boa tarde prezado,
Não consigo rodar o código da aula 04. Raspagem e criação de lista com titulo, subtítulo e link da noticia.
Poderia me ajudar? @walissonsilva
<img width="642" alt="href" src="https://github.com/walissonsilva/web-scraping-python/assets/162919216/90721d62-826f-47bf-93c1-e95e7099811a">
KeyError... | open | 2024-03-10T19:56:59Z | 2024-03-10T23:49:24Z | https://github.com/walissonsilva/web-scraping-python/issues/2 | [] | Istanley94 | 0 |
benbusby/whoogle-search | flask | 1,158 | [QUESTION] How to suppress corrections? | I am really annoyed by this:

When I was using Google in browser I changed query URL to contain `nfpr=1` parameter to avoid being corrected like that.
1. Is that possible to do with Whoogle and if so how?
... | open | 2024-05-29T13:19:43Z | 2024-05-29T13:19:43Z | https://github.com/benbusby/whoogle-search/issues/1158 | [
"question"
] | levicki | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,570 | bind substitution fails for selectinload / lazyload + with_expression | ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10569
all the way in to how selectinload applies bind substitution
```py
from sqlalchemy import Column
from sqlalchemy import create_engine
from sqlalchemy import ForeignKey
from sqlalchemy import Integer
from sqlalchemy import select
fro... | closed | 2023-10-31T18:44:14Z | 2023-11-01T17:45:10Z | https://github.com/sqlalchemy/sqlalchemy/issues/10570 | [
"bug",
"blocker",
"loader options",
"statement caching",
"hard orm",
"near-term release"
] | zzzeek | 4 |
encode/uvicorn | asyncio | 1,993 | Memory leak using uvicorn with FastAPI and Django | There seems to be a memory leak when using uvicorn. The code below does not leak when using hypercorn.
I suspect it may have to do something with global variables not actually being GCed after a request is handled.
Using Python 3.11.
I also have a more complex application that faces the same issue
Memory w... | closed | 2023-06-03T14:03:57Z | 2023-06-04T04:35:44Z | https://github.com/encode/uvicorn/issues/1993 | [] | suhjohn | 3 |
ading2210/poe-api | graphql | 122 | RuntimeError("Invalid token or no bots are available.") | help please, web service is ok, token is uptodate, but this program raises this error:
File "F:\PycharmProjects\poe-api-main\poe-api\src\poe.py", line 88, in __init__
self.setup_connection()
File "F:\PycharmProjects\poe-api-main\poe-api\src\poe.py", line 95, in setup_connection
self.bots = self.get_bots... | closed | 2023-06-16T00:35:46Z | 2023-06-16T03:44:31Z | https://github.com/ading2210/poe-api/issues/122 | [
"duplicate"
] | zmansoft | 3 |
ckan/ckan | api | 7,739 | Login page broken when using second Nginx reverse proxy | ## CKAN version
2.10
## Describe the bug
When using a second Nginx reverse proxy (Nginx 2) pointing towards the CKAN Nginx reverse proxy (Nginx 1) , we are unable to get past the login page when accessing our CKAN page from a public-facing domain. Once you enter your credentials and click login, it just refreshes ... | closed | 2023-08-07T15:21:52Z | 2023-08-15T18:16:01Z | https://github.com/ckan/ckan/issues/7739 | [] | OfficialOwlElder | 6 |
aminalaee/sqladmin | fastapi | 534 | SQLAdmin does not show non-id PK in panel | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
I have a model `Currency`, which has `code3` as PK, instead of usual id. When I open admin panel on browser, `code3` is not there to add, and as i... | closed | 2023-06-28T21:43:35Z | 2023-06-29T15:27:56Z | https://github.com/aminalaee/sqladmin/issues/534 | [] | mmzeynalli | 4 |
cvat-ai/cvat | tensorflow | 8,227 | backup task and import it in CVAT online website | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
I backup task and download it locally
when I try to create a new task from backup
it gives me error
AttributeError: '... | closed | 2024-07-29T13:32:43Z | 2024-09-06T11:18:46Z | https://github.com/cvat-ai/cvat/issues/8227 | [
"bug",
"need info"
] | kh-diab | 7 |
koxudaxi/datamodel-code-generator | pydantic | 1,673 | Use UPPER_CASE for enum options names | Enum options are constants, so they should be in UPPER_CASE but currently it is as value
New parameter --enum-names-in-upper-case can be added to automatically convert names to UPPER_CASE
Expected:
```py
class MyStatus(str, Enum):
PENDING = 'pending'
RUNNING = 'running'
SUCCESS = 'success'
E... | closed | 2023-11-09T13:14:51Z | 2023-11-20T00:24:45Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1673 | [] | ADR-007 | 3 |
timkpaine/lantern | plotly | 171 | Investigate message bus native streaming for live | Something like faust | closed | 2018-08-19T19:06:09Z | 2018-09-13T18:48:21Z | https://github.com/timkpaine/lantern/issues/171 | [
"question"
] | timkpaine | 1 |
mars-project/mars | scikit-learn | 3,082 | Web page is stuck when task is running | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
Web sometimes hang when task is running, the stack is below:
```
Current thread 0x00007fce86d99740 (most recent call first):
File "/opt/conda/lib/python3.8/logg... | open | 2022-05-24T10:16:41Z | 2022-06-12T00:11:59Z | https://github.com/mars-project/mars/issues/3082 | [
"type: bug",
"mod: web"
] | hekaisheng | 0 |
charlesq34/pointnet | tensorflow | 75 | How to prepare my own data set for the segmentation training? | Thank you for your sharing about the deep learning on point cloud. Is there any manual on how to prepare my own data for training? | open | 2018-01-29T08:30:00Z | 2022-12-27T13:08:18Z | https://github.com/charlesq34/pointnet/issues/75 | [] | ypLincode | 32 |
nltk/nltk | nlp | 2,634 | DRT is not correctly resolved with nltk.sem.drt.resolve_anaphore() | I created a small example to visualize my findings. If I set my discourse referent with character `e` like here:
```
drs_a = dexpr(r'([a], [zzz(a)])')
drs_not_b = dexpr(r'([], [-([b],[yyy(b,a)])])')
drs_and = dexpr(r'([], [([c],[xxx(c), -([d],[www(d)])]) -> ([e], [e=Entity, ([f], [vvv(f)]) | ([g], [vvv(g), PRO(g)... | open | 2020-12-02T11:57:09Z | 2020-12-02T11:57:09Z | https://github.com/nltk/nltk/issues/2634 | [] | stefanDeveloper | 0 |
inventree/InvenTree | django | 9,299 | [FR] "Set locked status" and/or "user/group responsible" for part actions | ### Please verify that this feature request has NOT been suggested before.
- [x] I checked and didn't find a similar feature request
### Problem statement
Could add more functionalities to the part action menu.

### Suggested ... | open | 2025-03-14T08:01:55Z | 2025-03-15T12:43:25Z | https://github.com/inventree/InvenTree/issues/9299 | [
"enhancement",
"User Interface"
] | asnreadily3d | 1 |
holoviz/panel | jupyter | 7,354 | Duplicate entries when searching docs | It's a bit confusing and bloated to have each entry duplicated.
<img width="1625" alt="image" src="https://github.com/user-attachments/assets/c2cd7422-6b6a-4aa7-a801-0a38b1bb9af2">
| open | 2024-10-03T19:00:39Z | 2024-10-03T20:54:52Z | https://github.com/holoviz/panel/issues/7354 | [
"type: docs"
] | ahuang11 | 1 |
matterport/Mask_RCNN | tensorflow | 2,619 | Problem loading new dataset | Hello, I have a problem loading new images for detection. I have already trained my model with my own dataset. Now I want to use this trained model to make predictions on new images (not annotated), but I can't use the load_image function to load images that I have in another folder different from the Mask-rcnn directo... | closed | 2021-07-01T12:50:59Z | 2021-07-01T13:36:46Z | https://github.com/matterport/Mask_RCNN/issues/2619 | [] | claudiaximenaro | 0 |
gradio-app/gradio | python | 10,264 | Web component | ### Describe the bug
Hello, good day. This Gradio library link is not accessible in our region. I contacted the Ministry of Communications, and they said that there is no issue on their end and this link is not filtered from our side. Because of this, we cannot use this link for AI models on the website. Is there a so... | open | 2024-12-30T06:11:22Z | 2025-01-09T11:37:11Z | https://github.com/gradio-app/gradio/issues/10264 | [
"bug"
] | Hamed744 | 5 |
Avaiga/taipy | data-visualization | 1,758 | Possibility to add images to tables | ### Description
The goal would be to add images in a Taipy table. (This was asked by a user)
### Acceptance Criteria
- [ ] Ensure new code is unit tested, and check code coverage is at least 90%.
- [ ] Propagate any change on the demos and run all of them to ensure there is no breaking change.
- [ ] Ensure any cha... | closed | 2024-09-09T07:42:14Z | 2024-09-13T15:10:04Z | https://github.com/Avaiga/taipy/issues/1758 | [
"📈 Improvement",
"🖰 GUI",
"🟩 Priority: Low",
"📝Release Notes"
] | FlorianJacta | 1 |
scrapy/scrapy | python | 6,185 | `FEED_EXPORT_BATCH_ITEM_COUNT` not working | <!--
Thanks for taking an interest in Scrapy!
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
Keep in mind that by filing an iss... | closed | 2023-12-23T14:36:25Z | 2024-01-12T12:58:40Z | https://github.com/scrapy/scrapy/issues/6185 | [
"not reproducible",
"needs more info"
] | Mhassanniazi | 3 |
paperless-ngx/paperless-ngx | machine-learning | 7,871 | [BUG] Cannot consume a small PDF for a long time and here is the file | ### Description
I use this software to store various instructions. I am using a monitor which manual can be download at
https://23177755.s21i.faimallusr.com/61/1/ABUIABA9GAAgjq7lrwYohoPpxQU.pdf
When uploading the file, an error occurred, stating that one of the images was too large.
> [2024-10-07 18:26:57,4... | closed | 2024-10-07T15:08:41Z | 2024-10-07T15:10:41Z | https://github.com/paperless-ngx/paperless-ngx/issues/7871 | [] | mkmkii | 0 |
idealo/image-super-resolution | computer-vision | 140 | Output images have green tint compared to inputs | Hey, thanks for providing this super resolution network, it's produced some great output for me.
I do have an issue to report though. As well as upsampling the image, the network seems to mess with the color balance. I'm guessing that might be because it normalizes the input to have equal ranges of R, G, and B, but... | open | 2020-08-28T21:20:01Z | 2020-09-17T10:08:06Z | https://github.com/idealo/image-super-resolution/issues/140 | [] | araleza | 1 |
ludwig-ai/ludwig | data-science | 3,749 | config and model missing in Trainer | When using deepspeed backend, Error occur: Trainer __init__ missing 2 positional config and model. Fixing in line 321 of ludwig/backend/base.py: add missing variable.
This is the code I used:
> qlora_fine_tuning_config = yaml.safe_load(
>"""
model_type: llm
base_model: alexsherstinsky/Mistral-7B-v0.1-sharded
>i... | closed | 2023-10-21T14:11:22Z | 2023-10-26T19:06:30Z | https://github.com/ludwig-ai/ludwig/issues/3749 | [] | jetaudio | 2 |
pydata/bottleneck | numpy | 402 | np.bool is deprecated. | This just popped up during running the tests of version 1.3.3.
`bottleneck/slow/move.py:168: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type... | closed | 2022-02-22T12:22:28Z | 2022-03-02T22:51:27Z | https://github.com/pydata/bottleneck/issues/402 | [] | marscher | 0 |
koxudaxi/fastapi-code-generator | fastapi | 467 | snake_case_arguments creates unnecessary Suffixes for methods in main.py | When I want to create an fastapi app from my OpenAPI spec, the tool has issues with query parameters that are arrays.
Instead of referencing the parameters as arguments in the function calls correctly a suffix get added to Class Name for example instead of PetIds there would be PetIds3. The problem can be reproduced w... | open | 2025-01-13T09:25:25Z | 2025-01-13T09:25:25Z | https://github.com/koxudaxi/fastapi-code-generator/issues/467 | [] | MichaelNowakMining | 0 |
slackapi/bolt-python | fastapi | 1,025 | Will Workflows Steps from Apps created by this SDK stop working after deprecation? | According to Slack, the traditional way of creating workflows will be discontinued, and from what I understand, the old wokflows steps should be migrated to the new way of creating custom functions: https://api.slack.com/legacy/workflows/steps https://api.slack.com/changelog/2023-08-workflow-steps-from-apps-step-back
... | open | 2024-02-07T19:50:13Z | 2024-02-22T20:04:04Z | https://github.com/slackapi/bolt-python/issues/1025 | [
"auto-triage-skip"
] | BSouzaDock | 4 |
fastapi/sqlmodel | fastapi | 163 | How to specify schema when using SQLServer | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2021-11-23T18:49:03Z | 2021-11-23T23:51:22Z | https://github.com/fastapi/sqlmodel/issues/163 | [
"question"
] | chuymtz | 1 |
streamlit/streamlit | machine-learning | 9,934 | Provide tooltip icon to show when label is hidden. | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
I have reported this before [here](https://github.com/streamlit/streamlit/issues/9705#issue-2605477818) but w... | open | 2024-11-26T23:04:24Z | 2024-12-28T23:30:08Z | https://github.com/streamlit/streamlit/issues/9934 | [
"type:enhancement",
"area:widgets"
] | Socvest | 3 |
huggingface/diffusers | pytorch | 10,128 | Is there any plan to support fastercache? | Expect to support fastercache, https://github.com/Vchitect/FasterCache | closed | 2024-12-05T09:11:19Z | 2025-03-21T04:05:06Z | https://github.com/huggingface/diffusers/issues/10128 | [
"wip",
"performance"
] | songh11 | 4 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,498 | Log/overview of sites | ### Proposal
As you get more and more sites to manage, it would be nice to have the option to export a list of the site names, "site number", their status (active/deactivated) - and maybe a total of the number of new whistleblower reports in the last 12 months (or a selected time period).
These pieces of informatio... | open | 2023-06-23T05:39:12Z | 2023-08-02T12:51:43Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3498 | [
"T: Feature"
] | schris-dk | 0 |
comfyanonymous/ComfyUI | pytorch | 7,051 | WD14Tagger|pysssss | ### Your question
I have tried to use this module but I can't get it to work, could someone give me a hand?
### Logs
```powershell
"I:\StabilityMatrix\Data\Packages\ComfyUI\venv\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 483, in _create_inference_session
sess.initialize_session... | closed | 2025-03-03T14:47:53Z | 2025-03-03T18:03:07Z | https://github.com/comfyanonymous/ComfyUI/issues/7051 | [
"User Support"
] | lyralux | 2 |
lanpa/tensorboardX | numpy | 438 | Is it necessary to call SummaryWriter.close() after each add_something call in order to update the board? | Hello.
I am trying to write a small wrapper around tensorboardX and its SummaryWriter class for my project. I have noticed, that it is necessary for me to call the _.close()_ method each time I input some new record in order to have the tensorboard display something: otherwise I see _unable to get first event times... | closed | 2019-06-03T04:09:34Z | 2019-06-18T18:14:11Z | https://github.com/lanpa/tensorboardX/issues/438 | [] | kwasnydam | 1 |
alteryx/featuretools | scikit-learn | 2,611 | Update for compatibility with pyarrow 13.0.0 in Featuretools | Pyarrow v13.0.0 appears to have introduced changes that are causing some unit tests to fail. These failures should be investigated and, once resolved, the upper version restriction on pyarrow in pyproject.toml should be removed (both in test requirements and spark requirements). | closed | 2023-09-06T14:13:10Z | 2024-02-15T21:58:20Z | https://github.com/alteryx/featuretools/issues/2611 | [] | thehomebrewnerd | 1 |
allure-framework/allure-python | pytest | 727 | please add an example for the exclusion of tests' parameters from the calculation of historyID | **Is your feature request related to a problem? Please describe.**
- to describe the usage of parameters in python based test frameworks
- there is a feature allowing excluding some parameters from historyID calculation which useful but not well documented
**Describe the solution you'd like**
- add examples o... | closed | 2023-01-24T09:26:52Z | 2023-03-01T08:00:28Z | https://github.com/allure-framework/allure-python/issues/727 | [
"type:documentation"
] | cheshi-mantu | 0 |
erdewit/ib_insync | asyncio | 183 | could every request to run as it's own thread? | Is now the framwork run in one thread?
sorry for my poor English.
For example,
if i put the ib_insync in my trading system.
then i request the reqHistorical(each request must wait secs) that may take a long time. it will suspend the whole trading system.
another market stream will missing.
So i think all the ... | closed | 2019-09-01T05:05:05Z | 2019-09-01T07:42:47Z | https://github.com/erdewit/ib_insync/issues/183 | [] | viponedream | 1 |
adamerose/PandasGUI | pandas | 199 | App does not fit in the window. | 
The pandasgui app does not fit in the window.
I have searched as far as I know, but could not find a solution, so I am asking my question here.
When I started pandasgui, I got the follow... | open | 2022-04-19T03:42:28Z | 2022-12-23T01:01:03Z | https://github.com/adamerose/PandasGUI/issues/199 | [] | ko0421 | 2 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 47 | HelloGitHub 徽章 | 🎉 恭喜!您的[项目](https://hellogithub.com/repository/8ea1457289fb4062ba661e5299e733d6)已被 HelloGitHub 社区收录和推荐,现邀请您加入 HelloGitHub 徽章计划。加入后,您将获得以下特权:
- 社区认可: 徽章代表你的项目已通过 HelloGitHub 社区的严格筛选,并获得推荐。
- 提高曝光: 佩戴徽章后,你的项目将获得更多推荐流量,吸引更多用户和贡献者。
- 增强互动: 用户可通过徽章快速了解项目,并与之互动(点赞、评论、收藏)。
- 收集反馈: 获取广大用户的真实反馈,持续优化你的项目。
- 特殊标识: 认证后,你的评... | closed | 2024-09-04T12:42:43Z | 2024-09-07T03:04:06Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/47 | [] | 521xueweihan | 2 |
amidaware/tacticalrmm | django | 1,664 | Mac installer needs an absolute path so that it can be run from other RMMs or users | **Server Info (please complete the following information):**
- OS: MacOS Agent
- Browser: ANY
- RMM Version: v0.16.5
**Installation Method:**
- [ ] Standard
**Agent Info (please complete the following information):**
v2.5.0
any OS using the console
**Describe the bug**
The Mac installer command a... | open | 2023-10-24T22:37:21Z | 2023-10-24T22:37:21Z | https://github.com/amidaware/tacticalrmm/issues/1664 | [] | jesse2point0 | 0 |
deepinsight/insightface | pytorch | 1,760 | arcface_torch/eval/verification.py | ```
def test(data_set, backbone, batch_size, nfolds=10):
print('testing verification..')
data_list = data_set[0]
issame_list = data_set[1]
embeddings_list = []
time_consumed = 0.0
for i in range(len(data_list)):
data = data_list[i]
embeddings = None
ba = 0
... | closed | 2021-09-19T05:15:52Z | 2022-05-27T01:17:33Z | https://github.com/deepinsight/insightface/issues/1760 | [] | PPPPPPPeng | 1 |
ludwig-ai/ludwig | data-science | 3,788 | CUDA deserialization fails on GPU machine | **Describe the bug**
I am encountering this error, with commands:
- `ludwig train` (and `use_gpu: false`)
- `ludwig experiment` (any GPU settings)
```
RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch... | closed | 2023-11-24T19:44:00Z | 2024-10-20T01:45:30Z | https://github.com/ludwig-ai/ludwig/issues/3788 | [] | philippe-solodov-wd | 2 |
FlareSolverr/FlareSolverr | api | 676 | [rutracker] (updating) The cookies provided by FlareSolverr are not valid | ### Have you checked our README?
- [X] I have checked the README
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Discussions
### Environment
```markdown
- FlareSolverr version: 3.0.2
- L... | closed | 2023-01-22T18:16:11Z | 2023-01-26T22:28:14Z | https://github.com/FlareSolverr/FlareSolverr/issues/676 | [
"more information needed"
] | ServPol | 13 |
statsmodels/statsmodels | data-science | 9,476 | Performance: faster pvalues for studentized range distribution | https://github.com/scipy/scipy/issues/22319
scipy computes cdf through numerical integration with relatively strong requirement for tolerance.
ppf is not implemented and needs function inversion.
This is much slower than using values from a table according to the scipy issue
We could reduce tolerance for cdf co... | open | 2025-01-15T20:14:40Z | 2025-01-23T15:54:26Z | https://github.com/statsmodels/statsmodels/issues/9476 | [
"comp-stats",
"Performance"
] | josef-pkt | 4 |
oegedijk/explainerdashboard | plotly | 109 | IndexError: Boolean index has wrong length | I'm using a small data set using my own pickled XGBoost model but it keeps throwing an error: **IndexError: Boolean index has wrong length: 1 instead of 1012.**
I am using the code given in the Titanic regression example and applying it to my data set. The Feature Importance, Regression Stats, Feature Dependence an... | closed | 2021-04-12T18:39:33Z | 2021-04-14T21:57:23Z | https://github.com/oegedijk/explainerdashboard/issues/109 | [] | carterrees | 10 |
huggingface/datasets | pytorch | 7,100 | IterableDataset: cannot resolve features from list of numpy arrays | ### Describe the bug
when resolve features of `IterableDataset`, got `pyarrow.lib.ArrowInvalid: Can only convert 1-dimensional array values` error.
```
Traceback (most recent call last):
File "test.py", line 6
iter_ds = iter_ds._resolve_features()
File "lib/python3.10/site-packages/datasets/iterable_dat... | open | 2024-08-14T11:01:51Z | 2024-10-03T05:47:23Z | https://github.com/huggingface/datasets/issues/7100 | [] | VeryLazyBoy | 1 |
iterative/dvc | machine-learning | 10,686 | doctor/version: reports incorrect cache types | ## Description
I am running on Linux with ZFS with reflinks ("block cloning") enabled.
I have set option `cache.type` to `reflink`. When I run `strace -e trace=ioctl dvc checkout -R --relink`, the strace output shows that reflinks are created as I can see `ioctl(11, BTRFS_IOC_CLONE or FICLONE, 10) = 0` in the the out... | closed | 2025-02-06T17:55:59Z | 2025-02-07T15:12:18Z | https://github.com/iterative/dvc/issues/10686 | [] | james-atkins | 6 |
sktime/sktime | scikit-learn | 8,026 | [BUG] Meta bug report to track the bugs uncovered in #7971 | **Describe the bug**
#7971 uncovered bugs in multiple clusterers, classifiers, regressors, and forecasters. This bug report is intended to track the remaining issues.
A summary of the current failing estimators was compiled by @felipeangelimvieira, and is repeated in a grouped form here:
### Forecasters
- [ ] GroupbyC... | open | 2025-03-23T10:27:04Z | 2025-03-23T19:52:02Z | https://github.com/sktime/sktime/issues/8026 | [
"bug",
"module:clustering",
"module:classification",
"module:forecasting",
"module:transformations",
"module:distances&kernels"
] | wilsbj | 1 |
pytest-dev/pytest-flask | pytest | 112 | Live Server with Session Scope | Creating a live server is expensive, especially when its done for every function. Is it possible to have different options when it comes to scope? I'd like to create a live server that lasts for the entire session. I'd be more than happy to contribute and add this functionality. | closed | 2020-02-19T23:24:41Z | 2020-03-03T11:44:38Z | https://github.com/pytest-dev/pytest-flask/issues/112 | [] | TWood67 | 4 |
python-restx/flask-restx | flask | 397 | Does a payload field always have to be "required"? | Hi,
I would like to create an **_optional_** payload field in the Swagger UI but from the RestX code I see that this is not possible.
The payload field is set automatically in swagger.py, function expected_params depending on the type of the expect item (e.g., RequestParser, Model, etc.). In any case the "required"... | open | 2021-12-04T13:08:26Z | 2021-12-04T13:13:04Z | https://github.com/python-restx/flask-restx/issues/397 | [
"question"
] | RacOne | 0 |
koxudaxi/fastapi-code-generator | pydantic | 51 | Support remote $ref-s | ## I expect
Remote $refs in parameters to be processed, eg
```
paths:
/foo:
parameters:
- $ref: 'https://schema.example#/components/parameters/MyParam'
```
and in schema.example
```
components:
parameters:
MyParam:
name: foo
schema:
type: string
```
## Inst... | closed | 2020-11-10T10:45:24Z | 2020-12-02T16:57:27Z | https://github.com/koxudaxi/fastapi-code-generator/issues/51 | [
"enhancement",
"released"
] | ioggstream | 1 |
taverntesting/tavern | pytest | 39 | Best practices for flask-testing setup | I currently consider using tavern for testing our backend services and would appreciate some of your thoughts.
Is there any recommended way of setting up a (local) testing environment with flask? Flask itself [provides a test client](http://flask.pocoo.org/docs/0.12/testing/) which can be used in unit tests.
Sinc... | closed | 2018-02-26T22:41:20Z | 2018-05-29T12:05:52Z | https://github.com/taverntesting/tavern/issues/39 | [
"Type: Question"
] | Birne94 | 9 |
mljar/mercury | jupyter | 324 | Add option to disable button widget | Hello, is there a way to disable the button widget if no item is selected on a select input widget? | closed | 2023-06-15T11:55:12Z | 2023-07-17T12:36:10Z | https://github.com/mljar/mercury/issues/324 | [
"bug",
"help wanted"
] | gmouawad | 3 |
babysor/MockingBird | deep-learning | 482 | 红米k40打开demo_toolbox报错 | 
用web.py可以跑通代码,但是合成的全是电流声。模型换了3个了全都不行,切换版本也不行,按#37修改也不行。
toolbox工具箱打不开,是用手机跑窗口大小不合适吗?那个文件可以调整ui布局?
| open | 2022-03-30T05:37:52Z | 2022-05-02T13:10:34Z | https://github.com/babysor/MockingBird/issues/482 | [] | 15109081709 | 1 |
kennethreitz/responder | graphql | 449 | Missing uvloop on default setup | Hi,
I can see that `uvicorn` is required in https://github.com/taoufik07/responder/blob/b32eda70d2a36b4014388d6eb226448ef0591d33/setup.py#L26
However, starting from `uvicorn` `0.12` it setup process has changed
https://github.com/encode/uvicorn/blob/master/CHANGELOG.md#changed-1
Regards,
/cc @tomchristie ... | closed | 2021-01-07T19:43:54Z | 2021-01-08T22:20:12Z | https://github.com/kennethreitz/responder/issues/449 | [] | waghanza | 3 |
pytorch/vision | machine-learning | 8,204 | Latest Dataset file MD5 checksum problem #5 | ### 🐛 Describe the bug
It seems that the previous MD5 checksum problem happend again. And only the valid_x has the program, the valid_y is ok with the checksum.
```python
from torchvision.datasets.utils import download_file_from_google_drive, _decompress
base_folder = "./"
archive_name = "camelyonpatch_level_... | closed | 2024-01-11T20:05:32Z | 2024-02-23T10:21:55Z | https://github.com/pytorch/vision/issues/8204 | [] | YJagger23 | 4 |
waditu/tushare | pandas | 1,202 | 50ETF期权日线行情数据缺失 | 2019-05-31是50ETF期权的正常交易日,但是调用opt_daily接口时,该日期无对应数据
df = pro.opt_daily(trade_date='20190531')
df[df['exchange']=='SSE'] # An empty DataFrame
id: zyh2536
email: zyh2536@126.com | open | 2019-11-20T13:41:30Z | 2019-11-20T13:42:15Z | https://github.com/waditu/tushare/issues/1202 | [] | zyh2536 | 0 |
miguelgrinberg/microblog | flask | 362 | flask_moment error when trying to format | [this](https://github.com/miguelgrinberg/microblog/blob/115a7d489881c1d0c162655baa3c20fc8c272e36/app/templates/user.html#L11C18-L11C18) causes me to get the error "str object has no attribute 'strftime'"
Full stacktrace:
```
Traceback (most recent call last):
File "/opt/miniconda3/envs/<redacted>/python3.11/si... | closed | 2024-01-18T18:38:41Z | 2024-01-23T20:02:29Z | https://github.com/miguelgrinberg/microblog/issues/362 | [
"question"
] | joshgalvan | 4 |
tortoise/tortoise-orm | asyncio | 1,079 | QuerySetSingle behavior inconsistency | ```
def get_or_none(self, *args: Q, **kwargs: Any) -> QuerySetSingle[Optional[MODEL]]:
"""
Fetch exactly one object matching the parameters.
"""
queryset = self.filter(*args, **kwargs)
queryset._limit = 2
queryset._single = True
return queryset # type... | closed | 2022-02-28T14:39:29Z | 2025-03-05T17:52:29Z | https://github.com/tortoise/tortoise-orm/issues/1079 | [] | Yaroher2442 | 3 |
ivy-llc/ivy | tensorflow | 27,898 | Global variable `avg` undefined at the module level | In the following line, we are initializing a `global variable` but, the variable is not defined in the module scope.
https://github.com/unifyai/ivy/blob/06508027180ea29977b4cafd316d536247cb5664/ivy/functional/frontends/numpy/statistics/averages_and_variances.py#L16-L17
The variable `avg` is only used in that function... | closed | 2024-01-11T09:09:04Z | 2024-01-11T13:30:16Z | https://github.com/ivy-llc/ivy/issues/27898 | [] | Sai-Suraj-27 | 0 |
plotly/dash-table | dash | 543 | Table headers height not scaling when dynamically adding columns to a table with fixed columns + multiple lines overflow strategy | This problem seems to only appear when dealing with tables having fixed columns and the multiple line overflow strategy [from the docs](https://dash.plot.ly/datatable/sizing).
When dynamically adding columns to those tables, if an unfixed column header exceeds the cell max width and breaks into another line, all the... | open | 2019-08-12T11:05:57Z | 2019-08-12T11:53:23Z | https://github.com/plotly/dash-table/issues/543 | [] | Jendoliver | 0 |
pyjanitor-devs/pyjanitor | pandas | 1,381 | sub-repo for performance optimisations in a lower level language | would it make sense, and be acceptable to the team, to have a sub-repo within pyjanitor-devs (like pyjviz), but focused on performance within a lower level language (cython, rust, c, ...). that way it is not conflated with core pyjanitor, and yet we can steal perf. I'm thinking of it, especially now that we are support... | closed | 2024-06-27T22:43:12Z | 2024-07-26T21:36:28Z | https://github.com/pyjanitor-devs/pyjanitor/issues/1381 | [] | samukweku | 0 |
CorentinJ/Real-Time-Voice-Cloning | python | 273 | Combine with mobile app | Hey. Is there a possibility of reducing the vocoder time for same voice but different text? | closed | 2020-01-30T12:15:54Z | 2020-07-04T23:34:33Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/273 | [] | RaghunandanVenkatesh | 1 |
pydantic/FastUI | pydantic | 252 | Use information from table to do a server_load | How do I do the following on the FastUI Demo page with the Cities: when a city, e.g. Tokyo, is clicked it loads the detailed information of Tokyo at the bottom of the page using a PageEvent with server_load (instead of jumping to a new page, as it is currently implemented)? If I click Delhi, it loads all information on... | open | 2024-03-19T04:43:51Z | 2024-05-02T01:43:15Z | https://github.com/pydantic/FastUI/issues/252 | [
"question"
] | moser88704 | 2 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 393 | can't open demo_toolbox.py | Whenever i try to open demo_toolbox.py, this happens:
```
UserWarning: Unable to import 'webrtcvad'. This package enables noise removal and is recommended.
warn("Unable to import 'webrtcvad'. This package enables noise removal and is recommended.")
2020-07-02 10:10:33.214892: I tensorflow/stream_executor/platfo... | closed | 2020-07-02T00:52:19Z | 2020-07-03T17:52:55Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/393 | [] | TheAwesomeYT | 4 |
dask/dask | numpy | 11,806 | groupby-transform-cumsum returns results which look wrong | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiable Ex... | open | 2025-03-04T12:17:05Z | 2025-03-04T16:02:02Z | https://github.com/dask/dask/issues/11806 | [
"needs triage"
] | MarcoGorelli | 2 |
microsoft/nni | deep-learning | 5,791 | Transitioning from classic HPO to Retiarii experiments: file layout and setup advice needed | I have successfully used NNI for classic HPO experiments, leveraging configurations such as those detailed below. My setup includes a search_space.json, config.yml, and a trial.py script:
- search_space.json:
```json
{
"x": {
"_type": "choice",
"_value": [0, 1, 2]
},
"y": {
"_type": "choice... | open | 2024-06-04T09:27:41Z | 2024-06-04T09:27:41Z | https://github.com/microsoft/nni/issues/5791 | [] | dtamienER | 0 |
huggingface/datasets | numpy | 6,891 | Unable to load JSON saved using `to_json` | ### Describe the bug
Datasets stored in the JSON format cannot be loaded using `json.load()`
### Steps to reproduce the bug
```
import json
from datasets import load_dataset
dataset = load_dataset("squad")
train_dataset, test_dataset = dataset["train"], dataset["validation"]
test_dataset.to_json("full_dataset... | closed | 2024-05-12T01:02:51Z | 2024-05-16T14:32:55Z | https://github.com/huggingface/datasets/issues/6891 | [] | DarshanDeshpande | 2 |
JaidedAI/EasyOCR | machine-learning | 520 | How to train the recognition model? | I have a set of pictures, but the recognition accuracy of the existing model is not high. How can I train my own recognition model? | closed | 2021-08-18T09:30:42Z | 2022-03-02T09:25:33Z | https://github.com/JaidedAI/EasyOCR/issues/520 | [] | yourstar9 | 6 |
deepspeedai/DeepSpeed | machine-learning | 6,685 | [REQUEST] The all-reduce overlap in ZeRO 1 and ZeRO 2 | Hello, when I use DeepSpeed to train a GPT-Based Model by using zero1 or zero2, I found that there is no any overlap between all-reduce and backward computation. I don't know whether I set the config correctly, the following is my config
`{
"train_batch_size": 8,
"steps_per_print": 1,
"gradient_accumulatio... | closed | 2024-10-29T08:07:46Z | 2024-11-01T20:54:27Z | https://github.com/deepspeedai/DeepSpeed/issues/6685 | [
"enhancement"
] | yingtongxiong | 3 |
keras-team/keras | python | 20,591 | Strange results for gradient tape : Getting positive gradients for negative response | ### TensorFlow version
2.11.0
### Custom code
Yes
### OS platform and distribution
Windows
### Python version
3.7.16
Hello,
I'm working with some gradient based interpretability method ([based on the GradCam code from Keras ](https://keras.io/examples/vision/grad_cam/) ) , and I'm running int... | closed | 2024-12-04T13:16:53Z | 2025-01-05T02:06:23Z | https://github.com/keras-team/keras/issues/20591 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | liamaltarac | 4 |
numba/numba | numpy | 9,660 | Test failure on LLVM15: `test_remainder_float` | ```
% pytest numba/tests/npyufunc/test_errors.py -k test_remainder_float
======================================================================================= test session starts =======================================================================================
platform darwin -- Python 3.11.8, pytest-7.4.4,... | closed | 2024-07-16T22:27:29Z | 2024-07-17T22:19:09Z | https://github.com/numba/numba/issues/9660 | [] | sklam | 7 |
deepset-ai/haystack | machine-learning | 8,905 | Explicit Encoding Handling for PDF Parsing | **Is your feature request related to a problem? Please describe.**
PDFs with non-UTF-8 encoding (e.g., ANSI, cp1252) are not indexed correctly in Haystack’s document pipeline. This results in missing text, corrupted characters (e.g., (cid:xx) artifacts), or unreadable embeddings. I request an enhancement to support aut... | closed | 2025-02-21T16:25:00Z | 2025-03-06T15:44:08Z | https://github.com/deepset-ai/haystack/issues/8905 | [
"type:feature",
"P1"
] | JasperLS | 4 |
dask/dask | numpy | 11,042 | Add determinant(like scipy.linalg.det/slogdet) to dask.array.linalg | Just opening this issue to track missing bits from the array API missing in scikit-learn.
There's only one use of ``det``/``slogdet`` in scikit-learn, but I figured others might want to be able to do determinants in dask.
I think this can be implemented by doing a PLU decomp and then getting the determinant of th... | open | 2024-04-10T01:03:15Z | 2024-04-11T23:41:22Z | https://github.com/dask/dask/issues/11042 | [
"array"
] | lithomas1 | 0 |
tensorly/tensorly | numpy | 486 | Personalized loss functions for tensor decompositions | Any option to implement an easy way to "plug and play" different loss functions in the tensor decompositions?
It would be great having something like that instead of editing each of the different functions.
Tamara Kolda suggested more pertinent loss functions in a [talk she gave in 2018](https://www.youtube.com/wat... | open | 2023-02-10T06:04:35Z | 2024-07-08T09:28:59Z | https://github.com/tensorly/tensorly/issues/486 | [] | earmingol | 8 |
ultralytics/ultralytics | deep-learning | 18,751 | Batch processing not working as expected | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Export, Predict
### Bug
Hello,
I have a question about batch processing with the ultralytics cli.
I have exported the y... | closed | 2025-01-18T11:52:27Z | 2025-01-19T04:37:18Z | https://github.com/ultralytics/ultralytics/issues/18751 | [
"segment",
"exports"
] | lassebro | 4 |
MagicStack/asyncpg | asyncio | 228 | Connection.copy_records_to_table does not work with nan values | * **asyncpg version**: 0.13.0
* **PostgreSQL version**: 9.6.2
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: pgAdmin 3
* **Python version**: 3.6.1
* **Platform**: linux terminal
* **Do you use pgbouncer?**: no
* **Did you install asyncpg with... | closed | 2017-11-14T19:35:39Z | 2017-11-14T20:06:48Z | https://github.com/MagicStack/asyncpg/issues/228 | [
"enhancement",
"invalid"
] | midlewis | 1 |
microsoft/qlib | deep-learning | 1,313 | Fail to log the uncommitted code of $CWD when run `git diff` | When run the example: workflow_by_code.ipynb, I got the info
[15460:MainThread](2022-10-09 21:54:33,045) INFO - qlib.workflow - [recorder.py:372] - Fail to log the uncommitted code of $CWD when run `git diff`
I am wondering how to avoid the fail info.
PS: the code was run on windows 10, anaconda
Thanks for ... | closed | 2022-10-09T14:04:21Z | 2023-04-11T06:02:17Z | https://github.com/microsoft/qlib/issues/1313 | [
"question",
"stale"
] | nkchem09 | 2 |
home-assistant/core | python | 141,067 | Entity area not set when linked to device | ### The problem
hass.entities object from Websockets API have an undefined area_id for entities **which are using their device area**
Associated devices have correctly defined areas.
### What version of Home Assistant Core has the issue?
2025.2.2
### What was the last working version of Home Assistant Core?
_No re... | open | 2025-03-21T15:14:28Z | 2025-03-22T15:54:24Z | https://github.com/home-assistant/core/issues/141067 | [
"integration: websocket_api"
] | Sanch0ous | 2 |
marimo-team/marimo | data-visualization | 4,142 | WASM app with print() doesn't load | ### Describe the bug
Running a WASM app (exported with `marimo export html-wasm --mode run --no-show-code`) with a `print()` will not load. This is both true when running it locally as well as from Github Pages (deployed in Github Actions).
[Github repository](https://github.com/pschonev/test_marimo_wasm) and deploye... | closed | 2025-03-18T09:58:36Z | 2025-03-18T18:08:20Z | https://github.com/marimo-team/marimo/issues/4142 | [
"bug"
] | pschonev | 2 |
biolab/orange3 | numpy | 6,291 | Mi programa Orange (version 3.30) funcionaba correctamente hasta hace dos dias. Ahora no me deja abrir mi trabajo en Orange. Ayuda por favorr!!! |
**What's wrong?**
<!-- Me sale un error al abrir mi archivo de trabajo.
Exception:
TypeError: disconnect() failed between 'title_changed' and 'titleChanged'
Module:
orangecanvas.document.schemeedit:820
Version:
3.33.0
Environment:
Python 3.8.8 on Windows 10 10.0.19041 AMD64
Installed Packages:
AnyQt==0.... | closed | 2023-01-12T09:13:56Z | 2023-01-12T09:56:12Z | https://github.com/biolab/orange3/issues/6291 | [
"bug report"
] | luisipiri | 1 |
predict-idlab/plotly-resampler | data-visualization | 58 | reset_axes() has no effect on subplot | I tried adding the bottom subplot and the behavior of `reload_data` and `reset_axes` is different from the top graph on it (even by manual cell run) - these calls have no effect on the second graph. Are they handled differently?

def settings():
os.environ['ENV_FOR_DYNACONF'] = 'testing'
```
But this is not work ;-(. What can you advise me ?
I dont want start my test like th... | closed | 2019-08-08T10:41:39Z | 2020-02-26T18:04:26Z | https://github.com/dynaconf/dynaconf/issues/203 | [
"enhancement",
"question",
"Docs",
"good first issue"
] | dyens | 12 |
nschloe/tikzplotlib | matplotlib | 16 | Different file versions | Thank you for your effort. I used both of your tikz conversion scripts (matlab and matplotlib) and they are both very useful.
Just to let you know that version that you have in the 'Download' and in the 'Code' sections are different.
It seems that 'Download' version is much older and actually doesn't work at all as ... | closed | 2012-09-10T03:39:45Z | 2012-09-11T00:48:21Z | https://github.com/nschloe/tikzplotlib/issues/16 | [] | SerGIlles | 3 |
521xueweihan/HelloGitHub | python | 2,921 | 【开源自荐】Echoshare:基于 webrtc 的在线屏幕音频分享应用 | ### 项目地址
https://github.com/echoshare/echoshare
### 类别
JS
### 项目标题
开源的 webrtc 媒体共享应用
### 项目描述
Echoshare 是一个基于 WebRTC 的在线屏幕共享工具,允许您实时与他人共享屏幕、摄像头和音频,无需服务端即可实现在线共享
### 亮点
功能特点:
🖥️ 屏幕共享
📹 摄像头共享
🎤 音频共享
⌛ 本地历史记录
💫 PWA 支持
🔒 安全 HTTPS 连接
📱 响应式设计
如果还担心公用 peer 节点通信问题,还支持自定义 peer-server
### 示例代码
```markdown
```... | open | 2025-03-17T02:01:57Z | 2025-03-17T02:04:01Z | https://github.com/521xueweihan/HelloGitHub/issues/2921 | [] | shawroger | 0 |
d2l-ai/d2l-en | pytorch | 1,701 | suggestion: rename train_ch3 to something more generic | The [train_ch3](https://github.com/d2l-ai/d2l-en/blob/master/d2l/torch.py#L326) function could be renamed to 'train_loop_v1' or something like that, since it is quite generic, and is used in several chapters (eg sec 4.6 on dropout).
I would also suggest removing the hard-coded assertions about train/test accuracy fr... | closed | 2021-03-29T20:13:53Z | 2021-03-31T17:44:43Z | https://github.com/d2l-ai/d2l-en/issues/1701 | [] | murphyk | 1 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,107 | Is there any benefit to doing the training myself? | I see in the Wiki that there is a guide on how to train the models myself. For this, I would need around 500GB of data. For what I'm trying to do this might be impractical. What is the benefit of doing the training myself? All I want to do is use the program to generate speech for 3 voices of my choosing via code (i.e.... | open | 2022-09-06T01:22:25Z | 2023-03-23T13:04:26Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1107 | [] | CodingRox82 | 2 |
MaxHalford/chime | streamlit | 17 | [enhancement] exit code parameter for cli | Been thinking of a way to automatically trigger `success`/`error` sounds based on whether the previous command succeeded on the terminal.
One way to accomplish this would be an `--exit-code` (`-e`) argument to be used as such:
```sh
% ls; chime --exit-code=$?
```
`$?` in bash and zsh stores the exit code of ... | open | 2020-12-01T03:05:33Z | 2024-01-19T07:03:15Z | https://github.com/MaxHalford/chime/issues/17 | [] | paw-lu | 3 |
schemathesis/schemathesis | pytest | 1,890 | [BUG] Undocumented breaking change in v3.21.0 - unable to import `NOT_SET` from `schemathesis.utils` | ### Checklist
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [x] I am using the latest version of Schemathesis
... | closed | 2023-11-15T10:59:32Z | 2024-01-22T21:57:54Z | https://github.com/schemathesis/schemathesis/issues/1890 | [
"Type: Bug",
"Type: Documentation",
"Type: Compatibility",
"Status: Needs Design"
] | allanlewis | 6 |
biolab/orange3 | scikit-learn | 7,051 | Box Plot: Sometimes the statistic does not appear under the graph. | **What's wrong?**
When the graph increases a lot vertically, the text of t'student, ANOVA, etc. is not visible.
**How can we reproduce the problem?**
Load dataset "Bank Marketing"
Add widget Box Plot
Connect both
In Box Plot choose the variable "age" and for Subgroups "education" or "month"
No text appears below the... | open | 2025-03-23T22:48:03Z | 2025-03-23T23:05:02Z | https://github.com/biolab/orange3/issues/7051 | [
"bug report"
] | gmolledaj | 1 |
OpenVisualCloud/CDN-Transcode-Sample | dash | 156 | CDN Transcode deploy failed | **Issue Description**:
CDN code failed while deploy "make start_kubernetes"
**Error log**:
deployment.apps/vod created
deployment.apps/kafka created
error: no objects passed to apply
deployment/kubernetes/yaml/CMakeFiles/start_kubernetes.dir/build.make:57: recipe for target 'deployment/kubernetes/yaml/CMakeFiles... | closed | 2020-06-09T03:15:14Z | 2020-06-10T05:01:27Z | https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/156 | [] | meiyanz | 2 |
pallets-eco/flask-wtf | flask | 407 | Travis fails on building docs | cf https://travis-ci.org/github/lepture/flask-wtf/jobs/677224978 | closed | 2020-04-20T13:01:00Z | 2021-05-26T00:54:51Z | https://github.com/pallets-eco/flask-wtf/issues/407 | [] | jugmac00 | 3 |
huggingface/diffusers | deep-learning | 10,297 | [GGUF] support serialization with GGUF | Thanks to @DN6 we support loading GGUF checkpoints and running on-the-fly dequants ([PR](https://github.com/huggingface/diffusers/pull/9964)).
Currently, we don't support `save_pretrained()` on a `DiffusionPipeline` with GGUF, which, IMO, could be massively impactful, too. | open | 2024-12-19T05:38:59Z | 2025-02-20T19:17:27Z | https://github.com/huggingface/diffusers/issues/10297 | [
"wip",
"quantization"
] | sayakpaul | 6 |
vitalik/django-ninja | django | 1,154 | [BUG] Async Error Handlers Return Unawaited Coroutines Instead of HttpResponse in Django Ninja | **Bug Description**
When defining synchronous error handlers in Django Ninja and attempting to access Django's ORM with synchronous operations, I encounter an error indicating that I am running the ORM in an asynchronous context. To address this, I decided to define the error handler as asynchronous so I could use D... | open | 2024-05-07T14:00:44Z | 2024-05-07T14:08:14Z | https://github.com/vitalik/django-ninja/issues/1154 | [] | mikaelsoudev | 0 |
pallets-eco/flask-sqlalchemy | flask | 395 | sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed | my code: (from http://flask-sqlalchemy.pocoo.org/2.1/quickstart/#quickstart )
`
from app import db
class User(db.Model):
id = db.Column(db.Integer, primary_key=True)
username = db.Column(db.String(80), unique=True)
email = db.Column(db.String(120), unique=True)
```
def __init__(self, username, email):
... | closed | 2016-05-11T15:52:57Z | 2020-12-05T20:55:44Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/395 | [] | LotosikRa | 1 |
pyqtgraph/pyqtgraph | numpy | 2,603 | Incorrect logarithmic scale set | I am trying to have both linear and logarithmic scale axes in the same PlotWidget with dual y-axes. However, when I apply log scaling, the curve scales to the opposite way? The y-values increase above visible limit (10^300).
It looks like they are transformed as `y' = 10^y`, instead of `y' = log10(y)`, where `y'` is t... | open | 2023-02-07T16:18:08Z | 2023-05-24T03:41:32Z | https://github.com/pyqtgraph/pyqtgraph/issues/2603 | [
"log-scale"
] | matenestor | 3 |
koxudaxi/datamodel-code-generator | fastapi | 1,929 | Default value of enum field isn't an enum member | **Describe the bug**
This is similar to #1797, but specifically about enums. When running datamodel-codegen on the schema below, the result includes
```python
class PropertyOperator(str, Enum):
exact = "exact"
is_not = "is_not"
icontains = "icontains"
not_icontains = "not_icontains"
class ... | closed | 2024-04-19T12:06:02Z | 2024-05-03T15:13:15Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1929 | [
"answered"
] | Twixes | 2 |
autogluon/autogluon | computer-vision | 4,681 | torch.load Compatibility Issue: Unsupported Global fastcore.foundation.L with weights_only=True | Check the documentation of torch.load to learn more about types accepted by default with weights_only https://pytorch.org/docs/stable/generated/torch.load.html.
Detailed Traceback:
Traceback (most recent call last):
File "C:\Users\celes\anaconda3\Lib\site-packages\autogluon\core\trainer\abstract_trainer.py", line ... | closed | 2024-11-23T11:41:14Z | 2024-11-23T14:04:34Z | https://github.com/autogluon/autogluon/issues/4681 | [
"enhancement"
] | celestinoxp | 0 |
huggingface/datasets | pytorch | 6,483 | Iterable Dataset: rename column clashes with remove column | ### Describe the bug
Suppose I have a two iterable datasets, one with the features:
* `{"audio", "text", "column_a"}`
And the other with the features:
* `{"audio", "sentence", "column_b"}`
I want to combine both datasets using `interleave_datasets`, which requires me to unify the column names. I would typic... | closed | 2023-12-08T16:11:30Z | 2023-12-08T16:27:16Z | https://github.com/huggingface/datasets/issues/6483 | [
"streaming"
] | sanchit-gandhi | 4 |
noirbizarre/flask-restplus | api | 285 | Nested model allow_null | Version 0.10.1
I want to define a model that contains a Nested model which is nullable, but this does not seem possible without extending the standard fields. `allow_null` is teasing me because it seems to only apply to the marshaled response. It's strange that the `allow_null` logic that results in a null value f... | open | 2017-05-12T00:48:38Z | 2020-03-12T23:27:16Z | https://github.com/noirbizarre/flask-restplus/issues/285 | [] | isstabb | 3 |
plotly/plotly.py | plotly | 4,348 | `px.Scatter`'s `text` breaks when plotting many data points | Setup:
* plotly==5.16.1
* Ubuntu 22.04
When plotting a lot of points using scattern (2500+) the text and the labels do not match anymore.
``` python
#setup
import numpy as np
import plotly.graph_objects as go
import plotly.express as px
import pandas as pd
labels = list("あいぐセ役彼往征径待律後徐徒ゼ従得御復循微徳徴徹徽ソ... | open | 2023-09-04T22:08:49Z | 2024-08-12T21:05:56Z | https://github.com/plotly/plotly.py/issues/4348 | [
"bug",
"P3"
] | CaptainDario | 0 |
chainer/chainer | numpy | 7,693 | Flaky test: tests/chainer_tests/links_tests/connection_tests/test_deconvolution_2d.py | https://jenkins.preferred.jp/job/chainer/job/chainer_pr/1497/TEST=chainer-py2,label=mn1-p100/testReport/junit/tests.chainer_tests.links_tests.connection_tests.test_deconvolution_2d/TestDeconvolution2DParameterShapePlaceholder_param_16_%7Buse_cudnn='always',%20nobias=True,%20deconv_args=((None,%202,%203,%202,%201),%20%7... | closed | 2019-07-04T05:16:01Z | 2019-08-23T03:00:11Z | https://github.com/chainer/chainer/issues/7693 | [
"cat:test",
"prio:high"
] | hvy | 7 |
microsoft/nni | tensorflow | 5,632 | The accuracy and loss of ENAS algorithm are not convergent. Is there any appropriate parameter setting for the optimizer | **Describe the issue**:
Tensorboard shows:The accuracy and loss of ENAS algorithm are not convergent. Is there any appropriate parameter setting for the optimizer.
**Environment**:
- NNI version:2.10
- Training service (local|remote|pai|aml|etc):remote
- Client OS:Ubuntu
<!--
Where can you find the log files:
... | open | 2023-07-10T03:02:09Z | 2023-08-11T06:54:27Z | https://github.com/microsoft/nni/issues/5632 | [] | Drxdx | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.