Justin Mecham

Results 6 issues of Justin Mecham

Added support for ordinal suffixes (i.e. 1st, 2nd, 3rd, ...) on days of the month by specifying 'o' or 'O' in the format.

Renames `destroy()` to `dispose()` internally and manage everything we can with CompositeDisposable.

Updates our dependency references to their latest stable releases and adds `package-lock.json` to the repository.

There are a number of issues surrounding key bindings and handling of key events across platforms (i.e. conflicts with existing shortcuts, lack of bindings depending on platform, etc). This pull...

When you click on tab title of a terminal when that tab is already the active tab, the terminal (Xterm instance) is not focused automatically. It is, however, focused correctly...

enhancement

Need to add a `CONTRIBUTORS` file and/or mention contributors in the `README`, `CHANGELOG` and releases. Thanks for all your hard work, everyone! Tracking this and will implement in an upcoming...