Scott Trinh

Results 319 comments of Scott Trinh

Confirmed that this is broken, and I agree that we should match TypeScript's behavior here. PRs welcome!

I wonder if we can introduce this under a separate method like `exactOptional`? Or maybe have `optional` take a configuration parameter. If we go the config route, I'd want to...

Benchmarks take a looooong time, so I didn't want to merge this without a 👍 from you @colinhacks. Seems handy, but we could also just use a single 1x1 matrix...

Yeah, I think we will support having generic OIDC providers at some point, but we don't have a clear place on the roadmap for it just yet. It's something we...

@s0l4r Implementing this for the upcoming 6.0 release. Available for early testing via nightly! #7510

This should be reflected in the built-in UI as well.

I'm having second thoughts about this as something useful. The most obvious use case here is to allow some kind of invite-only mechanism, but this would actually break if we...

Thanks for the report! This seems to be an issue were the function expression type is not assignable to our `e.op` overloads. Will fix!

@Extarys I think you might have a separate issue, can you open a separate issue and post any errors or issues you're having there? Or join us on Discord and...

@Gobot1234 Just a heads up that wrapping an `e.cast` around `e.min` seems to work in the meantime. Still need to fix the overload behavior here, but wanted to hit you...