Stefan Bogdan

Results 6 comments of Stefan Bogdan

What I mean for 3. is that it does not return the results that have a certainty above the one specified (i.e. does not cut off the ones lower than...

Regarding 1. : Why would anyone want results in a random order? In the docs we show it by using `limit: 1`, but if it is not sorted by default,...

Regarding 2. : Everything is set to the default values.

Hi @etiennedi and @raam86 , this is known behaviour to me. Etienne I think we already had this discussion that we cannot send `None`/`null` values for a property, you could...

Hi @reppertj , we are going to use the `aiohttp` library for the AsyncClient because it has very similar requests methods. The way I want it to be structured is...

I am for it, but I think it should be on the Server side not on the client side. As a temporary solution we could implement such a method.