Matt Mastracci

Results 125 issues of Matt Mastracci

This one is quite puzzling. It appears like it might be https://github.com/rust-lang/rust/issues/121028 ```rust #[test] fn context_from_object_template() { let _setup_guard = setup::parallel_test(); let isolate = &mut v8::Isolate::new(Default::default()); { let scope =...

There seems to be some confusion around what progscrape is -- we need a first-time user message that should appear above the stories that should give a short overview of...

We current skip the important stemming and stop-word tokenization for the title index, making text searches less-than-optimal.

Not ready yet -- requires an external provider of clustering input.

Implements a basic Rust postgres connection library. We don't use this for anything other than DSN parsing right now, however the `connect` example is able to perform basic auth (SCRAM...

This is the last part of the connpool work which brings the work up to parity with the previous connpool. Note we may need to make some additional tweaks for...

Error summary: `immutable tree: #[stable(feature = "rust1", since = "1.0.0")]` What appears to be happening is this code failing because of the attribute on Option. I'm not sure why --...

C-bug
I-panic

This migrates the auth extensions from httpx to the new Rust HTTP handler. We add a new, shared HttpClient to the tenant which anyone can make use of.