Darwin
Darwin
@KiKoS0 test? :)
I'm getting similar errors as @michaelst ``` 09:08:47.379 [warn] [libcluster:k8s] unable to connect to :"[email protected]" 09:08:47.379 [error] ** System NOT running to use fully qualified hostnames ** ** Hostname 10.0.2.165...
FYI, since Ruby 2.3 is end of life and uses an incompatible version of openssl iirc, I can't install 2.3.0 to try to match the embeded version for work around....
I'm doing something like this and it works pretty well. Just using whatever r2d2 provides. ``` pub type Pool = r2d2::Pool; pub type DBConnection = r2d2::PooledConnection; lazy_static! { static ref...
@davenportjw @g-awmalik @bharathkkb pinging for awareness.
@davenportjw @shanecglass
Seems like it started happening from this commit, which is included in `3.7.3` release https://github.com/bitwalker/timex/commit/91cd0ed9daf5237cc2973d3625576fdd0e3cb12e @bitwalker Just want to clarify, the example in the docs will fail since the TZ...
This might be a Chromium issue. I encounter similar issues with Chrome, Brave on Arch for a couple weeks at this point, and found this when I was searching for...
Found this issue after encountering something similar, but also slightly different after. For future references of people coming to this. Simply replacing `${env:MY_POD_IP}:` to an IPv6 format of `[${env:MY_POD_IP}]:` could...