Dmitry Bigunyak
Dmitry Bigunyak
I think I've spent like an hour trying to figure out how to sign requests with boto3 to call my IAM policy protected API Gateway endpoints. Just couldn't believe this...
The most important thing for me would be that this functionality comes from AWS, it can be a part of boto3 SDK or a separate package but it should be...
If you're not going to support the module, maybe you can at lest specify what should be the C client library version this module works with...?
Hmm, strange but the module works on my other machine which is Debian. Here is what I did on my Gentoo box: - Installed the latest C client library (libcouchbase-2.5.8)...
I have perl v5.14.2 on the Debian box and perl v5.20.2 on the Gentoo machine.
I regenerated new `ppport.h` file with ``` perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile()' ``` and then replace `xs/ppport.h` with the new file but that didn't help, still the same error. I didn't...
Sorry for the long reply. Finally tried what you suggested, modified macros in the `xs/plcb-return.h` file as follows: ``` #define plcb_doc_isa(obj, ret) \ (sv_derived_from(ret, PLCB_RET_CLASSNAME)) #define plcb_opctx_isa(obj, ret) \ (sv_derived_from(ret,...
Hi there, Just curious if you're planning on fixing this problem in a new version any time soon? And maybe a more general question: are you going to support this...
I was also asking about official Perl client support on the Couchbase Forums site, unfortunately no plans for it right now. I guess only if Couchbase grows big enough and...
I also stumbled onto the issue with `toBuilder` support. Would be great if you could address it, as it does make a lot of sense when working with immutable classes....