Mildred Ki'Lya
Mildred Ki'Lya
glauth is not able to receive bind requests using SASL as per [RFC 4513 section 5.2](https://tools.ietf.org/html/rfc4513#section-5.2).
There are two configuration options that can hold buffers: - notify_on_all_messages_in_buffers - ignore_buffers It would be great to have a command to add / remove the current buffer from these...
When POSTing a request to my `user_*_omniauth_authorize_url`, I get redirected to the OAuth endpoint using a 302 response code. This causes the request to be redirected using GET and not...
I'm trying to use podman-compose to develop a compose file for an application, and I'm having issues when I try to start single containers after `podman-compose up` failed. I'm having...
vimoutliner is just great, I just started using it for TODO lists. However as completed items count increase, I'll suspect that a way to fold checked items would come handy....
When port mapping is defined in Docker, it might be specifying a HostIP in addition to the HostPort. If the HostIp is defined, it's generally an IPv4 address. it might...
In some cases, the docker container can specify a HostIP listen address to listen to. It might be desirable to allow converting containers listening on IPv4 only addresses to IPv6...
### Terraform Version ``` Terraform v0.11.10 + provider.consul v2.2.0 + provider.random v2.0.0 ``` ### Affected Resource(s) - consul_keys ### Terraform Configuration Files ```hcl provider "consul" { version = "~> 2.2.0"...
Sometimes, you want to disable the HTML5 player, perhaps because the original player has more features, and you want to see a specific thing. In that case, it would be...
The null_resource can be great to store any value. This commit add the bility to store arbitrary values without recreating the resources (in the `values` section) and to store `inputs`...