Malte Legenhausen

Results 151 comments of Malte Legenhausen

@raveclassic so `cold('-a--') != cold('--a-')`?

> `type Task = (t: number) => Promise` Thats not the signature of `Task` what you mean is `type Forecast = (t: number) => () => Promise`. I think this...

It seems I am one of the main users of `hyper-ts` so far I can tell you > Performance? Performance was never a concern I have to take in account...

Is it possible to use jocko for testing purpose right now? If yes could you provide a readme for how to start jocko?

And also some recommendations how you would handle applications with different subdomains that run in a PaaS environments without nginx or haproxy. Would you recomment node-http-proxy or simply adding session...

It seems the problem was fixed via https://github.com/karma-runner/karma/commit/474f4e1caff469cce87f19a11d9179e4e05552f9. Now it should be possible to define a JS configuration that can call ts-node's register function without interfering with the karma register...

@gcanti is there a way to encode the min/max amount of characters in the `Decoder` itself? Like a would be possible in the old way where I could write my...

> comboItems is not empty and contains a min and max of 3 objects So `comboItems should contain exactly 3 objects? If possible go with a `tuple(Entree, Side, Beverages)`. The...