Baptiste Massemin
Baptiste Massemin
Should this issue be reopened ? It could be handy to have a validation on unexported fields when you want your struct to be immutable.
Can I push a PR with this new method or usually the maintainers are developing all the new features of an engine all at once?
Sorry, I was planning on adding the feature to the client, but for my project, we don't use Redis 7 (yet), so I had to change my design. I will...
I've overridden the `const char*` typemap and now I can use an `IntPtr`. But now I would like to be able to use a `byte*` instead. It works, but the...
Based on my observations: - When there is only one Boolean attribute, either `readByte` or `readBoolean` can be used. However, it is crucial to maintain the order of the attributes....
Not for now, I'll probably resume later
I can handle this myself, but would you prefer using an enum for the auth type (application or oauth2) or a simple oauth2: true/false? Thanks a lot!
Yes I forgot to mention the Helm Chart. This is what we have right now: ```yaml # ovhAuthentication: # # the OVH application key. Leave emtpy if you are using...
I wanted to reuse the same keywords as the OVH configuration for authentication, but it doesn't matter, we can add the oauth2 prefix.
Ok, but renaming `consumerKey` introduces a breaking change, we can do that instead: ```yaml ovhAuthentication: # Authentication method (possible values: application or oauth2) authenticationMethod: application # the OVH OAuth 2...