Results 54 comments of Dmitry Ivakhnenko

@ZNick1982, woow, first PR with vanilla js 👍🏻 Thanks, I will test and merge it later this week

Hello @ZNick1982, I was able to reproduce problem with events order. But seems you fix helps only for first upload, on second event `onUploadComplete` will be called first again Need...

already exist https://github.com/Andarist/use-callbag

wow, thanks @devrnt I'm going to review this in the week

@BATMAH69 I made it little bit better https://codesandbox.io/s/8y0kx1900

`@react-pdf` uses yoga layout under hood and `gap` should be implemented in yoga first Upvote this issue if you agree. https://github.com/facebook/yoga/issues/812

@SamWoolerton @taipignas can you provide minimal reproduction with photo for this bug? I try to fix it

[I did it](https://react-pdf.org/repl?code=140630f60760ce02e004b027806c0a6538178e06518b51c00b5551803a1002754043195002806f60e38023300134402e38addbb000eb5bb700961003980804c001800d1b38017d57a809401b982848b0e00113020b1c46dab003e2b6a00f1990015c02daa08316daf68e001568655011f0d1319890d0a1c8b979d4112400bd5130008801040059d37d85851c0125dd8342a0a8403288606044a0f801e91aa96801ddc8652460895c395ca1512b2019bd28c1dc5b50dca906a91b50003d2400cc0168c0a924bc61e92520d69769dc44631b4b60871a00656821b8a04168455001f401d9c800ac4464f31d1a2532be50a8d2088441009707876be3d0198000253a080600113000c5c8347b90d18ce731c11ab678500000)

I wrote the exif parser for `jpeg` and faced with code duplication problem, project use two copy of image classes: - https://github.com/diegomura/react-pdf/blob/master/packages/image/src/jpeg.js - https://github.com/diegomura/react-pdf/blob/master/packages/pdfkit/src/image/jpeg.js This affects performance and adds headache...