Roger Lipscombe

Results 39 issues of Roger Lipscombe

Kinda missing the point of the "private" in "private key" if the key is synchronised to all of my Chrome-using devices.

enhancement

In http://erlang.org/pipermail/erlang-questions/2021-May/100972.html, it was suggested (after some discussion) that non-unique process labels would make using `observer` nicer. I followed this up here: http://erlang.org/pipermail/erlang-questions/2021-June/101152.html This is a first stab at implementing...

team:PS
stalled
waiting

We're looking to create an Erlang crash dump, by `erlang:halt("Whoops").` However, instead of creating the crash dump, the Erlang VM dies hard with the following: ``` Bad file descriptor (epoll.cpp:69)...

What benefits do I get from using this over directly using exometer? What trade-offs were made (i.e. is there any downside to using this)?

When I'm doing an interactive rebase (on Windows, if that makes a difference), and VS Code is open, changes to `pubspec.yaml` (as the commits are replayed) cause the VS Code...

is enhancement

From https://github.com/erlang-ls/erlang_ls/issues/1168 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). ```...

bug

### Relevant telegraf.conf ```toml # Monitor sensors, requires lm-sensors package [[inputs.sensors]] ## Remove numbers from field names. ## If true, a field name like 'temp1_input' will be changed to 'temp_input'....

bug

If I have a row of tinycolorpickers, the image popups appear _under_ the other tinycolorpickers.

``` ``` Should be coloured (and treated) as a comment.

I've got a `rebar.config.script` that expects the `VSN` environment variable to be set, but rebar3 crashes if it is. ## Reproduction 1. Compile from source (I used main @2189a408d6c8ae239f730ca41a5ad3c651a90643), using...