Judson Lester

Results 93 issues of Judson Lester

I'm finding that _sometimes_ fields of the form ```cue foo: (name): "value" ``` break highlighting. Highlighting will stop for a while and pick up at other parenthesized expressions. As a...

I can't figure out how to get keynav to work in a multihead environment. I use it with XMonad, where I can switch to a head, but the monitor selection...

https://github.com/AndrewRadev/sideways.vim Adds "list item" as a text object. Primary motivation was moving items in a list (think function arguments), but you can also `daa` to delete an argument. As useful,...

**Feature description** Lorri has a single hardcoded address it uses for its socket. It's conceivable that there are use cases where this would be insufficient, in which case it would...

good first issue
P3
feature request

## Context As follow on to #320, stabilize and publish the interface for event notifications, so that other programs can consume them. ## Proposal Create a separate Varlink interface (called...

This seems to be a regression to #2 with the quirk that it's the Vim backup file: ``` INFO [watcher]: Changed file "/home/judson/ruby/gems/rhet-butler/javascript/src/rhet-butler/transition-station.js". ERROR [karma]: { [Error: ENOENT, stat '/home/judson/ruby/gems/rhet-butler/javascript/src/rhet-butler/transition-station....

Trying to pick up development of https://github.com/ruby-rdf/shex, I found that bundix produced a set in the gemset.nix like `shex = {};` which led to tears when I tried to nix-shell....

Adding flake handling feature. Lorri captures the context directory in which it was run (or as overridden) and runs `nix develop --profile -c bash export` - we use the profile...

`lazy_static` is in the process of being deprecated (https://github.com/rust-lang-nursery/lazy-static.rs/issues/214) As of Rust 1.70, `std::sync::OnceLock` exists as a replacement. When we can reliably expect 1.70 on our supported Nixpkgs, we should...

Lorri currently uses structopt and clap v2. It should be straightforward to refactor to clap 3 and remove the structopt dependency