Miko Meow

Results 26 comments of Miko Meow

@acl0056 Oh, ok. Cool. That makes sense! I ran into this issue awhile back with another app using XHR. It's a Phonegap/Cordova issue that returns status 0. I have a...

@acl0056 Ahh, great to know! My fix does not take that into account (yet)... Same thing meaning it's returning the same status 0 and the jQuery fixes it?

The library does not have CSS transform support, unfortunately is not trivial to add. The library is more meant for plugging into Canvas elements, or WebGL elements. It should work...

Hi Stodge, I actually did this recently... Unfortunately, my event.js is a bit ahead of the online branch, and would take an hour or two to merge. I upgrade the...

Unfortunately it appears the fun is over :( https://code.google.com/p/chromium/issues/detail?id=495643 I believe the only way to get around would be to draw pixel-by-pixel... bonus of that would be that it would...

Just tried to do the pixel-by-pixel method; it's super slow, and could not get pixels to align properly. Better option might be to write a DevTools extension; https://developer.chrome.com/extensions/devtools

WhatWG is working to make some more standardizations surrounding window.console (good place to weigh in on console.image and why it's important): https://github.com/whatwg/console

Hey Mark, that would be an awesome pull-request. I did a quick look through the codebase, and it looks like the place where the query strings are being ignored is...

Might be of interesting, a few blend modes in WebGL, release under a modified MIT license: http://devmaster.net/posts/3040/shader-effects-blend-modes

Hi Aaron, thank you so much for your thoughtful response :) My apologies for the late response! Here's a few thoughts: - What if the cursor was in it's own...