Michael Simpson

Results 3 comments of Michael Simpson

@sria91 Your commit adding HUPCL support worked like a charm! Thank you! I'm on Ubuntu 18.10 using an Arduino UNO.

Looks like version `2.2.0-1` of `librdkafka-dev` is now available in Debian repo for bookworm - https://tracker.debian.org/pkg/librdkafka And version `1.9.2-1` is available through the snapshot Debian repo - http://snapshot.debian.org/package/librdkafka/1.9.2-1/

Referencing `${localWorkspaceFolder}` worked for me. My `devcontainer.json` looks like: ```json { "name": "Dockerfile", "build": { "context": "${localWorkspaceFolder}", "dockerfile": "${localWorkspaceFolder}/docker/dev.Dockerfile", }, "initializeCommand": "echo 'The devcontainer has been created.'", } ```