Will Bush
Will Bush
[7.2. Using a script as a builder](https://nixos.org/nixos/nix-pills/working-derivation.html#idm140737316247152) The above pill references output made by `declare -xp` in the nix repl. However, I'm not getting any. The following shows my output:...
I noticed that if I have a folder (e.g. `test`): ```sh ~ ❯ mkdir test ~ ❯ touch test/hi.txt ~ ❯ ls test hi.txt ``` And I want to persist...
**Description** Something about how Serilog or one of the sinks handles the rethrow (in the catch block) causes `Log.CloseAndFlush()` to not flush. Not sure if I should report this as...
I was playing around with wireshark and comparing sql auth (username / password) on linux in this library to `Microsoft.Data.SqlClient` in C#. The code I was testing just performs login...
I've been testing the query performance tiberius and odbc-api vs C#. These are the numbers I'm getting more or less: number of rows: 3,838,164 C# dotnet = ~11 sec Rust...
**Is your feature request related to a problem? Please describe.** I've been looking into ways to force `nix` to use ANSI color output in Github Actions for [nixpkgs-check-by-name](https://github.com/NixOS/nixpkgs-check-by-name) (which runs...
I thought it might be useful to also expose the Ceph Dashboard. Can see the chart values apply properly on this version of rook-ceph: ```sh apps/rook-ceph/cluster on main [?]...
**Is your feature request related to a problem? Please describe.** When using: ```yaml metadata: annotations: argocd-image-updater.argoproj.io/image-list: xyz= argocd-image-updater.argoproj.io/xyz.update-strategy: digest argocd-image-updater.argoproj.io/write-back-method: git argocd-image-updater.argoproj.io/write-back-target: kustomization: ``` An update triggers argocd-image-updater to update...
The rustflags set in the `flake.nix` is stomping on helix/.cargo/config.toml: ``` rustflags = ["--cfg", "tokio_unstable", "-C", "target-feature=-crt-static"] ``` Here is the error I was getting: ``` $ cargo integration-test Compiling...