Magnar Ovedal Myrtveit

Results 86 comments of Magnar Ovedal Myrtveit

@boesing > Sounds interesting but I actually don't have a use-case for this while not fully understanding the standard on how to implement multi-range responses at all. Due to this...

@weierophinney > The idea behind the `SapiStreamEmitter` is that it triggers only if the response has provided a `Content-Range` header. If it has, and the response body is seekable, it...

I'm concerned that silently disabling Langfuse will trip up people when setting up the project. I guess there should be a way to require an env var during runtime but...

After looking at the source code, I'm not sure `-d` is needed after all. Since `-c` cascades all files added with `-e`, the behavior provided by `-d` can already be...

> Incredible! Thanks @remagpie > > Tweaked to work with esm and ts-node using: > > ```yaml > runtime: > name: nodejs > options: > typescript: false > nodeargs: "--experimental-specifier-resolution=node...

There is an issue in the TypeScript repo, but very little activity lately: https://github.com/microsoft/TypeScript/issues/283

Any other opinions? I'm fine with either: 1. Modify `SapiStreamEmitter` (as done in this PR). 2. Create a separate emitter. 3. Fix the memory issue in `SapiEmitter`. That would also...