Scott Moore
Scott Moore
I didn't know about `cargo-bundle`, but it definitely makes sense to keep using it. I think at the moment it doesn't support Windows (burtonageo/cargo-bundle#96, burtonageo/cargo-bundle#116). I have a Windows machine,...
I have done a bit of research into other Rust projects and `cargo-wix`, or just the WiX toolset does seem pretty popular choice to bundle for Windows (often with `winget`...
Great! No worries, there is no rush! I'm loving the VSCode and Vim themes that you have put together!
For a recent research project, we ended up developing a very simple implementation of a ROS action client. I doubt it is feature complete, or entirely correct but you can...
I also noticed that my `forwardRefWithAs` function defines the return type with `as` (which is required in this case). ```typescript export const forwardRefWithAs = ( render: ForwardRefWithAsRenderFunction ) => forwardRef(render)...
I have had a look into this tonight, and with `cargo-wix`, and I've managed to build a Windows MSI installer, which will: Install the Neovide executable, add it to the...
Would it be possible to publish another release with the `.msi` not bundled in a `.zip`? I just went to create a `winget` package for `neovide` with the recently published...
This would be an awesome feature. I also support the idea of a default repository which can be overwritten by a `.dprintrc.json`, or `.config/dprint.json`. I often work on configuration files...
@sschneider-ihre-pvs: I'm not sure, but you could check out the [Wix configuration](https://github.com/neovide/neovide/blob/main/wix/main.wxs) and you may be able to adjust it such that user installation does work. @fredizzimo: I think an...
Just want to point out that there are two PRs in the `winget` repository, where it looks like the latter was merged? - [Neovide.Neovide version 0.10.3 (Open)](https://github.com/microsoft/winget-pkgs/pull/96805) - [Neovide.Neovide version...