Andy Hamon

Results 25 issues of Andy Hamon
trafficstars

[Rows.map](https://docs.rs/duckdb/latest/duckdb/struct.Rows.html#method.map) requires the use of [duckdb::Result](https://docs.rs/duckdb/latest/duckdb/type.Result.html). Mapping a row to a value in my code might fail for reasons specific to my application, but the API of map prevents me...

If I make an AMI where I create a password, subsequent runs of ec2-macos-init will fail before they ever get a chance to install the default ssh key. Here is...

question

My nix builds were stuck, the last log I saw mentioned `post-build`. I checked my nix.conf, and I noticed `post-build-hook = /nix/var/determinate/post-build-hook.sh` After removing this, my builds work again. But...

This PR adds a `--private` flag to the build command, which is used to add a `private` field to the generated package.json. This helps ensure that a package isn't accidentally...

## Describe the bug I am trying to copy incomplete closures to a binary cache. In my specific case, the reason is because I want to copy to a temporary...

bug