Daniël Brekelmans

Results 15 issues of Daniël Brekelmans

The `Safe\shell_exec` function currently throws an exception when `null` is returned from `\shell_exec`. A `null` return is not always equal to an error occording to the docs. https://www.php.net/manual/en/function.shell-exec.php > This...

bug

I'm running `rc-apps deploy` on the latest release. It seems to compile my valid typescript to some broken code. It looks like it cannot resolve the import properly. I reverted...

📖 more info needed

Hi, Looks like you've put in a lot of effort on this :+1: I've had roughly the same thoughts occur to me about a month ago and I opened a...

Mac ARM now has its own chromedriver binary in `chromedriver_mac_arm64.zip`. The easiest way to support this is to add `MacARM` as a new operating system

enhancement
good first issue

Add a TokenRegistry where we can set a github token via the commands. The commands would receive this token as a command option. In the Downloader and VersionResolver, we can...