Curtis Doty
Curtis Doty
Poking around in https://github.com/boostorg/serialization I find this: ``` commit 5a94e5e4eb01cd8c941db725e5f89965a91740a9 Author: Robert Ramey Date: Mon Mar 23 15:29:57 2015 -0700 removed pfto ``` And https://kea.isc.org/ticket/4006 suggests a workaround which works...
Created PR #104.
Undocumented image on hub.docker.com works, though. `docker run --rm -it nixos/nix`
Here's when the ghcr package was created. https://github.com/NixOS/nix/pull/8066 But apparently never made public.
Might be a dupe. #9982
Did you forget to push to `ghcr.io/nixos/nix:latest` or is that intentional? ``` $ docker run --rm -it ghcr.io/nixos/nix:latest Unable to find image 'ghcr.io/nixos/nix:latest' locally docker: Error response from daemon: manifest...
In addition to the patch above, I had to add this patch for cross-compiling. https://github.com/SynoCommunity/spksrc/pull/6075/commits/936722589a790c77eac013c130afc117e83f75b7 Not sure of the wisdom in that.
Also result window outputs this: `{"command":"SET","rowCount":null,"oid":null,"rows":[],"fields":[],"RowCtor":null,"rowAsArray":true}` Maybe it should just hide the output?
Aha, I see it in the db console now. Thanks for explanation. ``` db-1 | 2023-05-19 16:46:27.117 UTC [462] ERROR: syntax error at or near "set" at character 9 db-1...
Agreed. Maybe just `[command] success` or something similar.