Bob Voorneveld

Results 5 issues of Bob Voorneveld

When a HTML form uses a checkbox to check something as a Bool, it sends the 'on' value if checked. The URLEncodedForms decoder should be able to handle that. ```...

semver-minor

This PR should make it possible to start with Swift for build your own Git

Was missing this for my own implementation. Maybe handy for someone else. I've updated the tests to use Swift Testing.

Added the possibility for recovering stale jobs, for instance after a worker crashes or got killed without a nice SIGTERM. When the worker starts, it will ask the provider to...