Gei0r
Gei0r
Hey, could you add support for ranges to the library? These are not in the official standard, but are still widely used. Example: `^1.2.3` means `>= 1.2.3 && < 2.0.0`...
```c++ #include #include int main() { ryml::Tree tr; tr.rootref() |= ryml::MAP; tr.rootref()["foo"] = ""; std::cout
Hi, I have concerns about the following PRs: - ~~https://github.com/boostorg/build/pull/651 merged on Sep 8, 2020~~ (nevermind, this one made it) - https://github.com/boostorg/boost/pull/494 merged on Mar 20, 2021 Both fixes don't...
### Question Is there a way to set `$nu.home-path` on windows? It's seems to default to `%USERPROFILE%` (??), but I'd like to use a different directory. Setting the `HOME` environment...
I tried out the new reverse connect feature on the client side. It works (thank you!). I ran into a usability problem: How can I find out what server connected...
Hi, for the node/CLI variants, is it possible to use system-installed fonts? Especially on Windows? The obvious `--fonts-dir C:\Windows\fonts` didn't work in the CLI.