Michał Miszczyszyn

Results 133 comments of Michał Miszczyszyn

Unions are already covered thanks to `oneOf`: ```ts const userSchema = object({ name: string(), role: oneOf(['USER']), }) const adminSchema = object({ name: string(), role: oneOf(['ADMIN']), }) const x = validate(oneOf([userSchema,...

@all-contributors please add @stepaniukm for ideas

@all-contributors please add @stepaniukm for ideas

@whitecolor did you find a solution to this problem?

We should try using pollyjs#intercept method to replace MSW.

Related - font size adjustments for different font families: https://web.dev/css-size-adjust/

Superseded by https://github.com/saleor/react-storefront/pull/391

Some research: 1. https://stackoverflow.com/a/66641039/704894 2. https://stackoverflow.com/a/37392811/704894 3. https://stackoverflow.com/a/39905960/704894 4. https://docs.oracle.com/cd/E24152_01/Platform.10-1/ATGPlatformProgGuide/html/s0906sharingasessionacrossmultipledom01.html#s0906sessionrecoverywithjavascript01 More to follow