Arthur Wallendorff
Arthur Wallendorff
Hi, First of all, thanks for porting the Monaco Editor to React :) I just wanted to note that on the [demo page](https://wangchujiang.com/react-monacoeditor/) in the list of supported language you...
Any chance to get TOML support? According to the [TOML docs](https://taplo.tamasfe.dev/configuration/directives.html#the-schema-directive), it supports JSON schema. I'd be happy to help :)
Hi! Thanks a lot for this very helpful plugin! I've tried for multiple hours to get `CursorColumn` to *not* be transparent but I can't make it work, could you assist?...
**Describe the bug** When running the plugin on Netlify build, I have the following error: ``` Plugin "netlify-plugin-a11y" invalid input "failWithIssues" Unknown inputs for plugin "netlify-plugin-a11y": "failWithIssues" Plugin inputs should...
Same kind of request as for the fallback, I'd like Otter to use my usual function for type_definition (for example) instead of the default LSP. Would default to the current...
When I dismiss the "LSP loading" message, I have an infinite stream of "No matching notification found to replace" spamming me. The problem was that the spinner was trying to...
Hello, I've updated Templ and gopls to their respective latest releases but I still don't have any autocomplete or autoimports. It used to work if I used gopls `v0.15.3` but...
Hey there, thanks for this nice tool! I can't get `--no-color` to work, when running `cat file.js | prettierd --no-color file.js`, the output is still colorized. I tried the same...
Howdy, I just wanted to point out that the highlight of the currently selected element in the object explorer tree has poor contrast. I'm on MacOS 15.3.1 - High contrast...
In the [add docs](https://hyperscript.org/commands/add/) it says > Note: Hyperscript supports hyphens in object property names, so you can write add { font-size: '2em' }. However, double hyphens (--) mark comments...