PJ Eby

Results 69 issues of PJ Eby

This PR is a proof-of-concept to address the issues discussed in #49. Specifically, it: * Removes the unnecessary (and undesirable) physical path resolution in `basher-link` * Removes code duplication (of...

Now that we have `BASHER_PREFIX` and such, it'd be nice to be able to set it, especially systemwide. Perhaps we could have basher `source /etc/basher.conf` and `~/.basherrc` if they exist,...

The upgrade command issues a pull, but before that it should unlink everything, then relink after pulling. Otherwise, new commands, completions and man pages aren't installed, and old ones aren't...

bug

It'd be nice to be able to have ebooks open in Calibre across sessions. The simplest way to do it would be to implement setState() and getState methods on the...

enhancement

After deleting a file, I usually want to navigate back to the previous file I had open in that pane, but automatically closing the pane makes that impossible. Could we...

Deleting a file should not close the pane; as far as I can tell, doing so does not do anything helpful, and it causes that pane's history to be lost...

Just added Pane Relief support for Style Settings, but didn't know about the above issue until I got user feedback about it not working without restarting Obsidian... and then did...

When using windows as a host OS, `GOROOT` must be a Windows path. This condition applies whenever invoking go, either as part of the installation or when written into the...

In general, if a promise's `getState()` returns `FULFILLED` or `REJECTED`, then `wait()` returns a value or error immediately. (i.e., you can call `inspect()` on a non-pending promise and get a...

**Describe the bug** CST.setScalarValue() does not preserve non-semantic indentation for block scalars **To Reproduce** Apply setScalarValue() to change the content of a 4-space indented block scalar value in an unindented...

bug