amgg
amgg
`ClassVar` is (quoting from [here][ClassVar] in typing docs, emphasis mine): > Special type construct to mark class variables. > > [...] a variable annotation wrapped in `ClassVar` indicates that a...
### Platform Windows 10 ### Browser Chrome 107.0.5304.107 ### Addon version v0.21.0 (Beta) ### Details when `Themed Posts`->`Theme every reblog trail item individually` and `Tweaks`->`Highlight contributed content on reblogs` are...
the `label` statement in a `testcase` currently only works with global labels, since it doesn't accept a dotted `foo.bar` label. afaict, the fix should be as simple as[^1] changing `l.name`...
`ilex` version: `0.5.0` `Digital` rules that don't have prefixes panic on some invalid inputs, from the `unwrap` here https://github.com/mcy/strings/blob/42960bdadc18739fc24f467ee6069f222cecb19d/ilex/src/rt/emit2.rs#L540 example: ```rust use ilex::{rule::Digital, Lexeme}; #[ilex::spec] struct NoPrefix { #[named] #[rule(Digital::new(10))]...