Jonah Werre

Results 30 comments of Jonah Werre

Yes, I saw the center for Pie and Radar—perfect! Unfortunately, I’m drawing charts on the server side and rendering them to pdf so no SVG element . > On May...

It may be worth considering adding a feature where you could plug in your own Promise library (https://github.com/oauthjs/node-oauth2-server/issues/621#issuecomment-880112523). Since Bluebird has been such an integral part of this project many...

Doesn't look like it: https://github.com/oauthjs/node-oauth2-server/blob/015416563fcd5f0dd58e562aabd1b117d4bfa361/lib/response-types/token-response-type.js#L9

@mjsalinger if you'd like to add me as a contributor to this project I'd be happy to go through all the pull requests and issue and resolve them. I know...

@gligorkot. Yes, these issues should be resolved. You do not need to set the `LD_LIBRARY_PATH` since one of the paths here is `opt/lib`. This is the location of your layers...

I wonder if you could include a font engine such as [fontkit](https://github.com/foliojs/fontkit) to embed the font in the document.

Still no Promise support?

Just a thought... instead of supporting both callbacks *and* promises in the same function you could mimic the way `fs` does it. Something like: ``` // For Callback import {...

I think the solution for this would be to add support for SVG paths like [PDFKit](http://pdfkit.org/docs/vector.html#svg_paths). Something like: ``` content = [{ canvas: [ { type: 'svg' path: 'M 0,20...