Chris Wong
Chris Wong
+1 I'll add `data-default-instances-containers` and `data-default-instances-old-locale` as well, as the corresponding packages come bundled with GHC anyway. Given that `dlist` is the only dependency which isn't pre-installed, I'm starting to...
@mauke That seems reasonable to me.
Waiting on rust-lang/rust#53667
Ref: rust-lang/rust#94927 This will need to be updated to say Rust 1.64. > I think MSRV is still a good reason to use this crate. Plus, of course there are...
Thanks for the feedback! I've been holding off on making the attribute name dynamic, because it complicates context-aware escaping (#181). Do you have a concrete use case for these features?...
I'm honored, but please thank @zopieux instead – he did most of the work 😄
Oh, that's unfortunate. I originally added that symlink to avoid duplicating the file. I thought it was an improvement over the previous approach, which was to publish a separate helper...
IIRC, proc macro crates can only export macros, not normal functions.
> It could be useful to maybe merge rocket5 support behind a feature gate. See https://github.com/lambda-fairy/maud/issues/268#issuecomment-821814878 for why I'm not doing this.
Thanks @zopieux. I think my main concern here is my workload. I don't want to spend a lot of time updating all the integrations every time I change something. I...