Sebastian

Results 9 issues of Sebastian

Version: `Terraform v1.2.3 on linux_amd64` Code Example: ``` provider "vault" { address = var.vault_address token = var.vault_token } provider "vault" { alias = "test" address = var.vault_address token = var.vault_token...

bug
crash

### Summary I try to create a partition with a custom number and it does not assign it, but also shows no errors. ### Issue Type Bug Report ### Component...

bug
module
plugins
system

I might have found a bug or edge case. An error is shown that the json of an advertisement is invalid, but the exit code is not 1. This happened...

Hi, I am trying to use mermaid for a graph, but cannot figure out if 1. it's possible to left align the boxes which that are on the same "depth...

Type: Other
Status: Triage

## Environment * OS: Linux (Fedora 37) * age version: 1.1.1 ## What were you trying to do Creating a plugin according to the spec. ## What happened When providing...

## Environment * OS: Linux * rage version: 0.9.2 ## What were you trying to do Creating a plugin ## What happened After successfull test encryption via the plugin, the...

Updates to latest pandoc version

Perhaps this is expected behaviour, but I do not understand why this does not work: ``` const obj = {}; mpath.set('a.b', 3, obj); console.log(obj); // => {} ``` It returns...

- [ ] Improve messages - [ ] Handle cases where controller implementations deviate from spec