Wojciech Maj

Results 257 comments of Wojciech Maj

Hmmmm... Since all elements are in flexbox, you should be able to reorder them to your liking using `order` in CSS. I wonder which approach would be better!

Type definitions are to be added to DefinitelyTyped project. PRs with type definitions added directly to here won't be accepted.

Yep that's a bug. We change focus on key up, and you can press next key (in this case: "4") down before the previous one (in this case: "3") is...

Looks like the vulnerability isn't going to be ever fix in dicer (https://github.com/mscdex/dicer/pull/22), but busboy (direct multer's dependency) no longer depends on it. So all we need is to update...

I think I've finally figured it out! https://codesandbox.io/s/recoil-entity-list-entity-sync-two-maps-uz36e?file=/src/store.js This assumes local data always take priority, so if you update data locally, and fetch the same data from somewhere else, it's...

That sounds like too little info to help you; care to paste the entire error w. stack?

Here I am, 7 years later, digging in Stack Overflow and GitHub, because Select elements don't seem to reliability fire onChange on iPad OS version 14. FOURTEEN.

They way LD context is built will cause components to update on every flag update anyways, but still, useFlag would be a really neat addition. For now, we ended up...

Yep! You technically can use e.g. Webpack alias to rewrite imports to use src folder & build the library yourself, but I think it's too much of a hassle for...

calendarType only affects week start date & week numbering, so do you really need a separate prop for your use case?