Ian Copp

Results 20 comments of Ian Copp

This repo currently doesn't cover running `.ts` tests. It's just the Webpack build (which is totally separate from all the stuff that `create-react-app` does with Jest). So far we haven't...

Same issue here. Part of my test environment is, itself, a remote system, making this warning completely pointless log spam.

Similar to the above, I'd be really happy to see something that can give the token a name of (random adjective) + (type and subtypes for D&D 5e, or traits...

Instead of folders, this seems like it would work better for individual files, like how [Sublime SFTP](http://wbond.net/sublime_packages/sftp) does it. If 'download on open' is enabled, it checks if the file...

I've got the same general line of thought in mind. Just like the last time I commented on this project, having `dispatch` available in `meta` seems like it would give...

In my case, I *want* these dispatches to render separately, because I have multiple asynchronous actions that can trigger each other but that all have different UI side effects. For...

I encountered exactly this problem with Next 12.3.4. Disabling `swcMinify` didn't help, but locking the version to 12.3.0 (with `swcMinify` still enabled) fixed it.

I too would appreciate a 'slim recompose' that includes the stuff like `setDisplayName` that you can't do with hooks.

Are you using the 10.15 beta? That has lots of problems because of more aggressive sandboxing of everything that touches iCloud Drive or Documents (see #1386 and #1423).

This would definitely make life much easier for anyone dealing with multiple auth systems.