- 03 Nov, 2020 7 commits
-
-
Aral Balkan authored
This is a security feature as you would never want to do this.
-
Aral Balkan authored
(Depending on which is present.)
-
Aral Balkan authored
(Only if the site command is invoked without explicitly specifying a directory. Works for .dynamic, .hugo, .db., and .wildcard folders and their subfolders.
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
- 02 Nov, 2020 16 commits
-
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
These options give you greater control over how much log output is presented for access attempts when a server (regular process or daemon) is running.
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
(And in the same light blue we use for certain elements on the site.)
-
Aral Balkan authored
-
Aral Balkan authored
-
- 01 Nov, 2020 2 commits
-
-
Aral Balkan authored
-
Aral Balkan authored
This task updates the Nexe base image for your platform, architecture, and version of Node.js. As you are basically building a modified version of Node.js this will take a while. The --all and --deploy options are not available on the build script when updating Nexe and will result in an error.
-
- 31 Oct, 2020 2 commits
-
-
Aral Balkan authored
-
Aral Balkan authored
-
- 30 Oct, 2020 8 commits
-
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
(The actual connection timeout specified is the SSH ConnectionTimeout option used by rsync.)
-
Aral Balkan authored
-
Aral Balkan authored
-
Aral Balkan authored
-
- 29 Oct, 2020 5 commits
-
-
Aral Balkan authored
Updates dependencies to remove all npm vulnerability warnings.
-
Aral Balkan authored
(There are now no remaining npm vulnerability warnings as of this commit.)
-
Aral Balkan authored
(Removes npm vulnerability warnings.)
-
Aral Balkan authored
(Remove a high priority npm vulnerability warning.)
-
Aral Balkan authored
Tape 5.x is much less forgiving with async functions. You can’t mix async await and callbacks (t.end() never gets called) and if you accidentally set up a test callback as async but don’t use await on it, you will also get failures.) Basically, I’ve wrapped all async test code in promises. This also makes the tests easier to read.
-