Max Zinkus

Results 6 issues of Max Zinkus

Because the C++ code uses `abort` and the Python bindings interface is so thin (very little abstraction), `abort`s bubble up and kill the python interpreter. This means that rather than...

cleanup
C interface

I'm assuming this is due to some `defaults write` call(s) occurring under the hood, but settings like these should be saved at install time and then restored at uninstall. Otherwise...

This project needs updated install instructions for how to make a slack app and integrate. Thank you all for maintaining this!

It is my understanding that `autoload -U` should pull in function definitions for later use, hence the pattern (suggested in `man zshcompsys`): ```sh autoload -U compinit compinit ``` However, (as...

Some screenshots would be wonderful. to give a quick preview of the theme. Thanks!

```ocaml module Foo open Bar open Baz ``` will not correctly highlight the first `open`. However, ```ocaml module Foo (* quux *) open Bar open Baz ``` will correctly color...