Dallas Hoffman

Results 48 comments of Dallas Hoffman

@pi0 Okay, so you would favor the API to be a new overload of `defineEventHandler` called like this. Did I understand that correctly? ```ts export default defineEventHandler({ bodyValidator: bodySchema.parse, queryValidator:...

@pi0 I went ahead and opened a draft pull request for the h3 half of the changes.

Draft PRs for both nitro and h3 are now up. The functionality is there for initial feedback; then I can work on adding additional tests and documentation. h3 PR: unjs/h3#742...

Yes, this looks like a Turbopack thing. That fetch code is not part of this library, and the `_next` part in the path indicates Turbopack injected it. It may be...

Yeah, that'd be great. Do you know what configuration is needed for Turbopack?

I attempted to install Nextcloud with the built-in CODE server, but found that it does not work for Nextcloud installations that are served over HTTPS, so I ended up having...

> @DallasHoff Does the information about http mixed content error information refer to your separate collabora service? The built in code app does positively work with https-served Nextcloud, I have...

> > Hi, can't get this lib to work for a client-side DB in a SvelteKit app. I'm running into this exact issue. Any tips on resolving it? > >...