Luke Karrys
                                            Luke Karrys
                                        
                                    Thanks @andrew, and yeah [this is](https://github.com/andrew/node-xbox-controller/blob/master/lib/xbox.js#L262-L268) pretty close to what I was thinking. As for proposed multicontroller support, here's what I was thinking for possible syntax: **Option1: Have the user...
I like Option B. It is something extra to support, but I think it'd very useful as a kind of auto-setup feature. Any other opinions/options? I might try to take...
@carldanley Let me know if you need help testing or anything. I have multiple controllers (2 SNES and 2 N64) and would be happy to help. I've had a todo...
I think I ran into the same issue as this. What I found is that the default value of `CARRIER_CASE` is `false` and `begin()` always calls `Buttons.updateConfig()` in that case....
Hi @elainemacurdy! I understand the use case here, but I'm wary to couple custom type functions with the binding object. For a project I'm working on, we keep some custom...
@garrettn Curious if you've tried https://www.npmjs.org/package/grunt-moonboots? I've never used it but the description says it wraps [`moonboots-static`](https://github.com/lukekarrys/moonboots-static).
Since we don't have a direct section on the site for `ampersand-sync`, this will have to wait until we have released new versions of `ampersand-model` ([issue](https://github.com/AmpersandJS/ampersand-model/issues/56)) and `ampersand-rest-collection` ([issue](https://github.com/AmpersandJS/ampersand-rest-collection/issues/27))
I have the same feature request but for a different reason. I use RunJS often as a [Node.js Repl](https://nodejs.org/api/repl.html) replacement. By default the Node Repl is configured to add some...
> You're saying you can configure the Node repl to include 3rd party libraries? No (sorry for the confusing language). The Node [`REPLServer`](https://nodejs.org/api/repl.html#class-replserver) (`require('node:repl').REPLServer`) can be configured that way. The...
I think I've landed on a patch for `agent-base` that will fix this behavior. If no other issues are found I'm planning to release it as part of the next...