Luke Vivier

Results 6 comments of Luke Vivier

The load event will only fire if the element is replaced by nanomorph. It works the first time because the onload handler assigns a value to `input`, then on subsequent...

@AcidLeroy the python simpleHTTPServer knows to rewrite the route `/` -> `/index.html`. That's why that route works. But it doesn't know to rewrite `/homer`, doesn't find a file called "homer",...

I just ran into this limitation as well. `qs` by default [will not parse an array with more than 20 items](https://github.com/ljharb/qs#parsing-arrays), it will convert it to an object with numbered...

fwiw we are working around this with a global hook along these lines: ```js import { traverse } from 'feathers-hooks-common' import { isObject } from 'lodash' const METHODS = ['$in',...

@MatthewMueller any hope of seeing coderunner.io back up again?