Remy Sharp

Results 126 comments of Remy Sharp

All live now - thanks for your work.

@larscwallin any chance you can render a "retina ready" version of the 16x16 icon? I just pulled in a pull request that blew away the icon to give it retina...

I actually just need a base64 encoded string - it goes in the plugin. I think I asked for SVG originally, but soon realised I couldn't do anything with it!...

So nearly there - and sorry to be a perfectionist (and in your defence, I _just_ noticed this). Is it possible to add a subtle white backdrop that matches the...

The change isn't as simple as that. Sure, it fixes the options being set via an array, but then the value (in bind) is coersed from the array to a...

Not sure I follow - the subject suggests there's a problem with `input[type=hidden]`, but there isn't one...

Oh, I think I follow now. Are you expecting the bound object to update when you change the input using jQuery? If that's the case, I'm pretty sure you want...

I'd be up for a PR to add that functionality, but perhaps it should be inside of the `Bind` method instead of on the object, i.e. ```js var user =...

Bind needs a change to listen on `input` on elements within `contenteditable`. I'd be happy to accept a PR with a test if possible. Thanks. On Sun, 24 Apr 2016...