Michael Genereux

Results 16 comments of Michael Genereux

I call `php -dxdebug.mode=off` if I need it off but since this is the container for development, I just leave the XDebug running whenever I'm running PHP code.

Would persisting filters and sorting into views be a nice generic solution for this? I type `/Running` and `shift-c` all the time.

I'm seeing it with Python 3.9.

Do you think this will eventually work with partials?

@jeremyhaile Production rails doesn't support changing assets without a reboot. Am I not understanding?

@kavkaz Could you review the following: ``` erb window.project_assets = ; window.asset_path = function(logical_path) { return window.project_assets[logical_path]; }; ``` That solved updates and deletes but I can't get Sprockets 2.x...

This is what I really wanted: ``` erb window.project_assets = ; window.asset_path = function(logical_path) { return window.project_assets[logical_path]; }; ```

You have an build.sbt in that folder?

Same question. Do you have a build.sbt in that folder?

Why is this closed? Cygwin isn't a requirement for this plugin. This source setting the terminal type to unix on a windows machine causes jline to call sh instead of...