Raghav Sood
Raghav Sood
Both redis and postgres support connections over unix sockets, which can be helpful when all services are running on the same machine outside of docker. The way the DSNs are...
## Feature Request Correct me if I'm wrong, but it doesn't seem possible to send message payloads which aren't JSON objects - we have webhooks that may be encrypted PGP...
I can't for the life of me figure out how to actually load this plugin into nixops master. I've currently managed to piece together a working set up by using...
# Bug report The SSL certificate for proxy.wasm.supabase.com appears to have expired around 129 days ago. ## To Reproduce 1. Load https://wasm.supabase.com/ 2. Try to start the network proxy 3....
## Description of changes Cleans up the bicpl derivation. The patch introduced in #311264 has been [merged by upstream](https://github.com/BIC-MNI/bicpl/pull/9), and can be removed. ## Things done - Built on platform(s)...
## Description of changes ZHF: #309482 For some reason, one specific test fails on darwin - I can't figure out why, and no combination of libiconv imports seems to solve...
The last tagged release was nearly a year ago, and it looks like there have been quite a few updates (mostly data, but also some features) since then. https://github.com/janoside/btc-rpc-explorer/compare/v3.4.0...master Are...
I'm using litestream with a systemd service (on [NixOS](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/network-filesystems/litestream/default.nix) The systemd unit file is: ``` [nix-shell:~]# cat /etc/systemd/system/litestream.service [Unit] After=networking.target Description=Litestream [Service] Environment="LOCALE_ARCHIVE=/nix/store/9fadhkswwnhfzkadsfvs3rh7g8cv92i5-glibc-locales-2.39-52/lib/locale/locale-archive" Environment="PATH=/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/bin:/nix/store/rr1yixvn0z63mgq9s04ig9j9qlz23s2g-findutils-4.9.0/bin:/nix/store/md9apn3290h7kv0x198ihaaa3k6icg4b-gnugrep-3.11/bin:/nix/store/ks6c62g0m3gqrs5i7m0cv6d6aqhdvirn-gnused-4.9/bin:/nix/store/cym39cl4v79bmbng4bvafkxagz96f4hw-systemd-255.6/bin:/nix/store/i7qhgc0bs725qw3wdanznfkdna4z2ns2-coreutils-9.5/sbin:/nix/store/rr1yixvn0z63mgq9s04ig9j9qlz23s2g-findutils-4.9.0/sbin:/nix/store/md9apn3290h7kv0x198ihaaa3k6icg4b-gnugrep-3.11/sbin:/nix/store/ks6c62g0m3gqrs5i7m0cv6d6aqhdvirn-gnused-4.9/sbin:/nix/store/cym39cl4v79bmbng4bvafkxagz96f4hw-systemd-255.6/sbin" Environment="TZDIR=/nix/store/xfj6pakd03j0vq3qp7gyhsympb735a8r-tzdata-2024a/share/zoneinfo" EnvironmentFile=/run/keys/litestream ExecStart=/nix/store/fm1n1bhdxdh9611fvih1qv558q4rhpkx-litestream-0.3.13/bin/litestream replicate Group=litestream Restart=always...
I have an existing ~400GB sqlite3 db I'm trying to add litestream to. I'm using fly.io and cloudflare r2. About 20 minutes into the first-time run, I can see a...
## Summary We're facing an issue packaging https://github.com/superfly/flyctl for nixpkgs due to the way they initialise the sentry SDK. Their [init function](https://github.com/superfly/flyctl/blob/e1491edef1d9b04d94d54bfc893fef59c4d5bed5/internal/sentry/sentry.go#L25) defines a non-default `HTTPSyncTransport`. However, they only provide...