Jo Vandeginste

Results 14 issues of Jo Vandeginste

### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description I have no idea how to start, but...

enhancement

I'm not sure if there are other missing parts, but so far it works for us with the changes in this PR.

Signed-off-by: Jo Vandeginste

Signed-off-by: Jo Vandeginste

I'm running into issues decoding fit-files downloaded from Garmin Connect. Specifically, the elevations are wrong. I believe [the documentation](https://developer.garmin.com/fit/protocol/) says the elevation (like any numeric value) may have a scale...

When I provide the lexer with this code, it will detect `myclass` as type `FUNCTION_NAME`, due to the missing space between `myclass` and the `LPAREN`: ```puppet class myclass( $param1, )...

I'm currently writing a plugin to detect and fix whitespace related issues. Some of those checks are (sometimes) working on the same token. I want to write spec tests that...

We create a new list of files per TestReporter. This needed a map, and thus some helper functions to help with locking around the map. This however changes the way...

I like to use Filet for tests, to create temporary structures. I use the examples from your readme. Today I started running my tests in parallal (`t.Parallel()`), and had weird...