Sasha Varlamov

Results 18 comments of Sasha Varlamov

Running it within the container while it's actually running seems to work (thanks Hyper.sh support): ```bash echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p ``` However, it...

@teawater That also works. For now I just have it our entrypoint script

Opted out of including it in the source as that would not be nice for users/devs who run locally

I have also tried the exact 'fix' described in the following reddit post for consul on windows -- which is very similar in that it's VM-based -- but I get...

Please check out my comment in #22

Can you please link to a specific part in the course to replicate?

The precompiled version for OS X is failing for me on El Capitan as well - so not only a Yosemite issue - however the one that I compiled myself...

Sorry for the late response on this! Basically, `mdlr` only supports in the root dir right now -- so you should run `mdlr init` in the root dir of the...

Not sure exactly what you're looking for as far as functionality, but here's where the flags are in the code: https://github.com/exlinc/mdlr/blob/master/main.go#L31

No problem... I should do that for all of it, but not too familiar with the Github releases setup as we'd have to also add the binaries in addition the...