Dmitry Minkovsky

Results 16 issues of Dmitry Minkovsky

**Intended outcome:** `onCompleted` passed to mutate function should be called. **Actual outcome:** `onCompleted` passed to mutate function is not called. `onCompleted` must be passed directly to `useMutation` (second arg). **How...

Thank you for this awesome library. A question: ES modules are great but still not exactly widely supported. They cause all kinds of issues with node and related tooling, such...

I don't have code to replicate but it's easy on the demo page: 1) In the autocomplete example, type "a" 2) "Afghanistan" with be the full value; "A" will not...

Hi Derick, Could you please shim this lib for AMD, please? The problem is that Backbone has recently gone AMD. This is causing single-file builds via the RequireJS optimizer to...

This looks very cool. Awesome that so many things are implemented, including scrolls. RE: the quote from the README in the title: I have "solved" this problem in a project...

I have a bundle that looks like this: I have no idea what the "+ 143 modules" could be. How do I find out what's included in those modules?

I am experimenting with Suspense/Concurrent Mode and am experiencing some issues with [`useTransition`](https://reactjs.org/docs/concurrent-mode-reference.html#usetransition). It seems like `useTransition({timeoutMs})` is not effective for suppressing route-related updates, and I am guessing that's because...

## Feature Request ### Plugin Keyboard ### Description I am doing JS/CSS animations in response to the keyboard opening/closing. The exact easing is secret, but I am using an [estimation](https://gist.github.com/jondot/1317ee27bab54c482e87#gistcomment-1670223)...

platform: ios
plugin: keyboard
type: feature request

Just opened https://github.com/ionic-team/capacitor-plugins/issues/485, but perhaps it is more appropriate in this repo. Copy/paste from that issue: I just added the Android platform and noticed that that result of Device#getInfo()#id is...

documentation
plugin: device
type: feature request

Have you guys used [Joi](https://github.com/hapijs/joi)? I use Joi on the server-side with Hapi and really love it. I just got started with Ampersand and also really, really love `ampersand-state`. What...

enhancement
discussion