powerplant icon indicating copy to clipboard operation
powerplant copied to clipboard

Optimize and assist planning your garden

Results 51 powerplant issues
Sort by recently updated
recently updated
newest added

Accurately detecting weather warnings for rain, frost and drought depends on recent weather data (#2, #98). Make powerplant server to poll the Dark Sky API every 5 minutes and store...

enhancement

Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Bumps [validator](https://github.com/validatorjs/validator.js) from 8.2.0 to 13.7.0. Release notes Sourced from validator's releases. 13.7.0 13.7.0 New Features #1706 isISO4217, currency code validator @​jpaya17 Fixes and Enhancements #1647 isFQDN: add allow_wildcard option...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.6 to 5.0.0. Release notes Sourced from bcrypt's releases. v5.0.0 Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255. It is uncommon but it's...

dependencies

When following the [developer documentation](https://ecohackerfarm.github.io/powerplant/generated/index.html) install, on `step 3` you are asked to add a private key, however `secrets.example.js` does not tell you under what variable to store this key...

Update Developer Documentation page with following notes: - Current setup works with Node 10.15 In case following is encountered: > [email protected] install /home/miroslav/Projects/powerplant/node_modules/leveldown > prebuild-install || node-gyp rebuild It might...

docs

Create a tool for scraping crop data from practicalplants wiki. Try to divide it into functions that could also be useful for #80. The output format should be like `practicalplants.json`,...

The `Crop` property `matureMeasurementUnit` is used for specifying the unit of the properties `matureHeight` and `matureWidth`. The unit can currently be either meters or feet. It looks preferable to remove...