Ben Gemmill

Results 13 issues of Ben Gemmill

Edited summary follows since this PR thread has gotten long. First, please direct any issues you have with this PR here so this thread doesn't get any more out of...

Hello all, I'm trying to make ecryptfs (note: not encfs) work on top of acd_cli, and noticed that it has a way of writing to files that makes acd_cli unhappy....

FUSE

For setup, I'm using SOCI 4.0.0 to connect to a postgres 11 database. If we consider the two queries: ``` select 42::int2 what; select array_to_string((array[1,2,3,4,5,6])[1:2], ',', '*'); ``` Both will...

I'm trying to build boost with clang and get the library `boost_stacktrace_backtrace` at the end. If we use a process like this to just build stacktrace: ``` ./bootstrap.sh --with-toolset=clang cd...

Since mp3gain was dropped from debian due to being unmaintained, from Ubuntu 16.04 onwards it's only available from unofficial sources: https://launchpad.net/~flexiondotorg/+archive/ubuntu/audio Of the alternatives, it looks like bs1770gain is the...

I'm using boost 1.81 and beast to connect as a client to a remote websocket host, and with compression disabled, everything works fine. This endpoint supports permessage-deflate from clients, and...

Good afternoon, I'm trying to run io_uring inside a docker container on a vanilla ubuntu box, and wanted to check what permissions the container needed to run it properly. By...

The C++ standard library has been absorbing concepts from boost, and it looks like it may be close to providing everything turbodbc needs, depending on which standard turbodbc wants to...

Beast 351 from boost 1.84 For some background, I'm trying to use boost::beast with my own executor, based on the minimal example [here](https://www.boost.org/doc/libs/1_85_0/doc/html/boost_asio/std_executors.html). However, it seems like something inside beast's...

If I download boost 1.85, and go into stacktrace and do a build: ``` cd libs/stacktrace/build ../../../b2 'define=BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE=' boost_stacktrace_from_exception Performing configuration checks - default address-model : none (cached) [1] -...