Yoh Deadfall

Results 108 comments of Yoh Deadfall

How visibility is controlled then? Cannot find anything about in in the pipelined rendering.

Should then I make another PR or change the target for this one to fix the issue in the pointed branch?

There should be no division by zero since `reserve` is always larger than two. Therefore, `reserve / 2` always gives at least `1`. By the way, are big `len()` changes...

@alice-i-cecile, rebased and updated the code.

Ideally, the solution shall be like in databases to avoid shrinking memory and do relocation too often. I guess, at least it should happen once per 30 seconds or in...

@superdump, @cart, can it be merged?

On my PostgreSQL in a Docker container I got `2019-03-15 08:25:07.810692+00` when executed the following query: ```pgsql SELECT NOW() + INTERVAL '−1 days'; ``` Why so? From the documentation (emphasis...

@austindrenski Yep, it's because of the wrong character, but on my machine with the `en_US` locale the minus sign is completely ignored, no exception thrown. Therefore, the following thing happens:...

It's fine. We backport changes after merging them into `dev` so they will be available in the next major versions too.