fwcd

Results 150 comments of fwcd

Not yet, but if you'd be willing to take this PR, I can look into fixing that

The mapping now keeps track of the number of actively held roll buttons per deck (along with a saved beat loop size per deck), and resets the beat loop once...

While working on this PR, I found another bug whose fix might be worth including in 2.3: - #4902

The most recent version of the Apple Music API seems to include routes for accessing and modifying folders: https://developer.apple.com/documentation/applemusicapi/playlists

@esafirm The Kotlin language server can format code as of https://github.com/fwcd/KotlinLanguageServer/pull/136.

Hi @daanx, sure, I will rebase the branch! The LSP library unfortunately requires GHC 8.8 due to https://github.com/alanz/lsp/issues/263 and pulls in these dependent type extensions (which had to be mentioned...

Since the existing colorizer seems to be tied to the generation of HTML (which LSP does not support), I have implemented a custom formatter for hover tooltips, which turned out...

No problem, I have merged the `dev` branch and added some instructions on how to set up the VSCode extension for language server development (in the PR description). Additionally, basic...

Ah, there seemed to be some inconsistency with the declared VSCode dependency. Re-running `npm install` and `npm run build` should now work. The TypeScript/JavaScript part is a little bit of...

Signature help (also context-aware completion) is a bit more difficult to implement than regular completion as it involves working with the 'broken' AST as the user types. I haven't looked...