David Luecke

Results 108 issues of David Luecke

http://www.ractiv.com/index.html looks pretty interesting. Basically it can make any surface multi touch.

Currently attributes will be processed in the order they come in. Breezy should have a clearly defined precedence which attribute is processed when (e.g. `with` should always run first).

I want to be able to do ``` js var viewModel = { get displayTodos() { if(this.selection === 'active') { return this.filter(false); } if(this.selection === 'completed') { return this.filter(true); }...

I figured following up here on [the browser-launcher issue](https://github.com/substack/browser-launcher/issues/18) was the easiest way :) As mentioned [launchpad](https://github.com/ekryski/launchpad) can also start Browserstack workers through pretty much the same API which looks...

_From @eric-burel on June 8, 2018 8:32_ Hi, I noticed that the fetch service always does a `response.json()`, however in many case you might need another conversion (e.g `response.blob()` for...

Feature
Client

Follow up from https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/211. Managing relationships with Sequelize is quite strange. For example it doesn't allow updating nested entries and creating nested relationship does not include them in the result...

enhancement