Bart van den Ende
Bart van den Ende
A quick solution I just found was to pass the handler as event argument to the event From https://github.com/fat/bean/blob/master/src/bean.js#L667: ``` // non-native event, either because of a namespace, arguments or...
The JWT token can give a situation where different use cases conflict as it gives a pre-authorization and it will not revalidate the users access rights after its creation until...
> * [x] Don't mix callbacks and `async/await`: Express is not able to handle promises yet, so `async` might not play well, so this ` return async (req: $RequestExtend, res:...
Hi khwaaj, thank you for the feedback. Understandably there are app store restrictions that need to be taken into account, and personally I can not confirm if apple will fail...
encountering the same issue, it seems related to openjdk installation on _alpine_ docker images: https://github.com/docker-library/openjdk/issues/73 I was able to solve it by installing fontconfig to the docker image used: `RUN...
notice that ender is not returning data size values anymore on the call, you might want to discuss that with ender devs
This is fixed in pull #6
any reason for the component to exist in the first place? Looking at the code it seems to be a helper component which one could use as an alternative to...