Daniel Schierbeck

Results 36 issues of Daniel Schierbeck

Languages such as Elm have special syntax that simplifies expressions such as `function(x) x.y` into just `.y`; adding support for this shorthand would improve the legibility of Jsonnet code by...

A lot of the use cases I'm working on involve counting things; active requests, errors, values in HTTP headers. I have implemented concurrency-safe counters on top of the shared state...

Use concurrent-ruby to process each partition in a fetch response concurrently. This maintains in-order processing within partitions but allows using multiple cores to process messages in *different* partitions at the...

We have a Dockerfile and a docker-compose.yml file, but it would be nice to tie it together into a devcontainer.