Thomas Knickman

Results 88 comments of Thomas Knickman

**Note**: if you're using `@nrwl/nx-cloud` and `NX_CACHE_DIRECTORY` together, make sure you're using version `@nrwl/[email protected]` or greater. It looks like there was a bug prior to `14.6.0` that did not respect...

Nice tips @AlanFoster! I'm using this for a CLI I'm working on now and have wrapped it into a small component locally. Happy to publish that if you would find...

For what it's worth I just ended up using this for Full Screen. Not really enough code to warrant publishing it imo - but works great! ``` import { useEffect...

I use `webext-redux` with RTK. It's an internal extension, so I can't publish the full source code unfortunately. But here's my store code if it's helpful for you! ```ts import...

@buryo not to my knowledge, but using things like `redux-logger` are pretty helpful for seeing state changes in the background scripts.

These have all been published

The TS issue with `TouchableOpacity` I believe required the specific version of react types - we've had to fix it once here already: https://github.com/vercel/turbo/pull/2181/files

I like the idea, but something else me may want to consider is just versioned docs to allow users to pick the version they want to browse (and we can...

Interesting, thanks for sending the trace over - we'll take a look. For anyone else who finds this in the future - please send traces to [[email protected]](mailto:[email protected]) so we don't...