Ben Batha

Results 6 issues of Ben Batha

GitHub recommends for most companies that they have a single large organization, and that you use teams to break down access rather than organizations. The collaborators graph is an awesome...

enhancement
aesthetic
suggestion

Opening a file is now changing the cwd of vim or fzy such that subsequent uses of FuzzyOpen only search the folder the last file was found in.

Could these scripts be made to work with GHE 2.11? I tested a couple reports, users-find-inactive.sh git-versions.sh exceptions.sh Which all work ok, after changing the `REQUIRED_GHE_MAJOR_VERSION` to 2.11

**Is your feature request related to a problem? Please describe.** I have deployed the `node-problem-detector` and I would like to use it in conjunction with this project to cordon and...

kind/feature

I have the following models and tables: ```sql create table parent ( id big serial ); create table child ( id big serial, parent_id bigint not null references parent.id );...

bug