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
The default theme now uses babashka tasks. Occasionally when running a task, babashka gives a "could not find namespace" error for some reason. Running bb --force -e nil fixes it. It would be nice to prevent this from happening. As a workaround, we could also check to see if bb returns that error and then automatically run the --force command. This would be unideal because recomputing the classpath can be slow. But much better than having to go run the command manually.
The text was updated successfully, but these errors were encountered:
The default theme now uses babashka tasks. Occasionally when running a task, babashka gives a "could not find namespace" error for some reason. Running
bb --force -e nil
fixes it. It would be nice to prevent this from happening. As a workaround, we could also check to see if bb returns that error and then automatically run the--force
command. This would be unideal because recomputing the classpath can be slow. But much better than having to go run the command manually.The text was updated successfully, but these errors were encountered: