Jeffrey Way
Jeffrey Way
Would be cool. Want to wait just a little more to figure out how much those annotations will be emphasized in L5.
Don't do the check for `is5`. Instead, just make the necessary revision, and then we'll tag it appropriately.
When I run `guard --debug` and change `app/routes.php`, here is the output. ``` bash 22:53:59 - DEBUG - Stop interactor 22:53:59 - DEBUG - Command execution: stty gfmt1:cflag=4b00:iflag=6b02:lflag=200005cf:oflag=3:discard=f:dsusp=19:eof=4:eol=ff:eol2=ff:erase=7f:intr=3:kill=15:lnext=16:min=1:quit=1c:reprint=12:start=11:status=14:stop=13:susp=1a:time=0:werase=17:ispeed=38400:ospeed=38400 2>/dev/null 22:53:59...
It worked! Thanks, Dan. (Still would be nice to specify a folder name, and have guard-phpunit do that for me, though.)
Not possible right now, but I can add that in, definitely.
Cool. Will look into implementing this very soon.
Hmm - I'm not sure I like the idea of 'undecorate'. I'll see if I can make it reset every time.
I just tested your repo on a Mac, and everything worked correctly. Can anyone else confirm that this fails on Windows or Linux?
I don't think we currently expose an option to hide that. You're the only person I've seen request it, so I'm not sure it's overly necessary.
I did a good bit of research and found that query string based caching should be more than adequate. Much of the research, as you linked to, is from pre-2010...