Vinícius dos Santos Oliveira

Results 52 issues of Vinícius dos Santos Oliveira

The documentation states (emphasis mine): >Run a command in a sandbox based on the build dir. [...] and the same permissions the final app will have (**except filesystem permissions**) What...

So, I've read the contribution guidelines, and I think my PR is not ready for acceptance. However, I think opening the PR will give a space for discussion so it...

[TAP](https://en.wikipedia.org/wiki/Test_Anything_Protocol) is a simple text-based protocol to communicate the results of unit tests. It's simple, old, and understood by lots of mainstream tools. Among the tools supporting TAP, there is...

It'd be possible to add non-threaded non-blocking file IO support to FreeBSD as well. POSIX AIO follows the proactor design so it's fine to use it to implement file IO....

Just creating an issue to keep tracking of any efforts to add a plugin to handle scripting languages (e.g. lua). Feel free to close it if you think it's inappropriate....

plugin

It's easier to package when we have a release.

Folly's fibers (based on Boost.Context) have a GDB script to debug fibers. The script only has a few helpers to list fibers and inspect a fiber. Once we find a...

[Boost.Container allocators support extra interfaces than the standard allocator requirements](https://www.boost.org/doc/libs/1_73_0/doc/html/container/extended_allocators.html). Some of these functions are useful even to C libraries that used to enjoy `realloc()` like features. So this extra...