Daniel Moch

Results 4 issues of Daniel Moch

Pass currently offers outdated signature algorithms to the server when attempting to connect. This is why [some users](https://github.com/mssun/passforios/issues/519#issuecomment-955237319) are having issues connecting when their server runs a newer version of...

Currently, when `acme-lsp` sends a [`Formatting`](https://github.com/9fans/acme-lsp/blob/c376e713db7cc62a78bf3707f2a818e09566fc19/internal/lsp/acmelsp/acmelsp.go#L214) command to the server, it implicitly provides the zero-value for [`FormattingOptions`](https://github.com/9fans/go-lsp-internal/blob/bb36aa85881a7c9174f26fc81782b10591bccfcc/lsp/protocol/tsprotocol.go#L1740), amounting to a `TabSize = 0` and `InsertSpaces = false`. When using the...

## Background I have been experimenting with running a single instance of acme-lsp alongside acme to handle anything I might be working on. Doing this requires intentional setting and unsetting...