Sébastien Corbin
Sébastien Corbin
Relying on `cmd`+`space` is also messy because it may be configured to use `ctrl`+`space` in Keyboard shortcuts
A solution to this would be to hit both `cmd`+`space` and `ctrl`+`space` as they do not interfere once spolight is open (from either shortcut)
Related question composer/composer#6261
`PRE_PACKAGE_UNINSTALL` is dispatched at https://github.com/composer/composer/blob/122e422682d961233cc5db8b2102cd98b049d4f9/src/Composer/Installer.php#L572 I tried dispatching the event but it is very ugly, but usable, see https://github.com/SebCorbin/composer-patches/commit/1cb9bacba51f8bba0c5f3f322c3bb61e4ceae974
For the moment, no: either we ask the composer team to dispatch the event on `uninstall()` (but that would mean on each installation managers or we stick to dispatching the...
Well, I thought my issue description was clear: > The problem is, bootstrap-lightbox thinks its a page, and load the raw data of the image into div.modal-content, resulting in something...
Somehow I haven't been able to reproduce this through a jsfiddle, but here are my versions: * Firefox 54 * jQuery v1.11.1 * Bootstrap v3.3.4 * ekko Lightbox v5.2.0 (from...
I'm suprised this isn't working for you as `$(document).ready(function() {})` is used and thus the placement of script won't affect the initialisation of the widget.
Statics are handled in a standard way in the widget, what was your issue in production? Is this related to importing jQuery?
As most of you, I had this problem while integrating wagtail in a existing project. After reading this thread I found out that only my Selenium tests were failing and...