Nick Larson

Results 6 issues of Nick Larson

Is there a reason why when using basic auth setting username and password separately doesn't work but using userpwd works fine? I'm not sure why, but that's what's happening on...

### Provider type Email ### Environment N/A ### Reproduction URL N/A ### Describe the issue The bug looks like it actually exists in core, but impacts `EmailProvider`. When building out...

providers
good first issue

I'm sorry if this has already been answered somewhere. I looked at the FAQ and didn't see anything that could help me. Everything was working fine for the past couple...

Does it make sense to add a Cache-Control header, or is there a way I can currently add one myself? Right now I'm serving my assets manually to be able...

Right now if you do something like this: ```typescript getRoute({ route: '/my-page', query: { thing: undefined, } }); ``` You get this: `/my-page?thing=undefined` Would it make sense to just exclude...