Grzegorz Antoniak
Grzegorz Antoniak
Hi, I'm trying to deserialize a TOML like this: ``` [coins.bitcoin] scale = 8 default_volume = 0.1 skip_in_orderbook = 0.00001 [coins.ethereum] scale = 8 default_volume = 0.2 skip_in_orderbook = 0.00001...
Not sure what is a better place for such topic, so I guess I'll try here. [I did a similar project](https://gitlab.com/antekone/desugar) in the past, a reddit-to-nntp and lobsters-to-nntp gateway with...
I'm trying to use `clangd` installed in a `podman` container. I've configured it so that running the language server is done by the "podman run" commandline: ``` au User lsp_setup...
### Brief Issue Summary When opening a project on a filesystem that is case sensitive (e.g. encrypted APFS external disk), VSCode doesn't properly resolve include paths, if include paths contain...