Jethro Kuan

Results 11 issues of Jethro Kuan

I've been thinking of revamping some of the content. Perhaps making it directly useful for inclusion in any .emacs.d configuration (think spacemacs layers). One thing I'll never get right myself...

help wanted

It seems like the `connection` event is not exposed, I can't access it. For example, I want to do: ``` ctx.websocket.on('connection', function(ws, req){ console.log("connected"); )} ``` but this doesn't seem...

Before I release Org-roam v2, I'd like at least basic compatibility with org-roam-server. Ideally, both packages should upgrade at the same time so MELPA upgrades aren't catastrophic. When org-roam-server is...

This is a fix to #1763, and an alternative to #1765. The rationale for not running a db-sync on buffer redisplay is that this is run on `post-command-hook` and needs...

Using filenotify to trigger db updates is the most reliable way to ensure the database is always up to date, making it resilient to changes from outside Emacs. This will...

In case of migration error, restore original files, and print a message.

Vertico's completion width is now halved: I'm a little late, but this PR messes up Vertico's work, especially because Vertico always runs in a minibuffer. This happens when the current...

1. bug

Here's an example that illustrates the issue. ``` def foo(baz=1): """ Args: baz: long-description breaking into multiple lines (Default value = 1) Returns: """ pass ``` Formatting under google style...

One behaviour I noticed during the sandbox setup is that if the package ships with Emacs, the version indicated in the `Package-Requires` header is not installed. This is particularly problematic...

enhancement
help wanted
discussion