Dale Phurrough

Results 125 issues of Dale Phurrough

### Why I encourage use of local data which is current+valid vs. making remote network calls. The speed improvement is magnitudes better performance. ### Move to the `what`: `Device::getMxId()` is...

enhancement

`XLINK_LEVEL` does not support uppercase values like `DEPTHAI_LEVEL` does. I recommend it to do so. ### Setup * all os, compilers * depthai-core v2.21.2 ### Repro 1. config and build...

bug

Download of GPG key in `apt.sh` for the APT install will fail given the current packagecloud.io infrastructure. This is due to the url `https://packagecloud.io/headmelted/codebuilds/gpgkey` issuing a redirect to the eventual...

java.lang.NullPointerException: Cannot get property 'id' on null object @ line 36 Repro: Never have installed or run Color coordinator. Choose it from the mobile app for smart apps. Result: red...

I am seeing that OpenNI or NITE is creating a Scene Generator even though I do not request one. This behavior started sometime between OpenNI 1.3.2.3 / NITE 1.4.1.2 --->...

Throughout the code for wp-ffpc v 1.10.1, the code does not escape html and its values before/after processing by the form page. Therefore, it is possible for: 1. a malicious...

Precaching fails on Windows server. The ffpc code will need to have Windows-specific code; the Unix approaches will not work. Also, the admin alerts on a Windows server seem to...

With wp-ffpc v1.10.1, the admin UI fails to render correcting on Wordpress versions less than 3.8. This is partially due to the following code: `wp_register_style( $this->admin_css_handle, $this->admin_css_url, array('dashicons'), false, 'all'...

While testing fixes for the filesystem usage in ffpc, I determined ffpc v1.10.1 is not compatible with PHP versions less than 5.5. It is also not compatible with Wordpress 3.0....

deploy_advanced_cache() fails to save on my Wordpress server setup because the Wordpress Filesystem API is not used. https://codex.wordpress.org/Filesystem_API Specifically, in my scenario the user under which the apache webservice runs...