Adrian Hesketh

Results 48 issues of Adrian Hesketh

I want to post data from sensors over HTTPS in JSON format, and ideally, also using MQTT. This seems very difficult with the C API, but is trivial with the...

example request

See example here: https://golang.org/src/crypto/tls/generate_cert.go

To add JWT authentication to an API, requires this... as per https://swagger.io/docs/specification/authentication/bearer-authentication/ ```go spec, err := api.Spec() if err != nil { log.Error("failed to create spec", slog.Any("error", err)) os.Exit(1) }...

This PR adds a Nix flake to the repo. If you checkout the code and run `nix develop` inside the directory, you'll get a shell containing all of the dependencies...

### Description A Nix flake is a `flake.nix` file that would be in this repo which includes build instructions for how to package this project for the Nix package manager....

enhancement

I couldn't find a reference to what type of book it was before I bought it, but it didn't ship a mobi file. I converted it with Calibre so I...

When building a web app inside a container, the $HOME variable is not set. NPM tries to write to the non-existent directory, and you get a `EACCES: permission denied, mkdir...