Matheus Gabriel Werny

Results 46 issues of Matheus Gabriel Werny

When opening a file `...ts` and having Biome set up and closing vim, there remains a running process. `/usr/bin/biome __run_server --stop-on-discronnect --log-path=/home/user/.cache/biome/biome-logs --log-prefix=server.log` ### Reproduction ```sh vim a.ts :qa #...

bug

ALE commit: edccdfa9efb7a4b37fb846e55b2137b55275d39e Vim: 9.1.1497-1 Since Biome version 2, the linter no longer works for me although I updated the configuration file. Running `biome lint --config-path ~/.config/biome/biome.json advertisement.ts` works. However,...

bug

In v18.0.1 `window.trustedTypes` is undefined which is need in context of Trusted Types. I have a website with HTTP header `Content-Security-Policy: require-trusted-types-for 'script'`. For defining policies, `window.trustedTypes` is needed. Moreover,...

enhancement

The new [Cookie Store API](https://developer.mozilla.org/en-US/docs/Web/API/Cookie_Store_API) is much better than `document.cookie`. It is supported by all major browsers now. Currently, support is missing. ```sh 21 | window.cookieStore.set("a", "a"); ^ TypeError: undefined...

enhancement

Can this be fixed or is this a specific error with `std::format()` and `std::vformat()`? This source code fails. By the way, the same error happens with `std::format()`. ```cpp std::string task_advertisement_verification(const...

Source: ```cpp std::unordered_map tmp; ``` Result: ```sh /home/matheus/programmieren/c++/argo/src/database/User.cpp:508:87: required from here 508 | std::unordered_map tmp; | ^~~ /usr/include/c++/15.2.1/bits/hashtable.h:210:51: Fehler: statische Assertion fehlgeschlagen: hash function must be copy constructible 210 |...