James Nylen
James Nylen
Some ClassicPress installs use `composer` to install other dependencies, or `git` to manage the site's files, or a `.env` file for configuration. These files should never be accessible via the...
The `saveToFile` method calls the async version of `fs.writeFile`, so it's possible that this method will be called multiple times concurrently. This would either corrupt the JSON file, or fail...
This currently throws an exception, and it shouldn't: ``` js var store = new FileCookieStore('does-not-exist.json'); ``` The error: ``` fs.js:432 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT, no such file...
Please add a repository field to package.json, otherwise there's no easy way to get back to the project page from https://www.npmjs.org/package/tough-cookie-filestore.
I'd like an option to add the text of the current measurement (overlaid on top of each graph), please. I may hack on this myself, depending on interest I can...
Before this PR, `multiload_graph_disk_get_filter` and `multiload_graph_disk_get_data` attempt to read from the following sysfs paths on my computer. Both are invalid, which leads to no devices or data in the disk...
Fixes #10.
Let's look through each use of `$wp_version` and `get_bloginfo( 'version' )` (are there any others?) and decide whether it should refer to the WordPress version (minimum version checks, compatibility checks,...
The ClassicPress admin dashboard should show the same changelogs as our official release posts in the forums: https://forums.classicpress.net/c/announcements/release-notes Right now these changelogs appear in 2 different places (on the forums...