Patrick Klein
Patrick Klein
Hey @B4nan, i'm running in more and more cases there such a feature would be very useful, so it would be nice to know if something like this could be...
I'm sorry, you indeed already said that, i should have looked in the old issue again. So just to clarify, i testet this behavior to query on to-many properties and...
@B4nan sorry for the ping, but would be nice to have a short clarification to my question from above since it contradicts with your earlier answer.
I created a small plugin you can use with graphql-request to transform custom scalars: https://github.com/gastromatic/graphql-transform-scalars I tried already different scenarios in our project and it works well (also for union...
Hey @Electroid i added a example here to reproduce this: https://github.com/co-sic/bun-playground/tree/cosmo-bun-apollo-server
Hey @Electroid any chance on getting a fix (or even workaround) for this soon? Sorry for the ping, but this is currently blocking and i need to consider to maybe...
I just check and the issue is still there with bun v1.1.8
@citron0137 have you considered using the transactional outbox pattern for your domain events? So you have a mikro-orm managed DB table where you save your event as part of the...
Hey @hartbit thanks for reaching out about this. This was a conscious decision, see this comment for the reasons: https://github.com/gastromatic/calendar-date/pull/303#discussion_r1631458435 . But in hindsight i would not do that again...
@edwardmjackson good point, i added toDate again in https://github.com/gastromatic/calendar-date/pull/314