Jan Gazda

Results 53 issues of Jan Gazda

Hi, thanks for the amazing plugin it helps a lot. There is one slight annoyance when enabling `EnvFile` in a run configuration, the dialogue window to search for the `.env`...

Black used to work without problem but now it started to complain about this, `appdirs` is installed in venv together with black, does anyone know what am I doing wrong?...

Hi I could not undo the changed file. After browsing local history it showed that file has been changed externally. ![image](https://user-images.githubusercontent.com/7480694/44080962-d29f5ed4-9fad-11e8-8ae9-2739ebb46cc1.png)

Hi, I cannot use `ctrl+f` in the terminal. The moment I disabled the extension search started to work. It looks like the second `Find` is the problem ![image](https://user-images.githubusercontent.com/7480694/151514133-34e82966-d08c-42e1-844f-f08c389de332.png)

Hi, I have a library that depends on `pulumi` but I'd like to version that library separately from the dependency. On top of that I use gitlab CI where I...

**Describe the feature or problem you'd like to solve** I'd like to avoid storing my token in plaintext file even it's on an encrypted partition. **Propose a Solution** It would...

enhancement
stale

Hi, thank you for the amazing CLI! It saves me a ton of time. **Describe the feature or problem you'd like to solve** At the moment it's possible to `glab...

enhancement
stale

Hi, thank you for this project it has released a lot of friction working with awscli. ### Background I've been trying to run `aws-vault` on windows and WSL2 (ubuntu). After...

Currently only `sceptre_user_data` is passed to `sceptre.Template` https://github.com/cloudreach/sceptre/blob/master/sceptre/stack.py#L203 and then passed to `sceptre_handler` https://github.com/cloudreach/sceptre/blob/master/sceptre/template.py#L129 This leads to lose relation between template and stack config. E.G: `stack_config.yaml` ``` parameters: VpcId: 1234...

type: improvement

During the slack discussion it came up that this is a good way of testing hooks before they are invoked. Simply invoke hook as a script. For further testing it...

type: docs