favonia

Results 464 comments of favonia

> I wouldn't fall back on `%USERPROFILE%`, though - better to fall back to the user's Documents folder, which is retrieved using `SHGetKnownFolderPath` with `FOLDERID_Documents` (or, with Windows XP compatibility,...

I don't have access to macOS and I could not compile it using GitHub Actions (#143). However, the error messages seem to be different---what you showed here is the lack...

I am closing this because I have not found a portable way to implement the dropping of capabilities (sometimes called "privileges" in other operation systems). The alternative is to implement...

Thanks for your feedback. However, I am unsure how your suggestions could give you a better experience on macOS (compared to Docker for Mac). Anyone can already use Appainer/Singularity or...

As I said, the problem is that I don't have the time/energy to maintain the per-OS security defense: > The alternative is to implement proper security protections for different operating...

The notes are great. I appreciate the drawing. My only suggestion is to make the picture float or move it before the paragraph so that people know what (1), (2),...

Overall the note looks good. Please see the above comments! :-)

@dtumad Somehow I could not tag you.

@dtumad @CalvinRoth The notes are good! The section on HITs are a bit short but overall the structure is good and the text flows really well. Great job!

`Lwt.pause ()` will do the job. There are currently two pools in the codebase due to the two almost identical mechanisms, but I believe they can be safely merged once...