Ralph Leermakers
Ralph Leermakers
Allows the locking of columns so they wont participate in the manual column ordering.
When creating an xmlElement right before a textNode on the same level it is ignored. ``` javascript xml( { test:[ {'foo1':''}, {'bar1':''}, 'textNode', {'foo2':''}, {'bar2':''} ] } ) ``` Yields...
Not sure what the reason for it is but I sometimes get the error `{ [Error: socket hang up] code: 'ECONNRESET' }` but I cannot simply reproduce it. I have...
It would be nice to be able to use the route variables mentioned in the url/fullUrl interception parameters. Something in the line of this: ``` javascript proxy.intercept({ phase: 'request', method:...
Hi, This problem arises in v0.10.2, v0.10.1 worked without issue. Once a PUT or POST handler has been added the body has been read and cannot be read by any...