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
Fixed some outstanding issues with Reset-PSKoan; you should now be able to use it to reset koans on an individual basis without any issues. To do so, specify the -Topic and then the -Context name or -Name of the It block to reset one or more koans to the default.
Fixed an issue where calling Reset-PSKoan to reset the koan library would error out on missing files in the user folder. Now it will simply call Update-PSKoan automatically on any missing topics in order to copy them from the module library.
Fixed an issue in AboutNumbers where a function was being called incorrectly. If you're experiencing weird errors from that topic, you can use Reset-PSKoan -Topic AboutNumbers -Name 'has to be a whole number' to pull the new version of the affected koan after updating.
Fixed some issues with module import and KoanLocation paths that have spaces.