You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd prefer not to do this for a couple reasons. First, as far as I understand, both Flatpak and Snap need to be mounted each time they are run, which adds a certain amount of overhead. This clashes with fcp's goal of being as fast as possible. Secondly, I know that a few other Rust cli tools (such as ripgrep) have had issues with strange bugs manifesting only in snaps.
Rust statically links everything, so a standard binary should work just fine across distributions. Is there a particular combination of architecture and/or libc that you're interested in that doesn't currently have a corresponding build under this repo's releases? If so I'd be happy to add a build for that platform for you.
Thank you so much for
fcp
.It would be great to have it available via platform independent packages (i.e. Flatpak and/or Snap)
The text was updated successfully, but these errors were encountered: