Results 14 issues of Henri Casanova

It would be useful for VM's to have a "booting" state in which a VM can stay a configurable amount of seconds after being started, and during which time Actors...

"If the number is not very high, perhaps there is some better for our time." -> "If the number is not very high, perhaps there is some better **use** for...

When we first designed the wrench-openapi.json for the WRENCH API, we entered specific error messages for the 404 response (like "workflow not found", "task not found"). But in fact, these...

This is going to be annoying, but we need to make a pass through the REST API, as some things are really not consistent. For instance, for the API functions...

It's possible to start 2 wrench-daemons, both on the same port.... perhaps because we only use httplib::Server.listen() and not httplib:Service.bind_to_port()?

Just realized that while a FileTransferThread (and even worse in the Non-Bufferized case!) is reading from a disk and its host dies, then there is no way for the client...