Weiwei Lin
Weiwei Lin
At the moment, `"/param1a%2fparam1b/tail"` matches route `"head/:param1/:param2/tail"` instead of `":param1/tail"`. There's no way we can have a `'/'` in a URL param.
**Library Affected**: workbox-webpack-plugin **Browser & Platform**: all browsers **Issue or Feature Request Description**: the generated service worker doesn't not encode file names of the cached files. For instance, the plugin...
**_Feature request_** Add an `aliveFlow` that only calls `.next()` when the tree is still alive. Also add something like the following to the async action doc. `CAVEAT: when running an...
**_Feature request_** Support equivalent of `@computed({keepAlive: true})`. Note that `keepAlive` from `mobx-utils` isn't the same. Since it causes the computed value to always be re-evaluated even there's no other observers....
**_Bug report_** * [x] I've checked documentation and searched for existing issues * [x] I've made sure my project is based on the latest MST version * [x] Fork [this](https://codesandbox.io/s/y64pzxj01)...
## Current behaviour 💣 Chunk file name is URL encoded. ## Expected behaviour ☀️ Chunk file name should not be URL encoded. ### Reproduction Example 👾 ```javascript const HtmlWebpackPlugin =...
Otherwise, there's no way to extend Handler structs with custom Traits. For instance, if users want to extend `PullRequestHandler` with some custom functions. There's no way to access `self.crab`, `self.owner`,...