fwcd

Results 363 comments of fwcd

Command line arguments are not yet supported. To implement these, the `launch` configuration (on the VSCode side) would require the specificiation of an additional `args` property: https://github.com/fwcd/KotlinDebugAdapter/blob/017929c84d624d8ac090a2bbe7ced2ed55b1e8bc/package.json#L65-L97 On the server...

I'm a bit torn on this, IIUC Captivate synchronizes the modulation with the global beat/bar phase (which is also synced with Ableton Link). My idea how this could be improved...

Ah cool stuff! I ended up writing a small app that lets you tap a tempo/beat into an Ableton Link session (Metropad if you're curious, it's on the App Store,...

Potentially interesting: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners

Hey everyone, since there's now an [official language server](https://github.com/Kotlin/kotlin-lsp) from JetBrains, I'm closing this issue. Additionally, this repo will be soft-deprecated, i.e. everything should continue to work until it breaks,...

I can consistently reproduce this when `cargo mobile init` is (re)invoked when the `gen` folder is already present. The workaround is to delete the `gen` folder and run it, but...

Hm interesting, my project built fine after that. At least the asset error seems to be fixed, but I am not sure what's going on with the Rust Xcode plugin.

For inspiration how an implementation based on vscode-languageclient 8 could look like, see the `rust-analyzer` extension: https://github.com/rust-lang/rust-analyzer/blob/ad73597448a4d703dc7161c3f4a8a0602b1a12a0/editors/code/src/ctx.ts#L296

Hi! I am not entirely sure how `vscode-java` handles this, but I think it should be possible to implement this via [the Kotlin grammar/syntax in this repo](https://github.com/fwcd/kotlin-language-server/blob/main/grammars/Kotlin.tmLanguage.json). - There are...