Justin Grote
Justin Grote
@SeeminglyScience I'm going to let this go dormant but I do plan to still finish it, when I do I'll ask you to reopen it.
PowerShell remoting does support custom transports now, so someone could theoretically write one.
Thanks for the fast response! I fired it up and I was able to create a pipe with your syntax, however interacting with the pipe I didn't get anything to...
I will attempt to get this info tomorrow. FYI you could use Github Actions to start up a windows worker and try testing it there as well, as I'm not...
Pretty much push/wait, though the project I'm working on is a goal to solve that :). I've since just ended up writing what I needed in c#, and it works...
I bumped into the same thing using a heavily modified version of @mrbbot's template using modules. Interestingly, works fine in miniflare, but not when miniflare has a debugger (vscode) attached....
@mrbbot Thank you! 💖
If you can't trust people to remember to add the var-file addendum per @agrrh's method, here's a way to "bake it in" and will always work regardless. This is as...
As of 0.12.2, you can also use YAML for this purpose, which is generally better for config settings. While you can get crazy with a lot of nested maps and...
Of note: I got it to work with a portable code installation:  Will now try portable code-insiders, wondering if this is insiders specific. EDIT: Yep definitely insiders, did same...