Jacob Deichert
Jacob Deichert
I'll take this one sometime this week.
> files_all="api proxy email" I was thinking about space separation too since it works better for bash/shells. Though I'm not sure about setting the numbered variables on top of that...
Interesting idea! I won't commit to that syntactical addition in this task, only because I feel like this could easily be done in the script's code if there absolutely needs...
Brilliant... assigning `ts`/`typescript` lang code to `deno` definitely makes sense to me with the current state of things. I was wondering how to add deno support, and this solves it...
I thought about this before, but it would incur a change in behavior and tiny performance penalty. Right now, mask just passes source strings to runtimes via arguments (most commonly...
Yeah, I do think adding support for shebangs will be useful. My concern above regarding the tiny perf hit to write to a temp file can be avoided by checking...
Since argument injection is just setting environment variables, I would assume that executing a temp file which contains a shebang would still be able to use those set env vars....
> PowerShell is cross-platform but it's configured for Windows. Yeah, Windows and PowerShell support were added together early last year. If someone opens an issue for PowerShell support on linux/macOS,...
Hey @tonyb983, it appears you've found a bug with our argument parser! I was testing this using the cmd block below to find out what was going on: ~~~bash INPUT_ARGS=${args:-"--help"}...
I'll take this one sometime this week.