Jan Ph. H.

Results 441 comments of Jan Ph. H.

This comes from ```lua vim.api.nvim_set_keymap("n", " ", "", { noremap = true }) vim.api.nvim_set_keymap("x", " ", "", { noremap = true }) ``` and alike mappings. Is there a plan...

If you want to embed the wasm compiler with the binary or as library etc, I would advise [against wasm due to slower speed and missing performance optimisations on many...

@CBenoit @kirawi There are 2 mutual exclusive possible use cases for WASM for plugins, where one really wants to have a plugin manager: 1. shipped compiler or 2. hook into...

@kirawi How does this change the problem, when the plugin is written in a language that the distribution doesnt ship a compiler (or super old/incompatible or slow libc etc) ?...

@kirawi Thanks alot for the clarification. How is 1.integrity (nobody tampered with the build process/environment), 2. debuggability/tracebility (what stuff got wrong) and related 3. uniformity (potential contributors can reproduce the...

1. I strongly disagree on 1 [reproducable builds](https://reproducible-builds.org/), since this gives to much trust to single developers to do potential harm while making it hard to **detect it**. You can...

@kirawi How much performance loss does sandboxing mean? L3 cache can likely never fully be mitigated without notable performance loss, since it is shared between cores (and mitigation would require...

Do you mean tab support?

A simple solution this would cut text. I want to make a counter-proposal: Document how to make user-defined layouts. Aside, this is a duplicate of #25.

Very sad to need working around distribution flaws. If you have any idea how to get around this madness of make and distribution setups without a gazillion of configurations for...