Mark Hamstra

Results 296 comments of Mark Hamstra

Another improvement that comes to mind looking at the current source is to skip the getObject at https://github.com/modmore/Gitify/blob/master/src/Command/BuildCommand.php#L366 when using `--force` because it will not return anything anyway.

Implemented the change from the previous comment in commit a4204d59c477389af7bcdec197666c258f6fb288 Test case is a project with just over 1000 resources in a single context, running on my mid 2012 entry...

There are some related issues, like #167 and #50, so I think it makes sense to take a closer look at filename generation and line endings across all environments, not...

Bad Mark, bad Mark for not providing any more info. If I remember correctly, this was about something like a package not being installed (e.g. moregallery) and it trying to...

My experience developing on windows is fairly limited and definitely outdated as I've been using Macs for the past 4 years or so, but those are pretty standard commands for...

Are you using cmd.exe or a slightly more decent command prompt like Git Bash (msysgit)? Some of those things can definitely be handled with some more code with php, but...

Gotcha. For certain things calling the shell commands seemed like a better approach at the time, but definitely open to making things more portable. One thing I'd probably try to...

Would be nice if there was a way for Gitify to automatically collect all available xPDO objects, even from third party packages, so it can do everything by default.

Look forward to seeing a PR for that ;) Can see a couple of benefits for shipping a .phar alongside the "manual" installation.