Adam Papai
Adam Papai
@maxpain I can verify that it works with `4096 bit RSA key (PKCS#1 v1.5 padding - SHA256 Digest)` But it does not work with Google KMS HSM - `4096 bit...
The last part is the database index. That should be a number. Like: `redis://localhost:6379/7`. > Out of the box, every Redis instance supports 16 databases. The database index is the...
It can :) HipChat nowadays generates a message like this for a video chat. Pretty easy to catch it the message. ``` 日, 08 10月 2017 13:34:31 [DEBUG] RECV: <a...
I double checked it. As an XMPP client, we only see this text: ``` Someone: Click here to join the video call ``` I'm sending a PR soon.
The solution is quite obvious, run clamtk as: `LC_ALL=en_US.UTF-8 clamtk`
With golang `1.17` and above the indirect dependencies should be updated too, otherwise it'll fail with: ``` 12:51:56 === Errors 12:51:56 go: updates to go.mod needed; to update it: 12:51:56...
@rarkins Yes probably I'll need to create a module (shared) which uses aws-go-sdk for example. Then create 2 more modules that uses the `shared` module and for `go 1.17`+ you...
@rarkins On it. I'm waiting for the first dependency PR to be created by renovatebot and I can show it to you then.
@rarkins And it happened. There you go: https://github.com/woohgit/renovate-12999/pull/3/files This repo consists of a shared module (which depends on aws-sdk-go) and 2 other consumer modules which depend on the shared. For...