Alexei Darmin

Results 7 comments of Alexei Darmin

Improving on @jhlywa's answer and maintaining history: My use case was I needed to retrieve the other side's potential moves without changing board state. ``` /* untested, seems to save...

@dngo Although inconvenient, here is what I've done with a work around to set turn and store history. https://github.com/jhlywa/chess.js/issues/62 ``` /* untested, seems to save history so you can continue...

Here's a hacky workaround with constraints that I've come up with to get msw to work in concurrent environments. It's not ideal, but it can be a stop-gap solution for...

Here's a failing concurrency test I got working for a single file https://github.com/mswjs/msw/pull/1370 I was not able to reproduce a multi-file failing test, where multiple files actually share one instance...

@markerikson @phryneas I've made an additive feature request in https://github.com/reduxjs/redux-toolkit/issues/2355 and if 1.8 and 1.9 are possibly going to be the last releases before 2.0 then I'd like to ping...

@kettanaito thank you again for the feedback, I'll apply what changes I can this week!

@gajus I'm currently looking to migrate from immutable to immer, and as a consequence I'll be migrating a store towards one that has some slices in ImmutableJS, and others in...