Joel Bodenmann
Joel Bodenmann
Scenario: - Windows 10 64-bit - GCC 10.3.0 (from MSYS2) - boost 1.75.0 Compiling an application using `certify` in the scenario listed above yields the following compilation warnings: ``` In...
I have a running bhyve VM with the default setup of having just one disk. The VM would need some additional storage so I was planning on adding a second...
I am implementing a simple portal using CppCMS. The master page has a simple sidebar for navigational purposes based on the [W3C example](https://www.w3schools.com/howto/howto_css_sidebar_responsive.asp). My master template looks like this (mainly...
I'm interacting with a PostgreSQL database via SOCI. One of the database tables uses the [`point`](https://www.postgresql.org/docs/current/datatype-geometric.html#id-1.5.7.16.5) type to represent a 2D point ([`OID 600`](https://github.com/postgres/postgres/blob/master/src/include/catalog/pg_type.dat#L181)). This type consists of two floats....
The `Makefile` contains this `dependencies` target: ```make dependencies: pkg install -r FreeBSD ${DEPS} ${NVIDIA_DEPS} ``` Is there any particular reason why the repository is hardcoded? In a scenario where a...
I'm a very happy user of bspwm (on FreeBSD). I was wondering when the next release is scheduled? It has been over two years now and it seems like a...
How much effort would it be to modify `inja` to support another JSON library such as `boost::json`? Is this doable with minimal efforts or would this be a major undertaking?
Could somebody illustrate the correct / intended way of acquiring a list/vector of cell values for a given column or row range (such as `B17:B23`)? If I understand the design...
I just updated cbsd from `13.1.14` to `13.1.20` on a rarely used host. Next, I wanted to destroy some snapshots. However, this doesn't seem to be working: List of snapshots:...
Currently, we're using `certify` for accessing the host's certificate store. It might be worth considering using `Botan` instead (https://github.com/randombit/botan).