Michael Henson
Michael Henson
To add to this issue, I agree that it would be useful to have multiple listeners. Currently if a plugin I use implements the `before:browser:launch` hook then it means I...
I am also seeing this issue on Serverless version `2.30.3`. The authorizer does not get removed from AWS when removed from the Serverless config. This also seems to happen for...
This issue seems to be more than just removing authorizers and CORS settings. Having removed both of these things manually because Serverless was not doing it, I then tried adding...
Seeing a lot of these errors in Sentry but am unable to reproduce it myself
Okay that makes sense but in that case it seems to be bypassing `handleDataRequest` when returning the `204` response. In `handleDataRequest` I make some changes to the response by adding...
But the point is that `handleDataRequest` is not being run in this scenario and Remix is returning to the client before running it. Should it not always run for every...
Where does the complexity come from? Could it not be something as simple as this: ```typescript import { writable, derived } from 'svelte/store' const submittingForms = writable([]) export const areAnyFormsSubmitting...
I didn't quite understand your previous comment so I created a proof-of-concept to illustrate my suggestion - https://github.com/ciscoheat/sveltekit-superforms/pull/226
Not sure I completely understand your solution @saturnonearth but it looks like it requires adding the submitting state of each form to the derived store, which is what I'm trying...
The ability to read an OpenAPI spec from a URL would be great. Our build process autogenerates OpenAPI specs and makes them publicly available. If Bruno could read the spec...