Asaf Chelouche

Results 3 issues of Asaf Chelouche

`brew.sh` will install `coreutils`, but doesn't configure `.bash_profile` to enable access to their `man` pages. This is fixed with defining `$MANPATH` and exporting it.

Using the `-X` flag for `less` does prevent the manpage from being cleared when exiting, but is also prevents scrolling down with the trackpad. This is very annoying with long...

I've configured the action in a workflow like so: ``` - name: Lint uses: DeLaGuardo/clojure-lint-action@v1 with: clj-kondo-args: --lint src test --cache false check-name: clj-kondo liniting report github_token: ${{ secrets.GITHUB_TOKEN }}...

bug