Matt Gapp
Matt Gapp
### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session -...
I expect to see span **events** (info!, warn!, etc) in the printed spantrace. Am I missing some config or is that something that's not supported? Minimal repro ```rust use tracing::{error,...
hey there, I'm excited to try out Kayak. But I can't help but notice input lag. There's a noticeable input lag (jerky, lags for ~1-2 seconds after I begin a...
### Bug Description Running into an error where cargo thinks that sqlx has the sqlite feature enabled when I don't. Looking at the Sqlx's Cargo.toml, enabling `chrono`, `time`, `uuid` shouldn't...
What's the current maintenance of this crate? If you have active plans to maintain, I'd consider using this over actix. Separately, Actix has the concept of a recipient, which is...
There's a bug affecting a downstream project - odbc-api. The bug lies within implementation of SQLDrivers. In this case the pointer to the buffer passed to SQLDrivers did not as...
Getting `Buffer must contain terminating zero.` when trying to list drivers with the iodbc feature flag enabled on mac. Minimal repro: Step 1: enable the iodbc feature: ```toml odbc-api =...
## Which issue does this PR close? Closes #7693. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...
## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...
add nullability information to window function that is used to determine expression and thus column nullability when constructing window plan ## Which issue does this PR close? Closes #7636 ##...