Steve Purcell

Results 39 issues of Steve Purcell

I've just spent hours tracking down prolific errors like the following, which occur only when editing certain Haskell files: ``` Invalid face reference: nil [2 times] Invalid face reference: 1...

**Describe the bug** Got a panic from `lorri`, apparently as a result of a chain of modifications within a single project in the course of a git rebase. **To Reproduce**...

The old Regex library had a wrapper for Javascript's `Regex.escape`, which is really handy if you want to, say, find and highlight portions of a text which case-insensitively match a...

Given the apparently-legal snippet: ``` type MyRec = { data :: Number } ``` the indentation explodes with "Illegal token: data" after hitting TAB twice. It seems that all reserved...

When my PR #4 was merged, I noticed that a build broke for my client repo, in which I was setting "attrPrefix". And I realised that either the intention of...

Hi! I have a [flake which supports aarch64-darwin](https://github.com/purcell/nix-emacs-ci), but GitHub has no runners on that platform. Generating the matrix fails when there's no `os` found for a `system` discovered among...

Hi, and thanks so much for sharing this SDK! I'm evaluating Temporal to help with orchestration within a polyglot Clojure + Python system, so I'm particularly considering interop between different...

It's entirely appropriate for `nix-ts-mode` to be a separate package from `nix-mode` because of its strict dependencies on Emacs 29 and treesitter. But should there be any connection between them?...

This is a neat hack, thanks for sharing it. While researching in this area I noticed that support for `rclone serve nfs` has been recently added to `rclone` itself, so...