Gregory Koberger

Results 12 issues of Gregory Koberger

`dropit.js` is another project

I had to turn off PNG support on avataaars.io, because it was being abused and was costing a few thousand dollars a month. If you need PNG support, the code's...

@clouserw requested and @cvan said he'd make it happen. For cloud links, adding anything after the slash will make it an image: http://cl.ly/image/1H2B2C3b1s3w -> http://cl.ly/image/1H2B2C3b1s3w/test Not sure about Dropbox

wanted

Here's the code: $('.bz_query_remember form').submit(function() { var url = $(this).attr('action'); $.post(url, $(this).serializeArray()); return false; });

need-info

The `onLoad` option works great if the parent element is a `controller,` however if it's a `directive` it's never called: http://plnkr.co/edit/CvPSaccYVKZfoesJC7o4? The problem is it just hasn't binded yet. I...

**Do you want to request a *feature* or report a *bug*?** A bug **What is the current/expected behavior?** When I run `vim-prettier`, trailingComma is using 'es5' rather than 'all'. In...

I was struggling with this for a bit, then remembered you tweeted about it. Took 5 seconds to get working, and worked perfectly. Thanks so much! (Close this whenever you...

Since the only extensions that LinkedIn detects are ones that are used for spamming users, I've reworded this extension to properly reflect why it's happening. FUD against LinkedIn is unfair...

Most of what `omnium` was built to normalize can be easily written with Web Extensions. There's a few discrepancies (some slight differences in `manifest.json`, for example) that could still be...

Make it so we can override all settings via the command line. For example: ``` manage.py compress_assets --cachebust_imgs ```