Jean-Philippe BOURGEON

Results 13 comments of Jean-Philippe BOURGEON

Hello How can I make my package reach this awesome list ? regards

Hello have a look here https://github.com/nolanlawson/cjs-to-es6 Other ideas on stackoverflow https://stackoverflow.com/questions/43106130/convert-existing-legacy-library-to-es6-module

Would it help to split the library into two components and take advantage of npmjs namespaces? Something like `@pdfjs/server` and `@pdfjs/browser`

In my opinion, you should focus on the consistency of your API. You should stick with the current behaviour for all methods, and add an optional parameter to specify explicitly...

Hi I'm curious to know if and what you decided to do on that topic ? ;-)

Brilliant This way feels very coherent with the current behaviour of the library

How does the library already handle the case of putting over sized content in under sized pages ? In other words, I think that it is not the responsibility of...

Thank you for the quick hotfix ! For my usecase, it's a perfectly acceptable behaviour to rasterize the page and lose the TOC in the process. Should I close the...

@alizain Hello ! ULID is a great piece of software. I use it for all my uid needs and I am also willing to help you make it last !...

> You may also consider archiving the whole project to make it official that it is not supported anymore. The community (we) would then be free to fork the repo...