Matthew Piziak

Results 47 comments of Matthew Piziak

I posted [a related question](http://emacs.stackexchange.com/questions/9586/otf-ligature-support-in-emacs) to Emacs StackExchange about a year ago. It's been the top unanswered question for a while now.

@i-tu Would you mind if I posted that gist as a comment to [this](http://emacs.stackexchange.com/questions/9586/otf-ligature-support-in-emacs) StackExchange question? It would provide useful domain information.

Agreed. This blocks my being able to use this on NixOS without a global NPM installation. For reference, I run `textilnt` like this: ``` textlint --config ~/.textlintrc --rulesdir /nix/store/qrd01jqgkxh681h5w98a4hz7jxi0kzhm-node-textlint-rule-write-good-1.6.2/lib/node_modules/textlint-rule-write-good/lib file.txt...

Yeah. I'm trying to use a specific `emacs-request` branch, but I'm getting an error. Code: ``` (use-package request :straight (request :type git :host github :repo "dickmao/emacs-request" :branch "development")) ``` Warning:...

It _would_ be nice. As a workaround I've taken to building my Emacs separately in Nix, with the packages defined there. Then I just use `straight.el` to configure them. In...

@vermiculus Fixed for me now! Thank you!

@Konubinix Yeah, I feel some something's changed recently. I'm getting a lot of `Reconnecting...` and `request--callback: peculiar error: 429`.