Mike Slinn
Mike Slinn
Let's try to enumerate the use cases that should be supported, then fill in the details (user actions for each use cases) after the bigger picture is understood. Some of...
An Ubuntu version would be nice, but I am not a snap fan.
I am crunching on the next version of [`jekyll_plugin_support`](https://mslinn.com/jekyll_plugins/jekyll_plugin_support.html), [`jekyll_all_collections`](https://mslinn.com/jekyll_plugins/jekyll_all_collections.html), and [`jekyll_href`](https://mslinn.com/jekyll_plugins/jekyll_href.html), along with several other plugins. `jekyll_plugin_support` is a software layer that adds a lot of functionality to Jekyll....
Steven, Thanks for letting me know that at least I understand the problem properly. Yes, I am talking about cloning, not imaging. I have two drives, from two completely different...
This is the best incantation I know to restart WSL as background job without leaving an Administrator PowerShell console open: ```shell wsl --shutdown; Start-Process wsl ``` Then close the PowerShell...