Ruud van Asseldonk

Results 28 issues of Ruud van Asseldonk

### Background I want to add an unpack operator, so you can write `[..xs]` instead of `[for x in xs: x]`, possibly to replace the union operator too. But to...

### Background I recently added support for depfiles to enable Ninja to update generated files (#39). But defining a build file like that has some overhead, and introduces yet another...

This is a work in progress, I’ll update the description later. * TODO: Write something about the implementation (decimal, rational, ...) * TODO: Write something about the types (`Float`, `Num`)...

I have a json document, where inside it contains another json document, but encoded as base64. A first step would be to add base64 decoding for the string. Then we...

### Summary I used to be able to run Zed on my Dell XPS 15 9510, but recently it refuses to start. Bisecting shows it broke in v0.169 due to...

regression
linux
linux-wayland

I spent an evening debugging an application, where both ends of the connection were timing out at roughly the same time. I mistakenly assumed that `on_timeout` would cause ping packets...

### Summary I have a client application that creates many streams, and sends small amounts of data with an immediate fin on them. Sometimes it gets stuck, and `stream_capacity` returns...

### Background I am working on an application, where I have a small-ish number of bytes to send (they usually fit in one UDP packet), and all of those bytes...