Jan Ph. H.

Results 467 comments of Jan Ph. H.
trafficstars

@oberblastmeister Did you try out async cancelation yet? If the user types, the completion might take too long. Or one could set a time limit how long taking completion sources...

Zig libstd has also support for using qemu runner. Not sure if that is simpler to use.

From what I know, ARM32 doesnt work due to one missing header in Zig (there is an open PR for it). Otherwise, there are several guides like this one https://pranavnatekar.medium.com/cross-compile-opencv-for-risc-v-460305012adb...

> errors (/sets/unions) This requires to define an enum for functions. If it is an ABI, it must be able to set from the external program or be reusable in...

C-c is SIGINT, see https://unix.stackexchange.com/questions/362559/list-of-terminal-generated-signals-eg-ctrl-c-sigint

@vigoux Kindly ping. Would be nice to have this changed + documented for the 0.5 release.

@daurnimator If you are interested unifying in shell completion, there was an attempt to define a DSL which could be simplified by stripping regex and counting/loops: https://gitlab.redox-os.org/AdminXVII/shellac-server/-/tree/next Portable context-aware autocompletion...

Collecting my ideas while working on a thing: #### Developing dependencies: - luacheck * `lurocks install --local luacheck` * `luarocks install --local lanes` - luacov * `luarocks install --local luacov`...

Can you provide a brief overview and comparison to https://github.com/nvim-lua/nvim-package-specification ? I'm still missing something like `luarocks update --all`, but I see the point of having a separate package index.

@yoyoyonas Does version 2.4 work for you? @benibela Is this thus solved and can be closed? (Usually advice is to close bugs after 2 month without feedback from bug reporter,...