Derek "tachyon" Reese
Derek "tachyon" Reese
Nevermind, this is probably fine in the icebox, there's a workaround for recursive macros: Just import `_self` at the top of the macro. ```twig {% macro menu(links) %} {% import...
Clarified. `$defs` can be handled after https://github.com/json-editor/json-editor/issues/680 is resolved.
@smostafad please create a new issue on Github for your problem: https://github.com/json-editor/json-editor/issues/new/choose This issue is specifically for adding JSON Pointer support to the editor, not for helping with your unrelated...
I'll ask our partner contact and see if we can get a wordlist. I figured it would've been Carnegie-Mellon University's offensive word list, but there's a couple I tested that...
I recommend mapping the network location as a network drive. Assuming you want the new drive to be "Z:" and the network files are available at "\\\wsl$\Ubuntu\your\path\to\the\files"... CMD ``` net...
I recommend mapping the network location as a network drive. Assuming you want the new drive to be "Z:" and the network files are available at "\\\wsl$\Ubuntu\your\path\to\the\files"... CMD ``` net...
> **Does this mean inside of the cli container?** No, inside the host machine, in my test case, Ubuntu. > **Is it being created as a directory instead of a...
@achekulaev I have added a bit of clarification to the original post. To me, docksal should check if `~/.ssh/config` exists, and if not, create the directory and file, before starting...
Noting here that I was able to get this working by doing the following: 1. Ensure you're on at least [Windows 10 2004](https://docs.microsoft.com/en-us/windows/whats-new/whats-new-windows-10-version-2004) or [Get on latest Windows fast ring](https://insider.windows.com/en-us/how-to-pc/)...
Updated the steps - thanks!