JD Smith

Results 88 issues of JD Smith

If I use Ctrl-C to exit a program using `aiofiles` with an open file pipe, _another_ Ctrl-C is required and the thread is hanging in `_wait_for_tstate_lock elif lock.acquire(block, timeout)`. A...

I've been working up a simple emacs recipe for fully syntactically valid source files arranged in blocks. jupytext would be ideal for conversion back and forth to notebook format. The...

When I embark-act on some keywords in my `.emacs` (like the commonly used use-package keyword `:custom`), very oddly the first target type is the file `custom.el.gz`. This is _not_ the...

Although it works with normal prefix help, the `lsp-mode` prefix (`s-'` for me) does not work with `embark-prefix-help-command` (see emacs-lsp/lsp-mode#3203). I _think_ that's because the bindings are all rewritten to...

From consult-imenu, embark export creates an embark collect buffer. The "button action" on this buffer in many cases simply re-runs consult-imenu and populates the search with the full text of...

Prefixes to export don't seem to get passed on to the exported command. For example, I regularly use (with isearch/occur) `M-s .` `M-5 M-s o` to get 5 lines of...

The fixed version of `onoff` specified by this module, and hence `epoll`, includes a `nan` module that uses a deprecated `v8::Object::ForceSet` method, which breaks install: ``` ../../nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’...

This is a very responsive plugin! A familiar homebridge issue occurs when you operate the device outside of homebridge, in this case that means using the wall button or garage...

Apparently the Ecobee now exposes two addition accessories for each of their thermostats: a whole-house occupancy and motion sensor [(here)](https://9to5mac.com/2017/01/12/ecobee-remote-sensors-homekit/). Is it possible to expose new occupancy and/or motion accessories...

**Describe the bug** The auto-markdown conversion for signatureHelp and hover is useful, but appears to have some issues. For example, consider the numpy function `np.unique`. This is the Parameters block...

enhancement