Conrad Ludgate
Conrad Ludgate
Tantivy 🥳 It's currently not great. still working out how to make the queries work properly. But it does work, and that's what matters really To use, run `atuin tantivy...
Concept: split the UI functionality (searching the DB, modifying the cursor, moving up and down the list) from the UI rendering. This was loosely inspired by https://github.com/redbadger/crux. I've also modified...
With things like incorrect passwords and encryption slip ups, I think it's time we take a second look at our encryption and auth setup. This issue is a ramble of...
## Problem HTTP connection pool was not respecting the PitR options. ## Summary of changes 1. refactor neon_options a bit to allow easier access to cache_key 2. make HTTP not...
## Problem https://github.com/neondatabase/serverless/issues/51#issuecomment-1878677318 ## Summary of changes 1. When we have a db_error, use db_error.message() as the message. 2. include error position. 3. line should be a string (weird?) 4....
## Problem Error handling has always been a pain in the ass (#5599). I think much of that is due to errors being so deep in the stack. Additionally, the...
## Motivation Every database request requires a `get_auth_info` lookup in control-plane. Currently this adds quite a bit of latency and reliance on control plane, it would be good to cache...
1) `scram::password` was used in tests only. can be replaced with `postgres_protocol::password`. 2) `postgres_protocol::authentication::sasl` provides a client impl of SASL which improves our ability to test ## Checklist before requesting...
too many things to update ðŸ˜
Implementation of ideas discussed in #1290. Can be enabled by setting either * `PREFERS_REDUCED_MOTION=1` * `ATUIN_PREFERS_REDUCED_MOTION=1` * `prefers_reduced_motion = true` in client config. The implementation uses a custom `now` function,...