Thomas Lathuiliere
Thomas Lathuiliere
@marvinhagemeister do you have any time to look at it ? I can work on a proposal but first, it would be awesome to have your opinion on the proposed...
Hello @kettanaito, what is the status of your investigation ?
FYI, the failure consist in the CI check of exports map. I've raised [an issue](https://github.com/marvinhagemeister/check-export-map/issues/6) on the package maintainer of this "check" to understand if there is any reason to...
I close this since https://github.com/react-hook-form/resolvers/pull/435 is merged and definitively solve the issue 🎉 Thanks 🙏🏽
I look into the code, and the issue seems to be related to `$TFunctionBrand` here : ```ts /** ************************ * T function declaration * ************************* */ export interface TFunction {...
To help solve the issue, it comes from this : ```ts declare type Serialize = IsAny extends true ? any : T extends TypedDeferredData ? SerializeDeferred : ... export declare...
It would be awesome if someone from the core team could look at this 🙏🏽
@silentcloud can you merge this PR please? ❤️
Based on the fix found by @zilicon, I made a modification to the `podspec` which resolve the issue. **TL,DR:** add this to the `podspec` ``` s.header_mappings_dir = "lib/include" ``` **Explication:**...
IIUC, [this proposal](https://github.com/tc39/proposal-intl-segmenter) may be what you need. Still, this is not yet fully available. When available, it may solve the problem and use standard API (= no impact on...