Benjamin Bouvier

Results 90 issues of Benjamin Bouvier

It'd be nice to have a generic way to have multi-steps conversations, which would be triggered by a specific keyword. For instance, geekbot on slack allows status updates in several...

enhancement
:fox_face: mozilla

When somebody had earlier defined X with a command looking like "X is blahblahblah", then the bot would answer "X is blahblahblah" when asked "what is X". We could replicate...

enhancement
:fox_face: mozilla

Room settings kind of implement this effectively, but the room data could live in a separate SQL table (roomId, key, value), and there could be more utilities to manipulate them.

enhancement

The idea is to allow to do `!search something` and that this is just expanded into the Searchfox URL query for "something". Not sure it brings a lot of value,...

:fox_face: mozilla

enhancement

There has to be a notification system on Treeherder or a similar system, though. See https://bitbucket.org/sfink/mrgiggles/src/default/plugins/treewatch/__init__.py for inspiration.

:fox_face: mozilla

If `cargo-machete` has been useful for you and has helped removing dependencies in your project, feel free to add a comment to this issue :)

Right now all the build/test/bench/example/"normal" dependencies are bundled into one set of dependencies that are searched for the `src/` directory. We ought to be more precise than that, at least...

enhancement