Juraj Kirchheim

Results 252 comments of Juraj Kirchheim

> I thought Safari demands range serving? Well, ok, since Steve' passing Apple has shown increasing disregard for standards, but I'd be really surprised if Safari's video playback refused to...

Ok, well, looking at the difference my guess would be that the lack of a `Connection` header bothers Safari. Connection reuse in `tink_http` is still quite a bit away, so...

Maybe Safari just doesn't like loading a video in ranges without connection reuse. Have you tried what it does if you disable range serving?

Phew. Ok, I'm wildly guessing here, but I suppose implementing connection reuse is the only way to solve this. You could check it by building using nodejs and `.set('connection', 'keep-alive')`....

The suggestions from the above comment was actually implemented a while ago.

I'm not sure just how far I want to go with this. The library is built with speed in mind, so there are limits to just how much context we...

If `@:native` handles that well, then let's use it. The result should be a lot easier to grasp for the reader.

Isn't `X` the schema? Or you mean you want to export `X` as JSON schema?

I don't understand the second part. Isn't `X` already the typedef?

Ah, ok ... I understand now. Well, this could be interesting, in particular because we now allow the type to vary depending on constructor :D