iacore

Results 421 comments of iacore

Launch with command prefix `bwrap --dev-bind / / --unshare-net` For more options check out bubble wrap.

I support message passing as the only communication method between tasks, like Erlang/OTP. Functions should take a event loop argument if they want to use event loop.

There is no cost if you only pass pointers around. The language user need to make sure not to use a pointer after it's being sent. This calls for event...

As for the event loop itself, copying Node JS (single threaded task queue) is probably good enough.

> On top of that, we can't just trivially copy NodeJS because Zig is not garbage collected. @kristoff-it We want an event loop mostly because we want to spawn tasks...

idris2-lsp currently index packages in ~/.idris2/xxxx (I think it's hard coded). It uses similar/same logic as --find-ipkg to get dependencies. Packages have to be installed with `install-src` for go-to-declaration to...

Sorry, I was using an old version of lsp and pack. Now that I upgraded both, it works. Slight problem: `pack install-app lsp` doesn't create `~/.pack/bin/idris2-lsp`. I did it manually...

`remove-app` is unknown command... I don't know how to check pack's app version Edit: I found the problem. Turns out I have two pack versions installed, and they mess with...

I've kept this up to date with `master` branch. Please use it when the time comes to merge this. https://github.com/locriacyber/kit/pull/new/relative-assets https://github.com/jy0529/vite-plugin-dynamic-publicpath is out now. Maybe use it to resolve dynamic...