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
similar to #3899 I should write a script to fork all of the vfox plugins into mise-plugins. This is less for security reasons (most plugins are owned by vfox who is relatively trustworthy), but because I actually need to make some modifications to vfox plugins so they work correctly in mise.
vfox plugins sometimes make an async/await call at the top-level. This appears to work fine in the go lua interpreter but the rust one chokes on it. I looked at this issue quite a bit and didn't manage to get anywhere. While I don't love the idea of forking all of those plugins, I think between the improved security and fixing that issue it's probably the way to go.
write/execute script to fork all vfox plugins in the registry
check each vfox plugin to see if it needs a refactor
The text was updated successfully, but these errors were encountered:
similar to #3899 I should write a script to fork all of the vfox plugins into mise-plugins. This is less for security reasons (most plugins are owned by vfox who is relatively trustworthy), but because I actually need to make some modifications to vfox plugins so they work correctly in mise.
vfox plugins sometimes make an async/await call at the top-level. This appears to work fine in the go lua interpreter but the rust one chokes on it. I looked at this issue quite a bit and didn't manage to get anywhere. While I don't love the idea of forking all of those plugins, I think between the improved security and fixing that issue it's probably the way to go.
The text was updated successfully, but these errors were encountered: