Mike Dugan

Results 5 issues of Mike Dugan

For better or for worse, default blade syntax for HTML in L5 is now `{!! $var !!}`. Local workaround: - views/index.blade.php - change `{{ $child }}` to `{!! $child !!}`...

When I go to preferences and change the color scheme, it lessens the height of the window each time I change it. ## Want to back this issue? **[Post a...

GUI

Upon installing and launching finalterm, I received the following: shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory sh: 0: getcwd() failed: No such...

pretty well hit on this in /r/webdev, just wanted to leave a bug about it.

feature

Automatic database imports - if the project directory contains a `database.sql` (naming insignificant), automatically import that database to MySQL (or PostgreSQL/SQLite/etc) The shell script to do this would probably be...

enhancement
Discussion