Sergio Alvarez Diaz

Results 18 comments of Sergio Alvarez Diaz

Thanks for having a look at the PR and for maintaining this library! I just realised that the same sort of ambiguity exists around userWhitelist. I am not sure what...

In the meantime you can set the default with: `moment.tz.setDefault(timezone);`

I am encountering this limitation also when trying to use Continuation Local Storage to set some correlation id (similar to zipkin). I can decorate the handler, but in my case...

By the way we are currently decorating all the handlers in one go as we start the server: ``` server.table().forEach(route => { const matchingRoute = server.match(route.method, route.path); matchingRoute.settings.handler = loggingContextDecorator(matchingRoute.settings.handler);...

Enabling ip forwarding (which had become suddenly disabled in the host) worked for me. `sudo sysctl net.ipv4.ip_forward=1`

- How about the name version? This is the standard in the JAVA world. - My suggestion would be to support different types and the type defines the way to...

Sorry for the delay, I have updated the PR. Renamed configuration option to version. I have included support for columns of type Date and Number . Strings are doable also...

Added PR with proposed changes: https://github.com/neumino/thinky/pull/619