Chris Love

Results 13 issues of Chris Love

I'm using the current docker-registry-ui image and Docker registry 2.7. By default podman builds OCI images. I'm unable to view image details for these images using docker-registry-ui. To query the...

Nice to haves: - MacOS build matrix for multiple clang versions - Windows build matrix for VS2019 and 2022 - Exercise unit tests on Windows (sort out DLL locations)

todo

The `TcpServer` class already has a single thread supporting the accept socket and all client connection sockets. Consider some sort of aggregator class that would accept any number of `TcpClient`...

enhancement

Add support for IPv6 addresses and hostname resolution

enhancement

1. Zero page locations 0 and 1 control RAM/ROM bank selection, affecting `load()` and `save()` 2. Add convenience `BANK_CTRL` struct for RAM/ROM bank selection

Candidate libraries for parsing .ini files - https://github.com/mcmtroffaes/inipp (C++ header-only)

The following should establish a default value provided that there is no `subkey` in the top-level dictionary for JSON or YAML. ``` config.SetDefault("key.subkey","value"); ```