Dominik Nakamura
Dominik Nakamura
Hey thanks for this awesome crate! I'm curious where the indented syntax is on your plan, time wise? In my projects I mostly use Bulma instead of Bootstrap and they...
Thank you for this really in-depth review ❤️. I'm not in a hurry, so no worries about taking time with the review. I'll update some parts according to your comments,...
> Wdyt of changing the feature from builtin_validators to something like macro_validators (or perhaps a better name) and only guarding the macros behind it? Sure, no problem. How about `validator-macros`...
Yes, should be ready I think. Hope I didn't forget anything 😅
Here is a very simplified variant, that I used to experiment with this idea: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=fae4884f2c2b872e41a972429a3d32ad
> A question, would you prefer a reference with a lifetime or a Box as a parameter? Both works, I guess. But using a `Box` sounds definitely more portable. Like...
Is anybody still working on this? For me this is currently a blocker as well because I usually sign all my commits. I used gpgme with git2 in one of...
Sorry, I didn't have a chance to continue on this as I'm currently quite occupied with other things. I definitely have this on my to-do list though.
Sorry, I didn't update my progress on this in a long time. I have the changes working locally but don't know what to do about the `amend` function. That doesn't...
Sure I'll open a draft PR later today. It's still quite messy and missing tests to cover the new code, but it's better to have some code as basis for...