Tamme Schichler

Results 177 comments of Tamme Schichler

I just wanted to say thanks for this, the fork was incredibly much easier to get building than this repository. I used this configuration in my workspace Cargo.toml: ```toml [patch.crates-io]...

Thank you for the hint, I may eventually do that to keep the proc macro requirements low (or to work around the `debug`/`display` name collision issue).

> @Tamschi is this PR something you will continue working on, or should we close? Well I mean, I had completed this in January from my end. I was only...

There. This should be good to merge again, but if anything's amiss please let me know!

This being integrated would be helpful for me too; It's needed to describe the scripting commands in RPG Maker MV projects, which are saved in JSON with the following shape:...

There's currently no restriction on node names (as far as I can tell from the documentation). I think the namespacing would have to err towards interpreting the entire string as...

When using ```toml unstable_features = true imports_granularity = "Crate" ``` , `cargo +nightly fmt` will currently remove comments like this: ```rust use triomphe::{ Arc, // This crate walks along the...

I just resolved the two merge conflicts that had appeared at some point since May, so this should be ready to merge again. (I wish there was a notification for...

Hi from the Hacktoberfest discord 🖖! This one looks interesting. I've used a signal handler before (to gracefully shut down a container), but haven't forwarded a `SIGINT` yet. Rust doesn't...

Sure thing! There's actually one question I have before starting: I see that you've combined the branches for commands that launch `gpg`. Would you like to have the handler active...