emmiegit

Results 79 issues of emmiegit

Would allow seeing at a glance how large/small a PR is. Example output: ``` @person1, @person2: please review https://github.com/imsky/pull-review/0 (81 additions, 34 deletions, 2 files) ```

feature
hacktoberfest

To reproduce: ```sh $ mkdir some_dir $ chmod -v 0000 some_dir mode of 'some_dir' changed from 0755 (rwxr-xr-x) to 0000 (---------) $ trash-put some_dir trash-put: cannot trash directory 'some_dir' $...

trash-put

WIP because it's on hold

This starts the process of being able to test DEEPWELL by sending requests to the server and asserting that the logical outputs are as expected. WIP because I still need...

Minor PR that is a complement to https://github.com/zenorogue/hyperrogue/pull/212. It standardizes the function such that land check functions appear at the top rather than scattered throughout.

While editing the files, I noticed a lot of them had trailing whitespace without any particular reason for being there. This PR removes them. You can verify this only affects...

As part of the project of fixing dev deploys, we need to update the ECR build process that happens on push to the `develop` branch.

As described in #109, this issue upgrades the [`deadpool`](https://crates.io/crates/deadpool) dependency, which through a chain of dependencies relies on an outdated version of [`nom`](https://crates.io/crates/nom) which has code that rustc now emits...

Is it possible to have a key binding run a shell command? This way a macro key could be used to, for example, start a batch job, run a program...

feature request

Filter messages posted by non-moderators or whitelisted individuals, by checking for the existence of substrings like `discord.gg`, `discord.me`, and `discordapp.com/invite`. An example regex that could suffice for this: ```regex (https?:\/\/)*discord(app)?\.(gg|me|com)\/\w+...