Simon Hausmann
Simon Hausmann
Yeah, feel free to make a PR for the README. One general issue with Deno is the inability to efficiently integrate event loops. The two loops will always be spinning...
I realize that adding API on `slint::Window` is "too late", as by the time we access the `Window`, the underlying window is already registered to the windowing system, while the...
I don't think calling `apt-get install`, etc. would make sense in the Yocto context. I suggest to try to modify your bit bake recipe to include protoc in the native...
> However, doesn't this layer use cross to build? No, `meta-rust-bin` does not use `cross` to build. In fact, it doesn't build rust, it fetches the right binaries and makes...
The rephrase what @hunger said by turning it into a question: Do Nix folks take the Slint VS Code extension and package it, in a way that Nix *users* will...
Thanks - that helps in understanding. If Nix/Home Manager end up downloading the .vsix, what motivates the desire to replace the slint-lsp binary that's within the extension with a custom...
> That depends on where the extension keeps the binary it downloads. If it keeps it in some directory that's supposed to be immutable (managed by Nix) it needs to...
That's a very good point. I wonder if the following situation would be useful: The archive contains a `bin/` directory, which has binaries for various target architectures: ``` unpacked-extension-directory/ |--...
I see, thanks for the explanation. You're right, running a nix sub-shell isn't a good idea if it ends up not sharing with the parent.
Is there an API that you'd propose for configuring this? Would you agree that this is a setting that's process-wide, possibly inherited from the windowing system, or do you think...