Wojciech Maj

Results 257 comments of Wojciech Maj

I tried to reproduce it and honestly, I'm not even able to get it working on Webpack 4. We gotta wait for Mozilla to make an official release. Then we'll...

A variant I did: ```js function toVal(mix) { var k, y, str=''; if (typeof mix === 'string' || typeof mix === 'number') { return mix; } if (typeof mix ===...

@AzrizHaziq Believe or not, this does not make the Gzipped version smaller

@aesy You're not alone, @vitejs/plugin-react-swc doesn't seem to do the trick for me. During development, `index.html` loads, but after that, Vite just crashes silently.

This is expected. JavaScript in general doesn't operate on other time formats than military.

Sizing issues were long resolved. Regarding maximum number of numbers in year - yeah, 6 digits sounds just about right, provided that you didn't set maxDate to anything less than...

Margin-inline-start is the way! Will reimplement this. Yeah, I know it's been years but... 😅

@irunner-toptal thank you for your contribution. I re-implemented it on top of our new architecture in c244775450d3d37695c50974c0a78f1cc66cc8b0 and made you a co-author of the commit. Hope that's alright! Thanks again!

Hi, it is already supported. It is named inaccurately though, that's why we're changing it in af15e6abf9257d75c15897963a3bd28e4aa930d4.