Adam Lindberg
Adam Lindberg
Compare: ```console $ xh get https://jsonplaceholder.typicode.com/todos/1 HTTP/2.0 200 OK ...headers... { "userId": 1, "id": 1, "title": "delectus aut autem", "completed": false } $ ``` With: ```console $ xh get google.com...
When setting `REBAR_CACHE_DIR` the internal config of `global_rebar_dir` get's set with that prefix (see [apps/rebar/src/rebar3.erl:427](https://github.com/erlang/rebar3/blob/main/apps/rebar/src/rebar3.erl#L427)). Some things that are looking for global configuration will actually end up in `REBAR_CACHE_DIR/.config/rebar3/...` which...
**Describe the bug** If `?MODULE` is used in a function defined in a header file there will be a compilation error diagnostic when viewing that file, and a warning in...
Is there a way to generate a 3-finger swipe (to switch spaces in macOS) using Hammerspoon and the `hs.eventtap` libraries (or something else)? I was inspired by [this HN comment](https://news.ycombinator.com/item?id=36938663)...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When theming, using certain colors makes it obvious that the scrollbar is...
### Check for existing issues - [X] Completed ### Describe the feature It would be nice to be able to change syntax in the command palette directly, instead of having...
When running `erl -s init stop` Watchexec hangs indefinitely: ```console $ time erl -s init stop Erlang/OTP 26 [erts-14.2.2] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit] ________________________________________________________ Executed in 1.13 secs...
- Removes no-longer supported OTP version 24 - Migrates from `slave` to `peer` in test code.
Ubuntu apparently has really small minimal images these days: https://hub.docker.com/_/ubuntu/tags?page=1 They're clocking it at around 25-30 Mb, compared to Debian's ~55 Mb. Perhaps `slim` images should use these instad, or...
**Is your feature request related to a problem? Please describe.** When using `cth_log_redirect` progress logs get enabled automatically (because of how `logger` works by default). In some cases, these can...