Edwin Kofler
Edwin Kofler
Greetings! Although an issue similar to this (#747) was closed, I wish to create a new one A proposal to support the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) - it has [many...
- makes any errors with the initialization less ambiguous (sometimes `eval` can be funny with line numbers). - remove code duplication with bundle feature For example, before: ```sh eval "$(basalt-package-init)"...
### Pre-submit checks - [X] I checked for similar issues beforehand, but could not find any. I could not add my proposal to any existing issue. - [X] I am...
This fixes various subtle Bash issues / inconsistencies. Generally, these improve semantics and make things a bit clearer - extra details in the commit messages where applicable. As a side...
# Summary ### This changes things so that: - `ASDF_CONFIG_FILE` now defaults to `$XDG_CONFIG_HOME/asdf/asdfrc`, if the old location doesn't exist - `ASDF_DIR` calculation is unchanged - only the installation procedures...
### Area of Improvement It is a bit unclear how to integrate tRPC with Oak. I've been able to follow the instructions, up until the `server.ts`. Current documentation shows this:...
I know `tmpsms` no longer works, but people will invariably be reading the script anyways, and I think it's good to show good practices, like the reading of `TMPDIR`. Closes...
Now, script reads `TMPDIR` instead of assuming `/tmp` as temporary directory. Rest of the diff are automatic whitespace fixes.
On December 15, 2022, Atom [was sunsetted](https://github.blog/2022-06-08-sunsetting-atom). Unfortunately, it is no longer under active maintenance. This means entries related to Atom no longer meet the requirements outlined in [CONTRIBUTING.md](https://github.com/jondot/awesome-devenv/blob/master/CONTRIBUTING.md) in...