Łukasz Harasimowicz
Łukasz Harasimowicz
ping: @afex would be nice to have active development. I am currently evaluating some packages that can be used to implement circuit breaking pattern and this seems like one of...
It seems I have the same issue when replacing import via go mod's `replace` directive: ``` replace gitbub.com/example/package => ../../lib ```
But there is https://github.com/prymitive/karma/issues/115 and it seems that solution is coming so let's wait :-)
I think this is quite useful when working inside monorepo. This PR https://github.com/caarlos0/svu/pull/57 looks promising. What needs to happen to have it implemented/fixed?
I'll add $.2 here. As stated above Captha's have a quite limited success and can be only used in browser based flows(?). Also there are global rate limiting solutions like...
Yeah. PoW is ok-ish for frontend flows where one can supply JS implementation. Things get quite difficult when trying to deal with pure API calls. One could implement some kind...
> I think we have to draw the line between the regular spammy bot that pollutes your users with "free s!x n0w" spam and more sophisticated DDoS attacks. The intention...
I'll share a method we end up implementing. This one uses reCaptcha specifically but I think it should apply to other as well. 1. We have added reCaptcha to our...