Pete
Pete
I don't know how to contribute to GitHub wiki, so just reporting in results from https://github.com/UoB-HPC/BabelStream Triad works with `--float`, no error is reported, keep array size small (max tested...
This is a minor issue but is worth noting: * `` - changes gradle version in `build.gradle` * `` - changes gradle plugin version * `` - does **not** change...
* Haxe version: 4.0.3 * OpenFL version: 8.9.6 * Lime version: 7.7.0 (as well as latest) * Affected targets: HTML5 **Code snippet:** ``` #if js Browser.window.addEventListener("gamepadconnected", (e) -> { var...
Shouldn't the CA file be copied as well? https://github.com/geerlingguy/ansible-role-filebeat/blob/master/tasks/config.yml#L21 I specified the following: ``` filebeat_ssl_certs_dir: /etc/filebeat filebeat_ssl_private_dir: /etc/filebeat filebeat_ssl_ca_cert_file: ca-cert.pem filebeat_ssl_certificate_file: mycert.pem filebeat_ssl_key_file: mykey.pem filebeat_ssl_copy_file: true ``` And the resulting...