Michal 'vorner' Vaner

Results 259 comments of Michal 'vorner' Vaner

First, AFAIK, derive macros *don't* allow you to inject more fields. They allow you to *add* code, but outside of the struct (eg. make `impl` blocks). Second, why would I...

Thinking about that, it's probably the user that should be able to choose if to merge or replace them somehow ‒ it doesn't really make sense to make some arrays...

Oh, I didn't know about the clippy lint. It never even crossed my mind a generic linter would know about specific crates, but I guess it makes some sense. >...

> In principle, I'm not opposed to bringing a hypothetical crate for this into this repo and maintaining it, but I just don't think I have the bandwidth for it...

It seems like someone has already done it. https://crates.io/crates/lazy-regex

Well, the problem with that is that: * At the time I'm printing the error, I no longer know it is the error from regex, because of `Box` (or one...

It's not part of fern directly, but I have these two crates that may help with it: https://docs.rs/reopen/0.2.2/reopen/ https://docs.rs/log-reroute/0.1.2/log_reroute/

Might be a bit related to this ‒ I have my own async logging implementation. I was considering to create it as a general log wrapper, but I wanted to...

I agree that the current spec disallows these URLs as invalid. My question was more in the line of „Was the spec's/author's *intention* to disallow them, or did the spec...

Hello I was wondering if anyone actually wants both columns or if people would prefer to choose. In that case it wouldn't have to be a separate column, maybe just...