Nobo Nadie

Results 12 issues of Nobo Nadie

Tuples are missing a method that would return nothing, `void`. The method signature would be `void tap(Closure /*will all tuple elements as input arg*/)`. The use case is when you...

In our tests we are using **mocha** with **jsdom** and `import ... from ...`. There was no way how to enter a `url` to `register.js`. Since `register.js` is create a...

The class breaks several principles and can be improved in many ways. Since the class might be in production already I made only safe cosmetic changes that don't modify the...

In Grails, tested on 2 different machines with Windows 10 (OSX is working), with the configuration in **logback.groovy**: ``` appender('LOGZIO', LogzioLogbackAppender) { token = '...' logzioUrl = 'https://listener.logz.io:8071' logzioType =...

enhancement

Hello @burczu , I find your library really useful. The only thing I was missing to have a complete framework were authorization decorators (not sure if it's the best name...

- Interceptor for all webhook on* methods - Result of the interceptor must be passed to `on*(webhook, interceptorResults = {})`

We've just finished our own process for releasing of the lib. A while ago, I had a look at https://github.com/semantic-release/semantic-release and it seemed to complicated. Maybe it has some advantages....

analysis

Apply shared JSON schema validation. It will reduce the wrong calls to our backend. It will also speed up the response in case the request is wrong.

enhancement