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
huggingface
transformers
88ac60f7b5f6d4b62245dc21653ea3d5db7d4935
https://github.com/huggingface/transformers/issues/11357
possible mistake in documentation
Looking at description of the parameter "decoder_input_ids" in "forward" method of BartForConditionalGeneration/T5ForConditionalGeneration, I see following: BartForConditionalGeneration: decoder_input_ids - ... For translation and summarization training, decoder_input_ids should be provided. If no decoder_input_ids...
null
https://github.com/huggingface/transformers/pull/11466
null
{'base_commit': '88ac60f7b5f6d4b62245dc21653ea3d5db7d4935', 'files': [{'path': 'src/transformers/models/bart/modeling_bart.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [585]}}}, {'path': 'src/transformers/models/bart/modeling_tf_bart.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/models/blenderbot/modeling_tf_blenderbot.py", "src/transformers/models/marian/modeling_tf_marian.py", "src/transformers/models/blenderbot/modeling_blenderbot.py", "src/transformers/models/blenderbot_small/modeling_blenderbot_small.py", "src/transformers/models/marian/...
1
huggingface
transformers
8bbb53e20b7873ba7f63be70d4d798e0c3568bfa
https://github.com/huggingface/transformers/issues/13826
Tokenizer - Raises wrong "UserWarning: `max_length` is ignored when `padding`=`True`"
In the newest version of transformers (4.11.2 & 4.12.0.dev0) I get the following warning: ``` C:\Anaconda3\envs\sbert\lib\site-packages\transformers\tokenization_utils_base.py:2227: UserWarning: `max_length` is ignored when `padding`=`True`. warnings.warn("`max_length` is ignored when `padding`=`True`.") ``` ...
null
https://github.com/huggingface/transformers/pull/13829
null
{'base_commit': '8bbb53e20b7873ba7f63be70d4d798e0c3568bfa', 'files': [{'path': 'src/transformers/tokenization_utils_base.py', 'status': 'modified', 'Loc': {"('PreTrainedTokenizerBase', '_get_padding_truncation_strategies', 2183)": {'mod': [2226, 2227]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/tokenization_utils_base.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
huggingface
transformers
010e0460b22ddd7f74e31163f69ab3da2e9741ba
https://github.com/huggingface/transformers/issues/3227
Core: Pipeline Version mismatch
An Error report about pipeline
# 🐛 Bug ## Information This may be an easy question, but it has been bothering me all day. When I run the code: nlp = pipeline("question-answering") It always tells me: Couldn't reach server at 'https://s3.amazonaws.com/models.huggingface.co/bert/distilbert-base-cased-distilled-squad-modelcard.json' to...
null
https://github.com/huggingface/transformers/pull/3439
null
{'base_commit': '010e0460b22ddd7f74e31163f69ab3da2e9741ba', 'files': [{'path': 'examples/utils_multiple_choice.py', 'status': 'modified', 'Loc': {"(None, 'convert_examples_to_features', 294)": {'mod': [323]}}}, {'path': 'src/transformers/data/processors/squad.py', 'status': 'modified', 'Loc': {"(None, 'squad_convert_ex...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/data/processors/squad.py", "examples/utils_multiple_choice.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
huggingface
transformers
ba1b3db70907b975b5ca52b9957c5ed7a186a0fa
https://github.com/huggingface/transformers/issues/12762
t5 fast tokenizer save_vocabulary fails without sentencepiece file
## Environment info - `transformers` version: 4.9.0.dev0 - Platform: Linux-5.4.0-1043-gcp-x86_64-with-glibc2.29 - Python version: 3.8.10 - PyTorch version (GPU?): 1.9.0+cu102 (False) - Tensorflow version (GPU?): 2.5.0 (False) - Flax version (CPU?/GPU?/TPU?): 0.3.4 (tpu) - Jax version: 0.2.16 - JaxLib version:...
null
https://github.com/huggingface/transformers/pull/12806
null
{'base_commit': 'ba1b3db70907b975b5ca52b9957c5ed7a186a0fa', 'files': [{'path': 'src/transformers/models/albert/tokenization_albert_fast.py', 'status': 'modified', 'Loc': {"('AlbertTokenizerFast', '__init__', 122)": {'add': [160]}, "('AlbertTokenizerFast', None, 73)": {'add': [218]}}}, {'path': 'src/transformers/models/...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/models/barthez/tokenization_barthez_fast.py", "src/transformers/models/mbart50/tokenization_mbart50_fast.py", "src/transformers/models/pegasus/tokenization_pegasus_fast.py", "src/transformers/models/big_bird/tokenization_big_bird_fast.py", "src/transformers/models/cam...
1
huggingface
transformers
edb314ae2ba4ac0e89d6a31d48037b8943978bff
https://github.com/huggingface/transformers/issues/28286
`contrastive-image-text/run_clip.py` example problems
### System Info - `transformers` version: 4.37.0.dev0 - Platform: Linux-5.15.0-88-generic-x86_64-with-glibc2.31 - Python version: 3.11.5 - Huggingface_hub version: 0.20.1 - Safetensors version: 0.4.1 - Accelerate version: 0.25.0 - Accelerate config: not found - PyTorch version (GPU?): 2.1.2+cu121 (True) - T...
null
https://github.com/huggingface/transformers/pull/28482
null
{'base_commit': 'edb314ae2ba4ac0e89d6a31d48037b8943978bff', 'files': [{'path': 'examples/pytorch/contrastive-image-text/run_clip.py', 'status': 'modified', 'Loc': {"(None, 'main', 241)": {'mod': [562]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "examples/pytorch/contrastive-image-text/run_clip.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
huggingface
transformers
6d00033e97e1751a897f2317fdfd35dd853cee29
https://github.com/huggingface/transformers/issues/1801
wontfix
run_glue.py RuntimeError: module must have its parameters and buffers on device cuda:0 (device_ids[0]) but found one of them on device: cuda:3
## 🐛 Bug <!-- Important information --> Model I am using (Bert, XLNet....): Bert Language I am using the model on (English, Chinese....): English The problem arise when using: * [ ] the official example scripts: (give details) : transformers/examples/run_glue.py * [ ] my own modified scripts: (give deta...
null
https://github.com/huggingface/transformers/pull/3842
null
{'base_commit': '6d00033e97e1751a897f2317fdfd35dd853cee29', 'files': [{'path': 'examples/hans/test_hans.py', 'status': 'modified', 'Loc': {"(None, 'evaluate', 240)": {'mod': [258]}}}, {'path': 'examples/mm-imdb/run_mmimdb.py', 'status': 'modified', 'Loc': {"(None, 'evaluate', 265)": {'mod': [281]}}}, {'path': 'examples...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "examples/mm-imdb/run_mmimdb.py", "examples/run_multiple_choice.py", "examples/run_xnli.py", "examples/run_language_modeling.py", "examples/ner/run_ner.py" ], "doc": [], "test": [ "examples/hans/test_hans.py" ], "config": [], "asset": [] }
1
huggingface
transformers
43b9d93875cbf6756baf402a4720ca23d8c75015
https://github.com/huggingface/transformers/issues/6193
Some weights not initialized in pre-trained RobertaForMaskedLM
The bug is similar to #2202. I am trying to evaluate MLM perplexity (without training/finetuning) using Roberta with `run_language_modeling.py` (from the [official example](https://github.com/huggingface/transformers/tree/master/examples/language-modeling)). However, some weights seems to be reinitialized instead of...
null
https://github.com/huggingface/transformers/pull/7282
null
{'base_commit': '43b9d93875cbf6756baf402a4720ca23d8c75015', 'files': [{'path': 'src/transformers/modeling_roberta.py', 'status': 'modified', 'Loc': {"('RobertaForMaskedLM', None, 303)": {'add': [305]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/modeling_roberta.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
huggingface
transformers
836e88caee95eb37a860a6c82bbd2becc6b9dc7b
https://github.com/huggingface/transformers/issues/30073
Feature request Audio
SPDA/FA2 Attention for the Wav2Vec2 Family of Models
### Feature request Addition of [PyTorch SDPA](https://pytorch.org/docs/stable/generated/torch.nn.functional.scaled_dot_product_attention.html) and [Flash Attention 2](https://github.com/Dao-AILab/flash-attention) to the Wav2Vec2 modelling code. ### Motivation Wav2Vec2 and its derived models remain some of the most ...
null
https://github.com/huggingface/transformers/pull/30121
null
{'base_commit': '836e88caee95eb37a860a6c82bbd2becc6b9dc7b', 'files': [{'path': 'docs/source/en/model_doc/hubert.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [46]}}}, {'path': 'docs/source/en/model_doc/wav2vec2.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [41]}}}, {'path': 'docs/s...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/models/hubert/modeling_hubert.py", "src/transformers/models/data2vec/modeling_data2vec_audio.py", "src/transformers/models/unispeech_sat/modeling_unispeech_sat.py", "src/transformers/models/wav2vec2_conformer/modeling_wav2vec2_conformer.py", "src/transformers/models/w...
1
huggingface
transformers
95ffbe168690d34e385cdd16c69e9a3f8d877abf
https://github.com/huggingface/transformers/issues/11294
serious bug with trainer.py when restarting the training from a checkpoint
## Environment info <!-- You can run the command `transformers-cli env` and copy-and-paste its output below. Don't forget to fill out the missing fields in that output! --> - `transformers` version: 4.5.1 - Platform: Linux - Python version: 3.8 - PyTorch version (GPU?): 1.8 - Tensorflow version (GPU?): - ...
null
https://github.com/huggingface/transformers/pull/11318
null
{'base_commit': '95ffbe168690d34e385cdd16c69e9a3f8d877abf', 'files': [{'path': 'src/transformers/configuration_utils.py', 'status': 'modified', 'Loc': {"('PretrainedConfig', '__init__', 196)": {'mod': [274]}}}, {'path': 'src/transformers/trainer.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [55, 58]}...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/configuration_utils.py", "src/transformers/trainer.py" ], "doc": [], "test": [ "tests/test_trainer.py" ], "config": [], "asset": [] }
1
geekan
MetaGPT
61cbee18ae0ea0c20773f7257dc62923d9a42240
https://github.com/geekan/MetaGPT/issues/1014
bug
[IPKernelApp] WARNING | Parent appears to have exited, shutting down.
**Bug description** <!-- Clearly and directly describe the current bug --> I got the error "[IPKernelApp] WARNING | Parent appears to have exited, shutting down." while I'm running the example. **Bug solved method** <!-- If you solved the bug, describe the idea or process to solve the current bug. Of course, yo...
null
https://github.com/geekan/MetaGPT/pull/1141
null
{'base_commit': '61cbee18ae0ea0c20773f7257dc62923d9a42240', 'files': [{'path': 'metagpt/roles/di/data_interpreter.py', 'status': 'modified', 'Loc': {"('DataInterpreter', '_plan_and_act', 88)": {'mod': [89, 90, 91]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/roles/di/data_interpreter.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
geekan
MetaGPT
5e8bd105177e08848990d32b9ea636daa639be19
https://github.com/geekan/MetaGPT/issues/1290
Validation Error
ValidationError: 1 validation error for Config llm Field required [type=missing, input_value={'PATH': '/Users/psyb0rg/..._INIT_AT_FORK': 'FALSE'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.7/v/missing
null
https://github.com/geekan/MetaGPT/pull/1324
null
{'base_commit': '5e8bd105177e08848990d32b9ea636daa639be19', 'files': [{'path': 'metagpt/configs/llm_config.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [15]}, "('LLMConfig', 'check_llm_key', 95)": {'mod': [97]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/configs/llm_config.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
geekan
MetaGPT
b17846401ec7d12b73079fb21f3939ad9e9e2d70
https://github.com/geekan/MetaGPT/issues/476
How to use FaissStore?
I saw an example listed under the examples folder, https://github.com/geekan/MetaGPT/blob/ccc4c9e04debfdb8296c342d7a3f9606f407e007/examples/search_kb.py#L14-L16 but the example.json not provided. I have try to make a fake data that's structure follow the code. ```json [ { "source": "Which facial c...
null
https://github.com/geekan/MetaGPT/pull/501
null
{'base_commit': 'b17846401ec7d12b73079fb21f3939ad9e9e2d70', 'files': [{'path': 'examples/search_kb.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [7, 11], 'mod': [25]}, "(None, 'search', 14)": {'mod': [15, 18]}}}, {'path': 'metagpt/actions/search_and_summarize.py', 'status': 'modified', 'Loc': {}}, {'...
[]
[]
[]
{ "iss_type": "3", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/actions/search_and_summarize.py", "metagpt/document_store/faiss_store.py", "metagpt/roles/sales.py", "examples/search_kb.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
geekan
MetaGPT
bdba23e4225b3b77402c8725854668c2b84c5041
https://github.com/geekan/MetaGPT/issues/1367
Dashscope service causing :ValueError: too many values to unpack (expected 11)
https://github.com/geekan/MetaGPT/blob/9f8f0a27fd3e7d6a7f6fcf40103a94829533bdc2/metagpt/provider/dashscope_api.py#L51 When using DashScope service, in this line, the`_get_protocol_params`method returns 13 values but the unpack logic assumes that 11 values are returned, causing the ValueError: too many values to unpack...
null
https://github.com/geekan/MetaGPT/pull/1496
null
{'base_commit': 'bdba23e4225b3b77402c8725854668c2b84c5041', 'files': [{'path': 'metagpt/provider/dashscope_api.py', 'status': 'modified', 'Loc': {"(None, 'build_api_arequest', 36)": {'add': [50], 'mod': [54, 55, 57]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/provider/dashscope_api.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
geekan
MetaGPT
f201b2f5f32c2d48eab6632bf103e9b3a92fc999
https://github.com/geekan/MetaGPT/issues/233
ImportError 当运行 startup.py
当我尝试运行 `startup.py` 时,我遇到了一个 ImportError。我已按照 `requirements.txt` 中列出的依赖进行了安装,并确认我的Python版本满足项目的要求。 具体的错误消息如下: 2023-08-15 20:31:23.375 | INFO | metagpt.config:init:44 - Config loading done. Traceback (most recent call last): File "F:\metaGPT\metagpt\startup.py", line 7, in <module> from metagpt.roles import Arc...
null
https://github.com/geekan/MetaGPT/pull/1253
null
{'base_commit': 'f201b2f5f32c2d48eab6632bf103e9b3a92fc999', 'files': [{'path': 'metagpt/provider/openai_api.py', 'status': 'modified', 'Loc': {"('OpenAILLM', '_achat_completion_stream', 89)": {'mod': [103]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/provider/openai_api.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
geekan
MetaGPT
6b70f7b0ed3c2215ffff500772e6ae4f8ce79c5a
https://github.com/geekan/MetaGPT/issues/1257
stream field in LLMConfig does not work
**Bug description** ~/.metagpt/config2.yaml ``` llm: stream: False ``` does not affect the way to call llm.aask. **Bug solved method** ``` class BaseLLM(ABC): async def aask( self, msg: Union[str, list[dict[str, str]]], system_msgs: Optional[list[str]] = None, for...
null
https://github.com/geekan/MetaGPT/pull/1258
null
{'base_commit': '6b70f7b0ed3c2215ffff500772e6ae4f8ce79c5a', 'files': [{'path': 'metagpt/configs/llm_config.py', 'status': 'modified', 'Loc': {"('LLMConfig', None, 41)": {'mod': [77]}}}, {'path': 'metagpt/provider/base_llm.py', 'status': 'modified', 'Loc': {"('BaseLLM', 'aask', 128)": {'add': [148], 'mod': [135]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/provider/base_llm.py", "metagpt/configs/llm_config.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
geekan
MetaGPT
ddf4697381ec6a5e929669eff59e3e4953a6598e
https://github.com/geekan/MetaGPT/issues/278
Can I use engine mode to connect azure-gpt?
<img width="590" alt="image" src="https://github.com/geekan/MetaGPT/assets/23121539/3ef72f57-b82b-4890-83ca-9c5044927ff1"> ``` response = openai.ChatCompletion.create( engine="gpt-4-chatbot-ui", messages = [{"role":"system","content":"You are an AI assistant that helps people find information."}, ``` Offici...
null
https://github.com/geekan/MetaGPT/pull/280
null
{'base_commit': 'ddf4697381ec6a5e929669eff59e3e4953a6598e', 'files': [{'path': 'config/config.yaml', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [19, 23]}}}, {'path': 'metagpt/config.py', 'status': 'modified', 'Loc': {"('Config', '__init__', 41)": {'add': [61]}}}, {'path': 'metagpt/provider/openai_api.p...
[]
[]
[]
{ "iss_type": "3", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/provider/openai_api.py", "metagpt/config.py" ], "doc": [], "test": [], "config": [ "config/config.yaml" ], "asset": [] }
1
geekan
MetaGPT
5e8bd105177e08848990d32b9ea636daa639be19
https://github.com/geekan/MetaGPT/issues/1220
pydantic_core._pydantic_core.ValidationError: 1 validation error for Config
D:\MetaGPT-main\venv\Scripts\python.exe D:/MetaGPT-main/test.py 2024-04-23 17:14:39.661 | INFO | metagpt.const:get_metagpt_package_root:29 - Package root set to D:\MetaGPT-main Traceback (most recent call last): File "D:\MetaGPT-main\test.py", line 3, in <module> repo: ProjectRepo = generate_repo("Create ...
null
https://github.com/geekan/MetaGPT/pull/1324
null
{'base_commit': '5e8bd105177e08848990d32b9ea636daa639be19', 'files': [{'path': 'metagpt/configs/llm_config.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [15]}, "('LLMConfig', 'check_llm_key', 95)": {'mod': [97]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/configs/llm_config.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
geekan
MetaGPT
12948a5482bf4c6c79fb4c84f89bbad3600942e4
https://github.com/geekan/MetaGPT/issues/1100
bug
debate example fail to work with gemini
**Bug description** debate example throws error with gemini-pro 1.5. Websearch works with gemini-pro **Bug solved method** **Environment information** Python 3.9 Conda - LLM type and model name: Gemini-Pro - System version: - Python version: 3.9 **Screenshots or logs** python3 debate.py "Talk about...
null
https://github.com/geekan/MetaGPT/pull/1105
null
{'base_commit': '12948a5482bf4c6c79fb4c84f89bbad3600942e4', 'files': [{'path': 'metagpt/provider/google_gemini_api.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [4, 13], 'mod': [6]}, "('GeminiLLM', '_achat_completion_stream', 138)": {'add': [152], 'mod': [144]}}}, {'path': 'requirements.txt', 'status...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/provider/google_gemini_api.py" ], "doc": [], "test": [], "config": [ "requirements.txt" ], "asset": [] }
1
geekan
MetaGPT
02f999204009ae5cf78152a0fc47aa6ac98b4aa2
https://github.com/geekan/MetaGPT/issues/475
tenacity.RetryError: RetryError[<Future at 0x7faeafc5ffd0 state=finished raised JSONDecodeError>]
When I set up everything and python3 startup.py "Write a cli snake game", I get this error. """, "Logic Analysis": [ ["main.py","Contains the main game loop and user input handling"], ["game.py","Contains the game logic, including the snake and food classes"], ["snake.py","Contai...
null
https://github.com/geekan/MetaGPT/pull/500
null
{'base_commit': '02f999204009ae5cf78152a0fc47aa6ac98b4aa2', 'files': [{'path': 'config/config.yaml', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [36, 96]}}}, {'path': 'metagpt/actions/action.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [8, 18]}, "('Action', None, 21)": {'mod': [52]},...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "3", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "metagpt/llm.py", "metagpt/actions/action.py", "metagpt/config.py", "metagpt/roles/role.py" ], "doc": [], "test": [ "tests/metagpt/utils/test_custom_decoder.py" ], "config": [ "config/config.yaml" ], "asset": [] }
1
langflow-ai
langflow
0d1c2914a4a601217fb59316e4bfd600b57fd655
https://github.com/langflow-ai/langflow/issues/5438
bug
Tweaks not passing into Text Input Components via API
### Bug Description For example flow with multiple text inputs, passing tweaks via API doesn't pass in the variables correctly to the component and flow. Flow Json: [Multi-input flow test.json](https://github.com/user-attachments/files/18242439/Multi-input.flow.test.json) API Request Body: { "output_type": "te...
null
https://github.com/langflow-ai/langflow/pull/5656
null
{'base_commit': '0d1c2914a4a601217fb59316e4bfd600b57fd655', 'files': [{'path': 'src/backend/base/langflow/api/v1/endpoints.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [91], 'mod': [11, 30, 45, 47]}, "(None, 'validate_input_and_tweaks', 70)": {'mod': [75, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, ...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/backend/base/langflow/api/v1/endpoints.py" ], "doc": [], "test": [ "src/backend/tests/unit/test_endpoints.py" ], "config": [], "asset": [] }
1
langflow-ai
langflow
b2e40ec92f236043684ac542b9be1c77faa664fe
https://github.com/langflow-ai/langflow/issues/2520
bug
Langflow not loading all required Environment variable mentioned in LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT
**Describe the bug** Trying to load 3 global variables from Environment. only the first variable is loaded and not the second **Browser and Version** - Browser: Edge - Version: 126.0.2592.81 **To Reproduce** Steps to reproduce the behavior: 1. my .env file: includes the lines: ```python LANGFLOW_STOR...
null
https://github.com/langflow-ai/langflow/pull/2971
null
{'base_commit': 'b2e40ec92f236043684ac542b9be1c77faa664fe', 'files': [{'path': 'src/backend/base/langflow/__main__.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [7, 12]}, "(None, 'run', 78)": {'mod': [130, 134, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, ...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/backend/base/langflow/__main__.py", "src/backend/base/langflow/services/settings/factory.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
langflow-ai
langflow
395c2d7372dffcf1d4f9577f623a2966183595d9
https://github.com/langflow-ai/langflow/issues/1995
bug
Unable to upload file to folder
**Describe the bug** Unable to upload file to folder due to key error when selecting `folder_name` from the `flow. I see that a recent commit has made it such that each flow will have a default folder name, if none exists, but this not backwards-compatible with existing flows made in <=v1.0.0a38. Also - I would have e...
null
https://github.com/langflow-ai/langflow/pull/2125
null
{'base_commit': '395c2d7372dffcf1d4f9577f623a2966183595d9', 'files': [{'path': 'src/frontend/src/components/sidebarComponent/components/sideBarFolderButtons/index.tsx', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [126]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "3", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/frontend/src/components/sidebarComponent/components/sideBarFolderButtons/index.tsx" ], "doc": [], "test": [], "config": [], "asset": [] }
1
langflow-ai
langflow
9c69d134c9a4a34865d44e6f37a2c513c3a49969
https://github.com/langflow-ai/langflow/issues/6880
bug
Traces not being captured anymore
### Bug Description Hello there, The recent changes on the build process caused `end_all_traces` to no longer being called, as a result the final call to send the traces for langwatch, langfuse etc are not being called: https://github.com/langflow-ai/langflow/pull/5940#issuecomment-2685617499 ### Reproduction 1. S...
null
https://github.com/langflow-ai/langflow/pull/6991
null
{'base_commit': '9c69d134c9a4a34865d44e6f37a2c513c3a49969', 'files': [{'path': 'src/backend/base/langflow/api/build.py', 'status': 'modified', 'Loc': {"(None, 'generate_flow_events', 145)": {'add': [427]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/backend/base/langflow/api/build.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
langflow-ai
langflow
b1a552fa9ed7d4c4eabb90642f4b81f24775f676
https://github.com/langflow-ai/langflow/issues/4212
bug
Langflow traces are not well reflected in Langfuse
### Bug Description Not able to see Langflow components inputs and outputs in Langfuse tracing. For instance, for a given component, you will see the component python code instead of the input data. And the Output is completely empty. See screenshot below. ### Reproduction 1. create a simple flow with ch...
null
https://github.com/langflow-ai/langflow/pull/4669
null
{'base_commit': 'b1a552fa9ed7d4c4eabb90642f4b81f24775f676', 'files': [{'path': 'src/backend/base/langflow/api/utils.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [144], 'mod': [20]}, "(None, 'build_graph_from_data', 145)": {'add': [146]}}}, {'path': 'src/backend/base/langflow/api/v1/chat.py', 'status...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/backend/base/langflow/api/v1/chat.py", "src/backend/base/langflow/api/utils.py", "src/backend/base/langflow/services/tracing/langwatch.py", "src/backend/base/langflow/custom/custom_component/component.py", "src/backend/base/langflow/services/tracing/service.py" ], "doc": [], ...
1
langflow-ai
langflow
06ea6c408bd5da392aa3650f9d04be0804742525
https://github.com/langflow-ai/langflow/issues/1890
bug
getting a column size error when using MySQL.
**Describe the bug** I'm getting a column size error when using MySQL. It seems to executed when initial setup starter_projects ``` sqlalchemy.exc.DataError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) ...
null
https://github.com/langflow-ai/langflow/pull/3431
null
{'base_commit': '06ea6c408bd5da392aa3650f9d04be0804742525', 'files': [{'path': 'src/backend/base/langflow/services/database/models/flow/model.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [13]}, "('FlowBase', None, 26)": {'mod': [28]}}}, {'path': 'src/backend/base/langflow/services/database/models/fo...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/backend/base/langflow/services/database/models/flow/model.py", "src/backend/base/langflow/services/database/models/folder/model.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
Significant-Gravitas
AutoGPT
ee8276c6b9ac8abcf847a12bc5e6cb5e66079115
https://github.com/Significant-Gravitas/AutoGPT/issues/655
Trivial focused PRs
### Duplicates - [X] I have searched the existing issues ### Summary 💡 There are many trivial PRs which are harmless and focused enough, so it's good to make them merged in a batch to reduce the backlog. These are ALL minor mergeable fixes at the moment (2023-04-10T10:57Z) ### Examples 🌈 - #33 - The ...
null
https://github.com/Significant-Gravitas/AutoGPT/pull/33
null
{'base_commit': 'da6c0240de37725780f59eb8da7c36a9e810ae5c', 'files': [{'path': 'scripts/agent_manager.py', 'status': 'modified', 'Loc': {"(None, 'create_agent', 9)": {'add': [9]}, "(None, 'message_agent', 34)": {'add': [34]}, "(None, 'list_agents', 54)": {'add': [54]}, "(None, 'delete_agent', 61)": {'add': [61]}}}, {'p...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scripts/llm_utils.py", "scripts/file_operations.py", "scripts/commands.py", "scripts/data.py", "scripts/speak.py", "scripts/json_parser.py", "scripts/config.py", "scripts/main.py", "scripts/call_ai_function.py", "scripts/ai_functions.py", "scripts/chat.py", ...
1
Significant-Gravitas
AutoGPT
9150f32f8b8602395534795ddd2d930a1684e419
https://github.com/Significant-Gravitas/AutoGPT/issues/4634
Ver 0.4, and still get the error of "This model's maximum context length is 4097 tokens"
### ⚠️ Search for existing issues first ⚠️ - [X] I have searched the existing issues, and there is no existing issue for my problem ### Which Operating System are you using? Windows ### Which version of Auto-GPT are you using? Latest Release ### Do you use OpenAI GPT-3 or GPT-4? GPT-3.5 ### Which area covers yo...
null
https://github.com/Significant-Gravitas/AutoGPT/pull/4652
null
{'base_commit': '9150f32f8b8602395534795ddd2d930a1684e419', 'files': [{'path': 'autogpt/memory/message_history.py', 'status': 'modified', 'Loc': {"('MessageHistory', 'update_running_summary', 123)": {'add': [169], 'mod': [172, 179, 180, 181, 182, 183, 204]}, '(None, None, None)': {'mod': [17]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "autogpt/memory/message_history.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
Significant-Gravitas
AutoGPT
a0ecb969589ac5f5172fb543190ca7ecf4803059
https://github.com/Significant-Gravitas/AutoGPT/issues/8887
good first issue
Move to a single source of truth for docs — Remove duplicate info from readme
autogpt_platform\\backend\\README.advanced.md and autogpt_platform\\backend\\README.md. We should just point people to the docs directory (docs/platform/advanced_setup|getting-started) in these. Check the content is all in that file, and the normal getting started, then remove these two files and replace with a link to...
null
https://github.com/Significant-Gravitas/AutoGPT/pull/9580
null
{'base_commit': 'a0ecb969589ac5f5172fb543190ca7ecf4803059', 'files': [{'path': 'autogpt_platform/backend/README.advanced.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [1, 3, 5, 7, 9, 10, 11, 12, 14, 15, 16, 17, 19, 21, 22, 23, 25, 27, 28, 29, 31, 33, 34, 35, 37, 39, 40, 41, 44, 45, 46, 47, 48, 49, 50...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "autogpt_platform/backend/README.md", "docs/content/platform/getting-started.md", "autogpt_platform/backend/README.advanced.md", "docs/content/platform/advanced_setup.md" ], "test": [], "config": [], "asset": [] }
1
Significant-Gravitas
AutoGPT
f9d8f728fa3c60dba80cc1c69dfef8bf748eaec4
https://github.com/Significant-Gravitas/AutoGPT/issues/711
Not creating pinecone index
### Duplicates - [X] I have searched the existing issues ### Steps to reproduce 🕹 I by mistake deleted my pinecone index. When i fire up auto-gpt it does not make me a new one but functions correctly. I have tried starting fresh, but same issue. Works fine but is not triggering pinecone. ### Current behavior 😯 ...
null
https://github.com/Significant-Gravitas/AutoGPT/pull/794
null
{'base_commit': 'f9d8f728fa3c60dba80cc1c69dfef8bf748eaec4', 'files': [{'path': '.env.template', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [19]}}}, {'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [232]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "README.md" ], "test": [], "config": [ ".env.template" ], "asset": [] }
1
Significant-Gravitas
AutoGPT
c6d90227fecec8acc1481c486a91337b07e8a820
https://github.com/Significant-Gravitas/AutoGPT/issues/402
Pinecone Error
### Duplicates - [X] I have searched the existing issues ### Steps to reproduce 🕹 ` Traceback (most recent call last): File "scripts/main.py", line 286, in <module> memory = PineconeMemory() File "/Users/areebpasha/Desktop/Auto GPT copy/Auto-GPT/scripts/config.py", line 17, in __call__ cls._instanc...
null
https://github.com/Significant-Gravitas/AutoGPT/pull/440
null
{'base_commit': 'c6d90227fecec8acc1481c486a91337b07e8a820', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [61]}}}, {'path': 'scripts/main.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [283]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scripts/main.py" ], "doc": [ "README.md" ], "test": [], "config": [], "asset": [] }
1
Significant-Gravitas
AutoGPT
ad7cefa10c0647feee85114d58559fcf83ba6743
https://github.com/Significant-Gravitas/AutoGPT/issues/1821
SYSTEM: Command browse_website returned: Error: Message: Service /home/appuser/.wdm/drivers/chromedriver/linux64/112.0.5615.49/chromedriver unexpectedly exited. Status code was: 127
### Duplicates - [X] I have searched the existing issues ### Steps to reproduce 🕹 1. Build a dockerized version of aouto-gpt 2. Give it any instruction that leads to it needing to browse_website ### Current behavior 😯 SYSTEM: Command browse_website returned: Error: Message: Service /home/appuser/.wdm/drivers/c...
null
https://github.com/Significant-Gravitas/AutoGPT/pull/1857
null
{'base_commit': 'ad7cefa10c0647feee85114d58559fcf83ba6743', 'files': [{'path': 'Dockerfile', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [6]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [ "Dockerfile" ], "asset": [] }
1
fastapi
fastapi
04494991884d1eee3e111349cff5d98f37830522
https://github.com/fastapi/fastapi/issues/119
question question-migrate
Enriching the auto-generated OpenAPI-Spec
**Description** Hi there, new to FastAPI so sorry if this question has been asked elsewhere: What is the best way to enrich the auto-generated OpenAPI-Spec generated by FastAPI. It currently seems to support only a few things (like changing the title or description), but if I would want to add tags to group my end...
null
https://github.com/fastapi/fastapi/pull/126
null
{'base_commit': '04494991884d1eee3e111349cff5d98f37830522', 'files': [{'path': 'mkdocs.yml', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [69]}}}]}
[]
[]
[]
{ "iss_type": "3", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "mkdocs.yml" ], "test": [], "config": [], "asset": [] }
1
fastapi
fastapi
42a4ed7a1804f631f971d05f3302d54361ebe10e
https://github.com/fastapi/fastapi/issues/3910
question reviewed question-migrate
Would be nice to be able to route request using header's Accept field (or generic header's field)
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the FastAPI documentation, with the integrated search. - [X] I already searched in Google "How to X in FastAPI" and didn't find any information. - [X] I alre...
null
https://github.com/fastapi/fastapi/pull/4727
null
{'base_commit': '42a4ed7a1804f631f971d05f3302d54361ebe10e', 'files': [{'path': 'fastapi/openapi/utils.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [2], 'mod': [5]}, "(None, 'get_openapi', 393)": {'add': [448], 'mod': [434]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "3", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "fastapi/openapi/utils.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
fastapi
fastapi
ea8d7f689efcb0ddf28f4686fa3be90c2154503b
https://github.com/fastapi/fastapi/issues/1628
feature answered reviewed
pass method return value as positional parameters to Response
Recently I've noticed that `status_code` parameter of the next statement is useless: ```python3 @router.get('/callback/{provider}', status_code=303, response_description='Redirect to the application login', response_class=RedirectResponse) ``` Because I always have to create `RedirectRespo...
null
https://github.com/fastapi/fastapi/pull/3457
null
{'base_commit': 'ea8d7f689efcb0ddf28f4686fa3be90c2154503b', 'files': [{'path': 'docs/en/docs/advanced/custom-response.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [163, 167, 205]}}}, {'path': 'docs_src/custom_response/tutorial006.py', 'status': 'modified', 'Loc': {"(None, 'read_typer', 8)": {'mod': ...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "docs_src/custom_response/tutorial006.py", "fastapi/openapi/utils.py", "fastapi/routing.py", "fastapi/applications.py" ], "doc": [ "docs/en/docs/advanced/custom-response.md" ], "test": [ "tests/test_tutorial/test_custom_response/test_tutorial006.py" ], "config": [], "...
1
fastapi
fastapi
4638b2c64e259b90bef6a44748e00e405825a111
https://github.com/fastapi/fastapi/issues/5646
question question-migrate
Bad encoding in query parameters with new TestClient using httpx.Client
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the FastAPI documentation, with the integrated search. - [X] I already searched in Google "How to X in FastAPI" and didn't find any information. - [X] I alre...
null
https://github.com/fastapi/fastapi/pull/5659
null
{'base_commit': '4638b2c64e259b90bef6a44748e00e405825a111', 'files': [{'path': 'pyproject.toml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [42]}}}, {'path': 'tests/test_starlette_urlconvertors.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [21, 47], 'mod': [1]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [ "tests/test_starlette_urlconvertors.py" ], "config": [ "pyproject.toml" ], "asset": [] }
1
fastapi
fastapi
3127bc4e05b72e39d1681735ec1ee49844b7dc88
https://github.com/fastapi/fastapi/issues/1972
feature lang-all lang-fr
French translations
# Bonjour 🇫🇷 Welcome to the issue that coordinates the French translation effort. ## Purpose - Avoiding several people working on the same document at the same time. The first person who declares that he/she is working on a translation gets the responsibility to carry it out. If a PR seems to be stalled...
null
https://github.com/fastapi/fastapi/pull/3103
null
{'base_commit': '3127bc4e05b72e39d1681735ec1ee49844b7dc88', 'files': [{'path': 'docs/fr/mkdocs.yml', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [58]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "docs/fr/mkdocs.yml" ], "test": [], "config": [], "asset": [] }
1
fastapi
fastapi
3ff504f03fb5ba852def5a0a41653c6bed7efb1b
https://github.com/fastapi/fastapi/issues/713
feature confirmed answered reviewed
Support body in GET and other methods with undefined behavior
**Describe the bug** In new version of rest api specification get methods can have body but fastapi not add it to swagger spec. **To Reproduce** Steps to reproduce the behavior: Create get method with some body parameters. **Expected behavior** Body parameters present in the specification. **Environment:...
null
https://github.com/fastapi/fastapi/pull/1626
null
{'base_commit': '3ff504f03fb5ba852def5a0a41653c6bed7efb1b', 'files': [{'path': 'docs/en/docs/tutorial/body.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [12, 14]}}}, {'path': 'fastapi/dependencies/utils.py', 'status': 'modified', 'Loc': {"(None, 'get_typed_annotation', 246)": {'mod': [249]}}}, {'path...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "fastapi/openapi/constants.py", "fastapi/dependencies/utils.py" ], "doc": [ "docs/en/docs/tutorial/body.md" ], "test": [], "config": [], "asset": [] }
1
fastapi
fastapi
d03678dfbbdee0018252af3f5899716e824d6e87
https://github.com/fastapi/fastapi/issues/110
question answered reviewed question-migrate
be able to host statics myself
**Is your feature request related to a problem? Please describe.** I am using FastAPI on my private network and can't connect to the internet. but the `/docs` use cdn. I cannot visit that page. Although I can rewrite /docs router to replace the html template , and add a /staitc route , but I feel a bit ugly. I wis...
null
https://github.com/fastapi/fastapi/pull/112
null
{'base_commit': 'd03678dfbbdee0018252af3f5899716e824d6e87', 'files': [{'path': 'fastapi/openapi/docs.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [43]}, "(None, 'get_swagger_ui_html', 4)": {'mod': [4, 5, 6, 10, 11, 12, 13, 14, 15, 16, 21, 25, 26, 27, 28, 34, 35, 37, 42]}, "(None, 'get_redoc_html', 4...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "fastapi/openapi/docs.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
fastapi
fastapi
4fdcdf341c106d345e6d0c349091cfb208f9c792
https://github.com/fastapi/fastapi/issues/2237
question question-migrate
Add __all__ to __init__.py files to silence mypy(strict) errors
Strict mypy mode gives such errors: ``` base/api/users/controllers.py:4: error: Module 'fastapi' has no attribute 'Depends' base/api/users/controllers.py:4: error: Module 'fastapi' has no attribute 'HTTPException' ``` on such import statement: ``` from fastapi import Depends, HTTPException ``` Tried using ...
null
https://github.com/fastapi/fastapi/pull/2547
null
{'base_commit': '4fdcdf341c106d345e6d0c349091cfb208f9c792', 'files': [{'path': 'docs_src/openapi_callbacks/tutorial001.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [29]}}}, {'path': 'fastapi/__init__.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [5, 7, 8, 9, 10, 11, 12, 13, 14, 15...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "fastapi/websockets.py", "fastapi/middleware/httpsredirect.py", "fastapi/middleware/cors.py", "fastapi/routing.py", "fastapi/templating.py", "fastapi/middleware/__init__.py", "fastapi/middleware/wsgi.py", "fastapi/params.py", "fastapi/middleware/gzip.py", "fastapi/o...
1
fastapi
fastapi
c09e950bd2efb81f82931469bee6856c72e54357
https://github.com/fastapi/fastapi/issues/2996
question question-migrate
Please support latest SQLAlchemy or pin it
Hi @tiangolo, fastapi tests are currently failing and therefore causing pydantic tests to fail. See https://github.com/samuelcolvin/pydantic/pull/2584, fastapi is not compatible with the v1.4 of SQLAlchemy which was released earlier in March, I've had to pin to `SQLAlchemy==1.3.23` Please could we fix fastapi (th...
null
https://github.com/fastapi/fastapi/pull/3001
null
{'base_commit': 'c09e950bd2efb81f82931469bee6856c72e54357', 'files': [{'path': 'pyproject.toml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [56]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "3", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [ "pyproject.toml" ], "asset": [] }
1
oobabooga
text-generation-webui
d6bd71db7f3200c2b1ef46123c07374848aed86a
https://github.com/oobabooga/text-generation-webui/issues/5533
Insecure argument passed to cURL
## Expected Behavior a secure download of the Miniconda install script ## Current Behavior install script is cURL'd with `-k` resulting in an insecure transfer and possible arbitrary code execution on my machine. ## Steps to Reproduce 1. run any of these without miniconda installed: - `wsl.sh` - `start_windo...
null
https://github.com/oobabooga/text-generation-webui/pull/5535
null
{'base_commit': 'd6bd71db7f3200c2b1ef46123c07374848aed86a', 'files': [{'path': 'start_linux.sh', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [34]}}}, {'path': 'start_macos.sh', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [34]}}}, {'path': 'start_windows.bat', 'status': 'modified', 'Loc':...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [], "asset": [ "start_windows.bat", "start_linux.sh", "wsl.sh", "start_macos.sh" ] }
1
oobabooga
text-generation-webui
8f6405d2fa1c704edbcd2f4371ac21c3491d162b
https://github.com/oobabooga/text-generation-webui/issues/4015
enhancement stale
Adding flash attention to one click installer
**Description** Adding flash attention to one click installer, for usage with exllamaV2 **Additional Context** Me and others not so tech savvy people are having issues installing it manually on windows
null
https://github.com/oobabooga/text-generation-webui/pull/4235
null
{'base_commit': '8f6405d2fa1c704edbcd2f4371ac21c3491d162b', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [61, 81, 89, 93, 101, 143, 145, 147, 148]}}}, {'path': 'docker/Dockerfile', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [1, 24]}}}, {'path': 'modules/ex...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/exllamav2.py", "one_click.py" ], "doc": [ "docker/Dockerfile", "README.md" ], "test": [], "config": [ "requirements.txt", "requirements_noavx2.txt" ], "asset": [ "wsl.sh", "start_windows.bat", "start_macos.sh", "start_linux.sh" ] }
1
oobabooga
text-generation-webui
c8a59d79befd208bc341491d79eb4a2f8d25bb74
https://github.com/oobabooga/text-generation-webui/issues/3043
bug
always "llama_tokenize: too many tokens" (even 1 char input) in latest commit(b6643e5039ae210dbc54ae6aa0f4dcf90b2269a8)
### Describe the bug Load model(vicuna-chinese) OK. Chat error(console): llama_tokenize: too many tokens Reduce input to 1 char: llama_tokenize: too many tokens Caculate Token: llama_tokenize: too many tokens ### Is there an existing issue for this? - [X] I have searched the existing issues ### Reproduction In...
null
https://github.com/oobabooga/text-generation-webui/pull/3400
null
{'base_commit': 'c8a59d79befd208bc341491d79eb4a2f8d25bb74', 'files': [{'path': 'modules/llamacpp_model.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [8]}, "('LlamaCppModel', 'generate', 76)": {'add': [77]}}}, {'path': 'modules/text_generation.py', 'status': 'modified', 'Loc': {"(None, 'encode', 38)":...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/llamacpp_model.py", "modules/text_generation.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
oobabooga
text-generation-webui
d87ca8f2af2458e8b57b1ec9915c72a4ca5ca19f
https://github.com/oobabooga/text-generation-webui/issues/1578
bug
New precise prompts break eachadea_ggml-vicuna-13b-1.1
### Describe the bug These changes seem to break a "default" install of eachadea/ggml-vicuna-13b-1.1-q4, acquired via the UI, both _0 and _2. I now receive blank responses in cai-chat, chat, and instruct modes using both the vicuna and vicuna v0 templates. Confirmed it was caused in commit a777c05 by testing com...
null
https://github.com/oobabooga/text-generation-webui/pull/1579
null
{'base_commit': 'd87ca8f2af2458e8b57b1ec9915c72a4ca5ca19f', 'files': [{'path': 'characters/instruction-following/Vicuna-v0.yaml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [4]}}}, {'path': 'characters/instruction-following/Vicuna.yaml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [4]}}...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [ "models/config.yaml", "characters/instruction-following/Vicuna.yaml", "characters/instruction-following/Vicuna-v0.yaml" ], "asset": [] }
1
oobabooga
text-generation-webui
1d7e893fa199d6e0f868c383782aba9dada7d911
https://github.com/oobabooga/text-generation-webui/issues/177
enhancement
GPTQ quantization(3 or 4 bit quantization) support for LLaMa
[GPTQ](https://arxiv.org/abs/2210.17323) is currently the SOTA one shot quantization method for LLMs. GPTQ supports amazingly low 3-bit and 4-bit weight quantization. And it can be applied to LLaMa. I've actually confirmed that this works well in LLaMa 7b. I haven't tested the memory usage(n-bit cuda kernel), but I ...
null
https://github.com/oobabooga/text-generation-webui/pull/219
null
{'base_commit': '1d7e893fa199d6e0f868c383782aba9dada7d911', 'files': [{'path': 'modules/models.py', 'status': 'modified', 'Loc': {"(None, 'load_model', 38)": {'mod': [113]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/models.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
oobabooga
text-generation-webui
6627f7feb9afe106df89e0b290adde21b1f8c914
https://github.com/oobabooga/text-generation-webui/issues/2390
bug stale
Cannot download a huggingface model due to the authorization.
### Describe the bug I tied to download a new model which is visible in huggingface: bigcode/starcoder But failed due to the "Unauthorized". I have a access token from hugginface how can I add it to the downlaod_model.py File “/home/ahnlab/GPT/text-generation-webui/download-model.py”, line 102, in get_down...
null
https://github.com/oobabooga/text-generation-webui/pull/2408
null
{'base_commit': '6627f7feb9afe106df89e0b290adde21b1f8c914', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [159]}}}, {'path': 'download-model.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [14, 258], 'mod': [261, 267, 270, 274, 277]}, "(None, 'sanitize_mode...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "server.py", "download-model.py" ], "doc": [ "README.md" ], "test": [], "config": [], "asset": [] }
1
oobabooga
text-generation-webui
02db4b0d06e9573de9e399b49006f882b996571b
https://github.com/oobabooga/text-generation-webui/issues/6395
bug
Backslashes are writen doubled in monospaced blocks
### Describe the bug Without monospaced markdown there is a single backslash, but if it is written with either a single backtick, or tripple on multiline blocks, it gets doubled. If I write: ``` '\' ``` or ``` ''' \ ''' ``` (replaced the backticks in the example with aposthrophes because I couldn't figure...
null
https://github.com/oobabooga/text-generation-webui/pull/6648
null
{'base_commit': '02db4b0d06e9573de9e399b49006f882b996571b', 'files': [{'path': 'modules/html_generator.py', 'status': 'modified', 'Loc': {"(None, 'convert_to_markdown', 149)": {'add': [241]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/html_generator.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
hacksider
Deep-Live-Cam
ed7a21687c4de9f32659c30a17571ce568c30b47
https://github.com/hacksider/Deep-Live-Cam/issues/845
Indentation Error
Just updated after the changes to the face enhancer and I'm getting this error whenever I try to turn it on. I'm not smart enough to know what this is but I'm hoping this helps someone figure it out! ```IndentationError: unindent does not match any outer indentation level Exception in Tkinter callback Traceback (mo...
null
https://github.com/hacksider/Deep-Live-Cam/pull/846
null
{'base_commit': 'ed7a21687c4de9f32659c30a17571ce568c30b47', 'files': [{'path': 'modules/processors/frame/face_enhancer.py', 'status': 'modified', 'Loc': {"(None, 'get_face_enhancer', 51)": {'mod': [57, 58, 59, 60, 61, 62, 63]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/processors/frame/face_enhancer.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
hacksider
Deep-Live-Cam
87081e78d0175c79bab4f1b50d41a9741920e1c4
https://github.com/hacksider/Deep-Live-Cam/issues/916
Issues with pip install -r requirement.txt
INFO: pip is looking at multiple versions of opencv-python to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r requirements.txt (line 14) and torch==2.5.1 because these package versions have conflicting dependencies. The conflict is caused by: The user re...
null
https://github.com/hacksider/Deep-Live-Cam/pull/917
null
{'base_commit': '87081e78d0175c79bab4f1b50d41a9741920e1c4', 'files': [{'path': 'requirements.txt', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [13]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [ "requirements.txt" ], "asset": [] }
1
hacksider
Deep-Live-Cam
48742826420e786266593252179a6ad94c3b7d48
https://github.com/hacksider/Deep-Live-Cam/issues/770
不使用ui运行代码,使用face_enhancer模式时无法运行。
您好,碰到一个bug。我不使用ui界面,直接用运行脚本就会报错: # ------------------------ run.py文件 ------------------------ >“ >#!/usr/bin/env python3 >import os >import sys >from modules import core >os.environ["CUDA_VISIBLE_DEVICES"] = "1" > >#模拟命令行参数,添加--execution-provider cuda >sys.argv += ["--execution-provider", "cuda"] >sys.argv +...
null
https://github.com/hacksider/Deep-Live-Cam/pull/773
null
{'base_commit': '48742826420e786266593252179a6ad94c3b7d48', 'files': [{'path': 'modules/processors/frame/face_enhancer.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [23], 'mod': [14]}, "(None, 'pre_check', 25)": {'mod': [26]}, "(None, 'get_face_enhancer', 45)": {'mod': [50, 51, 52, 53, 54]}}}, {'path...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/processors/frame/face_enhancer.py", "modules/processors/frame/face_swapper.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
Textualize
rich
cefafdc12e0220d139c704522979a0dc9b3f889b
https://github.com/Textualize/rich/issues/178
bug accepted
[BUG] One trailing newline ignored by rich.print in some cases
Hi, thanks for this great library. Not sure if this is expected behavior or a bug. In certain cases, `rich.print` handles newlines in a slightly different manner than the `print` built-in. Example: ``` >>> for i in range(3): print('Hey' + '\n' * i) ... Hey Hey Hey >>> from rich import print >>> for...
null
https://github.com/Textualize/rich/pull/180
null
{'base_commit': 'cefafdc12e0220d139c704522979a0dc9b3f889b', 'files': [{'path': '.github/workflows/pythonpackage.yml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [3, 9, 11]}}}, {'path': 'CHANGELOG.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [7]}}}, {'path': 'docs/source/reference/em...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "rich/text.py", "rich/console.py", "rich/palette.py", "rich/__main__.py", "rich/_palettes.py", "tests/_card_render.py", "rich/syntax.py", "rich/color.py", "rich/progress.py", "rich/markdown.py", "tests/_markdown.py" ], "doc": [ "CHANGELOG.md", "docs/...
1
Textualize
rich
489fafc63e4ab85cacde60ade1a15099d6c08ca8
https://github.com/Textualize/rich/issues/2150
Needs triage
[BUG] ImportError OrderedDict
You may find a solution to your problem in the [docs](https://rich.readthedocs.io/en/latest/introduction.html) or [issues](https://github.com/willmcgugan/rich/issues). First: Thanks for your awesome project and the work you take to make devs lifes better :)! **Describe the bug** Some updates seem to have mixed u...
null
https://github.com/Textualize/rich/pull/2157
null
{'base_commit': '489fafc63e4ab85cacde60ade1a15099d6c08ca8', 'files': [{'path': 'poetry.lock', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [588, 1068, 1468, 1469]}}}, {'path': 'pyproject.toml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [30]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [ "poetry.lock", "pyproject.toml" ], "asset": [] }
1
Textualize
rich
42988b834f9c76b63145dd8d8142a94243e71375
https://github.com/Textualize/rich/issues/2566
Needs triage
Drop Python 3.6 as a supported version of Python
Time to drop Python 3.6 as a version of Python supported by Rich. The reasons for doing so include: - Python 3.6 [reached end-of-life on 2021-12-03](https://devguide.python.org/versions/) - The Poetry installer used for our GitHub actions [recently dropped 3.6](https://github.com/python-poetry/install.python-poetry...
null
https://github.com/Textualize/rich/pull/2567
null
{'base_commit': '42988b834f9c76b63145dd8d8142a94243e71375', 'files': [{'path': '.github/workflows/pythonpackage.yml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [11]}}}, {'path': 'CHANGELOG.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [7]}}}, {'path': 'README.md', 'status': 'modifie...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "rich/highlighter.py", "rich/rule.py", "rich/_null_file.py" ], "doc": [ "README.md", "CHANGELOG.md" ], "test": [ "tests/test_null_file.py" ], "config": [ "pyproject.toml", ".github/workflows/pythonpackage.yml" ], "asset": [] }
1
Textualize
rich
c478588f3c228a4e86741a057c42b452d7bc6bce
https://github.com/Textualize/rich/issues/3027
Needs triage
[BUG] Extra Space above Certain Markdown Tables
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** Ce...
null
https://github.com/Textualize/rich/pull/3469
null
{'base_commit': 'c478588f3c228a4e86741a057c42b452d7bc6bce', 'files': [{'path': 'CHANGELOG.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [21]}}}, {'path': 'rich/markdown.py', 'status': 'modified', 'Loc': {"('Markdown', '__rich_console__', 569)": {'mod': [680]}}}, {'path': 'tests/test_markdown.py', 'st...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "rich/markdown.py" ], "doc": [ "CHANGELOG.md" ], "test": [ "tests/test_markdown.py" ], "config": [], "asset": [] }
1
Textualize
rich
9c0f164f8bbb8811f6e3ef8a69ac77c5e4464f36
https://github.com/Textualize/rich/issues/2668
Needs triage
[BUG] rich.live does not redirect stdout with fileno
**Describe the bug** When using `rich.live.Live` with default settings (`redirect_stdout=True`), `sys.stdout` does not have a `fileno` which breaks some stdlib python code which expects it, for example: ```python from rich.live import Live import subprocess import sys with Live(): subprocess.Popen(["ec...
null
https://github.com/Textualize/rich/pull/2683
null
{'base_commit': '9c0f164f8bbb8811f6e3ef8a69ac77c5e4464f36', 'files': [{'path': 'CHANGELOG.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [18]}}}, {'path': 'rich/file_proxy.py', 'status': 'modified', 'Loc': {"('FileProxy', 'flush', 50)": {'add': [54]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "rich/file_proxy.py" ], "doc": [ "CHANGELOG.md" ], "test": [], "config": [], "asset": [] }
1
Textualize
rich
9f620dc50c0008c35e9f8493f198e6e593574a70
https://github.com/Textualize/rich/issues/3104
Needs triage
[BUG] `font-family` ignored in `html_export` due to user agent stylesheet for `<code>`
- [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [X] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** ...
null
https://github.com/Textualize/rich/pull/3105
null
{'base_commit': '9f620dc50c0008c35e9f8493f198e6e593574a70', 'files': [{'path': 'CHANGELOG.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [13]}}}, {'path': 'CONTRIBUTORS.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [75]}}}, {'path': 'rich/_export_format.py', 'status': 'modified', 'L...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "rich/_export_format.py" ], "doc": [ "CONTRIBUTORS.md", "CHANGELOG.md" ], "test": [ "tests/test_console.py" ], "config": [], "asset": [] }
1
Textualize
rich
a05a5a1c2f95f25db70ac3657e99f0bab652e2cd
https://github.com/Textualize/rich/issues/1180
Needs triage
[BUG] No `Optional` typing in args that accept `None` in `Console`.
Some arguments to `rich.console.Console`—like `width`—accept `None` as an argument and are documented as `Optional` but are typed as only `int`, raising some type checking errors if `width=None` is passed. https://github.com/willmcgugan/rich/blob/a05a5a1c2f95f25db70ac3657e99f0bab652e2cd/rich/console.py#L577
null
https://github.com/Textualize/rich/pull/1182
null
{'base_commit': 'a05a5a1c2f95f25db70ac3657e99f0bab652e2cd', 'files': [{'path': 'CONTRIBUTING.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [53]}}}, {'path': 'Makefile', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [8, 10]}}}, {'path': 'rich/__init__.py', 'status': 'modified', 'Loc': {"...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "rich/columns.py", "rich/scope.py", "rich/console.py", "rich/bar.py", "rich/layout.py", "rich/pretty.py", "rich/spinner.py", "rich/style.py", "rich/_inspect.py", "rich/align.py", "rich/logging.py", "rich/table.py", "rich/screen.py", "rich/__init__.py...
1
Textualize
rich
aa7926c1431eebfb2ccaab9f3b63a4ac6cd8dfe6
https://github.com/Textualize/rich/issues/2291
bug
[BUG] Invalid markup in a ProgressBar causes the entire Python script to exit abnormally.
**Describe the bug** **NOTE: I found some more details on this. The issue isn't that an exception isn't raised, it's that you can't ever see any console output from that exception. Alternate screen issue?** See EDIT below. Original bug report follows. If you try to create a ProgressBar object, and within your fie...
null
https://github.com/Textualize/rich/pull/2305
null
{'base_commit': 'aa7926c1431eebfb2ccaab9f3b63a4ac6cd8dfe6', 'files': [{'path': 'CHANGELOG.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [7]}}}, {'path': 'rich/live.py', 'status': 'modified', 'Loc': {"('Live', 'start', 104)": {'mod': [121]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "rich/live.py" ], "doc": [ "CHANGELOG.md" ], "test": [], "config": [], "asset": [] }
1
Textualize
rich
a972ca05522577de2f98eb7c957deead9c87b38f
https://github.com/Textualize/rich/issues/3123
Needs triage
[BUG] Plain code blocks do not render correctly on a light background
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** ...
null
https://github.com/Textualize/rich/pull/3132
null
{'base_commit': 'a972ca05522577de2f98eb7c957deead9c87b38f', 'files': [{'path': '.pre-commit-config.yaml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [11, 43]}}}, {'path': 'CHANGELOG.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [12], 'mod': [8]}}}, {'path': 'rich/console.py', 'status...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "rich/text.py", "rich/syntax.py", "rich/console.py", "rich/markdown.py" ], "doc": [ "CHANGELOG.md" ], "test": [ "tests/test_markdown_no_hyperlinks.py", "tests/test_markdown.py" ], "config": [ ".pre-commit-config.yaml" ], "asset": [] }
1
ytdl-org
youtube-dl
e6a836d54ca1d3cd02f3ee45ef707a46f23e8291
https://github.com/ytdl-org/youtube-dl/issues/31164
broken-IE
[YouTube] When running without --verbose, … (No terminating paren } in {var b=a.split(""),…
## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2021.12.17. If it's not, see https://yt-dl.org/update ...
null
https://github.com/ytdl-org/youtube-dl/pull/31170
null
{'base_commit': 'e6a836d54ca1d3cd02f3ee45ef707a46f23e8291', 'files': [{'path': 'test/test_jsinterp.py', 'status': 'modified', 'Loc': {"('TestJSInterpreter', 'test_basic', 15)": {'add': [21]}, "('TestJSInterpreter', None, 14)": {'add': [53, 64, 106]}, "('TestJSInterpreter', 'test_call', 107)": {'add': [113], 'mod': [110...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "youtube_dl/jsinterp.py", "youtube_dl/utils.py", "youtube_dl/compat.py" ], "doc": [], "test": [ "test/test_utils.py", "test/test_jsinterp.py", "test/test_youtube_signature.py" ], "config": [], "asset": [] }
1
ytdl-org
youtube-dl
0f6422590e44e99e9b81cf2367666efe89fae3aa
https://github.com/ytdl-org/youtube-dl/issues/30166
problem parsing site ceskatelevize.cz while trying to downloading video
## Checklist - [x ] I'm reporting a broken site support - [ x] I've verified that I'm running youtube-dl version **2021.06.06** - [ x] I've checked that all provided URLs are alive and playable in a browser - [ x] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [...
null
https://github.com/ytdl-org/youtube-dl/pull/30713
null
{'base_commit': '0f6422590e44e99e9b81cf2367666efe89fae3aa', 'files': [{'path': 'youtube_dl/extractor/ceskatelevize.py', 'status': 'modified', 'Loc': {"('CeskaTelevizeIE', None, 22)": {'add': [54, 60, 70], 'mod': [23, 25, 27, 29, 30, 32, 39, 41, 43, 44, 45, 46, 53, 65, 67]}, "('CeskaTelevizeIE', '_real_extract', 71)": {...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "youtube_dl/extractor/extractors.py", "youtube_dl/extractor/ceskatelevize.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ytdl-org
youtube-dl
c6c0e23a32ffb9f2e5657aceaede7da1fb44e490
https://github.com/ytdl-org/youtube-dl/issues/474
Is there any way to determine the length of a video without downloading it?
I was looking at the output of --write-info-json but could not determine the parameter (if there is any) that says the length of a video.
null
https://github.com/ytdl-org/youtube-dl/pull/486
null
{'base_commit': 'c6c0e23a32ffb9f2e5657aceaede7da1fb44e490', 'files': [{'path': 'youtube_dl/InfoExtractors.py', 'status': 'modified', 'Loc': {"('YoutubeIE', '_real_extract', 289)": {'add': [416], 'mod': [483]}}}]}
[]
[]
[]
{ "iss_type": "3", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "youtube_dl/InfoExtractors.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
localstack
localstack
0bdfa27ab6cce6f82243470d1e48d283e01aa84c
https://github.com/localstack/localstack/issues/7109
type: bug aws:sns status: confirmed
bug: InvalidParameterException when sending to SNS topic since version 1.2
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm using localstack in my current build. Except since version 1.2 I get the following exception (Java 17 & Spring Boot 2.7.1): ``` com.amazonaws.services.sns.model.InvalidParameterValueException: The message ...
null
https://github.com/localstack/localstack/pull/7181
null
{'base_commit': '0bdfa27ab6cce6f82243470d1e48d283e01aa84c', 'files': [{'path': 'localstack/services/sns/provider.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [135]}, "(None, 'validate_message_attributes', 1362)": {'mod': [1379]}, "(None, 'validate_message_attribute_name', 1395)": {'mod': [1402]}}}, ...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/sns/provider.py", "tests/integration/test_sns.snapshot.json" ], "doc": [], "test": [ "tests/integration/test_sns.py" ], "config": [], "asset": [] }
1
localstack
localstack
91859102289e257e360682887e871c6a4bfbd75d
https://github.com/localstack/localstack/issues/457
status: triage needed
CloudWatch listener returns Internal Server Error
Attempting to access the CloudWatch service at port 4582 returns `HTTP/1.0 500 INTERNAL SERVER ERROR` **Steps to reproduce** ``` $ localstack start $ curl http://127.0.0.1:4582 ``` this returns ``` <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <title>500 Internal Server Error</title> <h1>Int...
null
https://github.com/localstack/localstack/pull/527
null
{'base_commit': '91859102289e257e360682887e871c6a4bfbd75d', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [261]}}}, {'path': 'localstack/constants.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [33]}}}, {'path': 'localstack/ext/java/pom.xml', 'status': 'mo...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/constants.py", "localstack/services/install.py" ], "doc": [ "README.md" ], "test": [], "config": [ "requirements.txt" ], "asset": [ "localstack/ext/java/pom.xml" ] }
1
localstack
localstack
60d2c3dc68d9fae0f1e0acb7d0c705df408bd8c5
https://github.com/localstack/localstack/issues/5030
type: bug priority: high aws:cloudformation status: resolved/fixed aws:stepfunctions
bug: State machines in non-default regions can't be deleted and fail to create proper ARN
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior - Sometimes wrong ARNs are created for the child state machine (e.g. `arn:aws:states:us-east-1:000000000000:stateMachine:us-east-1_us-east-1_mystatemachine` ... the double region shouldn't be there). - Deleti...
null
https://github.com/localstack/localstack/pull/5183
null
{'base_commit': '60d2c3dc68d9fae0f1e0acb7d0c705df408bd8c5', 'files': [{'path': 'localstack/services/install.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [36, 77, 344], 'mod': [82]}, "(None, 'install_stepfunctions_local', 315)": {'mod': [340, 341]}}}, {'path': 'localstack/services/stepfunctions/stepf...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/stepfunctions/stepfunctions_listener.py", "localstack/services/stepfunctions/stepfunctions_starter.py", "localstack/services/install.py" ], "doc": [], "test": [ "tests/integration/test_stepfunctions.py" ], "config": [], "asset": [] }
1
localstack
localstack
b302f2939d4f39432ccd565ab44d040dc1be4eea
https://github.com/localstack/localstack/issues/7494
type: bug aws:kms status: confirmed
bug: KMS Alias Creation Fails to Return Error
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior This looks similar to https://github.com/localstack/localstack/issues/6471 I am trying to sign something using KMS for some tests. It seems like doing so using an alias does not work. For example I create...
null
https://github.com/localstack/localstack/pull/7826
null
{'base_commit': 'b302f2939d4f39432ccd565ab44d040dc1be4eea', 'files': [{'path': 'localstack/services/kms/provider.py', 'status': 'modified', 'Loc': {"('KmsProvider', 'create_alias', 712)": {'add': [714]}}}, {'path': 'tests/integration/test_kms.py', 'status': 'modified', 'Loc': {"('TestKMS', None, 56)": {'add': [60]}}}, ...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "tests/integration/test_kms.snapshot.json", "localstack/services/kms/provider.py" ], "doc": [], "test": [ "tests/integration/test_kms.py" ], "config": [], "asset": [] }
1
localstack
localstack
fa1a64c954b89b88ac30e77fd12930efc04c04c5
https://github.com/localstack/localstack/issues/748
area: documentation status: triage needed
Contributors not loading up. Broken links for backers and Contributors.
<!-- Love localstack? Please consider supporting our collective: 👉 https://opencollective.com/localstack/donate --> Links like this https://opencollective.com/localstack/sponsor/X/website won't exist. Just symlinks to https://opencollective.com/localstack#contributors.
null
https://github.com/localstack/localstack/pull/856
null
{'base_commit': 'fa1a64c954b89b88ac30e77fd12930efc04c04c5', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [454]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "README.md" ], "test": [], "config": [], "asset": [] }
1
localstack
localstack
5b6eee89f41af000b2da5ff43e3292529ff4c56f
https://github.com/localstack/localstack/issues/1808
type: question area: configuration good first issue
SNS: unable to ConfirmSubscription: Topic not found
Hi all, Thanks for your effort on localstack! I'm trying to locally test SNS (HTTP) w/ cloudwatch triggers, but am unable to get past confirming the subscription. My application receives the following POST body when creating a subscription: ``` {"MessageId": "5cb062ad-0d4e-41e6-9a80-7053926b20b4", "Type": "Subs...
null
https://github.com/localstack/localstack/pull/2043
null
{'base_commit': '5b6eee89f41af000b2da5ff43e3292529ff4c56f', 'files': [{'path': 'localstack/services/sns/sns_listener.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [21, 251]}, "('ProxyListenerSNS', 'forward_request', 31)": {'add': [73]}, "(None, 'do_subscribe', 252)": {'add': [269]}}}, {'path': 'tests...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/sns/sns_listener.py" ], "doc": [], "test": [ "tests/integration/test_sns.py" ], "config": [], "asset": [] }
1
localstack
localstack
e65705a6ebf93ed7fbb05b690ebeb2c9c4aa88ae
https://github.com/localstack/localstack/issues/1225
Presigned S3 url doesnt notify sqs
<!-- Love localstack? Please consider supporting our collective: 👉 https://opencollective.com/localstack/donate --> I have configured s3 bucket with event configuration to sqs for every object creation. When I try out aws cli command I get the notification correctly. When I try using presigned url with curl/pos...
null
https://github.com/localstack/localstack/pull/1639
null
{'base_commit': 'e65705a6ebf93ed7fbb05b690ebeb2c9c4aa88ae', 'files': [{'path': 'localstack/services/generic_proxy.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [32]}}}, {'path': 'localstack/services/s3/s3_listener.py', 'status': 'modified', 'Loc': {"('ProxyListenerS3', 'is_query_allowable', 705)": {'...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/generic_proxy.py", "localstack/services/s3/s3_listener.py" ], "doc": [], "test": [ "tests/integration/test_s3.py" ], "config": [], "asset": [] }
1
localstack
localstack
3cc0541a260c2f2af90e435f333c623e84ed4880
https://github.com/localstack/localstack/issues/4137
type: feature
Consider Kinesis-Mock over Kinesalite
# Type of request: This is a ... - [ ] bug report - [X] feature request # Detailed description Kinesalite has been a great mock for a long time. However, it is missing several API calls (e.g. UpdateShards), and seems to be on life-support as of late (last commit being Oct. 2020). [Kinesis-Mock](https://git...
null
https://github.com/localstack/localstack/pull/4152
null
{'base_commit': '3cc0541a260c2f2af90e435f333c623e84ed4880', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [103, 189, 719], 'mod': [193]}}}, {'path': 'localstack/config.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [46]}}}, {'path': 'localstack/services/ki...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/config.py", "localstack/services/kinesis/kinesis_starter.py", "localstack/services/kinesis/kinesis_listener.py" ], "doc": [ "README.md" ], "test": [ "tests/integration/test_kinesis.py", "tests/unit/test_kinesis.py", "tests/integration/test_dynamodb.py", ...
1
localstack
localstack
31286eb81823ee97e4e4a6b519abab9efcffe091
https://github.com/localstack/localstack/issues/6155
type: bug aws:kinesis aws:dynamodbstreams area: integration/sam
samlocal not returning on second and later deploys
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When executing samlocal deploy twice without updating the template it gets stuck after the deploy step (before the step of the output is shown) Also i left it running for long time checking if it could finish a...
null
https://github.com/localstack/localstack/pull/6780
null
{'base_commit': '31286eb81823ee97e4e4a6b519abab9efcffe091', 'files': [{'path': 'localstack/services/cloudformation/models/cdk.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [1]}, "('CDKMetadata', None, 4)": {'add': [10, 12]}, "('CDKMetadata', 'get_deploy_templates', 12)": {'mod': [14]}}}, {'path': 'lo...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/utils/cloudformation/template_deployer.py", "localstack/services/cloudformation/models/cdk.py", "tests/integration/cloudformation/test_cloudformation_stacks.snapshot.json", "localstack/services/cloudformation/models/ec2.py", "localstack/services/cloudformation/provider.py" ...
1
localstack
localstack
0cf839ae1237e9b5aa9479d80e8f3f1eb3b79b5d
https://github.com/localstack/localstack/issues/164
priority: high type: feature
Data persistence for all services
We should document our roadmap for extended data persistence. (So far, persistent state is only supported for a few of the services). We'll keep this ticket as a reminder in the meantime.
null
https://github.com/localstack/localstack/pull/2382
null
{'base_commit': '0cf839ae1237e9b5aa9479d80e8f3f1eb3b79b5d', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [211]}}}, {'path': 'localstack/constants.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [34]}}}, {'path': 'localstack/plugins.py', 'status': 'modified...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/constants.py", "localstack/utils/persistence.py", "localstack/services/ssm/ssm_listener.py", "localstack/plugins.py", "localstack/services/infra.py", "localstack/services/secretsmanager/secretsmanager_starter.py", "localstack/services/s3/s3_listener.py" ], "doc"...
1
localstack
localstack
23cd5fba5b3a2012f280a10b0d7266514fc46eb5
https://github.com/localstack/localstack/issues/451
area: configuration type: feature
Unable to use self-signed certs - CN incorrect, and/or missing subject alternative name field
When enabling SSL for the services (required as the Kinesis producer will only support HTTPS), I would like to add the generated self-signed cert to my java truststore so that I can interact with the services. In some instances, I can disable SSL verification, but in others I cannot (for example, when using the Jest ES...
null
https://github.com/localstack/localstack/pull/1742
null
{'base_commit': '23cd5fba5b3a2012f280a10b0d7266514fc46eb5', 'files': [{'path': 'localstack/utils/common.py', 'status': 'modified', 'Loc': {"(None, 'generate_ssl_cert', 779)": {'mod': [806]}}}, {'path': 'tests/integration/test_sqs.py', 'status': 'modified', 'Loc': {"('SQSTest', None, 29)": {'add': [46]}, "('SQSTest', 't...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/utils/common.py" ], "doc": [], "test": [ "tests/integration/test_sqs.py" ], "config": [], "asset": [] }
1
localstack
localstack
c2c025a96888ce091adc4d9c6c9053af86704c4f
https://github.com/localstack/localstack/issues/3336
aws:sns status: resolved/stale
SNS Fifo topic
<!-- Love localstack? Please consider supporting our collective: 👉 https://opencollective.com/localstack/donate --> # Type of request: This is a bug report # Detailed description `aws --endpoint-url=http://localhost:4575 sns create-topic --name command_post_topic.fifo --attributes FifoTopic=true --attributes ...
null
https://github.com/getmoto/moto/pull/3533
null
{'base_commit': 'c2c025a96888ce091adc4d9c6c9053af86704c4f', 'files': [{'path': 'localstack/services/awslambda/lambda_api.py', 'status': 'modified', 'Loc': {"(None, 'forward_to_fallback_url', 878)": {'mod': [900]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/awslambda/lambda_api.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
localstack
localstack
3a6a3301fca769f2b9c5adbc5c19db442c02e03c
https://github.com/localstack/localstack/issues/8444
status: resolved/fixed type: feature aws:s3
enhancement request: support for s3:ObjectRestore:* bucket notifications
### Is there an existing issue for this? - [X] I have searched the existing issues ### Enhancement description Currently, I'm using Localstack to test locally a lambda function that takes s3`ObjectRestore:Completed` notifications as inputs and it would be really great to have support for these events. I know that...
null
https://github.com/localstack/localstack/pull/8690
null
{'base_commit': '3a6a3301fca769f2b9c5adbc5c19db442c02e03c', 'files': [{'path': 'localstack/services/events/provider.py', 'status': 'modified', 'Loc': {"(None, 'events_handler_put_events', 542)": {'add': [567], 'mod': [575]}}}, {'path': 'localstack/services/s3/notifications.py', 'status': 'modified', 'Loc': {'(None, Non...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "tests/integration/s3/test_s3_notifications_eventbridge.snapshot.json", "tests/integration/test_events.snapshot.json", "localstack/services/events/provider.py", "tests/integration/s3/test_s3_notifications_sqs.snapshot.json", "localstack/services/s3/notifications.py", "localstack/se...
1
localstack
localstack
784d5c3329b9fd0b77db92ee464c2f5404eab93b
https://github.com/localstack/localstack/issues/187
type: feature
Pass custom environment variables to lambda functions
Is it possible to pass custom environment variables when invoking lambda functions? Ideally I'd like to send the environment variables defined in the docker-compose.yml file to the docker run command here https://github.com/localstack/localstack/blob/d9b2715ba1776e57fabb9e46864e9c5d14d0933b/localstack/services/awslambd...
null
https://github.com/localstack/localstack/pull/262
null
{'base_commit': '784d5c3329b9fd0b77db92ee464c2f5404eab93b', 'files': [{'path': 'localstack/services/awslambda/lambda_api.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [15, 62], 'mod': [70, 71]}, "(None, 'run_lambda', 219)": {'add': [230, 252, 257, 269], 'mod': [262, 271]}, "(None, 'do_execute', 286)"...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/awslambda/lambda_api.py" ], "doc": [], "test": [ "tests/integration/test_lambda.py", "localstack/utils/testutil.py" ], "config": [], "asset": [] }
1
localstack
localstack
83ff0cb0a0366db3c8067eef40b7869f15e7d05e
https://github.com/localstack/localstack/issues/1860
status: resolved/fixed area: integration/terraform
Route53 Add HostedZone or Add recordSet failing when done via terraform
I am trying to create route53 hosted zones/record set addition ussing terraform. Though the resources are getting executed, terraform is ultimately failing. On digging i see that, terraform is calling the getChange API after resource creation API to check the status of changes and seems like that API getChange is not...
null
https://github.com/localstack/localstack/pull/3248
null
{'base_commit': '83ff0cb0a0366db3c8067eef40b7869f15e7d05e', 'files': [{'path': 'localstack/plugins.py', 'status': 'modified', 'Loc': {"(None, 'do_register_localstack_plugins', 29)": {'add': [39], 'mod': [142]}}}, {'path': 'localstack/services/infra.py', 'status': 'modified', 'Loc': {"(None, 'start_route53', 104)": {'mo...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/plugins.py", "localstack/services/infra.py" ], "doc": [], "test": [ "tests/integration/test_route53.py" ], "config": [], "asset": [] }
1
localstack
localstack
6aafbcdebade24b26705913cbc413dc7d50dad7a
https://github.com/localstack/localstack/issues/11048
type: bug aws:ssm status: backlog
bug: get-parameter and get-parameters on SSM does not work with ARNs (Localstack 3.5.0)
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Queries to Localstack SSM endpoints with the `get-parameter` or `get-parameters` commands do not work if parameter names are provided as ARNs. This appears to be due to the internal LocalStack parameter validation...
null
https://github.com/localstack/localstack/pull/11218
null
{'base_commit': '6aafbcdebade24b26705913cbc413dc7d50dad7a', 'files': [{'path': 'localstack-core/localstack/services/ssm/provider.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [82]}, "('SsmProvider', None, 118)": {'add': [364]}}}, {'path': 'localstack-core/localstack/utils/aws/arns.py', 'status': 'mod...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack-core/localstack/utils/aws/arns.py", "localstack-core/localstack/services/ssm/provider.py" ], "doc": [], "test": [ "tests/aws/services/ssm/test_ssm.py" ], "config": [], "asset": [] }
1
localstack
localstack
1aad84d96159f6d12f872357e04f080a39836f5f
https://github.com/localstack/localstack/issues/11253
type: bug status: resolved/fixed aws:apigateway
bug: API Gateway V1 (targeted to Lambda) gives 500 error with // in path
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior With API Gateway V1, I have a `/orders` path that targets a Lambda function. When accessing the URL using the syntax: `curl -v https://45szzn0od7.execute-api.localhost.localstack.cloud:4566/prod/orders` I see t...
null
https://github.com/localstack/localstack/pull/11304
null
{'base_commit': '96f447ffcc6c56821b4f0b1e2c603a3976949307', 'files': [{'path': 'localstack-core/localstack/services/apigateway/context.py', 'status': 'modified', 'Loc': {"('ApiInvocationContext', None, 21)": {'add': [100]}, "('ApiInvocationContext', 'path_with_query_string', 117)": {'add': [118]}, "('ApiInvocationConte...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack-core/localstack/services/apigateway/next_gen/execute_api/integrations/aws.py", "localstack-core/localstack/services/apigateway/helpers.py", "tests/aws/services/apigateway/test_apigateway_lambda.snapshot.json", "tests/aws/services/apigateway/test_apigateway_lambda.validation.jso...
1
localstack
localstack
61535b7d970493d9bb6740a03d698d075dd0a3b9
https://github.com/localstack/localstack/issues/11905
type: bug aws:kms status: backlog
bug: KMS DeriveSharedSecret does not work symmetrically
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When creating two keys with the following command: ``` awslocal kms create-key --key-spec ECC_NIST_P256 --key-usage KEY_AGREEMENT --description "ECC NIST P-256 Key Agreement Key <Number> ``` And the...
null
https://github.com/localstack/localstack/pull/12071
null
{'base_commit': '61535b7d970493d9bb6740a03d698d075dd0a3b9', 'files': [{'path': 'localstack-core/localstack/services/kms/models.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [24], 'mod': [15]}, "('KmsKey', 'derive_shared_secret', 368)": {'add': [381], 'mod': [388]}}}, {'path': 'tests/aws/services/kms/...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack-core/localstack/services/kms/models.py", "tests/aws/services/kms/test_kms.validation.json", "tests/aws/services/kms/test_kms.snapshot.json" ], "doc": [], "test": [ "tests/aws/services/kms/test_kms.py" ], "config": [], "asset": [] }
1
localstack
localstack
a23e2fc70542af481fb3a0bd7042627ff50f0802
https://github.com/localstack/localstack/issues/737
Kinesis events to Lambda do not conform to spec
I am using Kinesis streams to trigger a Lambda function in localstack. The Kinesis records only include the `"kinesis"` block. AWS docs show several other metadata fields with each record: ```{ "eventID": "shardId-000000000000:49545115243490985018280067714973144582180062593244200961", "eventVersion": ...
null
null
https://github.com/localstack/localstack/commit/85e39818ae11e8f35e24b8df88703ede1231b62e
{'base_commit': '85e39818ae11e8f35e24b8df88703ede1231b62e', 'files': [{'path': 'localstack/services/awslambda/lambda_api.py', 'status': 'modified', 'Loc': {"(None, 'process_kinesis_records', 183)": {'add': [194]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "commit", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/awslambda/lambda_api.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
localstack
localstack
28d3b76087979229f586911423307e6fd8995f19
https://github.com/localstack/localstack/issues/2231
[IAM] AmazonIdentityManagement with null message is thrown instead of EntityAlreadyExistsException
# Type of request: This is a ... [X] bug report # Detailed description `EntityAlreadyExistsException` is not thrown correctly when creating IAM objects that are already present. `AmazonIdentityManagementException` with a null message is thrown instead ## Expected behavior Localstack should throw `EntityAlrea...
null
https://github.com/localstack/localstack/pull/2316
null
{'base_commit': '28d3b76087979229f586911423307e6fd8995f19', 'files': [{'path': '.dockerignore', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [6]}}}, {'path': 'localstack/services/iam/iam_listener.py', 'status': 'modified', 'Loc': {"('ProxyListenerIAM', 'return_response', 17)": {'add': [22]}, "('ProxyList...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/iam/iam_listener.py" ], "doc": [ ".dockerignore" ], "test": [ "tests/integration/test_iam.py" ], "config": [], "asset": [] }
1
localstack
localstack
581980f89037694181765dfa400ce9f75c6a01ed
https://github.com/localstack/localstack/issues/4409
type: feature
feature request: ConfigService
`moto` provides support for several of the AWS ConfigService APIs. Would it be possible to provide that same support with LocalStack?
null
https://github.com/localstack/localstack/pull/4500
null
{'base_commit': '581980f89037694181765dfa400ce9f75c6a01ed', 'files': [{'path': 'localstack/plugins.py', 'status': 'modified', 'Loc': {"(None, 'do_register_localstack_plugins', 29)": {'add': [35, 85]}}}, {'path': 'localstack/services/support/support_starter.py', 'status': 'modified', 'Loc': {"(None, 'start_support', 4)"...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/plugins.py", "localstack/services/support/support_starter.py" ], "doc": [], "test": [], "config": [ "requirements.txt" ], "asset": [] }
1
localstack
localstack
95f91f68c16cedbcfbf0a51725f88c113224de27
https://github.com/localstack/localstack/issues/983
type: bug status: triage needed
AWS lambda on localstack not seeing its dependencies
<!-- Love localstack? Please consider supporting our collective: :point_right: https://opencollective.com/localstack/donate --> Hi guys. I am running localstack 0.8.7 and i am encountering problems running a lambda function that has external dependencies. The zip file works well in a real AWS environment but fails in...
null
https://github.com/localstack/localstack/pull/3704
null
{'base_commit': '95f91f68c16cedbcfbf0a51725f88c113224de27', 'files': [{'path': 'tests/integration/test_lambda.py', 'status': 'modified', 'Loc': {"('TestJavaRuntimes', 'test_java_runtime_with_lib', 1476)": {'mod': [1489]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [ "tests/integration/test_lambda.py" ], "config": [], "asset": [] }
1
localstack
localstack
debb24a792a7e2a1751ddf1f30d5c79f80b4885f
https://github.com/localstack/localstack/issues/612
type: bug status: triage needed
Uploading to S3 presigned URLs doesn't check Content-MD5 or other presigned constraints
If I generate a presigned URL for uploading into a bucket, and I specify a content type or a content MD5 to be encapsulated into the URL, these are not then enforced when I upload to that URL. I can set whatever `Content-MD5` header I like in the HTTP upload, and it's accepted. Furthermore, the `Content-MD5` header ...
null
https://github.com/localstack/localstack/pull/772
null
{'base_commit': 'debb24a792a7e2a1751ddf1f30d5c79f80b4885f', 'files': [{'path': 'localstack/services/generic_proxy.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [9, 15], 'mod': [1, 2, 5, 6, 8]}}}, {'path': 'localstack/services/kinesis/kinesis_listener.py', 'status': 'modified', 'Loc': {"('ProxyListene...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/kinesis/kinesis_listener.py", "localstack/services/generic_proxy.py", "localstack/services/s3/s3_listener.py" ], "doc": [], "test": [ "tests/integration/test_s3.py" ], "config": [ "requirements.txt" ], "asset": [] }
1
localstack
localstack
2641d910cc5f1a04f70dd60a7ebfc25cd716bcd6
https://github.com/localstack/localstack/issues/1902
status: triage needed
changeMessageVisibility function doesn't work
Hi, I'm using the changeMessageVisibility function in order to return a message to the queue, by calling `serviceName.changeMessageVisibility(recipientId, 0);` but it doesn't work, the message doesn't reappear in the queue.
null
https://github.com/localstack/localstack/pull/1914
null
{'base_commit': '2641d910cc5f1a04f70dd60a7ebfc25cd716bcd6', 'files': [{'path': 'localstack/services/sqs/sqs_listener.py', 'status': 'modified', 'Loc': {"('ProxyListenerSQS', 'return_response', 81)": {'add': [96], 'mod': [89, 90, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 1...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/utils/aws/aws_stack.py", "localstack/services/sqs/sqs_listener.py" ], "doc": [], "test": [ "tests/integration/test_sqs.py" ], "config": [], "asset": [] }
1
localstack
localstack
a258338f5c88f49b517f7ecf66be113e481a0afe
https://github.com/localstack/localstack/issues/6551
type: question aws:ssm aws:secretsmanager
bug: Can't get SSM secret parameter using localstack.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior This bug has been reported before here. https://github.com/localstack/localstack/issues/3128 Currently, I'm encountering the same issues. The issue is that creating an SSM secret using the awslocal cli and...
null
https://github.com/localstack/localstack/pull/6564
null
{'base_commit': 'a258338f5c88f49b517f7ecf66be113e481a0afe', 'files': [{'path': 'localstack/services/ssm/provider.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [0, 23, 27], 'mod': [4, 6]}, "('SsmProvider', None, 28)": {'add': [28], 'mod': [37, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/ssm/provider.py" ], "doc": [], "test": [ "tests/integration/test_ssm.py" ], "config": [], "asset": [] }
1
localstack
localstack
177fc797678664a0c06b8c6c434330cef44541a1
https://github.com/localstack/localstack/issues/459
type: bug
Underscore converted to hyphen while put it as metadata using amazon-sdk
Hi, When try to put object with metadata that include underscore(the metadata include underscore) we got the underscore converted to hyphen. The same code in Amazon will return the metadata with underscore - not converted. for example: we put map of string as metadata - the "__key1" will convert to "--key1" ...
null
https://github.com/localstack/localstack/pull/482
null
{'base_commit': '177fc797678664a0c06b8c6c434330cef44541a1', 'files': [{'path': 'bin/Dockerfile.base', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [30, 32]}}}, {'path': 'localstack/ext/java/src/test/java/cloud/localstack/S3HttpsConnectionTest.java', 'status': 'removed', 'Loc': {}}, {'path': 'localstack/e...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/generic_proxy.py" ], "doc": [], "test": [ "tests/integration/test_dynamodb.py" ], "config": [ "bin/Dockerfile.base" ], "asset": [ "localstack/ext/java/src/test/java/cloud/localstack/S3LifecycleTest.java", "localstack/ext/java/src/test/java/cloud/local...
1
localstack
localstack
b09c4f89481cec43b3d126c15050910cae81e9d1
https://github.com/localstack/localstack/issues/5357
type: bug status: triage needed aws:firehose aws:opensearch
bug: `AmazonopensearchserviceDestinationConfiguration` is not supported for Firehose-Streams
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior As mentioned [here](https://github.com/localstack/localstack/issues/4834#issuecomment-1021009701) it seems like the `AmazonopensearchserviceDestinationConfiguration` was not added while implementing OpenSear...
null
https://github.com/localstack/localstack/pull/5379
null
{'base_commit': '507c42709ce08911153840f8b2e43b74f52ee9a5', 'files': [{'path': '.github/workflows/pro-integration.yml', 'status': 'modified', 'Loc': {'(None, None, 81)': {'mod': [81]}, '(None, None, 92)': {'mod': [92]}}}, {'path': 'localstack/services/firehose/provider.py', 'status': 'modified', 'Loc': {'(None, None, N...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "tests/integration/conftest.py", "localstack/utils/aws/aws_stack.py", "localstack/services/firehose/provider.py" ], "doc": [], "test": [ "tests/integration/test_firehose.py" ], "config": [ "requirements.txt", ".github/workflows/pro-integration.yml" ], "asset": [] }
1
localstack
localstack
ae8db74df81821040e3ac654c62d2118da85255a
https://github.com/localstack/localstack/issues/27
priority: medium type: feature
Use lambci/docker-lambda for local lambda execution?
Feel free to close this but might be worth considering using https://github.com/lambci/docker-lambda to execute lambdas. Seems they dumped the filesystem of a live lambda and made a container out of it. Neat.
null
null
https://github.com/localstack/localstack/commit/2de054cf799e79021290e9590000eb6047f93bef
{'base_commit': '2de054cf799e79021290e9590000eb6047f93bef', 'files': [{'path': 'Dockerfile', 'status': 'modified', 'Loc': {'(None, None, 59)': {'add': [59]}, '(None, None, 7)': {'mod': [7]}, '(None, None, 54)': {'mod': [54]}, '(None, None, 61)': {'mod': [61]}, '(None, None, 74)': {'mod': [74, 76, 77]}}}, {'path': 'Make...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "commit", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/mock/infra.py", "localstack/constants.py", "localstack/config.py", "setup.py", "localstack/utils/aws/aws_stack.py", "localstack/mock/apis/lambda_api.py", "localstack/mock/proxy/dynamodb_listener.py", "localstack/utils/common.py" ], "doc": [ "README.md" ...
1
localstack
localstack
651f87eb51c36f7e58b421acf8e9966a8932feb1
https://github.com/localstack/localstack/issues/2268
Displaying the version details in the logs
<!-- Love localstack? Please consider supporting our collective: 👉 https://opencollective.com/localstack/donate --> # Type of request: This is a ... [ ] bug report [X ] feature request # Detailed description Am running the localstack using docker-compose up and the logs are being printed at console Its...
null
https://github.com/localstack/localstack/pull/2282
null
{'base_commit': '651f87eb51c36f7e58b421acf8e9966a8932feb1', 'files': [{'path': 'bin/localstack', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [23, 36, 39]}}}, {'path': 'localstack/utils/cli.py', 'status': 'modified', 'Loc': {"(None, 'cmd_infra', 9)": {'add': [20]}, "(None, 'cmd_web', 37)": {'add': [47]},...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/utils/cli.py" ], "doc": [], "test": [], "config": [], "asset": [ "bin/localstack" ] }
1
localstack
localstack
2d3a44fdb977213589ba202a5e495710097ce88b
https://github.com/localstack/localstack/issues/1777
type: bug
Lambda executor "docker-reuse" errors with "tcp :9001: bind: address already in use"
Hi I'm using localstack 0.8.5 and was using lambda executor in "docker-reuse" mode. This was working all along but suddenly started to give these port bind errors during execution. There don't seems to be any processes using this port however. If i use "docker" as the lambda executor this issue goes away, but i end u...
null
https://github.com/localstack/localstack/pull/1861
null
{'base_commit': '2d3a44fdb977213589ba202a5e495710097ce88b', 'files': [{'path': 'localstack/services/awslambda/lambda_executors.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [45]}, "('LambdaExecutorSeparateContainers', None, 571)": {'add': [572]}, "('LambdaExecutorSeparateContainers', 'prepare_executi...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/awslambda/lambda_executors.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
localstack
localstack
8433682f8ad29dc23a5e909cb229d0cb033beeaa
https://github.com/localstack/localstack/issues/2329
s3.upload returns `Location: http://localhost:4566`
# Bug report # Detailed description The `AWS.s3.upload()` (official SDK - https://github.com/aws/aws-sdk-js) returns an object with the `Location` key that points to 4566 instead of 4572 (LocalStack S3 port). ## Expected behavior The `Location` should point to the file on S3. Example: ``` Location: h...
null
https://github.com/localstack/localstack/pull/2332
null
{'base_commit': '8433682f8ad29dc23a5e909cb229d0cb033beeaa', 'files': [{'path': 'localstack/services/edge.py', 'status': 'modified', 'Loc': {"('ProxyListenerEdge', 'forward_request', 22)": {'add': [40]}}}, {'path': 'tests/integration/test_lambda.py', 'status': 'modified', 'Loc': {}}, {'path': 'tests/unit/test_sns.py', '...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "localstack/services/edge.py" ], "doc": [], "test": [ "tests/integration/test_lambda.py", "tests/unit/test_sns.py" ], "config": [], "asset": [] }
1
OpenInterpreter
open-interpreter
eded6a2ab6f46cd19caa1559ae23b528a70d1707
https://github.com/OpenInterpreter/open-interpreter/issues/1495
Date format string error on Windows when using --os flag
### Describe the bug I encountered an error when running `interpreter --os` on Windows. The error occurs due to an incompatible date format string. ## Environment - OS: Windows - Python version: 3.11 - open-interpreter version: 0.4.1 ## Error Message ValueError: Invalid format string ## Error Location Th...
null
https://github.com/OpenInterpreter/open-interpreter/pull/1496
null
{'base_commit': 'eded6a2ab6f46cd19caa1559ae23b528a70d1707', 'files': [{'path': 'interpreter/computer_use/loop.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [104]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "interpreter/computer_use/loop.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
OpenInterpreter
open-interpreter
637fedd2dbe2964b09fb7ae9832bdbffed4494ca
https://github.com/OpenInterpreter/open-interpreter/issues/303
Bug
The code it generated repeated the same function call 20-30 times and used up $5 in a matter of minutes
### Describe the bug same line was written multiple times, I was pressing y and enter and didnt realise i executed a code with 20-30 calls to a gpt-4 summary of long text and it ate $5. ### Reproduce I am not sure, but i did paste a code snippet along with instruction to guide it because it was making same mistake m...
null
https://github.com/OpenInterpreter/open-interpreter/pull/316
null
{'base_commit': '637fedd2dbe2964b09fb7ae9832bdbffed4494ca', 'files': [{'path': 'interpreter/cli.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [30]}, "(None, 'cli', 44)": {'add': [120, 132]}}}, {'path': 'interpreter/interpreter.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [36, 95]}...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "interpreter/cli.py", "interpreter/interpreter.py" ], "doc": [], "test": [], "config": [ "pyproject.toml", "poetry.lock" ], "asset": [] }
1
abi
screenshot-to-code
82c448803f28aa3f5035e5302d78891dfcc661c0
https://github.com/abi/screenshot-to-code/issues/5
good first issue
Add a Dockerfile
so it's easier for people to get this up and running and then, running a bunch of different commands.
null
https://github.com/abi/screenshot-to-code/pull/7
null
{'base_commit': '82c448803f28aa3f5035e5302d78891dfcc661c0', 'files': [{'path': '.gitignore', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [4]}}}, {'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [45], 'mod': [18, 31]}}}, {'path': 'frontend/src/generateCode.ts', 'status': ...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "frontend/src/generateCode.ts" ], "doc": [ "README.md" ], "test": [], "config": [ ".gitignore" ], "asset": [] }
1
pytorch
pytorch
94e52e1d1745003fa3a434ed74c1fe87cf8ef349
https://github.com/pytorch/pytorch/issues/89
todo
Containers should allow module assignments
Right now, after you created a Container, you can assign modules at a later time to it like this: ``` python container.add_module('linear', nn.Linear()) ``` Instead, also allow this simpler interface: ``` python container.linear = nn.Linear() ```
null
https://github.com/pytorch/pytorch/pull/136
null
{'base_commit': '94e52e1d1745003fa3a434ed74c1fe87cf8ef349', 'files': [{'path': 'test/test_nn.py', 'status': 'modified', 'Loc': {"('TestNN', 'test_add_module', 306)": {'mod': [319]}, "('TestNN', 'test_non_leaf_parameters', 335)": {'mod': [340]}}}, {'path': 'torch/nn/modules/container.py', 'status': 'modified', 'Loc': {"...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "torch/nn/modules/container.py", "torch/nn/modules/module.py" ], "doc": [], "test": [ "test/test_nn.py" ], "config": [], "asset": [] }
1
pytorch
pytorch
e61f5b586bcf42010d42b0c20c0d2b159ce11d11
https://github.com/pytorch/pytorch/issues/18626
high priority module: cuda triaged enhancement
[feature request] Set limit on GPU memory use
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Allow user to easily specify a fraction of the GPU memory to use. ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is relat...
null
null
https://github.com/pytorch/pytorch/commit/47aa2536328afc51876b2e04384c0cfe71ee1f06
{'base_commit': '47aa2536328afc51876b2e04384c0cfe71ee1f06', 'files': [{'path': 'c10/cuda/CUDACachingAllocator.cpp', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [204, 640, 944]}, '(None, None, 221)': {'add': [243, 247, 270]}, '(None, None, 363)': {'add': [375]}, '(None, None, 630)': {'add': [632], 'mod':...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "commit", "loc_scope": null, "info_type": null }
{ "code": [ "torch/cuda/memory.py", "c10/cuda/CUDACachingAllocator.h", "c10/cuda/CUDACachingAllocator.cpp", "torch/csrc/cuda/Module.cpp", "torch/_C/__init__.pyi.in" ], "doc": [], "test": [ "test/test_cuda.py" ], "config": [], "asset": [] }
1
pytorch
pytorch
443fe7ca0e6169b7178df18dbefd7823f1246f50
https://github.com/pytorch/pytorch/issues/29984
high priority triaged module: cublas
Some cublas functions don't handle inputs with zero strides
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: ```python import torch import torch.nn as nn torch.set_default_tensor_type('torch.cuda.FloatTensor') x = nn.Parameter(torch.ones(2, 2)) (x @ torch.ones(2)).sum().backward() -------...
null
https://github.com/pytorch/pytorch/pull/38321
null
{'base_commit': '52e9953faffe45d48660fc666db3b520b918c37c', 'files': [{'path': 'aten/src/ATen/native/cuda/Blas.cu', 'status': 'modified', 'Loc': {'(None, None, 10)': {'add': [10]}, '(None, None, 16)': {'mod': [16]}, '(None, None, 22)': {'mod': [22]}, '(None, None, 28)': {'mod': [28]}}}, {'path': 'test/test_autograd.py'...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "aten/src/ATen/native/cuda/Blas.cu" ], "doc": [], "test": [ "test/test_torch.py", "test/test_autograd.py" ], "config": [], "asset": [] }
1
xtekky
gpt4free
ebc10fa465adc32b165afa5f968e4fb6bf26a8ea
https://github.com/xtekky/gpt4free/issues/617
bug
No module named 'info'
ModuleNotFoundError: No module named 'info' Traceback: File "/Users/apple/.pyenv/versions/3.10.11/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "/Users/apple/Documents/AI/gpt4free/gui/streamlit_app.py", line 7, in <module...
null
https://github.com/xtekky/gpt4free/pull/620
null
{'base_commit': 'ebc10fa465adc32b165afa5f968e4fb6bf26a8ea', 'files': [{'path': 'gpt4free/aicolors/__init__.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [4]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "gpt4free/aicolors/__init__.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1