Rohan Jain
Rohan Jain
This allows the script to work with Raspbian/Arch/Manjaro running on a Raspberry Pi
Description in commits
Instead of the default `/tmp/.tmpXXXXXX/`, use `/tmp/tide-upload-example-XXXXXX/` making it easier to find the directory.
As noted in a existing TODO, this installs the `atuin` binary directly at `/usr/local/bin` for operating systems that don't have an official method. For example: Raspberry Pi / MacOS (without...
The type in the documentation is incorrect for (>>) function. It ignores their input and just returns a predetermined monadic value.
Having tempfiles at the same place as the actual file interferes with the build systems. Eg: grunt/gulp watching on all .js files. Hence, the copy should be allowed to exit...
Alternatively to the bundled jshint.js and jslint.js, the global `jshint` and `jslint` modules can be defined by setting `jshint-mode-jshint-path` or `jshint-mode-jshint-path` in emacs configuration. Eg: For the global installation of...
The content of .jshintrc for a project is cached. The cache should be updated when the config file changes.