luk
luk
Nothing essential changed, basically preparing for bigger PRs coming (trying to split up https://github.com/roryg/ElementHelper/pull/16). Adding functionality that clears the element helper cache when the cache is manually cleared by a...
Just tried to install a11y to play around with it a little, but could not get anything to run, as soon as I try `a11y ` I get the following...
First of all, thanks for that great plugin, love it =)! I just copy/pasted the html markup extension, renamed it to xml and changed the "extend" part in the js...
Don't know if this addition is worth to merge, but as we have long playlists it's not very convenient to always have to scroll up to the main player. Like...
As this is pretty new (since 1.25) I assume this wasn't updated yet and therefore throws the following error when there are any imports from NPM. ``` error: Uncaught Error:...
for everybody else who's waiting, just use my fork (use the file in src directory)
default is of course 0 if not specified, works like this: ```js $.ajaxQueue({ url: 'https://httpbin.org/get', delay: 1000 }).done(function(data) { console.log('success'); console.log(data); }).fail(function() { console.log('failed'); }); ```
Hi Perak, first of all, thank you for your awesome work, it's truly amazing! then the actual question: Is there a possibility to define an additional first select menu option...
This would basically be the "view source" functionality (could be disabled via settings) that I like in many RTEs...
I recently discovered that the `.preserved.0.zip` files for older versions of Gallery in the packages directory are getting gigantic (several GB, yes, a site with a lot of images...), so...