Matt Baker
Matt Baker
Similar position here. These work: ``` dig @172.22.xx.xx myhost.xz nslookup myhost.xz 172.22.xx.xx ``` But `dig myhost.xz` and `nslookup myhost.xz` do not 🤔 I have the DNS settings in zerotier configured...
Interesting! The only thing that remains confusing to me is I tried to reach these hosts over ssh and via a web browser and couldn’t, I only used dig/nslookup after...
Update: I’ve been unable to reproduce this since and I feel quite confident I made a mistake somewhere and ZeroTier was not the issue. Thanks for the tips on properly...
I'd love to see this feature!
So we're in a similar boat, we really would like to know the state of the pool. We're focused entirely on HTTP1, no HTTP2 for us currently. > I could...
> Let's start thinking about API proposals for this, particularly what the data we return would look like. Poolboy just returns a 4 element tuple, but I think a struct...
Another thought — as a stop-gap, telemetry events for checkin and checkout would make it easier to maintain a running total of connections in use (the ETS table idea). I...
The setting in question: https://elixir-lsp.github.io/elixir-ls/features/#dialyzer-integration
@joetrimble Yeah I was hoping that would work too! I've tried various permutations and none of them seemed to have any affect unfortunately, but it was a good idea
@moomerman I don’t know Rust but maybe you could open a PR and someone could help get it over the finish line? This is awesome!