Josh Deltener

Results 32 issues of Josh Deltener

We are injecting our stories into Algolia for easy search and filtering. The problem is, when a story is deleted, the webhook doesn't have the full slug as a property...

enhancement

https://browserslist.dev/?q=PiAxJSBpbiBVUw%3D%3D I don't understand why this is listed, it's not > 1% ![image](https://user-images.githubusercontent.com/2112282/151882162-6363391b-36ea-4764-9d53-8d5162e8095d.png)

bug

### What problem does this feature solve? Sometimes plugins that get injected via modules need to talk to other plugins. In such cases, it would be really nice to have...

enhancement
2.x

**The feature would affect:** (check one with "x") - [ ] *app.storyblok.com (CMS - Interface)* - [ ] *api.storyblok.com (CMS - Content Delivery API)* - [ ] *mapi.storyblok.com (CMS -...

enhancement

It looks like the code only detects Cloudfront if the user-agent is `Amazon Cloudfront`. It should instead just detect the 2-3 device headers it uses and just use them if...

pending triage

### Reproduction http://no-preview.org ### Describe the bug I was getting preview failures in my nuxt project. ` [nuxt] [request error] [unhandled] [500] Cannot find module '/Users/joshdel/Documents/code/uwp-ssr-v3/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /Users/joshdel/Documents/code/uwp-ssr-v3/.output/server/chunks/handlers/renderer.mjs `...

🐛 bug
🟡 priority-2

Vite supports virtual files like `virtual:public?%2Fimages%2Fvisa.svg`. This module attempts to load these files even if the default import type is `url` because of the `?` in the virtual filename. This...

If i launch say 20 reserves at the same time, then doing release/destroy for each of them doesn't get called. If I lower the number of parallel requests to say,...

### Describe the feature Currently in Nuxt 3 if a browser cannot load a CSS file that's loaded via JS it throws an error and the error page is shown....

pending triage
needs reproduction

### Environment Nuxt 3.11.1 ### Reproduction https://stackblitz.com/edit/github-wg3yu6-mxoyfr Open the browser console, clear it. Click Page 1 link. Notice the `page:loading:end` hook is called twice. ``` page:loading:start page:start page:loading:end page:finish page:loading:end...

3.x
bug