Robert Ulejczyk
Robert Ulejczyk
I took a look at the sources and it appears `CURLOPT_CAPATH` constant is defined, but it's setting it is not implemented so the error. I can take a look what...
I'm still trying to come up with a good implementation, but it's tricky because the options I'm adding are passed to the SSL backend and I'm running into errors on...
you may also use `curl-config --ca` to see default ca bundle curl uses.
Hi @Mange I never had this problem myself, simply made a commit to address an existing issue, but I can't confirm if and how it behaves in _production_ environment. I'm...
good point about affecting others, I didn't think about it. As @cschiewek described, [ISO8601](http://www.cl.cam.ac.uk/~mgk25/iso-time.html#zone) specifies that timezone without offset should be considered as local: > (...)Without any further additions, a...
> CI is failing btw Same error happens when I reverted all my changes, it seems to be related to something else. I will try to debug it further.
Okay, all tests are passing now, I think I fixed original problem by setting SHELL env. I also noticed `mix format` is updating 2 files so I fixed that too...
Hii, I updated names per your feedback, but not completely. 1) I didn't include all headers because they can contain sensitive information such as cookies or api tokens 2) I...
Hey, I'm having second thoughts about the usefulness of this PR. Everything I added here can be easily instrumented client-side too, just by wrapping calls to `stripity_stripe` with `:telemetry.span`. I'm...
Okay, I think I addressed earlier feedback in code or in GH and also left some followup questions for you, I'm not sure you noticed it 😅