Robert Grant
Robert Grant
(FYI it's Server Sent Events.) 🤓
@ahmedelnably any movement on this? What's the holdup?
@TBBle yes, that's always been a bit confusing! I've never seen an explanation as to why both files are necessary; without that, any arguments for needing both because poetry is...
@Ds894 it's not my software, but thank you! I'm happy to help test.
> On a detour (my daughter just had a baby ... first grandchild!). I'll let you know when I have something ready. Many congratulations!
Would love it if typed SSE was in the list, or at least a way to resolve SSE output with DTOs the way returning from a regular route would work....
I'm coming to this a bit late, but @IvanovCosmin how would we tell the difference between a number, and a number in a string? Would it just prioritise number?
@eteran it would be interesting to have the commands share an environment as well, so e.g. Python virtual environments would work within the layer bookends.
I actually bit the bullet and had a go at this myself. ```python class TranslatorFunction(Protocol): def __call__(self, message_id: str, locale: str) -> str: ... def create_t(translations_path: Path) -> TranslatorFunction: """Returns...
@aespogom I'm not affiliated, but it looks as though the author has abandoned this PR. If it's blocking you, would you consider picking it up?