hubodz
hubodz
Hello, Occasionally, but quite often, I have a case where `client.close()` takes 10 seconds (between 10.0 and 10.2 to be more specific). I tried lowering the client timeout (assuming it...
Hello, I would like to add a simple functionality using update function in design document. I would like it to be invoked when a document is changed/created in Fauxton. Normally,...
Hello! I consider writing custom query server in Python. I'm wondering to what extent I can assume that the query server protocol will be stable (or at least backwards compatible)...
Based on [source](https://github.com/apache/couchdb/blob/main/src/jwtf/src/jwtf.erl), I understand only limited number of JWT claims can be validated. Trying to validate other claims result in error `unknown_checks`. I would like to ask for introducing...