Titouan B
Titouan B
Same here, cannot be able to DeepOmit on generic: ``` import { DeepOmit } from 'ts-essentials'; export type ExposedData = DeepOmit< T, { id: never; isLatest: never; checkId: never; createdAt:...
Thanks a lot for this very detailed exploration. My preference goes to `GenericDeepOmit` and highlight the usage in documentation. Add to that, I'm ok that `DeepOmit` doesn't work with not...
I would say it is risky to introduce a BC in existing helpers. Also is `strict` really the right term to describe not working with generic? Generic is a standard...
Thanks again for the detailed answer and explanation. Understood the decision and implication, I would still recommend introduce the changes as a major version. In my own use-case, It will...
+1 and we are waiting for this here: https://github.com/firebase/firebase-util/issues/96#issuecomment-232568126 Thanks
ping @Zhivko-Mailjet
ping @mailjet/dev-evangelist ?
Hey take a look at our Bundle: https://github.com/welpdev/mailchimp-bundle It uses drewm/mailchimp-api library and add really cool features to integrate with Symfony and User workflow.
Hey, would love to see a solution for this. BTW I found this on Stackoverflow -> https://stackoverflow.com/questions/60476245/how-to-setup-webpacks-hmr-in-nestjs-project-in-nx-monorepo
Same here, downgrading to `framer-motion` to `v9` works. We tested with latest framer-motion version v10.16.16 -> bug with the `defaultIndex={[0]}` not diplayed