Marc Jakobi

Results 334 comments of Marc Jakobi

> maybe I'll create a feature suggestion in their repo :) It definitely sounds like a good idea :smile: > In metals it just shows an error diagnostics Haskell doesn't...

> These are "worksheets", I'm not sure if there is an equivalent of it in Haskell. Just read through the [Scala documentation on worksheets](https://docs.scala-lang.org/scala3/book/tools-worksheets.html) So if I understand correctly, this...

Depends on https://github.com/rust-lang/rust-analyzer/issues/14318.

I've just encountered this in a Markdown document too: Debug print: ``` commentstring_key "__default" language_config "" node_type "comment" match nil commentstring_key "__default" language_config "" node_type "document" match nil ``` Edit:...

@matu3ba Sure :smile: The workflow doesn't define any specification. I uses the existing [rockspec format](https://github.com/luarocks/luarocks/wiki/Rockspec-format), which has been well-established in the Lua ecosystem (it's the de facto standard). It's difficult...

The action will (and should) fail if the API key is missing. But one could add ```yaml if: env.LUAROCKS_API_KEY != null ``` to the step that runs the action. This...

Note to self: This query properly links the `stage1Tests` function with `testGroup "Stage 1" stage1Tests`, but there does not seem to be a way to capture both as a `@namespace.definition`....

https://github.com/phoityne/hdx4vsc#vscodelaunchjson