Mike

Results 56 issues of Mike

Whether files should be publicly accessible or not

new feature

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...

new feature
(status) review later

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: ```...

reviewed

### 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...

bug:unverified
runtime:node
feat: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...