Rutger van Bergen

Results 6 issues of Rutger van Bergen

While updating a number of Docker images published on Docker Hub in the context of this project, I found that the OCaml solutions don't build with a current version of...

While updating a number of Docker images published on Docker Hub in the context of this project, I found that [the Odin solution](https://github.com/PlummersSoftwareLLC/Primes/tree/drag-race/PrimeOdin/solution_1) does not compile on the current version...

I'd like to put a request out to potential contributors to add solutions for more esoteric languages. We have some in the collection, but many more exist. At some point,...

Recently, the ability was added for effects to expose settings that can be changed via the API. A few basic settings have been exposed by `LEDStripEffect`; the `PatternSubscribers` effect adds...

The fast keyboard polling code in the IRQ handler currently doesn't skip the waiting cycles as it counts down POLLTGT from POLLRES to 11. Instead, it treats values > 11...

Before I explain my question/issue, I'll first give a bit of context. I'm one of the maintainers of [a Primes repository](https://github.com/PlummersSoftwareLLC/Primes) that's linked to [a YouTube video series](https://www.youtube.com/playlist?list=PLF2KJ6Gy3cZ5Er-1eF9fN1Hgw_xkoD9V1). The video...