Martin Roukala (né Peres)
Martin Roukala (né Peres)
wsm_fini() should either kill all the clients or return an error if some clients still depend on it. We could implement that by having the list of clients in libwsm...
When using damages to perform composition, we can easily prevent doing any work for regions that did not change. This means that if we have to chose between putting a...
The current version of the raspberryPi-aarch64 image only works on a couple of RaspberryPi boards: 3b and 4b. Adding support for other boards can be achieved by using u-boot's `rpi_arm64_defconfig`,...
By inheriting from `urllib3.connection.HTTPConnection` (that inherits from `httplib.HTTPConnection` itself), we can adapt to the internal changes in urllib3 2.0 that added a `request()` method that is incompatible with httplib.HTTPConnection.request. This...
Right now, nothing prevents two users to request a re-run on a series, which will likely lead to 2 runs being done instead of one. I think when a re-run...
What do you think Ilia?
Thanks for making this project! Just wanted to let you know I made the following changes to it which you may be interested in. I'm willing to rework the commits,...