Javier Domingo Cansino

Results 59 comments of Javier Domingo Cansino

For completeness, I have tried to see if there was the same issue when using parameters or batch insert but both were good: ```go func TestAsyncInsertPlaceholderLosesPrecision(t *testing.T) { t.Parallel() ctx...

Hello @laeg I'm afraid that workaround is not good for us, we are using embedded tuples, and the support for those in the parametrized inserts is not good, so we...

On top of this, from experimentation, it's not the same to set up 80 than to set up 0. Setting up 0 will allow for `cpu_limit < 1`. However setting...

I am using terraform to provision all this so I have just replicated the resources manually.

But SSE is just supported by modern browsers, isn't it? What about a keep-alive http connection? or using something like a token. Example: ``` $ curl -X GET http://localhost:6680/mopidy/rpc Token:...

Interested on this... I have had too many problems due to the hacks I had to do on mopidy, and deathlocks where horrible to debug, I had to do it...

The solution I reached was to use `reverse()` in the list, and use positive numbers.

> Using reverse(list)[N-1] as a substitute for list[-N] is an anti-pattern as far as I'm concerned I agree, and would love if some author or contributor could have a look...

Steps to reproduce? Which backend are you using?