Mike
Mike
So I analyzed this example using the fantomas tool, the `Trivia` containing the comment is linked to `SynModuleDecl_Types`, this causes it to use the same range as the whole declaration...
Hey @nojaf , I'm trying to solve the single-line comments problem based on #1393 discussion. I added the initial column position of the comment in the `LineCommentOnSingleLine` type. You can...
Complementing the above: `socket_mnt` is created at `/`, so you’ll need `sudo` to create that folder and set its group to docker to avoid permission issues. ```bash sudo mkdir /socket_mnt...