Max Burke
Max Burke
Hello, When running cargo-audit I'm getting this error message: ``` $ cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` error: couldn't fetch advisory database: git operation failed: an unknown git error...
Hello! I'm just starting to play with Alive but one of the things I noticed when trying to use the Compile File operation from the command palette is the error...
In order to support https://github.com/hashicorp/terraform-provider-azurerm/issues/17484 the necessary constants for "TLSv1_3" and the "CustomV2" TLS profile need to be added to `services/network/mgmt/2021-08-01/network/enums.go`
Using flatc with the attached schema definition [Schema.fbs.txt](https://github.com/google/flatbuffers/files/9897078/Schema.fbs.txt) results in a bunch of misgenerated code: ``` error[E0599]: no method named `type__type` found for reference `&Schema_generated::Field` in the current scope -->...
I'm wondering if there's a way to have fields that are deprecated for writing, but still have read accessors available. We have a bunch of serialized objects where we would...
I'm trying to do an upgrade from axum-0.6.11 to axum-0.6.20 and I noticed that the behavior we were relying on in 0.6.11, where a nested handler could designate a fallback,...
### Describe the bug See PR ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_
My workspace has about 30 packages and I am trying to report coverage per-package in the workspace but right now if I run tarpaulin on a single package, either via...
This change lays the groundwork for LanceDB to support custom implementations of object stores, selected by a custom URL scheme. Ref: https://discord.com/channels/1030247538198061086/1197630564254101618/1208915798425477181