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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
biolab/orange3 | scikit-learn | 6,187 | Add proper support for cycling through open windows (on Mac, perhaps also Win and/or Linux) | **What's your use case?**
In other programs, the Window drop-down menu shows a list of all open windows in the software. This makes it possible to put another open window on top, while not changing the layering of the other open windows now below it.
Not so in Orange: the open windows remain in a stack according to t... | closed | 2022-10-28T14:05:30Z | 2022-12-23T09:19:11Z | https://github.com/biolab/orange3/issues/6187 | [] | wvdvegte | 0 |
fastapi/sqlmodel | sqlalchemy | 25 | Improper UUID serialisation dropping leading zeros ▶️ "ValueError: badly formed hexadecimal UUID string" | ### 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... | closed | 2021-08-26T05:55:25Z | 2022-08-27T22:30:48Z | https://github.com/fastapi/sqlmodel/issues/25 | [
"bug"
] | andrewbolster | 7 |
oegedijk/explainerdashboard | plotly | 140 | Tabs are freezing | I have dataset which has 100k row and 50 column. I use classification use case.
--
Feature Importances
Classification Stats
--
tabs are opened in ~1sec.
---
Individual Predictions
What if...
Feature Dependence
Decision Trees
---
This tabs are opend in 30 second... What is the problem? I think they are pr... | closed | 2021-08-10T11:41:13Z | 2021-12-23T15:27:31Z | https://github.com/oegedijk/explainerdashboard/issues/140 | [] | nailcankara | 2 |
ipython/ipython | data-science | 14,306 | removal of case sensitivity of ColorSchemeTable | This is an issue to track the removal of ColorSchemeTable's set_active_scheme(case_sentive=....) key word argument.
If you saw a warning bout this, please comment and subscribe to this issue to be warn of future deprecation and removal, and /or delay it.
| closed | 2024-01-24T20:18:23Z | 2025-01-21T11:48:34Z | https://github.com/ipython/ipython/issues/14306 | [] | Carreau | 0 |
long2ice/fastapi-cache | fastapi | 80 | Does not work after upgrading to redis-py | Hi!
After upgrading to redis-py, the snippet [provided in the example](https://github.com/long2ice/fastapi-cache/blob/36e0812c1988ce45a623c825ef640ea1455c6338/examples/redis/main.py) doesn't correctly work. It fails with the following message:
```
File "/root/.cache/pypoetry/virtualenvs/backend-9TtSrW0h-py3.9/... | open | 2022-09-02T18:43:48Z | 2023-05-14T22:07:41Z | https://github.com/long2ice/fastapi-cache/issues/80 | [
"bug",
"needs-triage"
] | lainiwa | 0 |
3b1b/manim | python | 2,092 | The method of move_to can't move horizontally. | ### Describe the bug : the method of move_to can't move horizontally,Run the following code and you will find that the objects on the screen do not move completely horizontally, but are offset downwards. What is going on?
<!-- A clear and concise description of what the bug is. -->
```
#vscode: 1.83.1
#python: ... | closed | 2024-01-07T12:53:18Z | 2024-01-27T10:53:39Z | https://github.com/3b1b/manim/issues/2092 | [
"bug"
] | gd247217 | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,148 | Issue on running cityscapes evaluation scripts | I downloaded the CycleGAN pretrained model and generated results for cityscpaes. I also downloaded the caffe model and successfully install caffe. My PYTHONPATH also included "./scripts/eval_cityscapes/". When I executed the evaluate.py, I got the following error.
Traceback (most recent call last):
File ".\script... | closed | 2020-09-13T18:25:50Z | 2020-09-13T23:16:04Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1148 | [] | FeilongWu | 0 |
pallets-eco/flask-wtf | flask | 183 | Hidden fields contained in FormField are not rendered by form.hidden_tag() | When a nested form contains HiddenFields, the hidden_tag() method does not render them.
| closed | 2015-05-19T11:00:44Z | 2021-05-28T01:03:57Z | https://github.com/pallets-eco/flask-wtf/issues/183 | [] | jpschaumloeffel | 3 |
PeterL1n/RobustVideoMatting | computer-vision | 198 | How to adapt training code to train on an all-image dataset? | Hi! I am a student currently learning CV and would really appreciate if someone could give me some pointers on how to adopt this model to train on just images. | closed | 2022-08-21T08:45:20Z | 2022-08-26T11:27:28Z | https://github.com/PeterL1n/RobustVideoMatting/issues/198 | [] | thani-ath-nain | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 439 | 请教问题 | 你好,我看你在多gpu的代码只是对每一轮的模型进行保存,并没有保存最优的模型,我在你的代码上增加了对val_loss的大小判断选择最优模型,但是即使上一轮val_loss = 0.9 这一轮val_loss=0.6,但是我的best_score不知道为什么会等于0.6,导致无法选择最优模型,你知道是什么原因吗?
`if rank == 0:
score = eval_loss
if score < best_score:
print("Saving Best ..")
print("Validation Loss... | closed | 2021-12-17T12:41:54Z | 2021-12-17T14:05:12Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/439 | [] | leileilin | 0 |
encode/httpx | asyncio | 2,088 | follow_redirects and `.netrc` credentials | `httpx` uses `.netrc` credentials for automatic login when http call is triggered, but it does not apply `.netrc` credentials when doing redirecting (`follow_redirects=True`)
Site 1 -> Site 2 -> Site 3
If the authorization is required on Site2, `follow_redirects` won't work even if `.netrc` contains an entry for th... | closed | 2022-02-18T14:00:28Z | 2023-04-19T12:23:03Z | https://github.com/encode/httpx/issues/2088 | [
"docs"
] | jjagielka | 5 |
microsoft/nni | tensorflow | 5,660 | nni norm_pruning example error | Hello!
I am trying to locally run a pytorch version of one of the pruning examples (nni/examples/compression/pruning/norm_pruning.py).
However, it seems that the config_list that is generate from the function "auto_set_denpendency_group_ids" has some problem.
**The config_list is:**
[{'op_names': ['layer3.1.conv1... | closed | 2023-08-13T13:32:48Z | 2023-08-17T07:30:54Z | https://github.com/microsoft/nni/issues/5660 | [] | NoyLalzary | 0 |
huggingface/transformers | tensorflow | 36,713 | `return_assistant_tokens_mask` argument is blocked in `ProcessorMixin.apply_chat_template` | # Issue
After https://github.com/huggingface/transformers/pull/36149, for **all** classes inheriting ProcessorMixin, `return_assistant_tokens_mask=True` argument for `apply_chat_template` is blocked.
# How to recall
in transformers v4.49.0, run script at https://huggingface.co/HuggingFaceM4/idefics2-8b-chatty/discuss... | open | 2025-03-14T08:39:39Z | 2025-03-14T09:48:15Z | https://github.com/huggingface/transformers/issues/36713 | [
"Chat Template",
"Processing"
] | MilkClouds | 1 |
xonsh/xonsh | data-science | 5,233 | stdin not set in all callable aliases | <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
#... | closed | 2023-11-21T10:31:53Z | 2024-06-21T18:55:43Z | https://github.com/xonsh/xonsh/issues/5233 | [
"aliases"
] | sbliven | 5 |
MaartenGr/BERTopic | nlp | 1,876 | merge_models create new outlier topic | Hi Maarten,
I've been reducing outliers by running another topic model exclusively on them, and it has been effective. However, when attempting to merge the models, a new topic (-1) is created that doesn't exist in all models. For instance, in my initial run, I obtained 83 documents belonging to topic -1. So, I ran ... | open | 2024-03-20T08:48:17Z | 2024-03-20T09:43:40Z | https://github.com/MaartenGr/BERTopic/issues/1876 | [] | dannylesmy | 2 |
ansible/awx | django | 14,960 | [DOCS] Add terraform inventory source to Inventories chapter of Userguide | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software pro... | closed | 2024-03-06T20:13:27Z | 2024-04-08T15:28:15Z | https://github.com/ansible/awx/issues/14960 | [
"type:enhancement",
"component:docs"
] | tvo318 | 5 |
jina-ai/serve | deep-learning | 5,251 | Docs: Font's unreadable in github Dark mode | **Describe your proposal/problem**
<!-- A clear and concise description of what the proposal is. -->
Cannot read map while using dark mode. I can switch modes.. but thought I would let you know
---
<!-- Optional, but really help us locate the problem faster -->
.
| open | 2023-04-12T11:44:34Z | 2023-04-20T10:09:50Z | https://github.com/flairNLP/fundus/issues/167 | [
"rework"
] | dobbersc | 0 |
BeanieODM/beanie | asyncio | 1,011 | [BUG]`fetch_links=True` doesn't work with `View`s | Using `fetch_links=True` with a `View` results in an error:
```
...
File ".../beanie/odm/queries/find.py", line 1042, in __await__
document = yield from self._find_one().__await__() # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".../beanie/odm/queries/find.py", line 998, ... | open | 2024-08-29T22:19:30Z | 2025-01-08T00:27:44Z | https://github.com/BeanieODM/beanie/issues/1011 | [
"bug",
"feature request"
] | efrechette-rga | 3 |
deepinsight/insightface | pytorch | 2,006 | RetinaFace Pretrained Models link not working | Pretrained Model: RetinaFace-R50 downloading link not working please look into that
link for Pretrained Model: https://www.dropbox.com/s/53ftnlarhyrpkg2/retinaface-R50.zip?dl=0 | open | 2022-05-14T05:38:30Z | 2022-05-14T05:38:30Z | https://github.com/deepinsight/insightface/issues/2006 | [] | kishorsumathi | 0 |
gradio-app/gradio | python | 10,279 | [Image] - Image is not rendered completely | ### Describe the bug
If I load a 2 Megapixel image into the component it is not rendered correctly, only halfway and I get an error in the log. I need to keep the component area at 300x300.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
imp... | closed | 2025-01-02T20:30:07Z | 2025-01-31T03:25:42Z | https://github.com/gradio-app/gradio/issues/10279 | [
"bug"
] | elismasilva | 3 |
xuebinqin/U-2-Net | computer-vision | 183 | Download of u2net_portrait.pth not possible | When I try to load the u2net_portrait.pth for the drawings, google tells me that I don't have the permission to access the file. Can you please make it available for all? Would love to try it out. | open | 2021-03-24T21:07:36Z | 2021-03-25T01:14:34Z | https://github.com/xuebinqin/U-2-Net/issues/183 | [] | krummrey | 1 |
aminalaee/sqladmin | fastapi | 394 | add inline models | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I want to be able to add inline model like in flask-admin. I think it's very helpful feature
**
Put the error trace below if there's... | closed | 2020-08-22T06:48:28Z | 2020-08-22T06:53:31Z | https://github.com/davidteather/TikTok-Api/issues/228 | [
"bug",
"installation_help"
] | JoyceJiang73 | 3 |
mirumee/ariadne | graphql | 25 | If value from resolver is callable, call it with **kwargs. | [Apollo doc](https://www.apollographql.com/docs/graphql-tools/resolvers) for default resolver says that if `field_name` resolves to function, it will be called with query arguments:
> Calls a function on obj with the relevant field name and passes the query arguments into that function
This can be useful for situ... | closed | 2018-08-28T12:37:02Z | 2018-10-10T13:24:18Z | https://github.com/mirumee/ariadne/issues/25 | [
"help wanted",
"roadmap"
] | rafalp | 0 |
TracecatHQ/tracecat | fastapi | 300 | [FEATURE REQUEST] Crowdstrike - Allow member CIDs to be specified in API calls | **Is your feature request related to a problem? Please describe.**
From [Discord thread](https://discord.com/channels/1212548097624903681/1221723440093069333/1271172196760420412):
> You'll need to extend out your CrowdStrike implementations (eventually) to allow member_cid's to be specified. The reason being that f... | closed | 2024-08-08T19:43:17Z | 2024-09-20T15:16:59Z | https://github.com/TracecatHQ/tracecat/issues/300 | [
"enhancement",
"integrations"
] | topher-lo | 2 |
huggingface/datasets | pandas | 7,196 | concatenate_datasets does not preserve shuffling state | ### Describe the bug
After concatenate datasets on an iterable dataset, the shuffling state is destroyed, similar to #7156
This means concatenation cant be used for resolving uneven numbers of samples across devices when using iterable datasets in a distributed setting as discussed in #6623
I also noticed th... | open | 2024-10-03T14:30:38Z | 2025-03-18T10:56:47Z | https://github.com/huggingface/datasets/issues/7196 | [] | alex-hh | 1 |
plotly/dash | flask | 3,054 | Flag 'suppress_callback_exceptions' not working as intended | **Describe your context**
```
dash 2.18.1
dash_ag_grid 31.2.0
dash-bootstrap-components 1.5.0
dash-bootstrap-templates 1.0.8
dash-core-components 2.0.0
dash-daq 0.5.0
dash-extensions 1.0.15
dash-html-components 2.0.0
dash-iconify ... | open | 2024-10-29T11:00:30Z | 2024-10-29T14:13:58Z | https://github.com/plotly/dash/issues/3054 | [] | emer-bestseller | 4 |
ContextLab/hypertools | data-visualization | 98 | change procrustes and reduce API to look like scikit learn | since many are familiar with the scikit-learn fit-transform design, we could change the procrustes and reduce apis to have a similar design. This would also allow transforms to be fit on one dataset and applied to another. | closed | 2017-04-18T14:57:28Z | 2017-10-22T01:27:07Z | https://github.com/ContextLab/hypertools/issues/98 | [
"enhancement",
"help wanted",
"low priority"
] | andrewheusser | 7 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 954 | 💡 Add this project to awesome-italia-opensource | I founded Italia Open-Source, a community that aims to share and grow the Italian open-source world and, more generally, to highlight Italian tech excellence.
Our website [italiaopensource.com](https://italiaopensource.com/) is based on open data that reside on the [awesome-italia-opensource](https://github.com/italia... | closed | 2025-03-17T17:20:38Z | 2025-03-21T08:24:47Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/954 | [] | FabrizioCafolla | 1 |
deeppavlov/DeepPavlov | tensorflow | 1,180 | Sentence BERT models incompletable with original library | Is there some way to use Sentence RuBERT with sentence-transformers (https://github.com/UKPLab/sentence-transformers) library? Current models seems missing file modules.json | closed | 2020-04-15T12:04:37Z | 2021-10-24T23:52:49Z | https://github.com/deeppavlov/DeepPavlov/issues/1180 | [] | Serbernari | 3 |
tensorly/tensorly | numpy | 67 | Adding tensor classes? | Adding tensor classes
================
This is an issue to open to discussion a long standing design decision, namely whether to create subclasses for tensors.
Specifically there are two design decisions to be made:
1) whether to create a tensor class that subclasses each of the backend's ndarray structures
... | closed | 2018-08-16T21:02:19Z | 2019-05-01T12:01:49Z | https://github.com/tensorly/tensorly/issues/67 | [
"API design"
] | JeanKossaifi | 3 |
aleju/imgaug | machine-learning | 830 | AttributeError: 'FigureCanvasAgg' object has no attribute 'set_window_title' | Hi all,
executing below simple code I'm getting an error. The error is in imgaug.py, not in the code below. Anybody any feedback? Is it a bug? I'm expecting an image with bounding boxes be displayed.
```python
import imageio
import imgaug as ia
from imgaug.augmentables.bbs import BoundingBox, BoundingBoxesOn... | closed | 2023-02-21T18:26:01Z | 2025-01-29T18:05:56Z | https://github.com/aleju/imgaug/issues/830 | [] | devxor | 2 |
httpie/cli | api | 1,563 | Please add support for Mise | [Mise](https://github.com/jdx/mise) is a modern and powerful dev-tool installer and version manager and builds on top of [asdf](https://github.com/asdf-vm/asdf). It would be really cool if you could add `httpie-cli` to its registry so all people out there can instal it using this version manager ❤️
Under the hood it... | closed | 2024-02-16T16:51:40Z | 2024-10-30T10:53:35Z | https://github.com/httpie/cli/issues/1563 | [
"enhancement",
"new"
] | Blackjacx | 1 |
graphql-python/graphene | graphql | 652 | Introspection fails after update to Graphene 2.0 | We recently refactored a large API to graphene 2.0 and now introspection queries seem to fail. The API is being served via flask using flask-graphql. Opening Graphiql or trying to run an introspection query as simple as this:
```
{
__schema {
types {
name
}
}
}
```
results in this error... | closed | 2018-01-24T21:14:48Z | 2018-01-24T21:42:18Z | https://github.com/graphql-python/graphene/issues/652 | [] | dkleissa | 1 |
Farama-Foundation/Gymnasium | api | 1,074 | ERROR: Cannot install gymnasium[atari]==0.26.1, gymnasium[atari]==0.26.2 and gymnasium[atari]==0.26.3 because these package versions have conflicting dependencies. | ### Describe the bug
I wrote "pip install gymnasium[atari]" in command prompt, it gave me the following error:
```Collecting shimmy<1.0,>=0.1.0 (from shimmy[atari]<1.0,>=0.1.0; extra == "atari"->gymnasium[atari])
Using cached Shimmy-0.2.1-py3-none-any.whl.metadata (2.3 kB)
INFO: pip is looking at multiple ver... | closed | 2024-05-31T11:43:47Z | 2024-06-01T18:04:35Z | https://github.com/Farama-Foundation/Gymnasium/issues/1074 | [
"bug"
] | Anren77 | 2 |
Kludex/mangum | asyncio | 92 | Mangum incorrectly assumes the response should be base64 encoded if the request is base64 encoded | If the Lambda Proxy Integration receives an event that has `isBase64Encoded: true`, then Mangum incorrectly assumes [1] that the output should also be base64 encoded [2].
This makes sense if the Lambda processes e.g., an image into another image. However, if the Lambda takes in an image and returns a JSON, then the ... | closed | 2020-03-13T21:49:03Z | 2020-04-08T08:31:41Z | https://github.com/Kludex/mangum/issues/92 | [
"bug"
] | lsorber | 6 |
SYSTRAN/faster-whisper | deep-learning | 938 | GUI ? | Not really an issue, but i've juste installed it on unraid, and it seems there is no GUI...and i have no clue about how to use it :(
(i had a look on the Github page, but could not find it..or didn't understood)
Sorry for that, but it someone could help... | open | 2024-07-28T22:18:24Z | 2024-10-22T13:47:38Z | https://github.com/SYSTRAN/faster-whisper/issues/938 | [] | Maitresinh | 1 |
pydantic/pydantic | pydantic | 10,502 | model_dump by_title | ### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing
### Description
Now user can using `model_dump` with `by_alias`, sometimes I want to export an object t... | closed | 2024-09-27T05:06:05Z | 2024-09-27T14:06:55Z | https://github.com/pydantic/pydantic/issues/10502 | [
"feature request"
] | LucienShui | 2 |
kizniche/Mycodo | automation | 942 | "404: Not found" when I try to install Mycodo | Hi!
I'm doing my very first steps with my Raspberry Pi and I currently try to install Mycodo because Im building my own automated hydroponic system. Please apologize my beginner question, but I can't solve my problem, even though I researched a lot of things...
Thanks for your help.
Best regards from Switzerla... | closed | 2021-02-26T16:23:45Z | 2021-03-03T13:04:23Z | https://github.com/kizniche/Mycodo/issues/942 | [] | yvesegli | 5 |
huggingface/text-generation-inference | nlp | 2,615 | Excessive use of VRAM for Llama 3.1 8B | ### System Info
- text-generation-inference:2.3.0, deployed on docker
- model info:
{
"model_id": "meta-llama/Llama-3.1-8B-Instruct",
"model_sha": "0e9e39f249a16976918f6564b8830bc894c89659",
"model_pipeline_tag": "text-generation",
"max_concurrent_requests": 128,
"max_best_of": 2,
"max_stop_sequ... | open | 2024-10-07T07:47:04Z | 2024-10-17T09:30:28Z | https://github.com/huggingface/text-generation-inference/issues/2615 | [] | ukito-pl | 1 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 772 | [FEATURE]: Skip pre-populated questions and answer only required questions | ### Feature summary
Logic to skip an input text-box if the field is already populated and only answer required questions
### Feature description
Overall, these ideas aim to reduce the impact of hallucinations.
I successfully used the bot to apply to ~100 jobs, however after reviewing the applications I don't believ... | closed | 2024-11-07T11:46:25Z | 2025-01-02T01:58:58Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/772 | [
"enhancement",
"stale"
] | SaintRod | 4 |
cookiecutter/cookiecutter-django | django | 5,494 | Docker cannot build ./compose/local/django/Dockerfile | ## What happened?
I am building the docker-compose stack using
`docker-compose -f docker-compose.local.yml build`
And the apt-get install commands in each of the Dockerfile's build stages fail due to a hash mismatch issue:
```bash
failed to solve: process "/bin/sh -c apt-get update && apt-get install --no... | closed | 2024-10-26T19:03:20Z | 2024-10-27T10:26:08Z | https://github.com/cookiecutter/cookiecutter-django/issues/5494 | [
"bug"
] | jamie--stewart | 3 |
Guovin/iptv-api | api | 761 | [Bug]: docker版,更新1.5.7后result里的IPV6地址几乎都是无效的 | ### Don't skip these steps | 不要跳过这些步骤
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁**
- [X] I have checked through the search that there are no similar issues that already exist | 我已经通过搜索仔细检查过没有存在已经创建的相似问题
- [X] I will not s... | closed | 2024-12-29T05:42:18Z | 2024-12-29T08:04:56Z | https://github.com/Guovin/iptv-api/issues/761 | [
"bug"
] | lxz256 | 1 |
kennethreitz/responder | flask | 242 | Ability to modify swagger strings | The built-in openapi support is great! Kudos to that. However, it would be nice if there were ways to modify more swagger strings such as page title, `default`, `description` etc. Not a very important feature but would be nice to have to make swagger docs more customizable.
I am thinking passing common variables wi... | closed | 2018-11-20T09:42:18Z | 2019-03-13T00:22:21Z | https://github.com/kennethreitz/responder/issues/242 | [
"good first issue"
] | here0to0learn | 3 |
saulpw/visidata | pandas | 2,538 | [guides] Unable to view guides | **Small description**
Unable to view guides
**Data to reproduce**
None.
**Steps to reproduce**
Run the `open-guide-index` command. Hit Enter to dive into a guide. No rows/guides are highlighted white.
**Expected result**
Be able to view the new guides.
**Actual result with screenshot**
https://a... | closed | 2024-09-25T22:13:21Z | 2024-10-10T06:24:36Z | https://github.com/saulpw/visidata/issues/2538 | [
"bug",
"fixed",
"3.1"
] | frosencrantz | 11 |
hbldh/bleak | asyncio | 1,565 | Add option to supress thread is not MTA exception | Although, using the workaround from the troubleshooting docs might break Kivy if Kivy needs the main thread to be STA for the UI.
So we might need to add an option to avoid the exception in cases like this.
_Originally posted by @dlech in https://github.com/hbldh/bleak/discussions/1564#discussioncomment-9346278_
... | closed | 2024-05-07T19:20:13Z | 2024-05-22T14:52:01Z | https://github.com/hbldh/bleak/issues/1565 | [] | dlech | 4 |
unit8co/darts | data-science | 1,810 | [BUG] prediction seems not correct with linearregressionmodel with quantile likelihood | **Describe the bug**
Use AirPassengerDataset as example. Forecasting values seem correct without likelihood setup.
With likelihood='quantile', the forecasting values are very low and MAPE goes up from 11.05% to 47.01%

... | closed | 2023-06-01T17:40:47Z | 2024-01-21T15:40:51Z | https://github.com/unit8co/darts/issues/1810 | [
"bug",
"triage"
] | QAM | 2 |
Asabeneh/30-Days-Of-Python | matplotlib | 457 | Typo Error in Day 2 - Section 2 (Variables) | The sentence, 'An argument is a value which we can be passed' should be "An argument is a value which can be passed" without the word "we". | closed | 2023-11-19T20:36:59Z | 2023-11-21T06:06:57Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/457 | [] | LmOpe | 0 |
Yorko/mlcourse.ai | pandas | 654 | mlcourse.ai is down | Hello, is https://mlcourse.ai down? | closed | 2020-02-24T11:30:12Z | 2020-02-24T11:34:50Z | https://github.com/Yorko/mlcourse.ai/issues/654 | [] | vitvakatu | 3 |
Lightning-AI/pytorch-lightning | pytorch | 20,337 | `LightningCLI` doesn't fail when `config.yaml` contains invalid arguments | ### Bug description
I was playing around with the `LightningCLI` and I found out that it can still work even if the `config.yaml` contains invalid data types. For example, `max_epochs` for `Trainer` should be `int`. However, it still succeeds with a `str` in the `.yaml`. In the MWE, you can see that `config.yaml` co... | closed | 2024-10-11T15:32:24Z | 2024-11-08T14:47:20Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20337 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | adosar | 4 |
aimhubio/aim | tensorflow | 2,842 | Inconsistent datetime offsets in queries | ## 🐛 Bug
I ran the following query [in the browser](http://127.0.0.1:43800/runs?select=O-JTdCJTIyb3B0aW9ucyUyMjolNUIlNUQsJTIycXVlcnklMjI6JTIyZGF0ZXRpbWUoMjAyMywlMjAlMjA2LCUyMDEzLCUyMDEwLCUyMDIzLCUyMDE4KSUyMCUzQz0lMjBydW4uY3JlYXRlZF9hdCUyMCUzQz0lMjBkYXRldGltZSgyMDIzLCUyMCUyMDYsJTIwMTMsJTIwMTMsJTIwMzUsJTIwMTMpJTIyLCU... | open | 2023-06-16T01:29:49Z | 2023-06-16T07:42:20Z | https://github.com/aimhubio/aim/issues/2842 | [
"type / bug",
"help wanted"
] | YodaEmbedding | 2 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 249 | [BUG] screenshot error | version: 1.9.3.1
code:
```python
from selenium_driverless.sync import webdriver
options = webdriver.ChromeOptions()
options.headless = False
with webdriver.Chrome(options=options) as driver:
driver.get('https://www.browserscan.net')
driver.sleep(5)
title = driver.title
url = driver.curre... | closed | 2024-06-25T05:43:13Z | 2024-08-20T12:59:59Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/249 | [
"invalid",
"wontfix"
] | zyoung1212 | 1 |
zihangdai/xlnet | tensorflow | 267 | colab notebook can not run under tensorflow 2.0 | XLNet-imdb-GPU.ipynb
Error: module 'tensorflow._api.v2.train' has no attribute 'Optimizer'
Add this fix:
%tensorflow_version 1.x | open | 2020-06-10T03:41:23Z | 2020-06-10T03:41:23Z | https://github.com/zihangdai/xlnet/issues/267 | [] | jlff | 0 |
flairNLP/flair | nlp | 2,959 | Export ONNX failed | **Describe the bug**
I try export NER model by the [tutorial](https://github.com/flairNLP/flair/blob/master/resources/docs/TUTORIAL_13_TRANSFORMERS_PRODUCTION.md) and it failed with error
`TypeError: TransformerEmbeddings.forward() missing 1 required positional argument: 'lengths'`
**To Reproduce**
[tutorial]... | closed | 2022-10-13T11:02:00Z | 2023-02-20T13:10:53Z | https://github.com/flairNLP/flair/issues/2959 | [
"bug"
] | ZeusFSX | 1 |
Kav-K/GPTDiscord | asyncio | 299 | Discord User ID & DM Support | The ability to DM the bot would be helpful in addition to just being able to message it on a server. Instead of a server ID, you could add a user ID. On that note, if you could add one user ID as having all features without needing roles that would simplify the process. | closed | 2023-05-03T22:47:16Z | 2023-11-11T02:30:11Z | https://github.com/Kav-K/GPTDiscord/issues/299 | [
"enhancement",
"good first issue"
] | Maclean-D | 2 |
flaskbb/flaskbb | flask | 649 | Error using flaskbb db upgrade after installing plugin | I'm trying to install and activate the polls plugin (https://github.com/micha030201/flaskbb-plugin-polls). I installed it using `pip install flaskbb-plugin-vanity`, which worked fine, but when I run `flaskbb db upgrade` I get the following error:
```
Traceback (most recent call last):
File "/usr/local/bin/flaskb... | open | 2023-02-19T01:28:22Z | 2023-02-19T01:28:22Z | https://github.com/flaskbb/flaskbb/issues/649 | [] | jdb235 | 0 |
DistrictDataLabs/yellowbrick | matplotlib | 571 | Intercluster Distance Map (MDS) | **Describe the solution you'd like**
Create a cluster visualization that displays the distance between cluster centers and cluster relative sizes by using [multidimensional scaling (MDS)](http://scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html). The visualization would be:
1. A scatter plot whose... | closed | 2018-08-21T10:57:57Z | 2018-11-06T17:05:01Z | https://github.com/DistrictDataLabs/yellowbrick/issues/571 | [
"type: feature",
"level: expert"
] | bbengfort | 6 |
mlflow/mlflow | machine-learning | 14,120 | [BUG] MLflow langchain log_model does not support RunnableWithMessageHistory | ### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where did you encounter this bug?
Databricks
### MLflow version
- Client: 2.19.0
### System information
- **OS Platfor... | open | 2024-12-18T21:59:50Z | 2025-01-05T09:50:02Z | https://github.com/mlflow/mlflow/issues/14120 | [
"bug",
"area/artifacts",
"integrations/databricks"
] | dansayan | 3 |
writer/writer-framework | data-visualization | 356 | Change dropdowns to radio buttons or similar | I'm selecting element alignment (text, etc), if I want to change the selected value, only previously selected option is available in dropdown and other options appear after deleting current option with a keyboard.
` anywhere in `training_step()`. There are no limitations for this in single-device execution, but for distributed strategies there are challenges associated with that.
In DDP, we solve that problem by disabling a backward hook before ca... | open | 2024-03-22T03:43:51Z | 2024-04-01T20:39:24Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19685 | [
"bug",
"strategy: fsdp",
"ver: 2.2.x"
] | awaelchli | 1 |
modelscope/modelscope | nlp | 537 | AdaSeq multi-GPU training is not successful | Hi
In adaseq, training with single-machine multi-GPU (1 node/2 GPUs) and multi-machine multi-GPU (2 nodes/1 GPU per node) configurations is failing. It runs successfully with a single-machine single-GPU configuration. It seems like there might be an incompatibility issue between adaseq and modelscope versions. Can y... | closed | 2023-09-13T10:24:35Z | 2024-07-07T01:55:47Z | https://github.com/modelscope/modelscope/issues/537 | [
"Stale"
] | srdfjy | 6 |
StackStorm/st2 | automation | 5,772 | Add query type to linux.dig action | ## SUMMARY
I would like the ability to query TXT records and noticed there is no way to specify a query type to the dig action.
### STACKSTORM VERSION
`st2 3.6.0, on Python 3.6.8`
## Steps to reproduce the problem
I attempted a few ways to add "TXT" to the query by adding to queryopts or try appending t... | closed | 2022-10-13T13:37:31Z | 2023-03-15T23:46:40Z | https://github.com/StackStorm/st2/issues/5772 | [
"enhancement",
"packs"
] | AmbiguousYeoman | 2 |
autokey/autokey | automation | 169 | Qt application window focus is lost after sending keys | ## Classification:
Bug
## Reproducibility:
Always
## Summary
Sending key/keys either using Phrases or Scripts (Triggered by Hotkey) cause the current Qt application window to lose focus. Doesn't happen with GTK applications. Used to worked fine, until one day when the whole system is updated (Archlinux) ... | open | 2018-07-24T19:16:11Z | 2023-03-22T16:49:52Z | https://github.com/autokey/autokey/issues/169 | [
"upstream bug"
] | phuongfi91 | 17 |
JaidedAI/EasyOCR | deep-learning | 371 | CUDA out of memory, any SOLUTIONS available are NOT WORKING | I'm using EasyOCR gpu-enabled to detect numerics from images(448*448, 480*480, 512*512). It runs fine the first time and the second time it gives this error. I tired to clear memory by those torch clear cuda memory methods. torch.cuda.empty_cache(), no_grad, even numba reset device, and to restart SPYDER kernel too thr... | closed | 2021-02-08T04:40:42Z | 2023-02-08T09:19:06Z | https://github.com/JaidedAI/EasyOCR/issues/371 | [] | Anupama74 | 10 |
home-assistant/core | python | 141,083 | Web socket exception ZHA | ### The problem
After installing update to CORE version: 2025.3.3
ZigBee devices are not working, here the log I've got after enabling debug logs on ZigBee integration (which doesn't report issues)
```
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
int... | closed | 2025-03-21T20:10:36Z | 2025-03-23T21:57:19Z | https://github.com/home-assistant/core/issues/141083 | [
"integration: zha",
"waiting-for-diagnostics"
] | exenza | 21 |
nolar/kopf | asyncio | 989 | Ignore changes to specific label/annotation. | Is there a way to ignore changes to specified annotations or labels?
## Description
I have a CR which when an update or change is made to the object it triggers a reconcile, when this happens one or multiple annotations are updated with information such as the last time stamp of when a reconcile succeeded and p... | closed | 2022-12-20T14:06:06Z | 2023-01-23T15:18:37Z | https://github.com/nolar/kopf/issues/989 | [] | cannibalisticcow | 2 |
aeon-toolkit/aeon | scikit-learn | 2,107 | [DOC] Fix broken links | ### Describe the issue linked to the documentation
big changes have resulted in a lot of broken links, this is the output from sphynx generated by @CodeLionX
- [x] examples/distances/sklearn_distances.ipynb:59: [broken] ../datasets/data_structures.ipynb:
- [x] examples/datasets/datasets.ipynb:29: [broken] ben... | closed | 2024-09-27T11:33:39Z | 2024-11-04T18:24:50Z | https://github.com/aeon-toolkit/aeon/issues/2107 | [
"documentation"
] | TonyBagnall | 2 |
oegedijk/explainerdashboard | plotly | 157 | ExplainerDashboard with Lightgbm model | Hello,
I'm trying to use explainerdashboard with lightgbm original library (not sklearn wrapper) and I have some issues.
I can't launch the dashboard. I'm getting the following error:
First I defined the predict proba method :
```python
import types
def predict_proba(self, X):
import numpy as np
... | closed | 2021-11-10T10:54:00Z | 2021-11-18T19:47:24Z | https://github.com/oegedijk/explainerdashboard/issues/157 | [] | usamashah78 | 2 |
microsoft/hummingbird | scikit-learn | 675 | Waiting on releases of onnxruntime and sklearn-onnx | From #635 for the protobuf vulnerability, we needed to put an onnx install in the pipeline. Depending on how a user installs hummingbird, that could cause an issue for some onnxml users.
Before doing a release, we'll wait for the onnxruntime and sklearn-onnx releases in the upcoming weeks (cc @xadupre ) | closed | 2023-01-13T18:42:15Z | 2023-02-13T18:36:22Z | https://github.com/microsoft/hummingbird/issues/675 | [] | ksaur | 0 |
aiortc/aiortc | asyncio | 1,110 | issue with tracks less than 3 seconds | @jlaine thank you for this awesome project. below code, the track should play infinelty. MicStreamTrack put wav tensors into a queue and SpeakerStreamTrack gets the wav tensors and create frame and send to the peer. but the audio is played only once for duration less than 3 secs and plays infinetely (as expected) fo... | closed | 2024-05-30T12:23:14Z | 2024-10-25T02:34:29Z | https://github.com/aiortc/aiortc/issues/1110 | [
"stale"
] | immcossi | 4 |
alecxe/scrapy-fake-useragent | web-scraping | 36 | FakerProvider not working | Similar to #30 , but i use latest version of scrapy-fake-useragent 1.4.4
here is my `setting.py` :
```
DOWNLOADER_MIDDLEWARES = {
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware': None,
'scrapy.downloadermiddlewares.retry.RetryMiddleware': None,
'scrapy_fake_useragent.middleware.RandomUs... | open | 2022-01-04T13:21:30Z | 2024-09-11T14:17:01Z | https://github.com/alecxe/scrapy-fake-useragent/issues/36 | [] | axiangcoding | 3 |
JaidedAI/EasyOCR | pytorch | 472 | Why high RAM usage after using GPU, and lasts for a long time before being automatically released. | Can using GPU consume only GPU RAM instead of CPU RAM? | closed | 2021-06-27T03:57:11Z | 2021-10-15T03:05:55Z | https://github.com/JaidedAI/EasyOCR/issues/472 | [] | xiyangz | 2 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 706 | 问了个很蠢的问题 | EvalCOCOMetric(data_loader.dataset.coco, "keypoints", ["key_results.json"](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/blob/master/pytorch_keypoint/HRNet/train_utils/train_eval_utils.py#:~:text=keypoints%22%2C%20%22-,key_results.json,-%22)))
请教一下,这个key_results.json是在哪里生成的,谢谢。 | closed | 2022-12-08T17:13:03Z | 2022-12-11T11:58:08Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/706 | [] | cilinyan | 1 |
assafelovic/gpt-researcher | automation | 477 | Task.json help | I’m new to coding. I’ve successfully cloned and am using the app. Curious how the task.json file interacts with the app. For example, it has a default query which isn’t used. I’m assuming it’s overridden somewhere else. But then I set the guidelines to true and one of the guidelines is that the report must be written i... | closed | 2024-05-08T11:03:25Z | 2024-05-09T15:23:06Z | https://github.com/assafelovic/gpt-researcher/issues/477 | [] | uniqueNY85 | 1 |
mirumee/ariadne | graphql | 1,192 | Async resolvers are not executed in Flask | Example building using: `pip install flask[async] ariadne pytest`.
Using the [sample Flask app from Ariadne's docs](https://ariadnegraphql.org/docs/flask-integration) (without the playground), and a test like that, we have a pass:
<details>
<summary>Sample app</summary>
```python
from ariadne import QueryT... | closed | 2024-08-14T16:32:38Z | 2024-08-14T18:33:22Z | https://github.com/mirumee/ariadne/issues/1192 | [] | cuducos | 1 |
tensorly/tensorly | numpy | 165 | MXNet Nightly Builds Moved to S3 | Hi,
MXNet nightly builds have been moved from PyPI to S3 (https://github.com/pypa/pypi-support/issues/243). If this project requires the nightly builds for CI validation, please make sure that your CI pipeline now takes the nightly builds from https://dist.mxnet.io/python. Furthermore, as MXNet [1.7](https://github.... | closed | 2020-03-20T16:35:38Z | 2020-04-07T14:53:06Z | https://github.com/tensorly/tensorly/issues/165 | [] | szha | 2 |
huggingface/datasets | nlp | 7,210 | Convert Array features to numpy arrays rather than lists by default | ### Feature request
It is currently quite easy to cause massive slowdowns when using datasets and not familiar with the underlying data conversions by e.g. making bad choices of formatting.
Would it be more user-friendly to set defaults that avoid this as much as possible? e.g. format Array features as numpy arrays... | open | 2024-10-09T13:05:21Z | 2024-10-09T13:05:21Z | https://github.com/huggingface/datasets/issues/7210 | [
"enhancement"
] | alex-hh | 0 |
pydantic/pydantic | pydantic | 10,750 | Changing `model_copy.update`'s type hint from `dict[str, Any]` to `Mapping[str, Any]` | ### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing
### Description
https://github.com/pydantic/pydantic/blob/v2.9.2/pydantic/main.py#L324 has `update: dic... | closed | 2024-11-01T00:16:35Z | 2024-11-01T11:49:42Z | https://github.com/pydantic/pydantic/issues/10750 | [
"feature request"
] | jamesbraza | 0 |
mckinsey/vizro | pydantic | 520 | Issue with Exporting Filtered Data from AgGrid Table in Vizro Dashboard | ### Question
Hi Vizro team,
First of all, I want to express my appreciation for your fantastic project! I love what you're doing with Vizro, and it's been incredibly helpful for my work. I have encountered an issue and would be grateful for your assistance :).
I am trying to export filtered data from an AgGrid... | closed | 2024-06-07T17:23:10Z | 2024-06-12T05:54:26Z | https://github.com/mckinsey/vizro/issues/520 | [
"General Question :question:"
] | datawithalvin | 2 |
2noise/ChatTTS | python | 207 | please support cuda 12 or provide solution | OSError: libcudart.so.11.0: cannot open shared object file: No such file or directory
But I have a newer version
local fd libcudart
cuda-12.4/targets/x86_64-linux/lib/libcudart.so
cuda-12.4/targets/x86_64-linux/lib/libcudart.so.12 | closed | 2024-06-03T01:57:36Z | 2024-06-19T03:53:14Z | https://github.com/2noise/ChatTTS/issues/207 | [] | fastfading | 3 |
miguelgrinberg/Flask-SocketIO | flask | 1,352 | AttributeError: 'Response' object has no attribute 'status_code' | Hello, started getting the error down below for a while now. Any idea what is the reason?
```Error handling request /socket.io/?EIO=4&transport=websocket
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/base_async.py", line 55, in handle
self.handle_request(li... | closed | 2020-08-14T08:22:57Z | 2020-08-15T20:42:24Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1352 | [
"question"
] | umityayla | 4 |
chiphuyen/stanford-tensorflow-tutorials | tensorflow | 82 | mnist_loader for python3 | Hello everyone! I find the mnist_loader does't work for python3, so I make following change:
```python
- import cPickle
+ import pickle
def load_data():
with gzip.open('../data/mnist.pkl.gz', 'rb') as f:
u = pickle._Unpickler(f)
u.encoding = 'latin1'
training_data, validation_data,... | closed | 2017-12-19T08:08:22Z | 2018-12-02T05:13:02Z | https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/82 | [] | Adaxry | 2 |
robusta-dev/robusta | automation | 1,544 | "enablePrometheusStack" is not working on Openshift with Security Context enabled | **Describe the bug**
Want to install "Robusta" on OpenShift with bundled "kube-prometheus-stack", but it failing.
**To Reproduce**
Steps to reproduce the behavior:
1. Use below `additional-values.yaml`
```
openshift:
enabled: true
createScc: true
createPrivilegedScc: true
playbooksPersistentVolum... | open | 2024-09-06T20:48:02Z | 2024-09-06T20:48:26Z | https://github.com/robusta-dev/robusta/issues/1544 | [] | Rajpratik71 | 1 |
miguelgrinberg/flasky | flask | 310 | Why would flask cli break my imports? | I've been using flask-script and looking and testing if I should switch over to flask-cli...
However flask-cli doesn't recognize my app structure it seems and continues to say it cannot find extensions file even though it would work in a python manage.py runserver script. Is there something I have to set for a root ... | closed | 2017-10-31T00:55:48Z | 2017-12-10T20:12:46Z | https://github.com/miguelgrinberg/flasky/issues/310 | [
"question"
] | rlam3 | 4 |
thunlp/OpenPrompt | nlp | 90 | soft_token_num=100 | 对于 tutorial/4.1_all_tasks_are_generation.py 中的soft_token_num=100的实验请问您进行过实验么? 最近我在wic上的实验结果显示soft_token_num=100 的结果远低于soft_token_num=20的结果 | closed | 2021-12-30T14:03:59Z | 2022-02-19T15:43:15Z | https://github.com/thunlp/OpenPrompt/issues/90 | [] | BD-MF | 1 |
vvbbnn00/WARP-Clash-API | flask | 57 | 修改前端页面样式不生效 | **出现的问题**
修改`template/index.html`中的前端样式后, 重启docker, 前端页面依旧保持原样, 并没有我做的改动
**复现步骤**
1. 先git clone仓库, 配置.env.local, 其余什么都不改, 使用`docker-compose up -d`直接运行
2. 修改`template/index.html`
3. 使用`docker-compose down && docker-compose up -d`重启项目
4. 发现页面依旧是最开始clone下来的样子, 并没有第2步做的修改
**额外的补充**
还试验过完全删除文件夹, 重新clone等方法, 总之21... | closed | 2024-02-24T16:26:13Z | 2024-02-28T06:33:47Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/57 | [
"help wanted"
] | lainbo | 2 |
deepspeedai/DeepSpeed | deep-learning | 6,859 | [BUG] deepspeed --enable_each_rank_log does not work in multi-node (PDSH) runs | **Describe the bug**
In a single-node training run, the command `deepspeed --enable_each_rank_log logdir <training command here>` will cause each rank to write its stderr/stdout to a unique file in logdir/
However, in a multinode training run using the default launcher (PDSH) e.g. `deepspeed --hostfile ./hostfile --e... | closed | 2024-12-12T23:56:51Z | 2024-12-17T17:33:10Z | https://github.com/deepspeedai/DeepSpeed/issues/6859 | [
"bug",
"training"
] | akeshet | 2 |
KaiyangZhou/deep-person-reid | computer-vision | 565 | Train for non-person Re-Identification? | Hi, I was wondering if I could use this code to train a model for use in DeepSORT with a class different than person. I want to train a model for Fish Reid and then use it iwith deepSORT.
I already have a dataset for fish in a format similar to MOT17.
Can do this, what would I need to change to make it work? | open | 2023-11-22T11:53:57Z | 2024-12-25T11:04:40Z | https://github.com/KaiyangZhou/deep-person-reid/issues/565 | [] | rbccv | 1 |
laughingman7743/PyAthena | sqlalchemy | 561 | Drop support for Python 3.8 | closed | 2024-11-29T15:19:05Z | 2024-12-07T09:52:43Z | https://github.com/laughingman7743/PyAthena/issues/561 | [] | laughingman7743 | 0 | |
piskvorky/gensim | data-science | 3,164 | mycorpus.txt gies 404 | The link:
https://radimrehurek.com/gensim/auto_examples/core/mycorpus.txt
provided [here](https://radimrehurek.com/gensim/auto_examples/core/run_corpora_and_vector_spaces.html) returns a 404 error | closed | 2021-06-06T10:14:05Z | 2021-06-06T10:18:30Z | https://github.com/piskvorky/gensim/issues/3164 | [] | raffaem | 1 |
huggingface/text-generation-inference | nlp | 2,223 | Gibberish generated with deepseek-ai/deepseek-coder-6.7b-base | ### System Info
TGI Version: Tried 2.0.3, 2.0.4, 2.1.1 all does not work but 2.0.2 works
### Information
- [X] Docker
- [ ] The CLI directly
### Tasks
- [X] An officially supported command
- [ ] My own modifications
### Reproduction
```
def main():
client = Client(base_url="http://127.0.0.1:8080")
re... | open | 2024-07-11T21:28:59Z | 2024-08-13T23:28:41Z | https://github.com/huggingface/text-generation-inference/issues/2223 | [] | zch-cc | 5 |
ckan/ckan | api | 7,757 | Job Timeouts in CKAN 2.9 | ## CKAN version
2.9
## Describe the bug
Enqueueing a job always has 180s timeout.
### Steps to reproduce
Set `ckan.jobs.timeout` to a large value. Enqueue a large job, run job, see timeout of 180s exceeded.
### Expected behavior
The timeout uses the value from `ckan.jobs.timeout`
### Additional details
... | open | 2023-08-23T14:23:48Z | 2025-02-07T02:20:00Z | https://github.com/ckan/ckan/issues/7757 | [] | JVickery-TBS | 1 |
liangliangyy/DjangoBlog | django | 128 | 按照配置文件来,出错了,没找到解决办法 | (blog-github-demo) ➜ DjangoBlog ./manage.py makemigrations
Traceback (most recent call last):
File "./manage.py", line 22, in <module>
execute_from_command_line(sys.argv)
File "/home/yb/桌面/Django-demo/blog-github-demo/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execu... | closed | 2018-06-09T13:58:17Z | 2018-06-14T03:53:45Z | https://github.com/liangliangyy/DjangoBlog/issues/128 | [
"help wanted"
] | ghost | 4 |
AirtestProject/Airtest | automation | 311 | Please tell me how to use the Python(3.7.2) Package. | Remove any following parts if does not have details about
**Describe the bug**
Creating a script using the Python Package results in an error.
Please tell me how to use the Python Package.
- Python(3.7.2)
install package
- pip install selenium
- pip install requests
- pip install bs4
1. airtest configur... | closed | 2019-03-14T01:28:24Z | 2019-03-14T06:16:37Z | https://github.com/AirtestProject/Airtest/issues/311 | [] | JJunM | 6 |
graphistry/pygraphistry | pandas | 633 | [BUG] scene settings for point_size not always setting to correct value | **Describe the bug**
Customer reports that trying to set the point_size via scene_settings doesn't always set correctly.
Comment from user:
> mismatch in the scale of the UI input and what is available on the API. Either update documentation or make the UI and API like-for-like
**To Reproduce**
use f... | open | 2025-01-07T03:46:50Z | 2025-01-15T19:30:58Z | https://github.com/graphistry/pygraphistry/issues/633 | [
"bug"
] | DataBoyTX | 0 |
mwaskom/seaborn | matplotlib | 3,139 | Format the text output of so.Text() | Is it possible to apply post-processing to the value displayed by [`so.Text()`](https://seaborn.pydata.org/generated/seaborn.objects.Text.html#seaborn.objects.Text)? I want to create a "top 5 vs. bottom 5" style plot and my naive attempt is looking a bit odd:
. I can do annotations and save the results, with images, without any issues. While trying to incorporate SAM segme... | closed | 2024-09-26T20:56:21Z | 2024-09-27T06:43:09Z | https://github.com/cvat-ai/cvat/issues/8478 | [] | jw8huang | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.