Edwin Kofler
Edwin Kofler
The purpose of this PR is to better show the additions that might be made to incorporate [Bats](https://github.com/bats-core/bats-core), a testing framework for Bash. More information about this PR can be...
This issue is a request to adhere to the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) when managing Earthly files. Currently, files are put inside of [`~/.earthly`](https://github.com/earthly/earthly/blob/2391901a9e29a051ed49152d282f9bacf2549916/util/cliutil/earthlydir.go#L29), but there are [many reasons](https://xdgbasedirectoryspecification.com/) to...
Hey all, Most of you probably are aware that at SchemaStore, we recently changed our hosting from something custom to GitHub Pages. As a part of that canonical URLs were...
## Description, Motivation and Context Fixes #2317 Implementation: - If `HEAD` is not detached, it infers the remote name by the current branch - If `HEAD` is detached, then it...
## Description As per #1696, this cleans up various files by fixing ShellCheck errors. This cleans 10 themes (and removes two entries from `clean_files.txt` that no longer exist. In the...
I prefer using `me` as the default remote name. However, this does not play well by default: ```console $ bash-it version error: No such remote 'origin' $ git remote -v...
This updates ESLint to v9. I followed the instructions of [ESLint Configuration Migrator](https://github.com/eslint/rewrite/tree/main/packages/migrate-config#eslint-configuration-migrator) verbatim for the first part: ```console $ pnpx @eslint/migrate-config .eslintrc.json ... Migrating .eslintrc.json Wrote new config to...
Closes #181 Closes #204 Doesn't make sense that the PDF format should be treated as text, must of been a typo or something. This fixes that.
astexplain is a [script used in `git-for-windows`](https://github.com/git-for-windows/build-extra/blob/main/git-extra/astextplain). Naturally, this means that when the `astextplain` attribute is used, it will always yield to different results when not everyone is using `git-for-windows`....