Michael E Brown

Results 5 issues of Michael E Brown

/tmp/go-build226287687/github.com/superchalupa/go-redfish/vendor/github.com/spacemonkeygo/openssl/_obj/shim.o: In function `X_EVP_sha': vendor/github.com/spacemonkeygo/openssl/shim.c:258: undefined reference to `EVP_sha' I had to #if 0 out these couple of lines to get it to compile. After that, everything worked ok (Didn't...

When re-encoding a stream back to text, the encoding/json library uses the .More() method to tell if it needs to place a comma. You can peek ahead to the next...

I am curious if this supports multi-process cases where the ring buffer is shared memory (either shared mmap or shmem). Have you tested this, is it meant to be supported?

docker compose v1.29.2 accepted "--project-dir ..." docker compose v2.2.3: ``` $ docker-compose --project-dir foo unknown flag: --project-dir ```

kind/parity
stale
Docker Compose V2

Make it easier to add future extensibility by removing the big case statement in favor of an Applier() interface. Signed-off-by: Michael Brown