Evan Relf

Results 43 comments of Evan Relf

Hi there! I'm a long time lurker but inexperienced user 👋 Just popping in to leave my 2 cents of feedback. --- I was trying to evaluate [a Dhall snippet...

Glad to hear Hugo is working for you! I’ve looked into Hugo in the past, but it doesn’t allow me to configure and customize routing and compilation as much as...

I personally now believe that adding Nix support is the right way to go. Once that's added, the entirety of Nixpkgs becomes available, making all other languages and tools available....

I was reading the [cheatsheet](https://github.com/jgm/djot/blob/db42a67f957ae4cb2e5af4265440c29d3f624b38/doc/cheatsheet.md#basics), and I noticed that `code` didn't have support for {\` and \`}, which would bring it in line with _italic_ and **bold**: > | Markup...

You could allow non-consecutive characters in queries when using `zi`, since it will pull up `fzf` to refine your search.

FYI [`nix-your-shell`](https://github.com/MercuryTechnologies/nix-your-shell) has support for `nix-develop`.

You can get the latest release from Nixpkgs: ```ShellSession λ nix build nixpkgs#nix-your-shell λ ./result/bin/nix-your-shell --version nix-your-shell 1.1.1 ```

I'm still interested in this, FWIW 🙂

Revisiting this now, I realize my example is flawed: I should have been doing the brunt of the work in `main` inside `AppM`. Once I move the thread spawning and...

This is still a problem. I was pulling my hair out trying to figure out what the problem was until I found this issue.