organization string | repo_name string | base_commit string | iss_html_url string | iss_label string | title string | body string | code null | pr_html_url string | commit_html_url string | file_loc string | own_code_loc list | ass_file_loc list | other_rep_loc list | analysis dict | loctype dict | iss_has_pr int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AUTOMATIC1111 | stable-diffusion-webui | d9499f4301018ebd2977685d098381aa4111d2ae | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13724 | enhancement | [Feature Request]: Sort items by date by default | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
I hope to use time sorting by default when opening additional interfaces, so that I can immediately try the new model I just downloaded.
### Proposed workflow
1.... | null | null | https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/d9499f4301018ebd2977685d098381aa4111d2ae | {'base_commit': 'd9499f4301018ebd2977685d098381aa4111d2ae', 'files': [{'path': 'javascript/extraNetworks.js', 'status': 'modified', 'Loc': {"(None, 'setupExtraNetworksForTab', 18)": {'add': [51, 54, 98, 99], 'mod': [30, 56, 57, 58, 59, 65, 91, 92, 93, 94]}, '(None, None, None)': {'add': [115]}, "(None, 'applyExtraNetwo... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"modules/shared_options.py",
"modules/ui_extra_networks.py",
"javascript/extraNetworks.js"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
AUTOMATIC1111 | stable-diffusion-webui | 22bcc7be428c94e9408f589966c2040187245d81 | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9102 | bug-report | [Bug]: Model Dropdown Select on Firefox is obscured by svelte pre-loader | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
Seems the latest pull request has added pre-loaders and I noticed that the model dropdown is constantly loading and therefore obscuring the dropdown from the user. This is only ... | null | null | https://github.com/joysun545/stable-diffusion-webui/commit/22bcc7be428c94e9408f589966c2040187245d81 | {'base_commit': '22bcc7be428c94e9408f589966c2040187245d81', 'files': [{'path': 'modules/ui.py', 'status': 'modified', 'Loc': {"(None, 'create_ui', 437)": {'add': [1630]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"modules/ui.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
huggingface | transformers | a8e3336a850e856188350a93e67d77c07c85b8af | https://github.com/huggingface/transformers/issues/2008 | wontfix | Expand run_lm_finetuning.py to all models | ## 🚀 Feature
[run_lm_finetuning.py](https://github.com/huggingface/transformers/blob/b0ee7c7df3d49a819c4d6cef977214bd91f5c075/examples/run_lm_finetuning.py) is a very useful tool for finetuning many models the library provided. But it doesn't cover all the models. Currently available models are:
- gpt2
- openai... | null | null | https://github.com/huggingface/transformers/commit/3dcb748e31be8c7c9e4f62926c5c144c62d07218
https://github.com/huggingface/transformers/commit/a8e3336a850e856188350a93e67d77c07c85b8af | {'base_commit': 'a8e3336a850e856188350a93e67d77c07c85b8af', 'files': [{'path': 'examples/ner/run_ner.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [33], 'mod': [41]}}}, {'path': 'examples/ner/run_tf_ner.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [16, 17, 18, 19, 21, 22, 23, 24, ... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "commit",
"loc_scope": "",
"info_type": "Code"
} | {
"code": [
"examples/run_squad.py",
"templates/adding_a_new_example_script/run_xxx.py",
"examples/run_glue.py",
"src/transformers/__init__.py",
"examples/ner/run_tf_ner.py",
"examples/run_language_modeling.py",
"examples/ner/run_ner.py"
],
"doc": [],
"test": [],
"config": [],
"a... | null |
huggingface | transformers | 88d7f96e33c3f3e541bcdd913f2ff1e50aa18c1b | https://github.com/huggingface/transformers/issues/5212 | BartConfig wrong decoder_start_token_id? | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): Bart
Language I am using the model on (English, Chinese ...): English
## To reproduce
Steps to reproduce the behavior:
```
from transformers import BartConfig, BartTokenizer
config = BartConfig.from_pretrained('facebook/bart-large')
tokeni... | null | https://github.com/huggingface/transformers/pull/5306 | null | {'base_commit': '88d7f96e33c3f3e541bcdd913f2ff1e50aa18c1b', 'files': [{'path': 'src/transformers/modeling_tf_utils.py', 'status': 'modified', 'Loc': {"('TFPreTrainedModel', 'generate', 551)": {'mod': [645, 646]}}}, {'path': 'src/transformers/modeling_utils.py', 'status': 'modified', 'Loc': {"('PreTrainedModel', 'genera... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code\n里的docstring"
} | {
"code": [
"src/transformers/modeling_utils.py",
"src/transformers/modeling_tf_utils.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
geekan | MetaGPT | ba9e3fe6267ea81a3d546b7aa5bcf0122f365e51 | https://github.com/geekan/MetaGPT/issues/1153 | bug | mermaid: Generating ..seq_flow/20240402032019.svg.. Error: Failed to launch the browser process! | **Bug description**
Generating /app/metagpt/workspace/jqdlhwap/resources/seq_flow/20240402032019.svg.. Error: Failed to launch the browser process!
**Bug solved method**
**Environment information**
"docker compose up -d" after clone
already run "npm install -g @mermaid-js/mermaid-cli":
root@84a2e77496b0:/... | null | https://github.com/FoundationAgents/MetaGPT/pull/1155 | null | {'base_commit': 'ba9e3fe6267ea81a3d546b7aa5bcf0122f365e51', 'files': [{'path': 'metagpt/configs/mermaid_config.py', 'status': 'modified', 'Loc': {"('MermaidConfig', None, 13)": {'mod': [16]}}}, {'path': 'metagpt/utils/mermaid.py', 'status': 'modified', 'Loc': {"(None, 'mermaid_to_file', 17)": {'add': [83]}}}, {'path': ... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"metagpt/configs/mermaid_config.py",
"metagpt/utils/mermaid.py"
],
"doc": [],
"test": [],
"config": [
"config/config2.yaml"
],
"asset": []
} | null |
geekan | MetaGPT | c779f6977ecbdba075d7c81519edd5eaf6de2d0e | https://github.com/geekan/MetaGPT/issues/1197 | Support for Cohere API | Please add support for Cohere API with all the built in RAG and tool use functionalities. Essentially, RAG and tool use in Cohere are just chat parameters definable by users. More information can be found at https://docs.cohere.com/reference/chat . | null | https://github.com/FoundationAgents/MetaGPT/pull/1193 | null | {'base_commit': 'c779f6977ecbdba075d7c81519edd5eaf6de2d0e', 'files': [{'path': 'metagpt/const.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [53]}}}, {'path': 'metagpt/rag/factories/ranker.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [13]}, "('RankerFactory', '__init__', 20)": {'ad... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"metagpt/rag/schema.py",
"metagpt/rag/factories/ranker.py",
"setup.py",
"metagpt/const.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
geekan | MetaGPT | b5bb4d7e63e72c3d118e449a3763c1ff4411f159 | https://github.com/geekan/MetaGPT/issues/1547 | ERROR | metagpt.utils.mmdc_playwright:mermaid_to_file:118 - Page.goto: net::ERR_FILE_NOT_FOUND at file:///root/anaconda3/envs/metagpt/lib/python3.11/site-packages/metagpt/utils/index.html | **Bug description**
I installed playwright and its chrominum with the guidance and made configuration of mermaid. But it seems that the mermaid didn't work normally.
```
ERROR | metagpt.utils.mmdc_playwright:mermaid_to_file:118 - Page.goto: net::ERR_FILE_NOT_FOUND at file:///root/anaconda3/envs/metagpt/lib/pytho... | null | https://github.com/FoundationAgents/MetaGPT/pull/1564 | null | {'base_commit': 'b5bb4d7e63e72c3d118e449a3763c1ff4411f159', 'files': [{'path': 'metagpt/utils/mmdc_playwright.py', 'status': 'modified', 'Loc': {"(None, 'mermaid_to_file', 17)": {'mod': [84, 85, 86, 87]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"metagpt/utils/mmdc_playwright.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
langflow-ai | langflow | 7276f699fc85c611f1c3f83a19a368da9841e3a4 | https://github.com/langflow-ai/langflow/issues/2892 | question | Flow as tool Usage | ### Discussed in https://github.com/langflow-ai/langflow/discussions/2891
<div type='discussions-op-text'>
<sup>Originally posted by **pavansandeep2910** July 23, 2024</sup>
I cannot understand how to load files to see them in flow as tool component. can anyone help me direct to flow as tool usage?</div> | null | https://github.com/langflow-ai/langflow/pull/3093 | null | {'base_commit': '7276f699fc85c611f1c3f83a19a368da9841e3a4', 'files': [{'path': 'src/backend/base/langflow/components/prototypes/SubFlow.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [2], 'mod': [4, 6, 9, 10, 11, 12]}, "('SubFlowComponent', 'build', 98)": {'add': [103], 'mod': [102, 105, 108, 112, 114... | [] | [] | [] | {
"iss_type": "3",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"src/backend/base/langflow/components/prototypes/SubFlow.py",
"src/backend/base/langflow/initial_setup/setup.py",
"src/backend/base/langflow/inputs/inputs.py",
"src/frontend/src/components/parameterRenderComponent/component/refreshParameterComponent/index.tsx",
"src/frontend/src/Custom... | null |
langflow-ai | langflow | b3b5290598f5970fd6a1a092fe4d11211008a04d | https://github.com/langflow-ai/langflow/issues/5378 | bug | URL component lost imported urls in tool mode when refresh UI | ### Bug Description
I have this issue when i build multi agent flow like import json below
- URL Component Before refresh UI:


After r... | null | https://github.com/langflow-ai/langflow/pull/5316 | null | {'base_commit': 'b3b5290598f5970fd6a1a092fe4d11211008a04d', 'files': [{'path': 'src/frontend/src/components/core/parameterRenderComponent/components/toggleShadComponent/index.tsx', 'status': 'modified', 'Loc': {'(None, None, 39)': {'mod': [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54]}}}, {'path': 'sr... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "5",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx",
"src/frontend/src/components/core/parameterRenderComponent/components/toggleShadComponent/index.tsx"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
langflow-ai | langflow | a4dc5381b2cf31c507cc32f9027f76bf00d61ccc | https://github.com/langflow-ai/langflow/issues/3536 | bug | Prompt component does not pass variables correctly | ### Bug Description
I have prompt with two variables.
{image_url} Value of image is https://oaidalleapiprodscus.blob.core.windows.net/private/org-N0bzhj17kGCdvkPCuGgpUuhO/user-RwGFQKsTTGw8hOO1ResFbpwQ/img-GH9Zkmf4RabhW48gVeZslvyb.png?st=2024-08-23T19%3A00%3A31Z&se=2024-08-23T21%3A00%3A31Z&sp=r&sv=2024-08-04&sr=b&rs... | null | https://github.com/langflow-ai/langflow/pull/3698 | null | {'base_commit': 'a4dc5381b2cf31c507cc32f9027f76bf00d61ccc', 'files': [{'path': 'src/backend/base/langflow/custom/custom_component/component.py', 'status': 'modified', 'Loc': {"('Component', '__init__', 42)": {'add': [71], 'mod': [45, 56]}, "('Component', '_reset_all_output_values', 88)": {'mod': [89, 90]}, "('Component... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "",
"info_type": "Code"
} | {
"code": [
"src/backend/base/langflow/template/field/base.py",
"src/backend/base/langflow/graph/graph/base.py",
"src/backend/base/langflow/custom/custom_component/component.py"
],
"doc": [],
"test": [
"src/backend/tests/unit/test_custom_component.py",
"src/backend/tests/unit/test_database.p... | null |
langflow-ai | langflow | 20ceb42504087c712aaee41bfc17a870ae0109d4 | https://github.com/langflow-ai/langflow/issues/2039 | enhancement | [Feat] Firecrawl🔥 Integration | Hi all,
Opening this issue after chatting with Rodrigo. It would be awesome to add a [Firecrawl](https://firecrawl.dev) web loader / tool for people to use it to scrape, crawl and extract LLM ready data from the web.
Would love to hear your thoughts on how we can best integrate it.
| null | https://github.com/langflow-ai/langflow/pull/2359 | null | {'base_commit': '20ceb42504087c712aaee41bfc17a870ae0109d4', 'files': [{'path': 'poetry.lock', 'status': 'modified', 'Loc': {'(None, None, 2114)': {'add': [2114]}, '(None, None, 2436)': {'add': [2436]}, '(None, None, 2596)': {'add': [2596]}, '(None, None, 2600)': {'add': [2600]}, '(None, None, 4618)': {'add': [4618]}, '... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"src/frontend/src/utils/styleUtils.ts"
],
"doc": [],
"test": [],
"config": [
"pyproject.toml",
"poetry.lock",
"src/backend/base/poetry.lock",
"src/backend/base/pyproject.toml"
],
"asset": []
} | null |
langflow-ai | langflow | 9d8009f2f5c5e3fd3bf47760debc787deb454b1a | https://github.com/langflow-ai/langflow/issues/3004 | bug | Problem with Global Variables Setting Page | ### Bug Description
When entering http://127.0.0.1:7860/settings/global-variables
I am getting error in JS console.
```
`DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.
If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden componen... | null | https://github.com/langflow-ai/langflow/pull/3284 | null | {'base_commit': '9d8009f2f5c5e3fd3bf47760debc787deb454b1a', 'files': [{'path': 'src/backend/base/langflow/api/v1/variable.py', 'status': 'modified', 'Loc': {"(None, 'create_variable', 17)": {'add': [22], 'mod': [26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 39, 40, 42, 44, 46, 47, 48, 49, 50, 51, 52]}, "(None, 'read_vari... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "",
"info_type": "Code"
} | {
"code": [
"src/backend/base/langflow/api/v1/variable.py",
"src/backend/base/langflow/services/variable/base.py",
"src/backend/base/langflow/services/variable/service.py",
"src/backend/base/langflow/services/variable/kubernetes.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
Significant-Gravitas | AutoGPT | 1e98d349877305a8ee9c84901282b5731675578f | https://github.com/Significant-Gravitas/AutoGPT/issues/803 | debug mode not debug | ### Duplicates
- [X] I have searched the existing issues
### Steps to reproduce 🕹
attribute in chat.py is not named correctly
### Current behavior 😯
wrong name can't call the attrb on the object
### Expected behavior 🤔
to use the attrb in a call without error
### Your prompt 📝
```yaml
# Paste your prompt... | null | https://github.com/Significant-Gravitas/AutoGPT/pull/888 | null | {'base_commit': '1e98d349877305a8ee9c84901282b5731675578f', 'files': [{'path': 'scripts/chat.py', 'status': 'modified', 'Loc': {"(None, 'chat_with_ai', 42)": {'mod': [67, 74, 113]}}}, {'path': 'scripts/json_parser.py', 'status': 'modified', 'Loc': {"(None, 'fix_json', 76)": {'mod': [94]}}}, {'path': 'scripts/main.py', ... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"scripts/json_parser.py",
"scripts/main.py",
"scripts/chat.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
fastapi | fastapi | 0f152b4e97a102c0105f26d76d6e1bba3b12fc2a | https://github.com/fastapi/fastapi/issues/894 | bug
answered
reviewed | RecursionError from response model in 0.47.1 | ### Describe the bug
FastAPI 0.47.1 will not be able to start due to a `RecursionError` when there is a circular reference among models. The issue seems to originate from https://github.com/tiangolo/fastapi/pull/889. This works fine in 0.46.0.
### Environment
- OS: Windows
- FastAPI Version: 0.47.1
- Python ... | null | null | https://github.com/fastapi/fastapi/commit/0f152b4e97a102c0105f26d76d6e1bba3b12fc2a | {'base_commit': '0f152b4e97a102c0105f26d76d6e1bba3b12fc2a', 'files': [{'path': 'fastapi/utils.py', 'status': 'modified', 'Loc': {"(None, 'create_cloned_field', 134)": {'mod': [134, 141, 142, 143, 160, 163]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"fastapi/utils.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
oobabooga | text-generation-webui | 05676caf70db7f3715cf6a3b4680f15efd45977a | https://github.com/oobabooga/text-generation-webui/issues/6202 | bug
stale | Llama-cpp-python 0.2.81 'already loaded' fails to load models | ### Describe the bug
Attempting to load a model after running the update-wizard-macos today (the version from a day or two ago worked fine) fails with the stack trace log included below.
Notably, the error message references [this new issue in llama-cpp-python](https://github.com/abetlen/llama-cpp-python/issues/... | null | https://github.com/oobabooga/text-generation-webui/pull/6227 | null | {'base_commit': '05676caf70db7f3715cf6a3b4680f15efd45977a', 'files': [{'path': 'modules/llama_cpp_python_hijack.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [1]}, "(None, 'llama_cpp_lib', 13)": {'mod': [16, 17, 18, 19, 20, 21, 22, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 4... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"modules/llama_cpp_python_hijack.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
oobabooga | text-generation-webui | 3c076c3c8096fa83440d701ba4d7d49606aaf61f | https://github.com/oobabooga/text-generation-webui/issues/2958 | bug | Latest version of Pillow breaks current implementation in html_generator.py. | ### Describe the bug
Pillow 10.0.0 removed `ANTIALIAS` from `PIL.Image`. Current implementation requires 9.5.0, however the requirements.txt currently allows for 10.0.0 to be installed.
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Reproduction
Add new characters with png i... | null | https://github.com/oobabooga/text-generation-webui/pull/2954 | null | {'base_commit': '3c076c3c8096fa83440d701ba4d7d49606aaf61f', 'files': [{'path': 'modules/html_generator.py', 'status': 'modified', 'Loc': {"(None, 'make_thumbnail', 129)": {'mod': [132]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Other\n依赖声明 "
} | {
"code": [
"modules/html_generator.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
oobabooga | text-generation-webui | cf2c4e740b1d06e145c1992515d9b34e18affc95 | https://github.com/oobabooga/text-generation-webui/issues/801 | enhancement | How can we disable Gradio analytics? | **Description**
How where / can this be implemented?
https://github.com/brkirch/stable-diffusion-webui/commit/a534959cbcabc95af50fbbe4654f8c0ee1cdd41c
`os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'`
**Additional Context**
For [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-w... | null | null | https://github.com/oobabooga/text-generation-webui/commit/cf2c4e740b1d06e145c1992515d9b34e18affc95 | {'base_commit': 'cf2c4e740b1d06e145c1992515d9b34e18affc95', 'files': [{'path': 'server.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [0]}}}]} | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"server.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
oobabooga | text-generation-webui | a3085dba073fe8bdcfb5120729a84560f5d024c3 | https://github.com/oobabooga/text-generation-webui/issues/1000 | bug | Bot spams random numbers or does not load | ### Describe the bug
Hello,
I installed oobabooga with the one click installer and I can not load the facebook_opt-2.7b (I copied the console into the log).
I also installed the gpt4x alpaca model with the automatic installer(download-model.bat). If I chat with it, it just spams random 2 and 4 (I took a screenshot a... | null | null | https://github.com/oobabooga/text-generation-webui/commit/a3085dba073fe8bdcfb5120729a84560f5d024c3 | {'base_commit': 'a3085dba073fe8bdcfb5120729a84560f5d024c3', 'files': [{'path': 'modules/models.py', 'status': 'modified', 'Loc': {"(None, 'load_model', 40)": {'add': [176]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"modules/models.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
oobabooga | text-generation-webui | c4aa1a42b156b9c5ddcfb060cc497b2fba55430f | https://github.com/oobabooga/text-generation-webui/issues/1203 | bug | When I click "Click Me" on (Character screen) it no longer generates a log of the current chat/instruction. | ### Describe the bug
When I click "Click Me" on (Character screen) it no longer generates a log of the current chat/instruction.
This either got caused when I did an update to the whole program. Reinstall does not fix. I also ran some Antivirus and registry changes. I can generate new note pads and I reinstalled n... | null | null | https://github.com/oobabooga/text-generation-webui/commit/c4aa1a42b156b9c5ddcfb060cc497b2fba55430f | {'base_commit': 'c4aa1a42b156b9c5ddcfb060cc497b2fba55430f', 'files': [{'path': 'server.py', 'status': 'modified', 'Loc': {"(None, 'create_model_menus', 251)": {'mod': [324, 349]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"server.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
oobabooga | text-generation-webui | 2b7ba9586fb80cfbc47c77ad7bbbb03f7d6bc0df | https://github.com/oobabooga/text-generation-webui/issues/2326 | bug | extensions/openai KeyError: 'assistant' | ### Describe the bug
Starting after [https://github.com/oobabooga/text-generation-webui/pull/2291]
Which I think it's a great improvement.
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Reproduction
Start server with extension --openai --model openaccess-ai-coll... | null | null | https://github.com/oobabooga/text-generation-webui/commit/2b7ba9586fb80cfbc47c77ad7bbbb03f7d6bc0df | {'base_commit': '2b7ba9586fb80cfbc47c77ad7bbbb03f7d6bc0df', 'files': [{'path': 'extensions/openai/script.py', 'status': 'modified', 'Loc': {"('Handler', 'do_POST', 159)": {'mod': [262]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"extensions/openai/script.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
hacksider | Deep-Live-Cam | 92a0994f01ec6ae7756951312a70e101fb33c7e5 | https://github.com/hacksider/Deep-Live-Cam/issues/597 | The app starts transparent! | Seems like everything was ok with the install.
When I run I get the error: / warning:
```
> python run.py --execution-provider cuda
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\dulci\.pyenv\pyenv-win\versions\3.10.6\lib\tkinter\__init__.py", line 1921, in __call__
ret... | null | https://github.com/hacksider/Deep-Live-Cam/pull/632 | null | {'base_commit': '92a0994f01ec6ae7756951312a70e101fb33c7e5', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, 2)': {'add': [2]}, '(None, None, 3)': {'add': [3]}, '(None, None, 37)': {'add': [37]}, '(None, None, 47)': {'add': [47]}, '(None, None, 68)': {'add': [68]}, '(None, None, 168)': {'add'... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"modules/ui.py"
],
"doc": [
"README.md"
],
"test": [],
"config": [],
"asset": []
} | null | |
Textualize | rich | 4be4f6bd24d2a35da0e50df943209ad24c068159 | https://github.com/Textualize/rich/issues/388 | enhancement
done | [REQUEST] minimal table width | hey @willmcgugan, great package!
in `Table.add_column` method it would be nice to have an _actual_ minimal with option. [The documentation](https://github.com/willmcgugan/rich/blob/c98bf070e4f3785dbb050b72c09663021c5b1d73/rich/table.py#L303) says that `width` argument sets the minimal with for a column, but in fact ... | null | https://github.com/Textualize/rich/pull/391 | null | {'base_commit': '4be4f6bd24d2a35da0e50df943209ad24c068159', 'files': [{'path': 'CHANGELOG.md', 'status': 'modified', 'Loc': {'(None, None, 26)': {'add': [26]}}}, {'path': 'rich/console.py', 'status': 'modified', 'Loc': {"('Console', 'rule', 991)": {'mod': [993]}}}, {'path': 'rich/measure.py', 'status': 'modified', 'Loc... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"rich/measure.py",
"rich/console.py",
"rich/table.py"
],
"doc": [
"CHANGELOG.md"
],
"test": [
"tests/test_table.py",
"tests/test_measure.py"
],
"config": [],
"asset": []
} | null |
ytdl-org | youtube-dl | 9fa57892790ce205634f6a7c83de2b9e52ab5284 | https://github.com/ytdl-org/youtube-dl/issues/8799 | site-support-request
account-needed | Request support site: Viceland | Viceland is a new channel from Vice. Website at https://www.viceland.com. Appears to use Uplynk, and may be encrypted, so it may not be possible.
| null | null | https://github.com/ytdl-org/youtube-dl/commit/9fa57892790ce205634f6a7c83de2b9e52ab5284 | {'base_commit': '9fa57892790ce205634f6a7c83de2b9e52ab5284', 'files': [{'path': 'youtube_dl/extractor/uplynk.py', 'status': 'modified', 'Loc': {"('UplynkIE', None, 13)": {'add': [51], 'mod': [29, 30]}, "('UplynkIE', '_real_extract', 52)": {'mod': [53]}, "('UplynkPreplayIE', '_real_extract', 59)": {'mod': [64]}}}, {'path... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"youtube_dl/extractor/uplynk.py",
"youtube_dl/extractor/viceland.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
ytdl-org | youtube-dl | 5dbe81a1d35ae704b5ea208698a6bb785923d71a | https://github.com/ytdl-org/youtube-dl/issues/8171 | Vimeo ondemand download preiview only | I try to download a video from vimeo on demand but i only get the preview of.
could someone help me plaese
youtube-dl -u .com -p https://vimeo.com/ondemand/thelastcolony/150274832 --verbo
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'https://v... | null | null | https://github.com/ytdl-org/youtube-dl/commit/5dbe81a1d35ae704b5ea208698a6bb785923d71a | {'base_commit': '5dbe81a1d35ae704b5ea208698a6bb785923d71a', 'files': [{'path': 'youtube_dl/extractor/vimeo.py', 'status': 'modified', 'Loc': {"('VimeoIE', '_real_extract', 264)": {'add': [356], 'mod': [265, 267, 269, 345]}, "('VimeoIE', '_extract_vimeo_url', 214)": {'mod': [220]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "5",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"youtube_dl/extractor/vimeo.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
ytdl-org | youtube-dl | 365343131d752bece96d2279a3e0bcd7e9f0000f | https://github.com/ytdl-org/youtube-dl/issues/17728 | [PluralSight] Unable to download captions JSON: HTTP Error 404: Not Found | last version I tested
youtube-dl is up-to-date (2018.09.26)
I'm try to download video from PluralSight. Video is ok but subtitle is cannot download. The error is
WARNING: Unable to download captions JSON: HTTP Error 404: Not Found
My command:
youtube-dl --username xxx --password xxxx --sleep-interval 35 --ma... | null | null | https://github.com/ytdl-org/youtube-dl/commit/365343131d752bece96d2279a3e0bcd7e9f0000f | {'base_commit': '365343131d752bece96d2279a3e0bcd7e9f0000f', 'files': [{'path': 'youtube_dl/extractor/pluralsight.py', 'status': 'modified', 'Loc': {"('PluralsightIE', None, 112)": {'mod': [213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224]}, "('PluralsightIE', '_real_extract', 271)": {'mod': [416]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "",
"info_type": "Code"
} | {
"code": [
"youtube_dl/extractor/pluralsight.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
ytdl-org | youtube-dl | 50f84a9ae171233c08ada41e03f6555c5ed95236 | https://github.com/ytdl-org/youtube-dl/issues/7427 | "ERROR: Signature extraction failed" for youtube video | Hi,
I have encountered an error with a video:
https://www.youtube.com/watch?v=LDvVYqUMuJ0
```
$ /tmp/ydl/youtube-dl/youtube-dl https://www.youtube.com/watch?v=LDvVYqUMuJ0 --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'https://www.youtube.com/watch?v=LDvVYqUMuJ0', u'--verbose... | null | null | https://github.com/ytdl-org/youtube-dl/commit/50f84a9ae171233c08ada41e03f6555c5ed95236 | {'base_commit': '50f84a9ae171233c08ada41e03f6555c5ed95236', 'files': [{'path': 'youtube_dl/extractor/youtube.py', 'status': 'modified', 'Loc': {"('YoutubeIE', '_extract_signature_function', 704)": {'mod': [706]}, "('YoutubeIE', '_real_extract', 1008)": {'mod': [1346]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"youtube_dl/extractor/youtube.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
ytdl-org | youtube-dl | ea1f5e5dbd6c58d4f0872a65b97611732f4b29bd | https://github.com/ytdl-org/youtube-dl/issues/16139 | fixed | ITV BTCC videos support? | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
... | null | null | https://github.com/ytdl-org/youtube-dl/commit/ea1f5e5dbd6c58d4f0872a65b97611732f4b29bd | {'base_commit': 'ea1f5e5dbd6c58d4f0872a65b97611732f4b29bd', 'files': [{'path': 'youtube_dl/extractor/extractors.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [480]}}}, {'path': 'youtube_dl/extractor/itv.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [9, 20]}, "('ITVIE', '_real_extra... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"youtube_dl/extractor/itv.py",
"youtube_dl/extractor/extractors.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
localstack | localstack | 78f635ad3a8f819645f3991dfd244ff09f06a7f0 | https://github.com/localstack/localstack/issues/8833 | type: bug
aws:cloudformation
status: backlog | bug: CDK Table build with replicationRegions failing on latest | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Trying to deploy a [CDK Table](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.Table.html) to a localstack environment results in the following:
```
stack | 0/3 | 8:56:58 PM | CREATE_FAILE... | null | https://github.com/localstack/localstack/pull/8882 | null | {'base_commit': '78f635ad3a8f819645f3991dfd244ff09f06a7f0', 'files': [{'path': 'localstack/services/cloudformation/engine/template_deployer.py', 'status': 'modified', 'Loc': {"(None, 'get_attr_from_model_instance', 75)": {'add': [100, 101]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"localstack/services/cloudformation/engine/template_deployer.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
localstack | localstack | f4a188b6d51155a0831a3246f1d8e4f4be835861 | https://github.com/localstack/localstack/issues/4652 | type: bug
status: triage needed | bug: LAMBDA_DOCKER_FLAGS doesn't work with -e | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Attempting to add environment variables to containers created to service lambda requests no longer works in the latest version of localstack. This works in localStack version 0.12.16
### Expected Behavior... | null | null | https://github.com/localstack/localstack/commit/f4a188b6d51155a0831a3246f1d8e4f4be835861 | {'base_commit': 'f4a188b6d51155a0831a3246f1d8e4f4be835861', 'files': [{'path': 'localstack/services/awslambda/lambda_executors.py', 'status': 'modified', 'Loc': {"('LambdaExecutorContainers', 'run_lambda_executor', 495)": {'mod': [543, 544]}}}, {'path': 'tests/integration/test_lambda.py', 'status': 'modified', 'Loc': {... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"localstack/services/awslambda/lambda_executors.py"
],
"doc": [],
"test": [
"tests/integration/test_lambda.py"
],
"config": [],
"asset": []
} | null |
localstack | localstack | dec1ba1b94153a4380cc94a0c8bd805f8922b6e3 | https://github.com/localstack/localstack/issues/3202 | status: triage needed
area: configuration | Illegal path is passed into the HEAD request during the object download | # Type of request: This is a ...
[ ] bug report
[ ] feature request
# Detailed description
I have tried to upgrade localstack to 0.11.5(and after) and use the service port 4566.
On local, I got passes to all tests we have been doing.
But on CircleCI, I got errors when download object from s3.
```
An error occurred (4... | null | https://github.com/localstack/localstack/pull/3370 | null | {'base_commit': 'dec1ba1b94153a4380cc94a0c8bd805f8922b6e3', 'files': [{'path': 'localstack/services/s3/s3_listener.py', 'status': 'modified', 'Loc': {"(None, 'uses_path_addressing', 891)": {'mod': [892]}}}, {'path': 'tests/integration/test_s3.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [36]}, "('S3... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"localstack/services/s3/s3_listener.py"
],
"doc": [],
"test": [
"tests/integration/test_s3.py"
],
"config": [],
"asset": []
} | null |
OpenInterpreter | open-interpreter | 7a53ba3dad9f7b2e31dac3fbb3162838eb9441c6 | https://github.com/OpenInterpreter/open-interpreter/issues/58 | Please support Azure OpenAI | null | null | https://github.com/openinterpreter/open-interpreter/pull/62 | null | {'base_commit': '7a53ba3dad9f7b2e31dac3fbb3162838eb9441c6', 'files': [{'path': 'interpreter/cli.py', 'status': 'modified', 'Loc': {"(None, 'cli', 4)": {'add': [28, 39]}}}, {'path': 'interpreter/interpreter.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [52]}, "('Interpreter', '__init__', 62)": {'add':... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"interpreter/cli.py",
"interpreter/interpreter.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
abi | screenshot-to-code | e69269d844b7089dec636516d6edb4f70911ebf6 | https://github.com/abi/screenshot-to-code/issues/54 | Support OPENAI_ API_ BASE for proxy URLs | How to add OPENAI_ API_ BASE code to use other proxy keys? | null | null | https://github.com/abi/screenshot-to-code/commit/e69269d844b7089dec636516d6edb4f70911ebf6 | {'base_commit': 'e69269d844b7089dec636516d6edb4f70911ebf6', 'files': [{'path': 'backend/image_generation.py', 'status': 'modified', 'Loc': {"(None, 'process_tasks', 8)": {'mod': [8, 9]}, "(None, 'generate_image', 23)": {'mod': [23, 24]}, "(None, 'generate_images', 63)": {'mod': [63, 90]}}}, {'path': 'backend/llm.py', '... | [] | [] | [] | {
"iss_type": "3",
"iss_reason": "5",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"frontend/src/App.tsx",
"frontend/src/types.ts",
"backend/main.py",
"frontend/src/components/SettingsDialog.tsx",
"backend/image_generation.py",
"backend/llm.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
pytorch | pytorch | d363cf4639aacdaefbb8f69919f3c787a4519b7b | https://github.com/pytorch/pytorch/issues/38479 | triaged
module: numpy | torch.einsum does not pass equation argument to __torch_function__ API | ## 🐛 Bug
when delegating torch.einsum call to an object which implements
`__torch_function__` API the equation argument is not passed resulting in the error.
```TypeError: einsum(): argument 'equation' (position 1) must be str, not Tensor```
this was tested on pytorch 1.5.0
I've actually found the cause of ... | null | null | https://github.com/pytorch/pytorch/commit/d363cf4639aacdaefbb8f69919f3c787a4519b7b | {'base_commit': 'd363cf4639aacdaefbb8f69919f3c787a4519b7b', 'files': [{'path': 'test/test_overrides.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [490]}}}, {'path': 'torch/_overrides.py', 'status': 'modified', 'Loc': {"(None, 'get_testing_overrides', 144)": {'mod': [264]}}}, {'path': 'torch/functiona... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "5",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"torch/functional.py",
"torch/_overrides.py"
],
"doc": [],
"test": [
"test/test_overrides.py"
],
"config": [],
"asset": []
} | null |
pytorch | pytorch | 81a4aeabdf9d550ceda52a5060f19568de61b265 | https://github.com/pytorch/pytorch/issues/93667 | triaged
tracker
oncall: pt2
module: dynamo | 14k github models on PyTorch 2.0 pass rates dashboard | We are weekly running dynamo-eager, dynamo-eager-fullgraph, export and inductor on 14k ```nn.Modules``` crawled from 1.4k github projects to get coverage level, find and fix bugs. This dashboard page is used to track the pass rates of different backends.
How to repro:
* Checkout https://github.com/jansel/pytorch-j... | null | null | https://github.com/pytorch/pytorch/commit/81a4aeabdf9d550ceda52a5060f19568de61b265 | {'base_commit': '81a4aeabdf9d550ceda52a5060f19568de61b265', 'files': [{'path': 'test/dynamo/test_misc.py', 'status': 'modified', 'Loc': {"('MiscTests', None, 40)": {'add': [2965]}, "('MiscTests', 'fn', 421)": {'mod': [422]}, "('MiscTests', 'test_numel', 420)": {'mod': [425]}}}, {'path': 'torch/_dynamo/variables/tensor.... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"torch/_dynamo/variables/torch.py",
"torch/_dynamo/variables/tensor.py"
],
"doc": [],
"test": [
"test/dynamo/test_misc.py"
],
"config": [],
"asset": []
} | null |
pytorch | pytorch | aac9e5288f7a9666884705e2b716c260cb5f9afc | https://github.com/pytorch/pytorch/issues/67002 | module: windows
module: multiprocessing
triaged
skipped | DISABLED test_fs_sharing (__main__.TestMultiprocessing) | Flaky failures in the last week: https://fburl.com/scuba/opensource_ci_jobs/inmj698k. They only appear to be on windows
Platforms: rocm
cc @peterjc123 @mszhanyi @skyline75489 @nbcsm @VitalyFedyunin | null | null | https://github.com/pytorch/pytorch/commit/aac9e5288f7a9666884705e2b716c260cb5f9afc | {'base_commit': 'aac9e5288f7a9666884705e2b716c260cb5f9afc', 'files': [{'path': 'test/test_multiprocessing.py', 'status': 'modified', 'Loc': {"('TestMultiprocessing', 'test_receive', 289)": {'add': [293]}, '(None, None, None)': {'mod': [19, 27]}, "('TestMultiprocessing', 'test_fill', 259)": {'mod': [269, 270]}, "('TestM... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "2",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [],
"doc": [],
"test": [
"test/test_multiprocessing.py"
],
"config": [],
"asset": []
} | null |
pytorch | pytorch | e37a22128eca7ccac6e289659587a9e1bfe6d242 | https://github.com/pytorch/pytorch/issues/15052 | oncall: jit | Tracer doesn't work with join/wait | Reported error: `RuntimeError: output 0 of traced region did not have observable data dependence with trace inputs; this probably indicates your program cannot be understood by the tracer.`
To reproduce:
```python
def test_async_script_trace(self):
class Module(torch.jit.ScriptModule):
def __... | null | null | https://github.com/pytorch/pytorch/commit/e37a22128eca7ccac6e289659587a9e1bfe6d242 | {'base_commit': 'e37a22128eca7ccac6e289659587a9e1bfe6d242', 'files': [{'path': 'aten/src/ATen/core/jit_type.h', 'status': 'modified', 'Loc': {"(None, 'FutureType', 516)": {'add': [534]}}}, {'path': 'test/test_jit.py', 'status': 'modified', 'Loc': {"('TestAsync', None, 11055)": {'add': [11224]}}}, {'path': 'torch/csrc/j... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"torch/csrc/jit/tracer.h",
"torch/csrc/jit/tracer.cpp",
"aten/src/ATen/core/jit_type.h",
"torch/csrc/jit/graph_executor.cpp"
],
"doc": [],
"test": [
"test/test_jit.py"
],
"config": [],
"asset": []
} | null |
pytorch | pytorch | 0c091380cc03b23e68dde7368f3b910c21deb010 | https://github.com/pytorch/pytorch/issues/21680 | high priority
module: cudnn
module: nn
triaged
small | Disable nondeterministic CTCLoss from cuDNN | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1.I i updated pytorch version and ctc,use pytorch_nightly, but in my train ,nn.CTCloss() is still zero,so,i would like to ask if the version pytorch(nightly) has been solved this problem
... | null | null | https://github.com/pytorch/pytorch/commit/0c091380cc03b23e68dde7368f3b910c21deb010 | {'base_commit': '0c091380cc03b23e68dde7368f3b910c21deb010', 'files': [{'path': 'aten/src/ATen/native/LossCTC.cpp', 'status': 'modified', 'Loc': {"(None, 'ctc_loss', 341)": {'mod': [367]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "2",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code\nC"
} | {
"code": [
"aten/src/ATen/native/LossCTC.cpp"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
xtekky | gpt4free | 5d08c7201fa5b4641f4277bf248c944b2c297b94 | https://github.com/xtekky/gpt4free/issues/843 | bug | permission denied | **Bug description**
I'm running basic G4F code from README:
```
import g4f
response = g4f.ChatCompletion.create(
model=g4f.models.gpt_4,
messages=[{"role": "user", "content": "hi"}],
) # alterative model setting
print(response)
```
Error:
```
Traceback (most recent call last):
File "C:\U... | null | https://github.com/xtekky/gpt4free/pull/847 | null | {'base_commit': '5d08c7201fa5b4641f4277bf248c944b2c297b94', 'files': [{'path': 'g4f/Provider/Bard.py', 'status': 'modified', 'Loc': {"('Bard', 'create_async', 17)": {'add': [33], 'mod': [22]}}}, {'path': 'g4f/Provider/Bing.py', 'status': 'modified', 'Loc': {"('Bing', 'create_async_generator', 21)": {'add': [34], 'mod':... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"g4f/Provider/Bing.py",
"g4f/Provider/Hugchat.py",
"g4f/Provider/Bard.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
xtekky | gpt4free | 3430b04f870d982d7fba34e3b9d6e5cf3bd3b847 | https://github.com/xtekky/gpt4free/issues/1003 | bug | please delete site chat.aivvm.com | **Known Issues** // delete this
please delete site `chat.aivvm.com`
**Delete site description**
Gpt4free maintainers, I am the administrator of chat.aivvm.com and request to delete this site. My website is already under high load
| null | null | https://github.com/xtekky/gpt4free/commit/3430b04f870d982d7fba34e3b9d6e5cf3bd3b847 | {'base_commit': '3430b04f870d982d7fba34e3b9d6e5cf3bd3b847', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, 218)': {'mod': [218]}, '(None, None, 281)': {'mod': [281]}, '(None, None, 374)': {'mod': [374]}}}, {'path': 'etc/testing/test_chat_completion.py', 'status': 'modified', 'Loc': {"(None,... | [] | [] | [] | {
"iss_type": "3\n用户请求项目删除自己网址",
"iss_reason": "2",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"g4f/Provider/Aivvm.py",
"g4f/Provider/deprecated/__init__.py",
"g4f/Provider/__init__.py",
"g4f/models.py"
],
"doc": [
"README.md"
],
"test": [
"etc/testing/test_chat_completion.py"
],
"config": [],
"asset": []
} | null |
Z4nzu | hackingtool | 0a4faeac9c4f93a61c937b0e57023b693beeca6f | https://github.com/Z4nzu/hackingtool/issues/188 | fixed | can not run hackingtool !!!!! SyntaxError: invalid syntax ??? | # python3 ./hackingtool.py
Traceback (most recent call last):
File "/root/hackingtool/./hackingtool.py", line 11, in <module>
from tools.ddos import DDOSTools
File "/root/hackingtool/tools/ddos.py", line 29
"sudo", "python3 ddos", method, url, socks_type5.4.1, threads, proxylist, multiple, timer])
... | null | https://github.com/Z4nzu/hackingtool/pull/176 | null | {'base_commit': '0a4faeac9c4f93a61c937b0e57023b693beeca6f', 'files': [{'path': 'tools/ddos.py', 'status': 'modified', 'Loc': {"('ddos', 'run', 20)": {'mod': [29]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"tools/ddos.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
Z4nzu | hackingtool | 0a4faeac9c4f93a61c937b0e57023b693beeca6f | https://github.com/Z4nzu/hackingtool/issues/177 | Help me please | Traceback (most recent call last):
File "/usr/share/doc/hackingtool/hackingtool.py", line 11, in <module>
from tools.ddos import DDOSTools
File "/usr/share/doc/hackingtool/tools/ddos.py", line 29
"sudo", "python3 ddos", method, url, socks_type5.4.1, threads, proxylist, multiple, timer])
... | null | https://github.com/Z4nzu/hackingtool/pull/176 | null | {'base_commit': '0a4faeac9c4f93a61c937b0e57023b693beeca6f', 'files': [{'path': 'tools/ddos.py', 'status': 'modified', 'Loc': {"('ddos', 'run', 20)": {'mod': [29]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"tools/ddos.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
Z4nzu | hackingtool | 0a4faeac9c4f93a61c937b0e57023b693beeca6f | https://github.com/Z4nzu/hackingtool/issues/189 | look | 
| null | https://github.com/Z4nzu/hackingtool/pull/176 | null | {'base_commit': '0a4faeac9c4f93a61c937b0e57023b693beeca6f', 'files': [{'path': 'tools/ddos.py', 'status': 'modified', 'Loc': {"('ddos', 'run', 20)": {'mod': [29]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"tools/ddos.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
Z4nzu | hackingtool | 0a4faeac9c4f93a61c937b0e57023b693beeca6f | https://github.com/Z4nzu/hackingtool/issues/209 | Running Issue | **Describe the bug**
A clear and concise description of what the bug is.
I have installed this tool successfully though when i go to run it with <sudo hackingtool> or <hackingtool> it comes up with the error I have attached as a screenshot. Why would this be happening?
**To Reproduce**
Steps to reproduce the behavior... | null | https://github.com/Z4nzu/hackingtool/pull/176 | null | {'base_commit': '0a4faeac9c4f93a61c937b0e57023b693beeca6f', 'files': [{'path': 'tools/ddos.py', 'status': 'modified', 'Loc': {"('ddos', 'run', 20)": {'mod': [29]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"tools/ddos.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
Z4nzu | hackingtool | 0a4faeac9c4f93a61c937b0e57023b693beeca6f | https://github.com/Z4nzu/hackingtool/issues/185 | fixed | SyntaxError: invalid syntax traceback most recent call last | ┌──(root💀localhost)-[~]
└─# hackingtool
Traceback (most recent call last):
File "/usr/share/doc/hackingtool/hackingtool.py", line 11, in <module>
from tools.ddos import DDOSTools
File "/usr/share/doc/hackingtool/tools/ddos.py", line 29
"sudo", "python3 ddos", method, url, socks_type5.4.1, threads, pr... | null | https://github.com/Z4nzu/hackingtool/pull/176 | null | {'base_commit': '0a4faeac9c4f93a61c937b0e57023b693beeca6f', 'files': [{'path': 'tools/ddos.py', 'status': 'modified', 'Loc': {"('ddos', 'run', 20)": {'mod': [29]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"tools/ddos.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
Z4nzu | hackingtool | 0a4faeac9c4f93a61c937b0e57023b693beeca6f | https://github.com/Z4nzu/hackingtool/issues/187 | fixed | from tools.ddos import DDOSTools | # sudo hackingtool
Traceback (most recent call last):
File "/usr/share/doc/hackingtool/hackingtool.py", line 11, in <module>
from tools.ddos import DDOSTools
File "/usr/share/doc/hackingtool/tools/ddos.py", line 29
"sudo", "python3 ddos", method, url, socks_type5.4.1, threads, proxylist, multiple, time... | null | https://github.com/Z4nzu/hackingtool/pull/176 | null | {'base_commit': '0a4faeac9c4f93a61c937b0e57023b693beeca6f', 'files': [{'path': 'tools/ddos.py', 'status': 'modified', 'Loc': {"('ddos', 'run', 20)": {'mod': [29]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"tools/ddos.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null |
scikit-learn | scikit-learn | bf0886bae0ccbc8c5d285b6e2affe7e40474f970 | https://github.com/scikit-learn/scikit-learn/issues/16924 | Bug
Easy
module:metrics | Matthews correlation coefficient metric throws misleading division by zero RuntimeWarning | #### Description
With tested values all equal, `sklearn.metrics.matthews_corrcoef` throws a `RuntimeWarning` reporting a division by zero. This behavior was already reported in #1937 and reported fixed, but reappears in recent versions.
#### Steps/Code to Reproduce
The snippet below reproduces the warning.
```pyt... | null | https://github.com/scikit-learn/scikit-learn/pull/19977 | null | {'base_commit': 'bf0886bae0ccbc8c5d285b6e2affe7e40474f970', 'files': [{'path': 'sklearn/metrics/_classification.py', 'status': 'modified', 'Loc': {"(None, 'matthews_corrcoef', 800)": {'mod': [881, 883, 886]}}}, {'path': 'sklearn/metrics/tests/test_classification.py', 'status': 'modified', 'Loc': {'(None, None, None)': ... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"sklearn/metrics/_classification.py",
"sklearn/utils/_testing.py"
],
"doc": [],
"test": [
"sklearn/metrics/tests/test_classification.py"
],
"config": [],
"asset": []
} | null |
scikit-learn | scikit-learn | 4ac6a90a82e4a8d7b5338c18ae8a16559c98ba10 | https://github.com/scikit-learn/scikit-learn/issues/5101 | LatentDirichletAllocation has superfluous attributes | It has `dirichlet_component_` (undocumented) and `exp_dirichlet_component_` (exponential of same). I propose to get rid of at least the latter.
| null | https://github.com/scikit-learn/scikit-learn/pull/5111 | null | {'base_commit': '4ac6a90a82e4a8d7b5338c18ae8a16559c98ba10', 'files': [{'path': 'sklearn/decomposition/online_lda.py', 'status': 'modified', 'Loc': {"('LatentDirichletAllocation', '_approx_bound', 542)": {'add': [579], 'mod': [597, 612]}, "('LatentDirichletAllocation', '_init_latent_vars', 283)": {'mod': [305, 306, 308]... | [] | [] | [] | {
"iss_type": "1\n多余的选项",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"sklearn/decomposition/online_lda.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | null | |
pandas-dev | pandas | 05123af1b2f8db1bc4f05c22515ef378cbeefbd3 | https://github.com/pandas-dev/pandas/issues/76 | Bug | Sparse cumsum functions do not work | e.g. SparseSeries.cumsum
| null | null | https://github.com/wesm/pandas/commit/05123af1b2f8db1bc4f05c22515ef378cbeefbd3 | {'base_commit': '05123af1b2f8db1bc4f05c22515ef378cbeefbd3', 'files': [{'path': 'pandas/core/frame.py', 'status': 'modified', 'Loc': {"('DataFrame', None, 97)": {'mod': [1962, 1963, 1964, 1966, 1967, 1968, 1969, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 2021, 2022, 2023, 2... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "commit",
"loc_scope": "0",
"info_type": "Code"
} | {
"code": [
"pandas/core/frame.py",
"pandas/core/generic.py",
"pandas/core/series.py",
"pandas/core/sparse.py"
],
"doc": [],
"test": [
"pandas/tests/test_frame.py",
"pandas/tests/test_sparse.py"
],
"config": [],
"asset": []
} | null |
pandas-dev | pandas | 65c0441a41b2dcaeebb648274d30978419a8661a | https://github.com/pandas-dev/pandas/issues/16607 | Datetime
Compat | to_datetime should support ISO week year | `to_datetime` does not currently seem to support `ISO week year` like `strptime` does:
```
In [38]: datetime.date(2016, 1, 1).strftime('%G-%V')
Out[38]: '2015-53'
In [39]: datetime.datetime.strptime(datetime.date(2016, 1, 1).strftime('%G-%V')+'-1', '%G-%V-%u')
Out[39]: datetime.datetime(2015, 12, 28, 0, 0)
... | null | https://github.com/pandas-dev/pandas/pull/25541 | null | {'base_commit': '65c0441a41b2dcaeebb648274d30978419a8661a', 'files': [{'path': 'doc/source/whatsnew/v0.25.0.rst', 'status': 'modified', 'Loc': {'(None, None, 21)': {'add': [21]}}}, {'path': 'pandas/_libs/tslibs/strptime.pyx', 'status': 'modified', 'Loc': {'(None, None, 79)': {'add': [79]}, '(None, None, 171)': {'add': ... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": "0",
"info_type": "Code/Doc"
} | {
"code": [
"pandas/core/tools/datetimes.py",
"pandas/_libs/tslibs/strptime.pyx"
],
"doc": [
"doc/source/whatsnew/v0.25.0.rst"
],
"test": [
"pandas/tests/indexes/datetimes/test_tools.py"
],
"config": [],
"asset": []
} | null |
pallets | flask | 6ed68f015a50ab35b84a8ea71b0f846ca6a75281 | https://github.com/pallets/flask/issues/3074 | send_file doesn't urlencode ':/' in unicode attachment_filename | ### Expected Behavior
When sending files with unicode filename (with `:` or `/`) they should be downloaded with name from `filename*` field.
```python
# -*- coding: utf-8 -*-
import os
from flask import Flask, send_from_directory
app = Flask(__name__)
@app.route('/test/', methods=['GET'])
def test_route():
... | null | https://github.com/pallets/flask/pull/3273 | null | {'base_commit': '6ed68f015a50ab35b84a8ea71b0f846ca6a75281', 'files': [{'path': 'CHANGES.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [10]}}}, {'path': 'flask/helpers.py', 'status': 'modified', 'Loc': {"(None, 'send_file', 454)": {'mod': [579]}}}, {'path': 'tests/test_helpers.py', 'status': 'modifie... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"flask/helpers.py"
],
"doc": [
"CHANGES.rst"
],
"test": [
"tests/test_helpers.py"
],
"config": [],
"asset": []
} | 1 | |
pallets | flask | 50b7dcbab343c93bb6738bbf116a177e72b1d9ec | https://github.com/pallets/flask/issues/4099 | docs | Harmless race condition in tutorial | I was browsing the flaskr tutorial when I noticed an (admittedly quite unlikely) race condition in the `register` view, specifically:
```py
if not username:
error = 'Username is required.'
elif not password:
error = 'Password is required.'
elif db.execute(
'SELECT id FROM user WHERE username = ?', ... | null | https://github.com/pallets/flask/pull/4139 | null | {'base_commit': '50b7dcbab343c93bb6738bbf116a177e72b1d9ec', 'files': [{'path': 'docs/tutorial/views.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [202], 'mod': [94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 128, 129, 130, 131, 132, 133, 134, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147]}}},... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"examples/tutorial/flaskr/auth.py"
],
"doc": [
"docs/tutorial/views.rst"
],
"test": [],
"config": [],
"asset": []
} | 1 |
pallets | flask | f17e6061fcffdc290f615d3fdc9d949e9e719574 | https://github.com/pallets/flask/issues/1443 | json_encoder not invoked from flask.jsonify | I created a custom JSON encoder class extended from flask.json.JSONEncoder but it is not called when calling flask.jsonify. Additionally, I removed my custom JSON encoder and confirmed that flask.json.JSONEncoder isn't called either via a break statement in Pycharm.
```
from flask import Flask
from flask import jsoni... | null | https://github.com/pallets/flask/pull/1671 | null | {'base_commit': 'f17e6061fcffdc290f615d3fdc9d949e9e719574', 'files': [{'path': 'AUTHORS', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [17, 20], 'mod': [35]}}}, {'path': 'CHANGES', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [10]}}}, {'path': 'docs/security.rst', 'status': 'modified', 'Lo... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"flask/json.py"
],
"doc": [
"docs/security.rst",
"CHANGES"
],
"test": [
"tests/test_helpers.py"
],
"config": [],
"asset": [
"AUTHORS"
]
} | 1 | |
pallets | flask | f808c20139649b747f604492bc33b61a7dd3e13a | https://github.com/pallets/flask/issues/2731 | bug
blueprints | Flask 1.0 backwards-incompat with double-slash/no-slash re. #2629 | This is a major backwards-compat breaking change, but I suspect not the intended design and hopefully easy to fix.
The issue is related to PR #2629, and this example follows from that:
Given blueprint `bp` and app `app`:
```python
@bp.route('b/')
def tmp():
return "URI should be '/a/b/"
app.register_... | null | https://github.com/pallets/flask/pull/2629 | null | {'base_commit': 'f808c20139649b747f604492bc33b61a7dd3e13a', 'files': [{'path': 'CHANGES.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [145, 188]}}}, {'path': 'flask/blueprints.py', 'status': 'modified', 'Loc': {"('BlueprintSetupState', '__init__', 25)": {'add': [55]}}}, {'path': 'tests/test_blueprin... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"flask/blueprints.py"
],
"doc": [
"CHANGES.rst"
],
"test": [
"tests/test_blueprints.py"
],
"config": [],
"asset": []
} | 1 |
pallets | flask | 22708b048d224a5590fa28d86ca02bac52294f90 | https://github.com/pallets/flask/issues/2594 | cli | add ssl_context option to `flask run` | ### Expected Behaviour
I expect to be able to pass the `flask run` command any of the options which are valid for the `Flask.run()` method:
```sh
$ FLASK_APP=myapp/run.py FLASK_DEBUG=1 flask run --host=0.0.0.0 --ssl_context=adhoc
* Running on https://0.0.0.0:5000/ (Press CTRL+C to quit)
```
Specifically, I ... | null | https://github.com/pallets/flask/pull/2606 | null | {'base_commit': '22708b048d224a5590fa28d86ca02bac52294f90', 'files': [{'path': 'CHANGES', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [120, 156]}}}, {'path': 'flask/cli.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [16, 23, 601, 606], 'mod': [26, 608, 611, 614]}, "(None, 'run_command'... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"flask/cli.py"
],
"doc": [
"CHANGES"
],
"test": [
"tests/test_cli.py"
],
"config": [],
"asset": []
} | 1 |
pallets | flask | e4c712ffd2682f963906e1d0d27e67b7f83d95ce | https://github.com/pallets/flask/issues/266 | docs
good first issue
blueprints | Blueprint template lookup not documented enough | The new blueprint template lookup scheme where the templates folder is just added to the searchpath instead of doing some weird stuff with the names as before. The documentation has to be clearer about that.
| null | https://github.com/pallets/flask/pull/1843 | null | {'base_commit': 'e4c712ffd2682f963906e1d0d27e67b7f83d95ce', 'files': [{'path': 'docs/blueprints.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [179, 180, 181, 182, 183, 188]}}}]} | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [],
"doc": [
"docs/blueprints.rst"
],
"test": [],
"config": [],
"asset": []
} | 1 |
pallets | flask | 8cd0b03beeac4a41c398ea365475c651c484a9ee | https://github.com/pallets/flask/issues/2118 | bug | config.from_pyfile crashes on Python 3 when source isn't encoded in default encoding | when I read my instance config file, I get an error.
> exec(compile(config_file.read(), filename, 'exec'), d.__dict__)
> UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 437: illegal multibyte sequence
Then I modify the code of config.from_pyfile to this
> with open(filename, 'rb') as config_... | null | https://github.com/pallets/flask/pull/2123 | null | {'base_commit': '8cd0b03beeac4a41c398ea365475c651c484a9ee', 'files': [{'path': 'CHANGES', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [10]}}}, {'path': 'flask/config.py', 'status': 'modified', 'Loc': {"('Config', 'from_pyfile', 111)": {'mod': [129]}}}, {'path': 'tests/test_config.py', 'status': 'modifie... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"flask/config.py"
],
"doc": [
"CHANGES"
],
"test": [
"tests/test_config.py"
],
"config": [],
"asset": []
} | 1 |
pallets | flask | 85fa8aabf5a7bd0adf204f0c2dacbba1fa6683de | https://github.com/pallets/flask/issues/2023 | discussion
logging | How should logging in Flask look like? | Flask started to ship with a default, hardcoded logging handler. Unfortunately this setup makes it harder to install custom logging setups, because then you'll have to undo all the things Flask did to the app logger, or replace the `app.logger` entirely. A symptom of this is #1993, where Flask's own logger had to be tw... | null | https://github.com/pallets/flask/pull/2436 | null | {'base_commit': '85fa8aabf5a7bd0adf204f0c2dacbba1fa6683de', 'files': [{'path': 'CHANGES', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [108]}}}, {'path': 'docs/config.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [331], 'mod': [202, 204, 205, 207, 209, 211, 212, 213, 215]}}}, {'path':... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"flask/logging.py",
"flask/app.py"
],
"doc": [
"docs/contents.rst.inc",
"docs/config.rst",
"docs/errorhandling.rst",
"CHANGES"
],
"test": [
"tests/test_templating.py",
"tests/test_testing.py",
"tests/test_basic.py",
"tests/test_helpers.py",
"tests/test_s... | 1 |
pallets | flask | 465da9f610a04d379bb39a0ff03fb6c0b0ea1c45 | https://github.com/pallets/flask/issues/2866 | logging | DispatcherMiddleware with different loggers per app in flask 1.0 | After upgrading to flask 1.0 logging from different apps using DispatcherMiddleware, each log emitted is written to all handlers in the different apps. I assume this caused by `app.logger` always having the name `flask.app`, maybe?
Here is a example:
```
from werkzeug.wsgi import DispatcherMiddleware
from fla... | null | https://github.com/pallets/flask/pull/3282 | null | {'base_commit': '465da9f610a04d379bb39a0ff03fb6c0b0ea1c45', 'files': [{'path': 'CHANGES.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [20]}}}, {'path': 'docs/config.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [385]}}}, {'path': 'docs/errorhandling.rst', 'status': 'modified', 'L... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"src/flask/logging.py",
"src/flask/app.py"
],
"doc": [
"docs/config.rst",
"docs/logging.rst",
"docs/errorhandling.rst",
"CHANGES.rst"
],
"test": [
"tests/test_templating.py",
"tests/test_logging.py"
],
"config": [],
"asset": []
} | 1 |
pallets | flask | c8cf4694c60f0d81809468a1b45ec730496cc546 | https://github.com/pallets/flask/issues/5160 | Switch to importlib breaks scripts with `app.run()` | With a trivial script [using `app.run()`](https://flask.palletsprojects.com/en/2.3.x/server/#in-code) such as:
```python3
from flask import Flask
app = Flask(__name__)
if __name__ == "__main__":
app.run(debug=True)
```
The current git `main` breaks with:
```pytb
Traceback (most recent call last):... | null | https://github.com/pallets/flask/pull/5161 | null | {'base_commit': 'c8cf4694c60f0d81809468a1b45ec730496cc546', 'files': [{'path': 'CHANGES.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [7]}}}, {'path': 'src/flask/helpers.py', 'status': 'modified', 'Loc': {"(None, 'get_root_path', 562)": {'mod': [578, 579, 584]}}}, {'path': 'src/flask/scaffold.py', '... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"src/flask/helpers.py",
"src/flask/scaffold.py"
],
"doc": [
"CHANGES.rst"
],
"test": [],
"config": [],
"asset": []
} | 1 | |
sherlock-project | sherlock | a2655907389f1625540c0c643aed33bc26e63da8 | https://github.com/sherlock-project/sherlock/issues/762 | false positive | linkedin false positive | null | https://github.com/sherlock-project/sherlock/pull/773 | null | {'base_commit': 'a2655907389f1625540c0c643aed33bc26e63da8', 'files': [{'path': 'removed_sites.json', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [484], 'mod': [149, 150]}}}, {'path': 'removed_sites.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [956]}}}, {'path': 'sherlock/resources/da... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"removed_sites.json",
"sherlock/resources/data.json"
],
"doc": [
"removed_sites.md",
"sites.md"
],
"test": [],
"config": [],
"asset": []
} | 1 | |
sherlock-project | sherlock | b9ff06593288bcf94211878e41e5d010eb1e00f2 | https://github.com/sherlock-project/sherlock/issues/30 | enhancement | Optional csv Result Output | While the text output file is good to have, it only shows the sites that do have an account with the username. It would be useful to also have a list of the sites that still had an opening.
I think that it would be useful to have a csv output as well. It could be optional, so the user would have to add a `--csv` sw... | null | https://github.com/sherlock-project/sherlock/pull/32 | null | {'base_commit': 'b9ff06593288bcf94211878e41e5d010eb1e00f2', 'files': [{'path': 'sherlock.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [0, 6, 20], 'mod': [9]}, "(None, 'print_error', 26)": {'mod': [26]}, "(None, 'make_request', 33)": {'mod': [33, 37, 46]}, "(None, 'sherlock', 49)": {'mod': [57, 58, 6... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"sherlock.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
sherlock-project | sherlock | e781ed5e260e1fdb58410a3103adb2b95ce547c8 | https://github.com/sherlock-project/sherlock/issues/503 | site support request | Add search "kali community" | ```
"kali community": {
"errorType": "status_code",
"rank": 10313,
"url": "https://forums.kali.org/member.php?username={}",
"urlMain": "https://forums.kali.org/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
``` | null | https://github.com/sherlock-project/sherlock/pull/567 | null | {'base_commit': 'e781ed5e260e1fdb58410a3103adb2b95ce547c8', 'files': [{'path': 'data.json', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [288, 545, 665, 939, 974, 1374, 1390, 1628]}}}]} | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"data.json"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
sherlock-project | sherlock | 7b3cf0aaf28e0e4051dffedb6d1416b9fa9ef456 | https://github.com/sherlock-project/sherlock/issues/1305 | bug | [ISSUE] Sherlock stops after Countable search | - [X] I'm reporting a bug in Sherlock's functionality
- [X] The bug I'm reporting is not a false positive or a false negative
- [X] I've verified that I'm running the latest version of Sherlock
- [X] I've checked for similar bug reports including closed ones
- [X] I've checked for pull requests that attempt to fix ... | null | https://github.com/sherlock-project/sherlock/pull/1307 | null | {'base_commit': '7b3cf0aaf28e0e4051dffedb6d1416b9fa9ef456', 'files': [{'path': 'removed_sites.json', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [655]}}}, {'path': 'removed_sites.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [1267]}}}, {'path': 'sherlock/resources/data.json', 'status'... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"removed_sites.json",
"sherlock/resources/data.json"
],
"doc": [
"removed_sites.md"
],
"test": [],
"config": [],
"asset": []
} | 1 |
sherlock-project | sherlock | 588616d6155edb4184e5ff8f4cf0104e0a0e2468 | https://github.com/sherlock-project/sherlock/issues/326 | bug | Codepen False Negative/Trip False Positive | 

| null | https://github.com/sherlock-project/sherlock/pull/328 | null | {'base_commit': '588616d6155edb4184e5ff8f4cf0104e0a0e2468', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [71]}}}, {'path': 'data.json', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [1257, 1258]}}}, {'path': 'sherlock.py', 'status': 'modified', 'Loc': {'(None... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"sherlock.py",
"data.json"
],
"doc": [
"README.md"
],
"test": [],
"config": [],
"asset": []
} | 1 |
sherlock-project | sherlock | 508eb88724dbe20dedf07dc00527ad4f32c93a77 | https://github.com/sherlock-project/sherlock/issues/5 | bug | Formatting on windows Powershell very off | [37;1m[[92;1m+[37;1m][92;1m Unsplash:[0m https://unsplash.com/@User
[1;92m[[0m[1;77m*[0m[1;92m] Saved: [37;1mUser.txt[0m
That's how all the lines look like in windows powershell. I guess the print is designed for a linux platform? | null | https://github.com/sherlock-project/sherlock/pull/71 | null | {'base_commit': '508eb88724dbe20dedf07dc00527ad4f32c93a77', 'files': [{'path': 'requirements.txt', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [3]}}}, {'path': 'sherlock.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [16]}, "(None, 'main', 247)": {'add': [247]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"sherlock.py"
],
"doc": [],
"test": [],
"config": [
"requirements.txt"
],
"asset": []
} | 1 |
sherlock-project | sherlock | e6642737462aaadf2d1f36ea0d417b8cf8a40541 | https://github.com/sherlock-project/sherlock/issues/301 | bug | Error Connecting for most websites (Failed to establish a new connection: [Errno -2] Name or service not known' in urllib3 | I believe this might be a partial duplicate of #230, however, because of lack of information and error output I made my own issue just to be safe.
With the latest python3.7.3 and the correct requirements I constantly run into the issue of websites not connecting.
Specifically this happens after trying to connect to... | null | https://github.com/sherlock-project/sherlock/pull/471 | null | {'base_commit': 'e6642737462aaadf2d1f36ea0d417b8cf8a40541', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [72]}}}, {'path': 'data.json', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [50, 315, 714, 722, 1032, 1118, 1302, 1617, 1872, 1880, 1896, 1939, 1971, 200... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "3",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"sherlock.py",
"data.json"
],
"doc": [
"README.md",
"sites.md"
],
"test": [],
"config": [],
"asset": []
} | 1 |
keras-team | keras | 96130040540e1405ffe746ddf2b2cceb9b8b8f65 | https://github.com/keras-team/keras/issues/16453 | type:docs | The vocabulary_size method of preprocessing layers does not work in graph mode | **System information**.
- Have I written custom code (as opposed to using a stock example script provided in Keras): **yes**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): **Colab**
- TensorFlow installed from (source or binary): **binary**
- TensorFlow version (use command below): **TF 2.8, nightly 2.1... | null | https://github.com/keras-team/keras/pull/16460 | null | {'base_commit': '96130040540e1405ffe746ddf2b2cceb9b8b8f65', 'files': [{'path': 'keras/layers/preprocessing/index_lookup.py', 'status': 'modified', 'Loc': {"('IndexLookup', 'vocabulary_size', 346)": {'mod': [352]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/layers/preprocessing/index_lookup.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
keras-team | keras | 5b299743442b64afaeeec01e925ddbeb112aad3c | https://github.com/keras-team/keras/issues/20712 | type:support | Tensorflow BackupAndRestore method does not work | I copied the [example code here](https://keras.io/api/callbacks/backup_and_restore/) and it raises a ValueError with Python 3.11 and Tensorflow 2.17:
```
import keras
import numpy as np
class InterruptingCallback(keras.callbacks.Callback):
def on_epoch_begin(self, epoch, logs=None):
if epoch == 4:
... | null | https://github.com/keras-team/keras/pull/20714 | null | {'base_commit': '5b299743442b64afaeeec01e925ddbeb112aad3c', 'files': [{'path': 'keras/src/callbacks/backup_and_restore.py', 'status': 'modified', 'Loc': {"('BackupAndRestore', None, 9)": {'add': [39]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/src/callbacks/backup_and_restore.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
keras-team | keras | a56b16fffec6e4a431bf14e13e7dabeeb5904cd8 | https://github.com/keras-team/keras/issues/8426 | vgg16 predictions: class probabilities change significantly in 2.0.9 | Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on [StackOverflow](http://stackoverflow.com/questions/tagged/keras) or [join the Keras Slack channel](https://keras-slack-autojoin.herokuapp.com/) and ask there instead o... | null | https://github.com/keras-team/keras/pull/8435 | null | {'base_commit': 'a56b16fffec6e4a431bf14e13e7dabeeb5904cd8', 'files': [{'path': 'keras/preprocessing/image.py', 'status': 'modified', 'Loc': {"(None, 'load_img', 321)": {'mod': [322, 335]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/preprocessing/image.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 | |
keras-team | keras | ffb8b813818221a9b43d51e251d489a40b116607 | https://github.com/keras-team/keras/issues/9434 | type:bug/performance | Error with multiprocessing on Sequence in fit_generator() | I'm trying to use a `Sequence` as the generator for `model.fit_generator()`.
With `use_multiprocessing=False` it works fine, but with `use_multiprocessing=True` an error is produced.
**Minimal working example:**
```python
from keras.utils import Sequence
from keras.models import Sequential
from keras.layers i... | null | https://github.com/keras-team/keras/pull/9436 | null | {'base_commit': 'ffb8b813818221a9b43d51e251d489a40b116607', 'files': [{'path': 'keras/utils/data_utils.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [375]}, "('OrderedEnqueuer', 'start', 500)": {'mod': [509, 511]}, "('OrderedEnqueuer', '_run', 526)": {'mod': [534]}}}, {'path': 'tests/keras/utils/data... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/utils/data_utils.py",
"tests/keras/utils/data_utils_test.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
keras-team | keras | fed28a7357e13aeb955f891747a1f9b26d5bc581 | https://github.com/keras-team/keras/issues/19520 | type:docs
stat:awaiting response from contributor | kl divergence outputs confusing result when the label contains negative | Here are some APIs implemented for kl divergence:
```
tf.losses.kullback_leibler_divergence
tf.keras.losses.KLDivergence
tf.keras.metrics.kl_divergence
```
However, when the `y_true` or `y_pred` is negative, these APIs output incorrect result which is inconsistent with the documentation (https://www.tensorflow.o... | null | https://github.com/keras-team/keras/pull/19526 | null | {'base_commit': 'fed28a7357e13aeb955f891747a1f9b26d5bc581', 'files': [{'path': 'keras/losses/losses.py', 'status': 'modified', 'Loc': {"(None, 'kl_divergence', 1441)": {'mod': [1464]}}}]} | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/losses/losses.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
keras-team | keras | 4bb90a5bfd762269adeee772e233a733a6d318a9 | https://github.com/keras-team/keras/issues/12013 | To investigate | Nasnet weight errors (no_top version) | I"m running into this error:
ValueError: You are trying to load a weight file containing 532 layers into a model with 526 layers.
My keras version is:
`>>> keras.__version__
'2.2.4'`
`Tensorflow version:
'1.12.0'`
Bascially, when the model tries to load I get this value error
` V... | null | https://github.com/keras-team/keras/pull/62 | null | {'base_commit': '4bb90a5bfd762269adeee772e233a733a6d318a9', 'files': [{'path': 'keras/datasets/data_utils.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [3, 4]}, "(None, 'get_file', 7)": {'mod': [32]}}}, {'path': 'setup.py', 'status': 'modified', 'Loc': {}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/datasets/data_utils.py",
"setup.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
keras-team | keras | 3d9428d3445a429b535a247168d93b8a5910219d | https://github.com/keras-team/keras/issues/6298 | Performance Using HDF5 File vs In-Memory Dataset | I am trying out using the HDF5 file as the format of training/testing data, so that I can avoid the problem of big dataset which cannot fit into the memory.
As a test, I used a dataset with about 20 million rows and 10 columns as my input, and my response variable is a real-valued vector. The model is a simple seque... | null | https://github.com/keras-team/keras/pull/6891 | null | {'base_commit': '3d9428d3445a429b535a247168d93b8a5910219d', 'files': [{'path': 'keras/engine/training.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [12], 'mod': [7, 9, 10]}, "('Model', 'fit_generator', 1715)": {'add': [1732, 1856], 'mod': [1723, 1725, 1734, 1759, 1762, 1807, 1860, 1861, 1869, 1870, 1... | [] | [] | [] | {
"iss_type": "3",
"iss_reason": "3",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"tests/keras/utils/data_utils_test.py",
"keras/utils/data_utils.py",
"keras/utils/__init__.py",
"tests/keras/legacy/interface_test.py",
"keras/legacy/interfaces.py",
"keras/engine/training.py",
"keras/models.py"
],
"doc": [],
"test": [
"tests/keras/test_sequential_mod... | 1 | |
keras-team | keras | 2bfd1f2c950df5fc3f40b903c1966f1b0a48bee4 | https://github.com/keras-team/keras/issues/10855 | fit_generator crashes though keras.utils.data_utils.Sequence was used | When `model.fit_generator` is used with `workers=0` and subclasses of [`keras.utils.data_utils.Sequence`](https://keras.io/utils/#sequence) for both training and validation data, API of `Sequence` is not recognized inside `evaluate_generator`, it raises:
```python
File ".../keras/legacy/interfaces.py", line 91, in ... | null | https://github.com/keras-team/keras/pull/11285 | null | {'base_commit': '2bfd1f2c950df5fc3f40b903c1966f1b0a48bee4', 'files': [{'path': 'keras/engine/training_generator.py', 'status': 'modified', 'Loc': {"(None, 'fit_generator', 21)": {'mod': [127]}}}, {'path': 'tests/keras/engine/test_training.py', 'status': 'modified', 'Loc': {"(None, 'test_model_methods', 126)": {'add': [... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "3",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/engine/training_generator.py"
],
"doc": [],
"test": [
"tests/keras/engine/test_training.py"
],
"config": [],
"asset": []
} | 1 | |
keras-team | keras | c0d95fd6c2cd8ffc0738819825c3065e3c89977c | https://github.com/keras-team/keras/issues/3859 | clipnorm doesn't work with Embedding | I'm getting a Traceback every time "clipnorm" is used in NN with Embedding layer.
Here is a simple script where the problem is obvious:
``` python
import numpy as np
from keras.layers import Input, Embedding
from keras.optimizers import Adam
from keras.models import Model
input_layer = Input(shape = (1,) )
embedding... | null | https://github.com/keras-team/keras/pull/4815 | null | {'base_commit': 'c0d95fd6c2cd8ffc0738819825c3065e3c89977c', 'files': [{'path': '.travis.yml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [52, 54]}}}, {'path': 'keras/backend/tensorflow_backend.py', 'status': 'modified', 'Loc': {"(None, 'rnn', 1640)": {'add': [1699], 'mod': [1720, 1738, 1745, 1746, 1747... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/optimizers.py",
"keras/backend/tensorflow_backend.py"
],
"doc": [],
"test": [
"tests/keras/test_optimizers.py"
],
"config": [
".travis.yml"
],
"asset": []
} | 1 | |
keras-team | keras | 80fbbc3a6a2a30f391bad2aa85e7558c50ca0709 | https://github.com/keras-team/keras/issues/4452 | PReLU should be channelwise | ```
from keras.models import Sequential
from keras.layers.advanced_activations import PReLU
from keras.layers import Convolution2D, MaxPooling2D
model = Sequential()
model.add(Convolution2D(32, 5, 5, input_shape=(28,28,1)))
model.add(PReLU())
model.summary()
```
This script produces the PReLU layer wit... | null | https://github.com/keras-team/keras/pull/4141 | null | {'base_commit': '80fbbc3a6a2a30f391bad2aa85e7558c50ca0709', 'files': [{'path': 'keras/backend/theano_backend.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [726]}}}, {'path': 'keras/layers/advanced_activations.py', 'status': 'modified', 'Loc': {"('PReLU', None, 38)": {'add': [54], 'mod': [59]}, "('PRe... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"keras/backend/theano_backend.py",
"keras/layers/advanced_activations.py"
],
"doc": [],
"test": [
"tests/keras/layers/test_advanced_activations.py"
],
"config": [],
"asset": []
} | 1 | |
nvbn | thefuck | 070bb2ff28b108e5fc627efa1d95ded00ca067c8 | https://github.com/nvbn/thefuck/issues/537 | Args are lost with git_push | From the README:
> `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`;
This isn't actually the case, `--set-upstream` isn't added to the previous push, the entire command is replaced with just `git push --set-upstream origin $branch` regardless of whether there were any args.
Example:
`... | null | https://github.com/nvbn/thefuck/pull/538 | null | {'base_commit': '070bb2ff28b108e5fc627efa1d95ded00ca067c8', 'files': [{'path': 'tests/rules/test_git_push.py', 'status': 'modified', 'Loc': {"(None, 'test_match', 16)": {'add': [16]}, "(None, 'test_get_new_command', 22)": {'add': [24]}}}, {'path': 'thefuck/rules/git_push.py', 'status': 'modified', 'Loc': {'(None, None,... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/rules/git_push.py"
],
"doc": [],
"test": [
"tests/rules/test_git_push.py"
],
"config": [],
"asset": []
} | 1 | |
nvbn | thefuck | 86efc6a252c39526c643ea3335db02c4621798e9 | https://github.com/nvbn/thefuck/issues/718 | next release | Cannot run fuck in zsh without export errors | Installed via pip. Ran eval "$(thefuck --alias)" in both bash and zsh. $ fuck then produces 'No fucks given' in bash while in zsh it complains about invalid arguments.
```
$ eval "$(thefuck --alias)"
$ fuck
fuck:export:3: not valid in this context: -'
fuck:3: not an identifier: [skip
```
Also FWIW:
```
$ zsh... | null | https://github.com/nvbn/thefuck/pull/820 | null | {'base_commit': '86efc6a252c39526c643ea3335db02c4621798e9', 'files': [{'path': 'thefuck/shells/zsh.py', 'status': 'modified', 'Loc': {"('Zsh', 'app_alias', 12)": {'mod': [19, 20]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/shells/zsh.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
nvbn | thefuck | f700b23f5725e14f8ee6ffb0a5c44ab9eaf42b53 | https://github.com/nvbn/thefuck/issues/717 | alias produces invalid code for fish as of 3.24 | As of 3.24 the output from `thefuck --alias` is incompatible with fish
**Output from 3.24**
```
$ thefuck --alias
function fuck () {
TF_PYTHONIOENCODING=$PYTHONIOENCODING;
export TF_ALIAS=fuck;
export TF_SHELL_ALIASES=$(alias);
expo... | null | https://github.com/nvbn/thefuck/pull/744 | null | {'base_commit': 'f700b23f5725e14f8ee6ffb0a5c44ab9eaf42b53', 'files': [{'path': 'tests/shells/test_bash.py', 'status': 'modified', 'Loc': {"('TestBash', 'test_app_alias_variables_correctly_set', 51)": {'add': [53]}}}, {'path': 'tests/shells/test_fish.py', 'status': 'modified', 'Loc': {"('TestFish', 'test_app_alias', 70)... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/shells/tcsh.py",
"thefuck/shells/fish.py"
],
"doc": [],
"test": [
"tests/shells/test_zsh.py",
"tests/shells/test_fish.py",
"tests/shells/test_tcsh.py",
"tests/shells/test_bash.py"
],
"config": [],
"asset": []
} | 1 | |
nvbn | thefuck | 18992f246a84331832c399283ab930408db21d86 | https://github.com/nvbn/thefuck/issues/652 | git push to branch not of same name: use git's suggestion | I checked out a branch with a different name than the remote counterpart:
```
$ git checkout -b local-branch myupstream/remote-branch
```
When I attempted to push my changes upstream, I got the following error:
```
$ git push -f
fatal: The upstream branch of your current branch does not match
the name of yo... | null | https://github.com/nvbn/thefuck/pull/703 | null | {'base_commit': '18992f246a84331832c399283ab930408db21d86', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [198]}}}]} | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [],
"doc": [
"README.md"
],
"test": [],
"config": [],
"asset": []
} | 1 | |
nvbn | thefuck | f604756cb7639ab3efb1cd50c85e633a18cd9f9d | https://github.com/nvbn/thefuck/issues/486 | windows | werid behavior | python 2.7.10
windows powershell
when I type:
``` bash
> git comit -am 'test'
> fuck
```
it gives me something that is completely weird:
```
C:\Python27\lib\site-packages\win_unicode_console\__init__.py:27: RuntimeWarning: sys.stdin.encoding == 'utf-8', whereas sys.stdout.encoding == None, readline hook consumer ma... | null | https://github.com/nvbn/thefuck/pull/487 | null | {'base_commit': 'f604756cb7639ab3efb1cd50c85e633a18cd9f9d', 'files': [{'path': 'thefuck/system/win32.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [0]}, "(None, 'get_key', 13)": {'mod': [25]}}}]} | [] | [] | [] | {
"iss_type": "3",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/system/win32.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
nvbn | thefuck | 926e9ef963464075184f5c2e04ffdce9cb971997 | https://github.com/nvbn/thefuck/issues/809 | windows | Powershell, The term 'thefuck' is not recognized as the name of a cmdlet | **The output of `thefuck --version` (something like `The Fuck 3.1 using Python 3.5.0`):**
The Fuck 3.26 using Python 3.6.5
**Your shell and its version (`bash`, `zsh`, *Windows PowerShell*, etc.):**
Windows Powershell, 5.1.16299.251
**Your system (Debian 7, ArchLinux, Windows, etc.):**
Window... | null | https://github.com/nvbn/thefuck/pull/844 | null | {'base_commit': '926e9ef963464075184f5c2e04ffdce9cb971997', 'files': [{'path': 'thefuck/shells/__init__.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [19]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/shells/__init__.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
nvbn | thefuck | 18992f246a84331832c399283ab930408db21d86 | https://github.com/nvbn/thefuck/issues/658 | hacktoberfest | exception while "run fuck second time for configuring it automatically." | ```
luca@g550jk ~> fuck
Seems like fuck alias isn't configured!
Please put eval (thefuck --alias | tr '
' ';') in your ~/.config/fish/config.fish and apply changes with fish or restart your shell.
Or run fuck second time for configuring it automatically.
More details - https://github.com/nvbn/thefuck#manual-insta... | null | https://github.com/nvbn/thefuck/pull/704 | null | {'base_commit': '18992f246a84331832c399283ab930408db21d86', 'files': [{'path': 'thefuck/shells/fish.py', 'status': 'modified', 'Loc': {"('Fish', 'how_to_configure', 72)": {'mod': [74]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/shells/fish.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
nvbn | thefuck | 328e65179e8a886b44611850b908109868884c14 | https://github.com/nvbn/thefuck/issues/229 | Should suggest 'git tag' when typing 'git tags' instead of 'git stage' | ```
$ git tags
git: 'tags' is not a git command. See 'git --help'.
Did you mean one of these?
stage
tag
$ fuck
git stage
Nothing specified, nothing added.
Maybe you wanted to say 'git add .'?
```
Any way to improve the suggestion in this case?
| null | https://github.com/nvbn/thefuck/pull/285 | null | {'base_commit': '328e65179e8a886b44611850b908109868884c14', 'files': [{'path': 'tests/rules/test_tmux.py', 'status': 'modified', 'Loc': {"(None, 'test_get_new_command', 17)": {'mod': [19]}}}, {'path': 'thefuck/rules/tmux.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [0]}, "(None, 'get_new_command', 1... | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/rules/tmux.py"
],
"doc": [],
"test": [
"tests/rules/test_tmux.py"
],
"config": [],
"asset": []
} | 1 | |
nvbn | thefuck | 470c0ef699f31bba76445f18d7cbb289af388565 | https://github.com/nvbn/thefuck/issues/439 | Windows - ImportError: No module named dbm | I have installed thefuck with pip using Python 2.7.11 in Windows. When running `thefuck` from Powershell, I get the error message `ImportError: No module named dbm`. Any ideas?
| null | https://github.com/nvbn/thefuck/pull/458 | null | {'base_commit': '470c0ef699f31bba76445f18d7cbb289af388565', 'files': [{'path': 'thefuck/utils.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [1, 19, 21, 22]}, "(None, '_cache', 211)": {'mod': [230]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/utils.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 | |
nvbn | thefuck | d92765d5df6607cb2f2fb67cee7b63f64ac7aa6b | https://github.com/nvbn/thefuck/issues/301 | bug | UnicodeEncodeError on non-english systems | When a command outputs a sequence with non-ascii characters, no fucks are given with a dirty UnicodeEncodeError followed by a grep --compact not recognized option.
Example :
```
~$ aptget blah
La commande « aptget » est introuvable, vouliez-vous dire :
La commande « apt-get » du paquet « apt » (main)
aptget : comma... | null | https://github.com/nvbn/thefuck/pull/458 | null | {'base_commit': '470c0ef699f31bba76445f18d7cbb289af388565', 'files': [{'path': 'thefuck/utils.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [1, 19, 21, 22]}, "(None, '_cache', 211)": {'mod': [230]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"thefuck/utils.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
home-assistant | core | 7d71a2c979bc9ae300e177cbedb059a6133174b1 | https://github.com/home-assistant/core/issues/34897 | integration: homekit | homekit integration: work but error in log | <!-- READ THIS FIRST:
- If you need additional help with this template, please refer to https://www.home-assistant.io/help/reporting_issues/
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/core/releases
- Do not report issues for int... | null | https://github.com/home-assistant/core/pull/34906 | null | {'base_commit': '7d71a2c979bc9ae300e177cbedb059a6133174b1', 'files': [{'path': 'homeassistant/components/homekit/accessories.py', 'status': 'modified', 'Loc': {"('HomeAccessory', '__init__', 85)": {'add': [101]}, "('HomeAccessory', 'update_battery', 245)": {'add': [249], 'mod': [261]}}}, {'path': 'tests/components/home... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/homekit/accessories.py"
],
"doc": [],
"test": [
"tests/components/homekit/test_accessories.py"
],
"config": [],
"asset": []
} | 1 |
home-assistant | core | acf41d03db6293b9897b8194f5530793de89952f | https://github.com/home-assistant/core/issues/26146 | integration: mopar | mopar component still does not work | Home Assistant release with the issue:
0.97.2
Last working Home Assistant release (if known):
Operating environment (Hass.io/Docker/Windows/etc.):
arch | x86_64
dev | false
docker | true
hassio | true
os_name | Linux
python_version | 3.7.4
timezone | America/Denver
version | 0.97.2
virtualenv | false
... | null | https://github.com/home-assistant/core/pull/33066 | null | {'base_commit': 'acf41d03db6293b9897b8194f5530793de89952f', 'files': [{'path': '.coveragerc', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [435]}}}, {'path': 'homeassistant/components/mopar/__init__.py', 'status': 'removed', 'Loc': {}}, {'path': 'homeassistant/components/mopar/lock.py', 'status': 'remove... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/mopar/sensor.py",
".coveragerc",
"homeassistant/components/mopar/manifest.json",
"homeassistant/components/mopar/__init__.py",
"homeassistant/components/mopar/lock.py",
"homeassistant/components/mopar/switch.py"
],
"doc": [],
"test": [],
"config": ... | 1 |
home-assistant | core | f020d65416177e4647a846ec017f441fe08c0696 | https://github.com/home-assistant/core/issues/54258 | integration: fronius
energy | Fronius energy sensors missing device_class and last_reset | ### The problem
The Fronius integration with `sensor_type: inverter` has energy sensors, but these are not marked with any device_class or state_class and there's no last_reset.
eg the sensor `sensor.energy_day_fronius_inverter_1_http_solar` value `12455` and only the following attributes:
```
unit_of_measure... | null | https://github.com/home-assistant/core/pull/54758 | null | {'base_commit': '013b998974c889c8a80d04637a9ea8e43c7e2fc3', 'files': [{'path': 'homeassistant/components/fronius/manifest.json', 'status': 'modified', 'Loc': {'(None, None, 5)': {'mod': [5]}}}, {'path': 'requirements_all.txt', 'status': 'modified', 'Loc': {'(None, None, 1469)': {'mod': [1469]}}}]} | [] | [] | [] | {
"iss_type": "4",
"iss_reason": "2",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/fronius/manifest.json"
],
"doc": [],
"test": [],
"config": [
"requirements_all.txt"
],
"asset": []
} | 1 |
home-assistant | core | 832bc15daacfe1294538bb4a17600e4ada36a47e | https://github.com/home-assistant/core/issues/83076 | integration: twinkly | Bug: Twinkly unavailable | ### The problem
Twinkly device unavailable after update to latest beta.
### What version of Home Assistant Core has the issue?
core-2022.12.0b0
### What was the last working version of Home Assistant Core?
core-2022.11.5
### What type of installation are you running?
Home Assistant Container
### Integration cau... | null | https://github.com/home-assistant/core/pull/83145 | null | {'base_commit': '832bc15daacfe1294538bb4a17600e4ada36a47e', 'files': [{'path': 'homeassistant/components/twinkly/const.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [11, 29]}}}, {'path': 'homeassistant/components/twinkly/light.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [9, 27, 3... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/twinkly/light.py",
"tests/components/twinkly/__init__.py",
"homeassistant/components/twinkly/const.py"
],
"doc": [],
"test": [
"tests/components/twinkly/test_light.py"
],
"config": [],
"asset": []
} | 1 |
home-assistant | core | 20f94d7ad47082ec2f1c204130abe318c4b014dd | https://github.com/home-assistant/core/issues/54678 | integration: myq | MyQ Login Issue | ### The problem
Myq fails to initialize with "Authentication failed: Form containing fields for email, password and submit not found.Unable to continue login process.". Issue started happening today for me. There are more people reporting it here: https://community.home-assistant.io/t/myq-login-unavailable/330322
#... | null | https://github.com/home-assistant/core/pull/55099 | null | {'base_commit': '20f94d7ad47082ec2f1c204130abe318c4b014dd', 'files': [{'path': 'homeassistant/components/myq/manifest.json', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [5]}}}, {'path': 'requirements_all.txt', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [1626]}}}, {'path': 'requirements_... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/myq/manifest.json"
],
"doc": [],
"test": [],
"config": [
"requirements_test_all.txt",
"requirements_all.txt"
],
"asset": []
} | 1 |
home-assistant | core | b960ebeb8bbf791a8072e8503b417474fec134ac | https://github.com/home-assistant/core/issues/2290 | Smoke detector are not changing from "Panic" state | Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in [the Feature Requests section](https://community.home-assistant.io/c/feature-requests) of our community forum:
**Home Assistant rele... | null | https://github.com/home-assistant/core/pull/2498 | null | {'base_commit': '09a4336bc5d9a2f01f475b786492bb517ca36b5f', 'files': [{'path': 'homeassistant/components/sensor/rfxtrx.py', 'status': 'modified', 'Loc': {"(None, 'setup_platform', 29)": {'mod': [50]}, "('RfxtrxSensor', 'state', 111)": {'mod': [113]}, "('RfxtrxSensor', 'device_state_attributes', 123)": {'mod': [125]}}},... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/sensor/rfxtrx.py"
],
"doc": [],
"test": [
"tests/components/sensor/test_rfxtrx.py"
],
"config": [],
"asset": []
} | 1 | |
home-assistant | core | d9e3c02df3a2690e74d1b606e8db0a4dd686e872 | https://github.com/home-assistant/core/issues/79275 | integration: unifi | Ubiquiti POE toggle (off) : aiounifi.models.event:Unsupported event key EVT_SW_PoeDisconnect | ### The problem
as title, toggling a POE off throws the Warning
they do toggle in the end, although it can take up to 45 secs or so.
which is the same behavior we see on the camera's issue, extremely slow response times on the toggle
### What version of Home Assistant Core has the issue?
2022.10.0b0
### W... | null | https://github.com/home-assistant/core/pull/79487 | null | {'base_commit': '069818940e5a16c412544e1e14e69b5d0964f157', 'files': [{'path': 'homeassistant/components/unifi/manifest.json', 'status': 'modified', 'Loc': {'(None, None, 6)': {'mod': [6]}}}, {'path': 'requirements_all.txt', 'status': 'modified', 'Loc': {'(None, None, 279)': {'mod': [279]}}}, {'path': 'requirements_tes... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/unifi/manifest.json"
],
"doc": [],
"test": [],
"config": [
"requirements_test_all.txt",
"requirements_all.txt"
],
"asset": []
} | 1 |
home-assistant | core | b71a0c5d4bb22f1d7ec84e892cff851ad1d6f283 | https://github.com/home-assistant/core/issues/54573 | integration: ambiclimate | Ambi Climate Integration not listing any Entities | ### The problem
The ambiclimate integration is appearing in the Integration Screen but not showing any entities even though 1 is available and was working correctly in the previous version
### What is version of Home Assistant Core has the issue?
Home Assistant 2021.8.6
### What was the last working version ... | null | https://github.com/home-assistant/core/pull/54579 | null | {'base_commit': 'b71a0c5d4bb22f1d7ec84e892cff851ad1d6f283', 'files': [{'path': 'homeassistant/components/ambiclimate/climate.py', 'status': 'modified', 'Loc': {"('AmbiclimateEntity', 'async_update', 175)": {'add': [186]}, "('AmbiclimateEntity', '__init__', 146)": {'mod': [157, 158]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/ambiclimate/climate.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
home-assistant | core | f18c6ae72ccf9075c3f5442b1aff2381379ca9d6 | https://github.com/home-assistant/core/issues/39472 | integration: arlo | arlo integration is broken | <!-- READ THIS FIRST:
- If you need additional help with this template, please refer to https://www.home-assistant.io/help/reporting_issues/
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/core/releases
- Do not report issues for int... | null | https://github.com/home-assistant/core/pull/44034 | null | {'base_commit': 'f18c6ae72ccf9075c3f5442b1aff2381379ca9d6', 'files': [{'path': 'homeassistant/components/arlo/manifest.json', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [5]}}}, {'path': 'requirements_all.txt', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [1274]}}}, {'path': 'requirements... | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/arlo/manifest.json"
],
"doc": [],
"test": [],
"config": [
"requirements_test_all.txt",
"requirements_all.txt"
],
"asset": []
} | 1 |
home-assistant | core | 91962e2681dde1b23612df06633b16aa0867c950 | https://github.com/home-assistant/core/issues/14989 | Mysensor HVAC frontend shows multiple values | I think since 0.6x mysensors hvac node shows several temp settings

| null | https://github.com/home-assistant/core/pull/15110 | null | {'base_commit': '91962e2681dde1b23612df06633b16aa0867c950', 'files': [{'path': 'homeassistant/components/climate/mysensors.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [29, 30, 31]}, "('MySensorsHVAC', 'supported_features', 46)": {'mod': [48]}, "('MySensorsHVAC', 'operation_list', 104)": {'mod': [10... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/climate/mysensors.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 | |
home-assistant | core | 62054b84336e4d4a8a6a1ea649724e9eb86876b4 | https://github.com/home-assistant/core/issues/35779 | integration: denon | Error while setting up denon platform for media_player with Marantz | <!-- READ THIS FIRST:
- If you need additional help with this template, please refer to https://www.home-assistant.io/help/reporting_issues/
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/core/releases
- Do not report issues for int... | null | https://github.com/home-assistant/core/pull/40514 | null | {'base_commit': '62054b84336e4d4a8a6a1ea649724e9eb86876b4', 'files': [{'path': 'homeassistant/components/denon/media_player.py', 'status': 'modified', 'Loc': {"('DenonDevice', '_setup_sources', 108)": {'mod': [114, 117]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/denon/media_player.py"
],
"doc": [],
"test": [],
"config": [],
"asset": []
} | 1 |
home-assistant | core | e11ead410bbd9179ded05ba5e07b6de9919ec0ea | https://github.com/home-assistant/core/issues/128046 | integration: gree | Gree climate does not update tha data (status) | ### The problem
The HA does not update the climate status (switch) if the change is made with a remote control. It does not follow the climate continuously.
### What version of Home Assistant Core has the issue?
2024.10.1
### What was the last working version of Home Assistant Core?
2024.09.
### What type of inst... | null | https://github.com/home-assistant/core/pull/139469 | null | {'base_commit': 'e11ead410bbd9179ded05ba5e07b6de9919ec0ea', 'files': [{'path': 'homeassistant/components/gree/const.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [22]}}}, {'path': 'homeassistant/components/gree/coordinator.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [4, 26]}, "('... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/gree/coordinator.py",
"homeassistant/components/gree/const.py"
],
"doc": [],
"test": [
"tests/components/gree/test_climate.py"
],
"config": [],
"asset": []
} | 1 |
home-assistant | core | 80af2f4279828419a9112a5478029f2c506896e7 | https://github.com/home-assistant/core/issues/53678 | integration: sonos | Sonos Alarm switch changes immediatly after click | ### The problem
I have sonos alarm switches. When I click on it, the status changes, but immediately back again.
After a while (approx. 60s) the status changes to the correct state.
In the sonos app, the alarm is switched correctly with the first click.
See the GIF below. The behavior when switching on and then s... | null | https://github.com/home-assistant/core/pull/55529 | null | {'base_commit': '80af2f4279828419a9112a5478029f2c506896e7', 'files': [{'path': 'homeassistant/components/sonos/alarms.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [11], 'mod': [9]}, "('SonosAlarms', 'async_update_entities', 37)": {'add': [38], 'mod': [40, 42, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, ... | [] | [] | [] | {
"iss_type": "2",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/sonos/alarms.py",
"homeassistant/components/sonos/household_coordinator.py",
"homeassistant/components/sonos/manifest.json",
"tests/components/sonos/conftest.py",
"homeassistant/components/sonos/switch.py",
"homeassistant/components/sonos/speaker.py",
... | 1 |
home-assistant | core | f29e0bf53eec22dca65e3a62336cf84797e36bf2 | https://github.com/home-assistant/core/issues/7306 | Problems sending push message with HTML5 notify | **Home Assistant release (`hass --version`):**
0.43.0
**Python release (`python3 --version`):**
Python 3.4.2
**Component/platform:**
HTML5 notify on Raspberry PI 3
**Description of problem:**
I've followed the installation instructions here: https://home-assistant.io/components/notify.html5/
When I try to... | null | https://github.com/home-assistant/core/pull/7310 | null | {'base_commit': 'f29e0bf53eec22dca65e3a62336cf84797e36bf2', 'files': [{'path': 'homeassistant/components/notify/html5.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [28]}}}, {'path': 'requirements_all.txt', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [526]}}}]} | [] | [] | [] | {
"iss_type": "1",
"iss_reason": "1",
"loc_way": "pr",
"loc_scope": null,
"info_type": null
} | {
"code": [
"homeassistant/components/notify/html5.py"
],
"doc": [],
"test": [],
"config": [
"requirements_all.txt"
],
"asset": []
} | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.