Götz

Results 35 comments of Götz

For reference: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_formatting

I just got the same issue and can reproduce the crash. ``` $ ranger ranger version: ranger 1.9.3 Python version: 3.10.6 (main, Aug 3 2022, 17:39:45) [GCC 12.1.1 20220730] Locale:...

I second this request, the latest version is some commits behind and 2 years old too.

Should have been fixes on [2.2.3](https://github.com/zsh-users/antigen/releases/tag/v2.2.3) with PR https://github.com/zsh-users/antigen/pull/634.

1Password browser extension [supports this](https://support.1password.com/getting-started-browser/#fill-logins-and-other-items) for many different fields, maybe they have some kind of allow-list. It would be great to have the option even if it is disabled by...

I now realize there is of course a way to do this (In NINJA-IDE 2.3), with `"Project -> Stop"` in the menu, or the `Stop` icon or `Ctrl+Shift+F6`. I was...

I have done this and it works great for DRY: ```yaml x_pip_install: &pip_install pip install --no-cache-dir -r /tmp/requirements.txt ## Commands: PRE_COMMANDS: - command: | # if you use `Pipfile` pip...

I get the same error creating a new bucket with a new TF setup (no state). Interesting enough, there is a **workaround**: when manually changing the bucket "Object Ownership" settings,...

As stated before, it seems the cause of this issue is related to: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/7263d096e3386493dc5113ad61ad0670e6c99028/main.tf#L80-L81 which expects [aws_s3_bucket_ownership_controls.this](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/7263d096e3386493dc5113ad61ad0670e6c99028/main.tf#L900-L901) to exist, but it does _not_ always exist, as it depends on `var.control_object_ownership`...

> This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed...