Results 6 comments of Traines

Voilà a shell script that splits the rendering into parts of equal duration, starts up multiple Docker containers for rendering simultaneously, and concatenates the output videos when the workers are...

Auto-generating the schemas from the TS typings instead of from some JSON instances indeed seems better. There is only one drawback I have noticed so far: It doesn't distinguish between...

In case that didn't become clear, I was talking about the endpoints like journeys, departures, arrivals, etc., which in the first iteration have completely separate schemas. In a generated client,...

I have changed the approach now. - use one central schema to reuse ($ref) definitions between endpoints, so that only one class per type is generated in clients - generate...

Some thoughts: * There was something going on why I needed both `createClient.Foo` and `Foo`, but I don't remember why, have to look at it again. Or maybe it was...

> With a) so many projects in general and b) so many stacked on top of hafas-client, I try to reduce both manual maintenance and human error caused by it...