Shaun Reitan
Shaun Reitan
I'm doing the following... ``` var ids = [ 1, 5, 20, 100, 1000 ]; var names = [ 'one', 'five', 'twenty', 'one hundred', 'one thousand' ]; console.log(ids); console.log(names); $('input').ionRangeSlider({...
While attempting to use Utils::sha3 to convert wallet addresses to valid checksum addresses i discovered that the sha3 method does not work as intended. The issue looks that the sha3...
This looked like a bug to me. edit_zone was overwriting the serial when one was present. We use the edit_zone api function to sync our local zones with NicTool. We...
Should the install script use update-alternatives to link back to the newer docker-compose-plugin? ```update-alternatives --install /usr/local/bin/docker-compose docker-compose /usr/libexec/docker/cli-plugins/docker-compose 1``` This would create a symlink from /usr/libexec/docker/cli-plugins/docker-compose to /usr/local/bin/docker-compose