Bojan

Results 78 comments of Bojan

Hello, thank you for inquiring about this issue. This is not implemented yet as the core grpc Node.js module does not support reflection yet.

Hello, sorry for late reply... Looks cool and interesting; like a nice alternative where gRPC is not a practical option, for example we still want nice H1 / browser support....

Hello, thanks for inquiring about this. I agree it may help to help an example dealing specifically with tests. The "user service" example does come with [tests](https://github.com/malijs/examples/blob/master/user_service/test/user.test.js) that you can...

Hmm I cannot recreate this... although I am not using Windows, and do not have easy access to that platform. Can you provide a smaller completely reproducible script please, or...

Hmm i can't seem to reproduce this. Can you check version 0.21.0.

Hello, sorry it took long to look into this. As the [attachment documentation](http://bojand.github.io/mailgun-js/#/attach) states the `knownLength` parameter is only required in case of a `Stream` attachment, which is what you're...

Hello, unfortunately there isn't really one besides the commit log. Most changes for a while have been either minor bug fixes or documentation. You can see a list of all...

Tried with Node 6.11.2 on mac OS (I do not have access to Windows easily) and this works fine for me: ```js var filePath = path.resolve(__dirname, './pdf-sample.pdf'); var data =...

This looks like it's Angular? Or at least client-side in browser judging by `webpack` in path? This module is meant to be used from server side within Node.js environment. Not...

Hmm thanks for the comment. This seems like a sensible workaround... What is this base url? This does not seem to be documented in the Mailgun documentation? At least I...