Mathis Raguin

Results 20 issues of Mathis Raguin

### What happened? After upgrading from Grafana 10 to Grafana 11.1, we are having issues with alerts. On the surface it seems related to RBAC but some of the issues...

area/alerting
needs investigation

**Name of the lexer** Terraform **Code sample** A sample of the code that produces the bug. ``` locals { demo_dollars = "$${local.demo}" } ``` [Demo link](https://rouge.jneen.net/v4.3.0/terraform/bG9jYWxzIHsKICBkZW1vX2RvbGxhcnMgPSAiJCR7bG9jYWwuZGVtb30iCn0) ![image](https://github.com/user-attachments/assets/e6bb0d50-db18-4db2-a97a-612b73fbb9ab) **Additional context** This...

bugfix-request

### Description https://github.com/hashicorp/vault/pull/28466 introduces a breaking change (Vault 1.18, backported to 1.17) for SSH Backend by disallowing empty roles by default. Unfortunately, it is currently not possible to set `allow_empty_principals`...

enhancement

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

EKS
Proposed
EKS Add-Ons
EKS Networking

Solves the original issue from #1304, the issue #2087 as well as single quoted regexps. This behavior matches the GitHub highlighter by not highlighting Regular expressions and considering them as...

**Name of the lexer** When a block has more than 5 arguments, the closing bracket is highlighted in red. **Code sample** A sample of the code that produces the bug....

bugfix-request

Fixes https://github.com/rouge-ruby/rouge/issues/2064 Seems related to https://github.com/rack/rackup?tab=readme-ov-file#soft-deprecation

**Name of the lexer** Terraform **Code sample** ``` locals { example = "${function_call("", "", "/")}" project_name = project_name } ``` ![image](https://github.com/user-attachments/assets/82a2381f-4321-48ab-84c2-59e857288bed) https://rouge.jneen.net/v4.5.1/terraform/bG9jYWxzIHsKICAgICAgICBleGFtcGxlICAgPSAiJHtmdW5jdGlvbl9jYWxsKCIiLCAiIiwgIi8iKX0iCiAgICAgICAgcHJvamVjdF9uYW1lID0gcHJvamVjdF9uYW1lCn0 **Additional context** The function call is has a...

bugfix-request

**Describe the bug** While investigating cameras behavior on locked screen for https://github.com/deckerst/aves/issues/1539, I found out that Gcam Services Provider sends only `VIEW` intent. Investigating further, the logs of GSP itself...