Adam Lindberg
Adam Lindberg
I want a new command, `activate` (or similar name) that activates a given installation: ``` $ kerl list installations r14b03_hipe_native /Users/alind/Applications/erlang/r14b03_hipe_native r13b04_hipe /Users/alind/Applications/erlang/r13b04_hipe r13b04 /Users/alind/Applications/erlang/r13b04 ``` `kerl activate r13b04` would...
[binpp](https://github.com/jtendo/binpp) is a great library for pretty printing and diffing binaries in Erlang. We could use this when an assert equal/match fails and both arguments are binaries. Either by default,...
The following test yields a difference in the end of the binary, even though there is none, because of how line breaks are added to pretty terms before the diff...
### Check for existing issues - [X] Completed ### Describe the feature It would be nice if Zed supported the original Base16 Default Light/Dark color schemes: https://github.com/chriskempson/base16-default-schemes ### If applicable,...
I'm trying to replace my home grown version with `git-radar` but I'm having problems with background colors. Here's what my old theme looks like:  And here's what I see...
There's one discrepancy from `git status --short` that annoys me, and that is that untracked files are marked with `??` in the status, but with a grey `A` in `git-radar`....
Hi, I already have a project in the Erlang space named [Grapherl](https://github.com/eproxus/grapherl) active since 2010 and would appreciate if you could could change the name to something else to avoid...
Can pre-release canditates always be tagged with `rc`? I'm thinking of the major version tags like `26` or `27`. Currently, if one wants to stay always on the latest stable...
### Summary When creating a user using `ansible.builtin.user` with a comment containing UTF-8 on a FreeBSD target, the task can't be idempotently re-run because the module doesn't support UTF-8 characters...
File: [themes/default/content/docs/intro/concepts/state.md](https://www.pulumi.com/docs/intro/concepts/state/) I am trying to use DigitalOcean Spaces as an S3-compatible backend. I encountered the following documentation problems: 1. It is not documented that the environment variables `AWS_ACCESS_KEY_ID` and...