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
While trying to solve N-th Prime task I wanted to use 2 libraries:
data-ordlist (to use unionAll and minus)
relude (to use !!? operator)
But the task failed with error that it cannot fetch them from the repository due to lack of network connection. That is pretty obvious why there is no network in the test instance, but it makes it a little bit painful that there is no list of the libraries that are available during tasks solving.
The text was updated successfully, but these errors were encountered:
While trying to solve N-th Prime task I wanted to use 2 libraries:
data-ordlist
(to useunionAll
andminus
)relude
(to use!!?
operator)But the task failed with error that it cannot fetch them from the repository due to lack of network connection. That is pretty obvious why there is no network in the test instance, but it makes it a little bit painful that there is no list of the libraries that are available during tasks solving.
The text was updated successfully, but these errors were encountered: