Alvin Crespo

Results 21 comments of Alvin Crespo

Yeah I'm also a bit confused on this, I thought that livereload would check for .js files throughout the project?

@cweilemann Thanks for the note there. That helped me out.

I'm running into this issue as well. I can't reproduce it quite exactly each and everytime, but lets say the following scenario is true: - Middleman is running (serve) for...

Forgot to add my environment info: ``` ➜ bundle exec middleman version Middleman 4.2.0 ➜ node -v v7.2.0 ➜ npm -v 3.10.9 ➜ bundle exec middleman version Middleman 4.2.0 ➜...

@makepanic Let me know if you want any help with this. I was considering this addon for use in my project and this was one feature I'd like to make...

@Bkucera I branched from [issue-10](https://github.com/cypress-io/cypress-example-docker-circle/tree/issue-10) in order to not stomp on any future changes. Hope thats ok!

I forgot to mention that this only happens when I install conductor.js as a dependency using bower for another project. e.g. ``` bower install conductor.js -S cd vendor/conductor.js npm install...

@stefanpenner I was successfully able to make everything work fine by doing a force initially - I'm just not sure if theres a specific reason why this would fail due...

Does anyone know why MYSQL_OPT_RECONNECT is being deprecated? I tried looking for the related work log item, 15766, but couldn't find it [here](https://dev.mysql.com/worklog/).

@chis-dd You rock! Thanks for the help here. This is what I did: **`eb --version` doesn't work** ``` ➜ ~ git:(main) ✗ eb --version pyenv: python: command not found The...