Andy

Results 183 comments of Andy

I did some further investigation and had some progress. Yes, in case the language server responds initialization with `ServerCapabilities` and `documentFormattingProvider: false` the client (tested with Coc) will know there...

Nope, your explanation was clear and I understood it. I would also assume that's the case 😌 I did my testing mostly with purescript-language-server since the project is easy to...

I wouldn't go with "totally okay". If it is implemented in this way, then it's not that bad in practice, but there is one point in time where the state...

It looks like this PR would solve an issue that affects certain nix packages. https://github.com/NixOS/nixpkgs/issues/207971

`hspec` is currently at 2.10.8. Not necessary but maybe even allow `hspec < 3`.

With this PR one could compose `validatorA` and `validatorB` to create `validatorModel`, right? ```elm type alias Model = { a: A, b: B } validatorA: Validator a A validatorB: Validator...

For the naming, the functionality can probably be compared to lenses (focus / optics), but only one direction is necessary. Or transformation. But naming is different in Elm, I know....

Still missing this feature. Going to look for other libraries.

Hey there @8bitPit , pretty cool. Do you think a different mode could work too? Right now, every input will result in a search suggestion, therefore sent to the search...

@ccapndave Did you have time to take a look on the PR?