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
Being able to encode a host path to JSON is useful for communicating over a local network to an external runtime. (edit: key word being local, since the host paths have to still make sense.)
This might be the cue to introduce a different format for publishing which can be understood by bass -e. The format could dedupe repeated thunks like bass.lock does, and host paths could error when converting to this format.
The v0.1.0 and v0.1.1 releases include
.json
files that only worked on my machine, because they accidentally embed host paths.The fix for this is easy case-by-case but this feels like an easy footgun with passing host paths into thunks.
The text was updated successfully, but these errors were encountered: