Pascal Fautré
Pascal Fautré
@ageis SOCKS should be supported by blackbox_exporter as it just uses Go http Transport. Use `socks5://` in your proxy url as scheme. So it all comes down to make one...
Using the use_proxy_dns feature would make the ip version selection ignored. That would be logic, in the same way that you don’t use tls options when using unsecured http. It...
@brian-brazil it is end to end testing, the purpose of blackbox monitoring. Even without this option, if the test fails, it could be your Ethernet câble, any router between you...
This fixes the problem: ```yaml - import_tasks: install.yml become: true when: ( not __node_exporter_is_installed.stat.exists ) or ( __node_exporter_current_version_output.stdout_lines | length >0 and __node_exporter_current_version_output.stdout_lines[0].split(" ")[2] != node_exporter_version ) or ( __node_exporter_current_version_output.stderr_lines...
I would rather put the distance method on `embedding` and also add a serialization method on it rather than putting it only on the `face` class.
@zixia Yes I may have some time by the end of the week to do so.
In the same way, when using `mc admin user svcacct info` to track an AccessKey owner, I end up with a hash as the ParentUser. I would expect the OpenID...
Autogenerated version is fine for me, I usually only change 1 line in this file: `rootBuilder := vuguSetup(buildEnv, renderer.EventEnv())` You could even provide a setup.go skeleton with ```go func vuguSetup(buildEnv...
HI @owenwaller , Yes it is exactly that line. I call a `vuguSetup()` function to setup the routing, the wiring and the authentication. Oh, in fact I don't even change...
@EisenbergEffect How would you put the cache on the history, in order to replicate the behavior of a Navigation View in iOS or Android? New view going forward, popping the...