arnorhs
arnorhs
it appears so - typescript types are not in sync with the types expected by the react component - there seems to be an issue rendering (at least) EAN13 codes...
I would like to point out that generating a QR code with a logo embedded within it is a popular use case. This library is dependency free, so it is...
After some research it appears the concept is called "Frame QR" https://www.qrcode.com/en/codes/frameqr.html
nm, realize now that it requires node.js, and it's not actually compatible with CF workers, despite being featured on "works with workers" sorry about that
i have the same issue. did you ever end up figuring it out @vijeetgv ?
this makes the `fastify.zod[get|post|etc]` is completely incompatible with my setup and i'll have to continue the "deprecated" route..
@elierotenberg so for context, a lot of people structure their routes like this with fastify: ```javascript app.register((i, r, d) => { i.register(hotTakesRoutes, { prefix: 'hot-takes' }) done() }, { prefix:...
So, what is the status of the PR? Seems like the test is accurate - I had the same defined myself in a big repo at work, and it has...
Yeah, I agree about bumping the major version. I will take a swing at that, since it also helps another project I'm contributing to. I'll at least try to make...