Michael Marley
Michael Marley
Sometimes the ngModel values were being interpreted as strings rather than numbers, causing the "intermediateValue += step" computation to append strings instead of doing arithmetic. This of course resulted in...
$scope.$watch() only works on single expressions, not arrays. Instead, use $scope.$watchGroup(). As this functionality was introduced in Angular.js 1.3, also bump the minimum dependency and the version used in the...
The release notes for the newly-released firmware version 4.17 for the Infinity thermostat (https://www.myinfinitytouch.carrier.com/Content/docs/v0417-20220427.pdf) have "Updated cloud connection interface to MQTT improving the response time between mobile and wall control...
Firefox 134 added the RegExp.escape() method (https://tc39.es/proposal-regex-escaping/#sec-regexp.escape) with a standards-compliant implementation that throws TypeError if any value other than a String is passed in. This differs from the existing polyfill...
The TLS Client Hello message is larger in OpenSSL 3.5 and will not fit in the previous hc_io_size of 1024 bytes. This causes the TLS Client Hello message to be...