-
### Description
The yaml language server is prone to errors when compiling markup, since it is taken from the same repository as VS Code.
Use `0..8`, and `0..9` keys/tokens/number is broken (as stri…
-
```yaml
null:
code: XK
value1: true
value2: true
````
This "null" is valid, but will fail in many cases, depends on the programming language reading this yaml.
Is there any yamllint r…
-
`DangerousJavaDeserialization` is a recently added error-prone check (https://github.com/apache/iceberg/pull/10788). Figure out whether we adjust the code or suppress the check permanently
-
(Forked from an _internal_ thread; @munificent and others have additional context)
> I noticed in code reviews that developers often do:
> `return someFuture.catchError((e) => log(...));`
>
> B…
-
### Problem solved by the enhancement
As pointed out in [this comment on the Rust forum](https://users.rust-lang.org/t/low-level-json-library-struson-version-0-2-0-released/98377/2) (and subsequent c…
-
The current data sync workflow is complicated, making it hard to understand and prone to errors (#2726, #2377, #2751, #2684). This is arguably most critical part of the system, so improving this shoul…
-
After https://github.com/prometheus/client_golang/pull/1143, the function `testutil.GatherAndCompare`:
https://github.com/prometheus/client_golang/blob/1bae6c1e6314f6a20be183a7277059630780232a/…
-
We currently tell users to run `meson test --wrapper valgrind` to run their tests under Valgrind, but it's error-prone. By default, Valgrind doesn't error out on violations/issues it detects. This is …
-
The constructor for the `Node` class receives a map of default values, and then assigns the values to itself the following way:
https://github.com/postcss/postcss/blob/1cc6ac3bf43a12460d3396e2cb76f…
-
**Describe the bug**
Related to #8397 for customized emails we tried to replace the always attached Authentik logo.
At first, why is the logo not just included in the email templates, but also attac…