Elon Mallin

Results 20 comments of Elon Mallin

I might be wrong but I think SQLite is quite fitting for small to medium sized CTFs. It would also make CTFd extremely easy to deploy since all you need...

I like the idea of this. The use-case I'm thinking of is having a base chart that many of my apps use but I just need to override the image,...

Thanks, a new release is out with the test suites wrapped in single quotes. Added some tests and pipe to release so should be smoother in the future.

Hi, I'm not very active in this repo unfortunately but I could accept a PR. It seems like two problems. 1. Make it work with nushell 2. Fix quotes for...

I think the problem has to do with how vscode handles nushell since I'm running tasks and it will pick up the shell by default. And in your case it...

I guess you have `/usr/bin/php` in your environment path and that's how it gets picked up somehow even though it shouldn't. Could you remove it and add `/usr/local/bin/php` instead as...

Okey, I see you're running locally and it's running the [ComposerDriver](https://github.com/elonmallin/vscode-phpunit/blob/master/src/Drivers/ComposerDriver.ts). Unfortunately it seems like if the OS is not windows I just use the `phpunit` executable in that case....

Glad that worked :) I'll see if it can be fixed so it just works as expected. Would you mind sending the **OUTPUT** again so I can see which command...

Thanks, yes that should be possible to add. Would need some restrictions to which files and functions they would appear on though: - A file must end in *Test.php -...

Added this feature now ages later and released a new version [4.8.0](https://github.com/elonmallin/vscode-phpunit/releases/tag/4.8.0)