Jens Grassel
Jens Grassel
Still no solution I am aware of. For test code you could circumvent it via `val x = MyType.unsafeFrom(...)` instead of `val x: MyType = ...` but I wouldn't recommend...
The ember server is the new default one since some time now. I did not try to re-create the bug with the ember one but so far had no trouble...
Hi, I played with opaque types and manual codecs and stumbled upon the issue that tapir will silently ignore a provided codec and use the underlying type (e.g. String). Some...
Thanks for the feedback Adam. Now I have a vector on which I can circumvent the problem. :-) Sorry for spamming the issue comments. :pray: