Artem Starikov
Artem Starikov
.attheme editor should have a menu that allows creating the Default, Mono, Dark and Arctic themes besides creating an empty one.
### Description When Home Manager manages email accounts for Thunderbird, it is no longer possible to create additional accounts through settings, as those will be overwritten later by HM. This...
`subschema_for` is likely to return just a reference to a schema, and it will not contain any metadata. However, `axum::Json` (and `axum::Form`) do not try to resolve the reference before...
For axum handlers, aide collects their extractors' inferred early responses: https://github.com/tamasfe/aide/blob/95723fb9990aaa9ff0fa91a730a01c15ea4a073a/crates/aide/src/axum/routing.rs#L175-L187 ...except that the `I` here is always a tuple, and tuples currently use the default implementation of `inferred_early_responses` which...
`cacache` currently doesn't compile with both `tokio` and `async-std` disabled due to improper `cfg`s: ``` $ cargo c --no-default-features Checking cacache v13.1.0 (/home/snejugal/projects/cacache-rs) error[E0412]: cannot find type `State` in this...
The field `json_schema: Schema` on `SchemaObject` has `#[serde(flatten)]`. This is fine if this field is assigned the `Schema::Object(..)` variant, but there's also the other variant `Schema::Bool(bool)` which cannot be flattened....