Andre Marcelo-Tanner

Results 30 comments of Andre Marcelo-Tanner

does it already work directly on external markdown files? sometimes i need to reference MD files from other repositories, but then if they are private that would be an issue...

you can also use ansible to put your own config files in the right directory

Lol did not read this in over a year. Ty! Still using and updating the project to date On Tue, 19 Dec 2017 at 1:48 AM vijaykumar257 wrote: > nice...

see my PR #32 I've also merged this in my fork http://github.com/kzap/deploy

Its for unix systems. Runs on osx or linux. You can run it from a VM on windows or wait for their native support with ubuntu On Aug 3, 2016...

Nice solution. I assume this was done so the code being run does not mock itself btw tested out the above code and it works well!

``` Hi, guys! In order to use custom autoloader you should re-init ReflectionEngine with composite class locator that will be able to locate your classes or you can use CallableLocator...

@icanhazstring Yes thats what I did, put everything inside a Namespace and it worked :)