Justin Schell

Results 10 comments of Justin Schell

I don't know if you're interested in user-reported "good commits", but I was able to build `15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4` (2020-09-08) on `feature/native-comp` successfully last night.

@mateusfccp @jimeh FYI, I just tested using ligatures via [ligature.el](https://github.com/mickeynp/ligature.el) with the latest [Emacs master](https://github.com/jimeh/emacs-builds/releases/tag/Emacs.2021-10-27.722a908.master) and [Emacs 28](https://github.com/jimeh/emacs-builds/releases/tag/Emacs.2021-10-27.7e2b973.emacs-28) builds from [emacs-builds](https://github.com/jimeh/emacs-builds) and it works fine without any additional steps, though...

FWIW, it looks like the non-perfect rendering of the ligatures in my previous comment may just be due to that particular font (Fira Code). JetBrains Mono does a better job...

@Sbozzolo yes, that method seems to work, thanks. I also just tested and doing the following in `use-package` `:init` works, but not in `:config`: ``` (setq-default vterm-copy-mode-map (let ((map (make-sparse-keymap)))...

I merged this branch into my fork and it seems to work fine. Very helpful for my project as I'm recursively pushing a large number of files from a directory...

I'm also running into the exact same issue. ``` [~]$ python3 -V Python 3.8.5 [~]$ pip3 -V pip 20.1.1 from /usr/local/lib/python3.8/site-packages/pip (python 3.8) [~]$ uname -a Darwin Justins-MacBook-Pro.local 19.6.0 Darwin...

FYI, I created a PR to fix this issue (#136).

> I get same error when run `go test -v ./...` after converting to multi-module workspace with same structure. This test run command I used to run before conversion, so...

Nevermind. `go test ./...` works after doing `go work use .` - cc @glebsts Edit: except `gopls` now complains `no go.mod file found in `, even though that file exists...

Hi @richterger thanks for taking a look at the PR. I'm not a VSCode user, but it does look like the extension in this repo for that editor handles the...