Mike Erickson

Results 122 comments of Mike Erickson

So, it is a bug and feature 🤓

@aungwinthant has this been cured yet? Do you need a PR?

@madsem You will need to add node/npm to your app container. You can do this after container is running ```bash vessel exec app ``` Then, when inside container, you will...

Very true, so how about considering making it permanent and add to app Dockerfile (as I have done) because modern Laravel tooling has more requirements for presence of node/npm as...

@madsem or just use local install of node/npm and call it a day. I do nose work all day everyday in my normal workflow so locally installed node is an...

@madsem i didn’t mean doing everything locally, I was just referring to the actions that needed npm/node. I completely understand the desires to use containers for development work, I do...

I am not sure this option really optionally installs the desired option 🤓 That’s a tongue twister of a title

None, was just making a joke about the usage of various option words. It’s friday 🤓

@fideloper Fair enough, I can appreciate that statement and documentation update should be more than sufficient. Having been a former mantainer of laradock, I can completely sympathies with you want...

@fideloper Further, the "less" changes to core, the easier it is to maintain personal customization. I was working on an idea of a way of extending vessel to allow end...