Robin
Robin
Setting a new `value` or a new `get` function using `Object.defineProperty` should trigger reactions on the relevant key. This should support reacting to both modifying existing keys of and adding...
[/static/images/favicon.ico](http://backbonerelational.org/static/images/favicon.ico) (linked @ [gh-pages/index.html#7](https://github.com/PaulUithol/Backbone-relational/blob/gh-pages/index.html#L7)) gives me a 404 File Not Found. Does a favicon event exist or was this link-in just wishful thinking?
Implementing, for example, a draggable element would be so nice like this: ``` const DraggableView = AmpersandView.extend ({ ... events: { 'mousedown': 'down', // start dragging and set listeners },...
What do you think about adding `.emit ()` as an alias for `.trigger ()`. This would allow it to have a signature very similar to NodeJS's `EventEmitter` class which would...
#80 might be as simple as this. Heads up that I haven't tested this! This also happens to be my first time working in Swift: it might be totally wrong....
Love this app! This is a small ask; I might put up a PR if i get a chance. MacOS's built in menus, as well as most apps', treat clicking...
I love that `HideTitlebar` is an option. It's beautiful on mac. I noticed two small glitches. These may or may not even be worth doing anything about. 1. When hovering...
### Current Behavior I'm using react-native-web to render tamagui into a website. First off, is this a recommended way of working? It's convenient for sure in that it makes more...