Gavyn McKenzie
Gavyn McKenzie
I've just updated a site I'm using upup on and it's throwing the error `Uncaught (in promise) TypeError: Request failed` in upup.sw.min.js I can't see why it's erroring as there's...
## Expected Behavior UpUp.start should fail silently when not supported. ## Current Behavior Throws an error: TypeError: null is not an object (evaluating 'UpUp.start') ## Possible Solution Still return an...
The `urlPattern` in `runtimeCaching` and the `pageURLPattern` option, both only accept strings. The docs for pagesURLPattern suggest it accepts either a string or a RegEx, but this does not work....
**I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting [ x] feature request [ ]...
The new storyblok image service, https://a.storyblok.com, appears to have a new url format. https://www.storyblok.com/docs/image-service#migrating-from-the-previous-version-of-the-service The storyblok image provider does not appear to update the url for this format and the...
Getting `ReferenceError: zxcvbn is not defined` when loading the zxcvbn library in with browserify. Presumably because this module doesn't know where to find it. Any ideas on passing the imported...
Added aria labels as props, both so we can support them being more customised to the context and for i18n support.
## Changes When `deps.release` is set to `inherit`, but a package has changes, it overwrites the release type from the dependent package, even if the release type was greater (patch...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
This only seems to compile on the client rather than the server in Nuxt. Does anyone know how to get SSR running as it defeats the point to only have...