Benjamin Bouvier

Results 151 comments of Benjamin Bouvier

Thanks for opening an issue! It would make sense to do so, especially since botzilla has a key/value data store that could map the questions to answers. The `!help` command...

There's an interesting problem. If a user mentions explicitly another user using autocomplete, it'll use a special form of mention which contains the full sender's name, including its originating Matrix...

Thanks for opening an issue! I imagine this implies that the bot would need to communicate with the Bugzilla instance to do so. > In addition, it would parse incoming...

Nice, I didn't know it could do this! Well, I think that an RSS check in setInterval could work to retrieve the titles. Now the bot only knows how to...

Actually, this would require the (already existing) RSS bot to live in the same instance, since Mozilla's instance isn't federated.

> Also, looks like pub use ::crate_name reference doesn't seem to be picked up by cargo-machete Ah, looks like an oversight, will add a test and support for that, thanks!

Surely would be nice to do! It seems all of it can be done in Github via workflows, after a quick skim of what `typos` does, so anybody can feel...

Would be very nice to have, and I think we could do that on all machete invocations (i.e. not mandating `--exit-code`). Would you be interested in implementing this?

That's correct, but I would call it a feature? :p Basically the ability to run machete in any directory that contains any crates, and one could still filter out uninteresting...

You're very right. I didn't quite know how other tools handle this in particular, so I'm happy taking whichever approach is the most appropriate here!