Maxim Devoir

Results 11 comments of Maxim Devoir

I was not able to ignore the error and ended up switching to a theme that the program did not complain about. I liked my theme before, but I also...

@JasonEtco @gr2m I'd love to join the [Create Probot App](https://github.com/probot/create-probot-app) team and maintain CPA. I've got a few PRs that solve all the active issues on the repo. Additionaly, I've...

This is awesome, I love running watch commands. I won't be able to check out PR until the weekend - if no one has reviewed it by then. It all...

After some testing, the `watch` command won't reload the application (e.g. re-run `watch-node` command`) after changes have been made to the project - even though the project has been rebuilt....

Any update on this? It took me a while to find the source of the problem of why commands (e.g. `which` or `npm` etc.) were working in my project root,...

After spending a few hours debugging why my `lint` command was suddenly experiencing crashes (including when going to previously working git commits) I discovered that `typescript` was processing one of...

From ZSHs website on what compaudit does: > For security reasons compinit also checks if the completion system would use **files not owned by root or by the current user**,...

Yeah, I guess it makes sense for ZSH to complain about insecure files while executing as root; zsh sourcing public/writable files and directories. You could set the `ZSH_DISABLE_COMPFIX` flag in...

Looks like there are some test errors. Unfortunately, I wasn't able to get testing working on a clean install of the repository. I'll look into getting tests to work locally...

I think this could also be utilized by Probot. The larger goal with helper features like webhook-event-check is to help developers catch permissions-related issues with their GitHub App faster. With...