Andy Kirkpatrick

Results 8 issues of Andy Kirkpatrick

Prevent org-babel-hide-result-overlays from being inherited by the async process, because overlays are not readable and lead to the following error: if: Invalid read syntax: "#" See commit message.

On a large test suite that takes a long time to run, adding new files especially by refactoring existing functionality but also just new models and tests thwarts the benefits...

I was using magit-annex with files the names of which contained characters I'd never use, like comma and square bracket. When there was a comma, a file specific action like...

In the case of a file with [ in its name, it is treated as a wildcard, expanded and then doesn't match the actual file, so we get nil. In...

Hi, I'm wondering how we might go about getting multi-line, full-function completions from tabnine into emacs: https://www.tabnine.com/blog/introducing-inline-code-completions/ I've searched around and found no mention of it, and I suppose company...

Hi, I have an umbrella app, when running tests for an app within the umbrella, `mix-test-current-buffer` runs all the tests in the app, not just that file. After the test...

Hey, I'm using Poolex to control workers that send commands to kubernetes pods. When the worker exits the pod is stopped so as to avoid orphan pods piling up. To...

It would be nice if ruboclean had a flag that would preserve comments immediately preceding a cop entry in .rubocop.yml, and any that are inline in the entry. We have...