Mathis Raguin
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...
**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)  **Additional context** This...
### 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`...
### 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...
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....
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 } ```  https://rouge.jneen.net/v4.5.1/terraform/bG9jYWxzIHsKICAgICAgICBleGFtcGxlICAgPSAiJHtmdW5jdGlvbl9jYWxsKCIiLCAiIiwgIi8iKX0iCiAgICAgICAgcHJvamVjdF9uYW1lID0gcHJvamVjdF9uYW1lCn0 **Additional context** The function call is has a...
**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...