Kaspars Dambis

Results 113 issues of Kaspars Dambis

**Describe the problem you have/What new integration you would like** I would like to add [Aranet4 Home](https://aranet4.com) support. It reports the current sensor readings and historic values over BLE. **Please...

Type: Air Quality

Fixes #60. ## Tasks - [x] Move the plugin settings into a dedicated class to match the rest of the approach. - [x] Introduce dedicated helpers for getting the formatted...

Move https://github.com/xwp/site-performance-tracker/blob/16931538f90de1d20a1c012f62cc854436dd4ec2/php/views/settings.php into something like `php/src/class-settings.php` which is bootstrapped during: https://github.com/xwp/site-performance-tracker/blob/16931538f90de1d20a1c012f62cc854436dd4ec2/php/src/class-plugin.php#L75-L90

enhancement

The current skeleton repository leaves a lot of questions unanswered, for example: - How to create a standardised local development environment that matches the [VIP Go setup](https://vip.wordpress.com/documentation/vip-go/understanding-your-vip-go-codebase/) without everyone on...

**Work in progress!** Add support for running the project in a virtual environment to simplify the local development on all types of operating systems as users no longer have to...

enhancement

## Feature description It would be great to support other PHP libraries as dependencies in projects created from the `wp-foo-bar` template. It would also enable modular design where some of...

The current local development tooling requires bash, grep, awk and other unix specific tools to be available on the host machine. Most of the commands defined [under `/bin`](https://github.com/xwp/wp-foo-bar/tree/1dd3c4f8c0485b16a8020e9330d16c5621cde649/bin) can be...

## Expected/Desired Behavior 1. No PHP warnings are produced. ## Actual Behavior The following PHP warning is triggered when loading any page or post on the frontend. ``` Notice: Function...