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
Don't forget about the assert that the resulting list of backends shouldn't be empty, this probably needs a let binding.
It might be also useful to check that backends is a function and report that to the user, especially given that it's a breaking change :)
Maybe the existing effektBackends needs to take pkgs as a parameter?
The text was updated successfully, but these errors were encountered:
Avoid having to reference platform-specific libraries by changing the backends argument everywhere to
and then on a use site change to something like:
Don't forget about the assert that the resulting list of backends shouldn't be empty, this probably needs a let binding.
It might be also useful to check that
backends
is a function and report that to the user, especially given that it's a breaking change :)Maybe the existing
effektBackends
needs to takepkgs
as a parameter?The text was updated successfully, but these errors were encountered: