Michael Stuhr
Michael Stuhr
yep. out of order. ``` document.addEventListener( 'keydown', function( event ) { if ( event.key === 'p' ) { // play-toggle if(videoplayer.paused) { videoplayer.play() } else { videoplayer.pause() } } if...
oh btw i used to install it like described on the corresponding doc-page: composer create-project LavaLite/cms --prefer-dist website cd website php artisan lavalite:install (key is generated btw) i ran php...
adding `` "type": "module", `` to package.json seems to indicate that this is a viable fix. although the component did run fine for me even without it.
can confirm: ->updateRules('sometimes'), does solve this issue for me. but it seems like an ugly solution to me.
i'm on win7 node: 6.9.4 npm: 3.10.10 yarn: 0.24.5 and i think rcedit fails because of user rights or the file (exe) being write protected. Do you need more info?
maybe related: https://github.com/electron-userland/electron-packager/issues/590
updating rcedit didn't change the icon, but at least didn't crash either :-)
Grr! Only on first try. so still crashes.
rcedit fails to change win-x64 binary, x-86 runs just fine.
well i cannot, because rcedit fails. BUT: i boosted the version number in your package.json to 0.9 and this seems to work for x86 and x64 as well.