Witold Baryluk

Results 138 comments of Witold Baryluk

I have preliminary patch, but it will need review and probably small fix for axis. It doesn't break existing usage.

Here is some drill down of the costs, that should help. It looks indeed like there are issues with neighbouring tiles and sorting. They should be optimized. ![profile](https://user-images.githubusercontent.com/110322/69498598-68637380-0ee1-11ea-8129-ac1ff4983766.png)

Actually for underground belts I did observe latency of 850ms on the mentioned blueprint. This is because it affects more surrounding tiles. Most of the runtime is spent in sorting...

What do you mean by add editor to Labs? I can import blueprints with Labs, and click on them to change inserted modules for example. I can also add new...

I don't think it is worth it for sprites (it would not really save). It might be worth using for export of whole blueprint to WebP lossless, as it can...

I was able to minimize test case: http://dromaeo.com/?id=157148,157163,157171 It looks fact that one of the results doesn't include all tests which was run in others, makes some problem when comparing.

Yeah, indeed, it looks the `equals`, and `comp` functions are not finished for the case of comparing signed and unsigned value. ``` const value = '10234114402585926231' let l1 = Long.fromValue(value,...

Hi. I noticed this bug, and even its presence in the documentation. https://pendulum.eustace.io/docs/ ``` You can also modify the timezone. >>> dt.set(tz='Europe/London') Setting the timezone just modifies the timezone information...

Oh. I see. This is really convoluted example. 2013-03-03 2:30 doesn't exist in Europe/Paris, due the DST transition, and default rule being POST_TRANSITION. The documentation for individual functions like `set`...

@glaubitz FYI. As of now, imagemagick 6.9.10.23+dfsg does build fine for me, even with `-fopenmp` used by compiler. I did notice a single warning from the kernel, during compilation, but...