Adam Lindberg

Results 100 issues of Adam Lindberg

On a clean install of macOS 10.15.4 with Homebrew `[email protected]` (1.1.1d) and `wxmac` 3.1.3 the following error is generated when building Erlang/OTP 22.3: ``` » kerl build 22.3 22.3 1s...

Is there any plan to add better errors than just `badarg`? It's problematic when trying to encode/decode inside more complex code: ```erlang try complex_code(Binary) % Code that calls jsone:decode somewhere...

In my opinion, including Lager is outside the scope of Exometer. We're trying to include Exometer in an existing Elixir application which uses the Elixir's Logger. Getting Lager included just...

enhancement

The following configuration works: ``` erl {exometer_core, [ {predefined, {apply, stats, entries, []}, {report, [ {reporters, [ {exometer_report_librato, [...]} ]}, {subscribers, [ {exometer_report_librato, [erlang, memory], [total, processes, processes_used, system, atom,...

The `{function, Mod, Fun}` short form for function entries does not call `Mod:Fun(default)` as promised, but instead assumes only one default data point `value`. See https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_function.md#new-3

Added information about which Python version is most likely to work, and how to debug startup issues. I tried both Python 3 from asdf and from Homebrew without success, receiving...

**Describe the bug** The code action "Wrangler: Extract function" does not work in Sublime Text with Sublime LSP. **To Reproduce** 1. Select some code. 2. Run the code action "Wrangler:...

bug

**Describe the bug** When using surround to change single quotes to backticks with an alternate keyboard layout that uses Alt the text `` **Versions** `startup, version: 4136 osx x64 channel:...

i18n