Roger Lipscombe

Results 42 comments of Roger Lipscombe

If I set up a python virtualenv, it fixes pip, but I was kinda hoping to avoid doing that (or for `asdf-python` to do it transparently). For reference, I set...

I tried it with 2.2.6 and 2.4.6; I'll see if I can get 2.6.1 installed on this box later today.

Honestly, we're building an entirely-Erlang project using mix (because reasons), so if the answer is just "use the legacy formatter", I could live with that. If we were actually doing...

The following patch against 1.1.0 fixes it: ``` diff --git a/lib/dialyxir/formatter.ex b/lib/dialyxir/formatter.ex index 6aa9c38..4034f29 100644 --- a/lib/dialyxir/formatter.ex +++ b/lib/dialyxir/formatter.ex @@ -70,7 +70,7 @@ defmodule Dialyxir.Formatter do warning = warning(warning_name) string...

That last `set substitute-path` needs a space in it, and VS Code allows environment variables. I got it working with: ``` { "description": "Enable viewing of the std source code...

> I assume you use a newer version. ``` $ code --list-extensions --show-versions | grep erlang-ls [email protected] $ ~/.vscode/extensions/erlang-ls.erlang-ls-0.0.32/erlang_ls/_build/default/bin/erlang_ls --version Version: 0.21.2 ``` > Do you use rebar3_format as a...

I've opened https://github.com/AdRoll/rebar3_format/issues/293.

I had to work around it with the following: ``` # Work around the fact that PoshGitTextSpan isn't accessible. $pgts = $GitPromptSettings.BeforeStatus.GetType() $GitPromptSettings.BeforeStatus = $pgts::new('[', 0xEEEEEC) ```

Another argument against syncing private keys: I tend to have one key per device, allowing me to revoke a specific key if, say, I leave my laptop in the pub....

I've updated the commit to allow process labels to be any term.