Jason Dreyzehner
Jason Dreyzehner
Hey @jonschlinkert and @doowb, I think this has been well-reviewed by some of the above commenters, and the changes are contained to only TypeScript-related parts of the project. (It also...
> We're not TypeScript users, but we'd love some help implementing and maintaining consistent, reliable, TypeScript definitions. We do have some PRs, but we don't even know the right questions...
Hi @unional – thanks for this PR! I'm noticing a lot of inaccuracies in the current type definitions (I'm having to use `// @ts-expect-error` in a lot of places), and...
Hey @andreagobetti are you still seeing this issue? Did you find a solution?
Hi all, while the focus of the plugin will remain QR codes, PRs are certainly welcome to add other types. 🚀 As mentioned above, the native platforms basically support other...
I haven't really thought about this use case, but I can see us supporting it. Have you thought about how the API should work? I'd love to review a pull...
Trying to thing about the other details – We would probably also need to add at least one status object property for the functionality – maybe something like `canZoom` to...
Ah, I hadn't considered that digital zoom might be valuable. It would probably be good to test that assumption first (since digital zoom isn't actually improving image quality, I wonder...
Thanks for the awesome project! On documentation, I'd love to see some examples of code that leaks. Maybe in in the ["Memory Management in JS?" section](https://github.com/andywer/leakage#memory-management-in-js)? I see the value...
This would be an excellent workflow for my use case. I develop my charts in a monorepo with most of the application's source code; I'd like to have an action...