Roger Lipscombe

Results 38 issues of Roger Lipscombe

I used `asdf global python system`; I have pip installed in `~/.local`: ``` $ pip -V pip 19.0.1 from /home/roger/.local/lib/python2.7/site-packages/pip (python 2.7) ``` But when I change to a directory...

See the capture in #2. Navigate around a bit. I was using the cursor keys, I don't know if that makes a difference.

### Environment * Elixir & Erlang/OTP versions (elixir --version): 1.12.3 / OTP-24.0.6 * Which version of Dialyxir are you using? (cat mix.lock | grep dialyxir): 1.1.0 ### Current behavior ```...

### Precheck * Take a look at the open issues and be sure that your issue is not already covered. -- I found a couple of vaguely-related issues, but none...

I've got the following macro: ```erlang % note the parens: -define(METRICS, (application:get_env(?APP, metrics_module, ?DEFAULT_METRICS_MODULE))). % ^ ^ ``` ...which I use like this: ```erlang notify_cache_hit() -> ?METRICS:increment(cache_hits). ``` When I...

bug

### System Details - posh-git version/path: 1.1.0 ~\Documents\PowerShell\Modules\posh-git\1.1.0 - PowerShell version: 7.2.4 - git version 2.27.0.windows.1 - OS: Microsoft Windows NT 10.0.22621.0 ### Issue Description When I set $GitPromptSettings.BranchAheadStatusSymbol, a...

The parse transform assumes that the AST node location is the line number, and puts it into metadata as such. Since OTP-24, it's actually {Line, Col}. See https://github.com/erlang-lager/lager/blob/3.9.2/src/lager_transform.erl#L148-L150 This survives...

To reproduce, put two lager statements on the same line. ``` src/foo_app.erl:13:26: variable '__Levelfoo_app13' unsafe in 'case' (line 13, column 5) src/foo_app.erl:13:26: variable '__Pidfooapp13' unsafe in 'case' (line 13, column...

**Environmental Info:** K3s Version: ``` k3s version v1.22.5+k3s1 (405bf79d) go version go1.16.10 ``` Node(s) CPU architecture, OS, and Version: ``` Linux rpi401 5.13.0-1015-raspi #17-Ubuntu SMP PREEMPT Thu Jan 13 01:27:28...

kind/enhancement

tbf, this is an issue with `cover.erl`, where `cover:analyse` is a bag of ambiguity. But I was wondering whether we could filter it out in `erlang.mk`? Somewhere around line 7093:...