Sebastian Helbig
Sebastian Helbig
Anyone else experienced this? Testing on emulator. (Nexus_5X_API27, Android 8.1.0) > > Plugin version: 5.3.0 > Platform: Android > OS version: OS X > Cordova version (cordova -v): 8.0.0 >...
Is there some way to change the default timespan? Apparently just changing the timespan value in the links in the sidebar doesn't do anything :(
When enabling lazy loading the output path of assets inside engines changes as everything is put inside an `engines-dist` folder. Is there a way to have the output path be...
It is best practice to add the passive flag to every wheel, mousewheel, touchstart, and touchmove event listener that does not call preventDefault() See: https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners Currently Lighthouse complains at this...
When using the swiper option `loop: true`, the swiper will duplicate the slides. This leads to having element with duplicate ids in the DOM ``` … … … … …...
It seems that ember's builtin `LinkTo` should not be mutated anymore. Please see: https://github.com/ember-template-lint/ember-template-lint/issues/1820#issuecomment-791963816 https://github.com/emberjs/rfcs/blob/master/text/0671-modernize-built-in-components-1.md
``` fingerprint: { enabled: true fingerprintAssetMap: true, generateAssetMap: true, prepend: '' } ``` ``` rootUrl: '/', ifa: { enabled: true, inline: false } ``` If I open my app under...
This warning is shown on startup when using with current ember-cli (5.3.0).
So far I like the plugin. Thank you! Drag and drop is good for saving time, but one thing is missing: If a user moves a ticket to another column,...
Another thing: Please insert sort options. It would be nice to sort tickets by assignee like in the screenshot (our current wiki solution, but without drag and drop). 