Ben Nata

Results 10 issues of Ben Nata

Thoughts about sigining gitbruted commit?

Additionally, this can be used to drop `--drop-h1` options, since usually `h1` is used as title anyway.

feature-request

### Current Terraform Version ``` Terraform v0.12.1 ``` ### Use-cases Ever since v0.12, `terraform plan` and `terraform apply` no longer output a compact execution plan. Now, even a small change...

enhancement
subsystem/types
terraform-plugin-framework

Currently, any resource is written as single group in inventory. For example, this Terraform: ```hcl resource "aws_instance" "my_instance" { ami = data.aws_ami.ubuntu.id instance_type = "t2.micro" } ``` Would yield: ```ini...

I'm currently trying to incorporate [rector](https://github.com/rectorphp/rector) into my projects, and it complains about: ``` Ambiguous class HTML5 resolution; defined in ./vendor/ezyang/htmlpurifier/maintenance/PH5P.php and in ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php. ``` Here's the offending code: https://github.com/ezyang/htmlpurifier/blob/fe0452d6887a0fa76e2eaf80166e1ea205e7bb81/library/HTMLPurifier/Lexer/PH5P.php#L70...

Version: Deno 2.0.1 ``` # .env C_D=value1000 E=$C_D${C_D} ``` ```ts # env.ts console.log(Deno.env.get("E")); ``` ```sh $ deno run --allow-env --env-file env.ts ``` Expectation: ``` value1000value1000 ``` Result: ``` _Dvalue1000 ```...

Currently, d2 only have notes on actors. Would be nice to have multiline notes. Provided example on PlantUML and Mermaid. # PlantUML ``` @startuml A -> B : hello note...

Would be nice to have the ability to add text to the generated Confluence pages. Would be useful to give link to the source repo.

## What happened? Error when processing files containing link to Excalidraw SVG. ## What did you expect to happen? Confluence document with link to image. I don't expect the link...

bug