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
Most addons could be downloaded but some are compiled. This proposal (that will require a lot of code change) will allow there to be more complex addons.
The idea is that a Downloadable, instead of returning a ResolvedFile, will return Vec<Step>
Most addons could be downloaded but some are compiled. This proposal (that will require a lot of code change) will allow there to be more complex addons.
The idea is that a
Downloadable
, instead of returning aResolvedFile
, will returnVec<Step>
The text was updated successfully, but these errors were encountered: