JF

Results 10 comments of JF

This solution works with Mamp Pro 6. Thanks

Here's a simple case fixed. I use bootstrap 3 and have this layout ```html Main Sidebar to snap ``` Since the container of the side change from px to %...

This is extremely pertinent. I think if we could just repeat date elements, this would be possible. Ex. : "YYYY, YYYY" for a year range.

Apparently it does that when the name/description aren't valid.

Here's way to achieve this : https://github.com/lando/lando/blob/main/docs/guides/how-can-i-pull-sync-my-database-on-lamp-y-recipes.md

Disabling css3 package didnt work for me. Here is the error i got on the console : ``` PARSING SAVED VIEW Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line...

This worked for me : ``` javascript function beforeUnload(evt) { for (var name in CKEDITOR.instances) { if (CKEDITOR.instances[name].checkDirty()) return evt.returnValue = "messageUnsaved"; } } if (window.addEventListener) window.addEventListener('beforeunload', beforeUnload, false); else...