Justin Baker
Justin Baker
There's no way to define node tolerations to be picked up by the `storage` operator in the `ArangoLocalStorage` CRD. I feel like I should provide more information, but I really...
There are instances where Public records are different than the Private records. Unfortunately the current implementation doesn't know how to handle the situation where there is a public zone and...
The Erlang `:ssl` module is very strict in its certification checking. The result of that is that, if I understand correctly, `verify_peer` option works when everything is basically done correctly....
Another suggestion from @idi-ot on [elixirforum.com][1]. In essence the spec says that it has to be valid UTF8, but only says to close the connection when receiving invalid UTF8 text....
A suggestion from @idi-ot from [elixirforum.com][1]. There's no reason why it couldn't happen. Frame encoding pipeline needs to change a bit. [1]: https://elixirforum.com/t/websockex-an-elixir-websocket-client/4733/42
When any of the `:gen` modules terminate the create an error log. WebSockex should do that too.
From https://github.com/oneclick/rubyinstaller/issues/344#issuecomment-265223104: > Unfortunately, I don't have the luxury of using RubyInstaller day-to-day anymore. So when there is a new release I have to make time to actually sit down...
With the release of `Ruby 2.0.0` we started using a new compile environment. With the new environment it no longer means there is a universal _default_. Instead a `default-devkit` should...
**[Stems from this discussion in the group.](https://groups.google.com/forum/?hl=en&fromgroups=#!topic/rubyinstaller/Ic3hQUYQrWU)** Basically from a _SysAdmin_ perspective, a package that is deploy-able and managed by Windows could be a boon. @luislavena switched from an MSI...