Conrad Ludgate

Results 133 issues of Conrad Ludgate

## Motivation Fixes #3431 ## Solution This is horrible. We rename `valueset!` to `valueset_all!`, then we re-introduce the original `valueset!` with some notable changes. The new `valueset!` doesn't use fields...

kind/bug
crate/tracing

## Bug Report ### Version ``` tracing = "=0.1.43" tracing-core = "=0.1.35" ``` ### Platform N/A ### Crates `tracing`, `tracing-core`. ### Description The following code panics ```rust #[test] fn tracing_bug()...

closes #304. Adds a new `next_seed(seed: S) -> Option` API to `StreamDeserializer`. I don't like that it still uses `T`, but besides duplicating the API I don't see a good...

I've been working on a system to imitate some basic jq functionality using serde and serde_json. One of my design goals is to do as much with streaming as possible....

This fixes #2820. `sqlx` is also being configured to use `rustls-native-certs`, so using `tokio-postgres-rustls` and `rustls-native-certs` here is consistent with that. I'm not happy with the error handling, tokio_postgres::Error does...

## Motivation As discussed on [discord](https://discord.com/channels/500028886025895936/500336346770964480/1432426246700273766): > My team isn't comfortable with the performance concerns of enabling tokio's tracing feature since we do actually use tracing in our application and...

R-loom-current-thread
R-loom-multi-thread

1. Allows removing account/projects/endpoints when they're no longer referenced in the cache 2. Allows for lock free insertion/invalidation of projects/accounts. I don't know if this PR is actually a good...

# Problem Proxy uses a long pod terminate timeout to prevent interrupting long-running postgres queries. There is unfortunately an edge case where a long-running connection is still kept open, it...

migrated_to_jira

This PR introduces a new memory allocator that allows us to define "memory contexts", to measure how much data is allocated for different purposes. It wraps an existing allocator. It...

Compute restarts can apparently occur without sending a TCP FIN or a TCP RST. We should reduce the time it takes for proxy to detect a compute restart for our...

migrated_to_jira