Stefan Kalscheuer
Stefan Kalscheuer
This PR raises the framework version from 3.39.0-01 to 3.68.0-04. 3.67 is the first version hat supports Java 8 and Java 11 [1], so we raise the supported versions to...
### Description Marlin 2.1.2.2 has some serious issues. For most of them there are already fixes in place. See https://github.com/MarlinFirmware/Marlin/issues/27019 There are 2 possible solutions. The more obvious one is...
### Description Clean up the more or less neglected code snippets from the original Anycubic MEGA P laser feature. Remove the `KNUTWURST_MEGA_P_LASER` switch and make all logic available with `KNUTWURST_MEGA_P`....
The script is currently checking if the `REQUEST_URI` is containing `wp-comments-post.php`, the default script to handle the submission of a comment. Some security plugins have options to rename this file...
**Issue:** Built-in BusyBox shell in OpenWRT has no `hostname` command available by default. While it can be added with additional packages in custom images there are alternative ways to determine...
Our generated packages.json contains a "providers" section with a list of all Composer v1 provider paths, which is not actually supported. This pull request makes the following changes: * Drop...
**This pull request makes the following changes:** Because no hosted facet is attached here asset deletion on zipballs throws a MissingFacetException when trying to rebuild metadata files after deleting a...
Add a new workflow to run the **[plugin-check-action](https://github.com/WordPress/plugin-check-action)** when pushing or merging to _stable_. We build the plugin first and re-use the .distignore file to generate the final plugin package....
Use ES6 block syntax, `const`/`let` , `=>` arrow functions and `fetch()`. Adjust code style to recommendations and use _camelCase_ for variables and functions. Add some JSDocs. (yes, this one drops...