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
Just for dependency management matters. For being usable on real work, I prefer to depend on a frozen version, not just pull from the latest available since it may introduce bugs etc.
Consider:
fromgithub.Manu343726.lib@981d703importmodule
and/or
fromgithub.Manu343726.lib@1.7.3importmodule
The text was updated successfully, but these errors were encountered:
Just for dependency management matters. For being usable on real work, I prefer to depend on a frozen version, not just pull from the latest available since it may introduce bugs etc.
Consider:
and/or
The text was updated successfully, but these errors were encountered: