Milo Moisson
Milo Moisson
Hello, The `path-to-lcov` argument had `required` set to `true`. This has a default key, so there is no need to obligate the user to set a path. This leads to...
## Hi there, ### Context : We take the `lazy_static` crate for the sake of the example. When you use `cargo add` command to add the dependency but specify it...
Hi there, the Fluent project support has been added with the `fluent-vue` support (#651). It works well, but VS Code still issues a warning saying that `ftl`is not a valid...
Hello, when using matrix.os, the extension resolve it to true. ```yml name: Node.js CI on: [push, pull_request] jobs: test: strategy: fail-fast: true matrix: os: - ubuntu-latest - windows-latest - macos-latest...
### Description This makes extraPackages the default, but they do not shadow the env. So you can still have packages (e.g. LSPs) with a different version than the global one...
Hi 👋🏻, ## Description `sudo` historically has a command to edit a file with the configured editor of your choice, often `sudo -e` or his own binary `sudoedit`. It copies...
Follow up to #5207, fixing jujutsu module on darwin targets. Closes #5544 (duplicate) ### Description If the module is evaluated on a Darwin platform, place config in `Library/Application Support` instead...
Add `auto` modifier to `hyperlink` argument to match both `ls` behavior and color argument behavior
# Description Add a `WHEN` modifier to the `--hyperlink` argument. This matches both `ls` behavior and the `--color` argument behavior. I think `ls` is doing it right because you might...
Hi, I like to put the indicator in the lower-left corner of my screen. I do this my hard-coding my [current device screen size](https://github.com/mrnossiom/dotfiles/blob/8d20107c77b0452e42d4f3bd08225df686aab83a/nixos/modules/info.nix#L8-L24) in my config and then performing...