Eli Lamb

Results 27 comments of Eli Lamb

Combining multiple stores is recommended as [best practice](https://mobx.js.org/best/store.html) if you plan to have multiple stores. Also, +1 for support to have a custom name instead of `store`.

Here's a workaround written by [robmason38](https://wordpress.org/support/users/robmason38/), his comment can be found [on this thread](https://wordpress.org/support/topic/error-registration-key-is-already-in-use/) Comment out the below lines in wp-encrypt -> CertificateManager.php ``` /** * Retrieves information about a...

> I solved this issue thanks to this post: https://stackoverflow.com/questions/70938763/build-problem-with-react-vitejs-and-was-amplify Using the full config in this answer also adds the necessary polyfills for `Error: AMQJS0010E WebSocket is not supported by...

Having the same issue from time to time :( Any fixes? Edit: problem resolved. My host was ftp.domain.com, but upon redirecting my domain name it was no longer hitting the...

I believe that this issue is caused by the `calcColumnWidth` util not taking into account the width of the vertical scrollbar on non-Mac browsers. Because I use this util externally,...

Thanks for the suggestion, I'll look into using Playwright for tests.

@RedHatter please note that guvnor hasn't been updated since 8 Jan 2016, so we can assume it isn't up to date with the latest version of Node, you're trying to...

@Remi-Tuy you’re right, but it does a pretty good job of monitoring node processes on a single machine. It doesn’t have as many features as guvnor though.

The above solution appears to work for Expo SDK 40 also, thanks!

Working on Expo SDK 41 with the following packages: ```json "react-native-gesture-handler": "~1.10.2", "react-native-redash": "~14.2.4" ```