Lindsey Simon
Lindsey Simon
On DOMContentLoaded this plugin is triggering a change event for my radio inputs which do have a value attribute, but not because the server filled in a value like an...
Looks like this is a Windows Mobile device UA: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; XBLWP7; ZuneWP7) (fyi I'm going to submit issues here if I discover any...
`inputStyle: textarea` on mobile makes selection impossible (you cannot select text). `inputStyle: contenteditable` on mobile (with the keyboard up) scrolls the cursor into view even with `autoScroll: false` and `autoCursor:...
The file does employ @default though, so I get the idea.
Any reason gcm.py opts for django's cache module instead of using GAE's memcache one? I don't use django and had to edit gcm.py to replace cache with memcache. Thanks for...
Is the popup window size configurable? 
In order to make things work (initially, only client-side) I had to change the `renderApp` function `return store.dispatch(configure(`
I use this in a nextjs app, and something / somehow goes haywire if I upgrade to 1.1.2. If I downgrade to 1.1.1 everything is fine.  Here's my code...
https://www.dropbox.com/developers/chooser
Currently the server doesn't implement the OPTIONS preflight.