Mike
Mike
For example: `Storage.get(['amazon', 'localsystem']).upload(...)` `Storage.get([Storage.Providers.AmazonS3]).upload(...)` will try to return first available storage. ~~If none of above is available, will return default one.~~ Note: if specified as a string -> we...
This pull request adds ability to include custom app specific activities that subclass UIActivity. To use it, subclass UIActivity (make custom one) and make it react module, example code: ```...
### What version of Remix are you using? Latest ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce 1. Fetch...
Hey! Thanks for making Sish, it's been working really great for our Open Source project. For context, we're using it to set up tunnel session from your local development machine,...
### Expected Behavior The following should work without any errors: ```js import { $ } from 'zx' ``` ### Actual Behavior Triggers the following error: ``` The current file is...