Mark Nevill
Mark Nevill
@rustatian I started implementing this in the server plugin, but was then wondering why config plugin wasn't already doing this. It turns out I was using a slice-of-maps in the...
I have verified that I can use this to connect to a Google Cloud Postgres instance with a per-instance CA _without_ enabling the "Ignore SSL Issues (Insecure)" option, by setting...
Hi @Joffcom If you mean tests for `packages/nodes-base/nodes/Postgres/transport/index.ts`, there's a lot of other (currently untested) configuration logic in the exported `configurePostgres` that I'd have to mock to get to the...
@Joffcom I've added tests
Hi @Joffcom , any chance you could take another look at this? Cheers
gRPC Gateway has a custom format for server-to-client streams, it's ndjson/jsonlines where the response messages are wrapped in `{"result":}`, and a non-OK status produces a final `{"error":}` line. Oddly, the...
Another series of logs, in case it helps, with various refreshes happening, and only one failing: ``` START RequestId: 0cf0dac9-40c9-481e-bc31-5a89043760b5 2025/05/11 19:35:00.259151 DEBUG: cloudsqlconn: [redacted] Connection info refresh operation failed,...
The version installed using the process documented here: https://solana.com/docs/intro/installation, i.e. `sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"`, installs a Solana version requiring platform-tools v1.42 Edit: `agave-install update` does not fix this, `cargo...
@LucasSte Some indication of how to update would be incredibly helpful. As noted above, `agave-install update` does not update to a new enough version.
Also, based on the github releases, 2.1.x are unstable pre-releases. Could we have stable release that can be used on Mac?