Charlie Savage
Charlie Savage
MSVC does not support initializing the rb_data_type_t structure from a pointer. Error is: ruby_wrapper.c(359): error C2099: initializer is not a constant ruby_wrapper.c(359): error C4047: 'initializing': 'void *' differs in levels...
See #8.
If you deploy to multiple servers that require typing in a password, all the prompts get concatenated together and you end up only being able to respond to one of...
When using COSI, the documentation states that the `objectStoreUserSecretName` will be autogenerated like this: ``` rook-ceph-object-user--cosi ``` So in my case: ``` rook-ceph-object-user-ceph-objectstore-cosi ``` Except that is only sort of...
### Subject I would like to configure a not documented mail server use case ### Description This could be nice to add to the Kubernetes documentation page. This is an...
### Context As discussed on the kubernetes page, [PROXY protocol](https://www.haproxy.org/download/2.0/doc/proxy-protocol.txt) support is quite important for Kubernetes. See the [`docker-mailserver-helm` ports section](https://github.com/docker-mailserver/docker-mailserver-helm/blob/13fd99877eedd57600cb5fb4195fdcab238665c8/charts/docker-mailserver/README.md#ports). ### Description Is there any interest in migrating this...
The goal of this patch is to enable updating keys and certificates stored in a key chain. It does this by moving access to SecItemUpdate to the Sec::Base class. This...
Would it be possible to make a Rake task to upload documentation? I forgot where Rice docs get uploaded to - is it https://github.com/jasonroelofs/jasonroelofs.github.io? Should Rice docs move to a...
Nio4r builds fine on mingw64 after removing the code to make a dummy make file at the top of extconf.rb. Is there more to it than that, or would it...
This is a follow up to #50. These three callbacks were added in Rails 5 as aliases for using after_commit callback only on create, update or delete. Thus they are...