Harris Brakmić
Harris Brakmić
Hi, I'm a total beginner regarding OLA, but I'd like to share a few things I experienced while trying to compile it under macOS 11.4 Big Sur. First, I tried...
Hi, Here's a Dockerfile I'm using to compile and run `xpkey`. It runs Alpine Linux. ```dockerfile # Stage 1: Builder FROM alpine:3.18 as builder # Install build dependencies RUN apk...
Hi, Some time ago I wrote an article on how to use HTMX with C++. These resources may be useful to others: Blog post: https://blog.brakmic.com/writing-hdas-with-htmx-and-c Sources: https://github.com/brakmic/HDA_with_Cpp Demo site: https://hypermedia.software...