Andreas Garnaes

Results 50 comments of Andreas Garnaes

> @andreas did you ever push your WIP branch for this? I'd love to take a look. I'm afraid I never pushed the branch, and I've lost the code in...

This is a known limitation, but unfortunately not documented 😞Whether an object correctly implements an interface is one of the things that cannot be captured in the type system. My...

Somehow I missed the notification for this one! 😢 I'll look into #909 and see how it could work together.

@CraigFe Is there any code available for #909 yet? I've added some improvements to this branch to handle more cases. Rather than fail at runtime, I've added an exception handler...

If it makes a difference, I'd be perfectly happy with a different CI setup also (Travis is very slow!), e.g. based on Github Actions, CircleCI or similar.

Between the two of them, I think `@defer` will be the easiest to add, as it doesn't require anything special from the resolver. To support `@stream`, the resolver for a...

Hi @tmattio! Thanks for this 😄 I always intended to support `httpaf`, but the lack of websocket support has been a blocker. This is why I worked on getting `websocketaf`...

I'll try to rephrase your problem more abstractly to make sure I understand correctly: You have two interfaces `A` and `B`, where `A` defines at least the same fields as...

> > where `A` defines at least the same fields as `B` ... `B` is a subtype of `A` > > In my case, `A` defines different fields than `B`,...

> > I wonder if this is a use case that can be generalised so it's more broadly applicable -- any thoughts on this? I would prefer adding a general...