Joe Ardent

Results 5 comments of Joe Ardent

Just chiming in here that I searched for "lsp-treemacs-errors-list current buffer" and this was the first hit; needless to say, I'm very much in favor of providing an easy way...

What if each output always produced a result, but it was wrapped in a type like an ```Option```, and non-evaluated outputs were ```None``` or some other enum that communicated the...

Always return something *like* an Option; ```Some``` indicates a a value for that output at that instant, while a None means that whatever conditional logic for that output did not...

As an example, I just now learned the way to print a layout card (`ctrl-p`), from seeing a bug where someone tried that and it didn't work.

Well, telling bindgen to pretend to be an assembler didn't break anything, so if you can verify that works for you, call it good?