Daniel Friesen

Results 336 comments of Daniel Friesen

Performance? Stripping the quality gives you the wrong file. The point of quality is to affect the image quality / filesize of the file. If you strip it out then...

> The whole point of using toBlob instead of toDataURL is performance, and it's not like I added the moz method to support old Firefoxes--it was added back when it...

Another alternative to splitting up formik would be to make `formik` not handle the batching implementation and require everyone explicitly declare the batching implementation based on their react renderer. i.e....

There is an alpha of [React 18](https://github.com/reactwg/react-18/discussions/4) out now, with full concurrent rendering. An implementation of `useMutableSource` is included, though not finalized and they are taking feedback from libraries during...

Not stale

Formik is in **major** need of a v3. It's been nearly a year since the key improvements to Formik were written and we're still stuck between v2 with it's major...

I'm fine without the strongly typed version. By bad TypeScript types I was actually referring to how v2 has absolutely awful TypeScript mistakes like `GenericFieldHTMLAttributes` being part of `useField`'s config...

Is @jaredpalmer going to merge anything into a new official alpha. Or @johnrom are you interested in forking Formik or having your current fork used in production? I'm willing to...

All of these hypotheticals about editing real code and then publishing it on mobile appear to assume you're using GitHub's editor. The editor which on mobile appears to disable auto-indenting...