Remy Sharp

Results 41 issues of Remy Sharp

Because the url is constructed on load, rather than when the button is clicked, it won't reflect an updated url. Though I could listen to the pushState event... or just...

bug

@larscwallin would you be up for making some small tweaks to your icon? Below are two screenshots of the icon in use. It's going to sound daft (to me), but...

A [few](https://github.com/remy/bind.js/issues/15) [issues](https://github.com/remy/bind.js/issues/17) have been raised about `select` elements not working, and it's definitely right, I started to look at the issue and it raises some questions. It sort of...

There's no mapping for the root object, so maybe this is a special key? Something like: ``` js var o = new Bind({ cats: ['sam', 'nap', 'prince'] }, { ':root':...

enhancement

Been using bind in a private node project, and this causes a pretty serious bail: ``` js data = new Bind({ foo: [], }, { foo: function () {}, });...

i.e. ``` js bind({ cats: [{ name: 'dizzy' }], }, { 'cats.*.name': function () {} }); ```

enhancement

Fixes #116 Currently this repo is maintained by myself and @janl. I'd like to see more representation from people that have more experience with events and CoCs (though big props...

Using macOS 10.14.5 (18F132) (Mojave) and node @ 10.41.1 and latest hotel. I found that `hotel start` reported it had started, but the daemon wasn't running (as confirmed by `curl...

help wanted
PR welcome

Navigate forward, about half way, go back, then go forward, the numbers get confused.

The original version of [this](https://remysharp.com/2009/01/07/html5-enabling-script) blog post told reads to hotlink to the code.google.com project directory to get their HTML5 enable-goodness. Since then, I've been [schooled](https://zoompf.com/blog/2012/05/html5shiv-and-serving-content-from-code-repositories) in the error of...