Krzysztof Wiśniewski

Results 218 comments of Krzysztof Wiśniewski

Most of what you have described was already implemented and discussed, but it is not a priority to get it merged.

> which are rounding down colors to zero at night. This is intentional, although not necessarily on the surface. Only darkness that is meaningful is true 0 black darkness that...

I am not sure we need that. For the use cases you have listed, I am pretty sure you can implement them with a creative mix of sub biomes, smaller...

I don't think controlling runtime using a flag and from inside is that good of an idea. It's very limited and won't scale to more complicated purposes. We will be...

As for detecting that we are in CI there already exist a well known way - we should query environment variable `CI`

Calling program - professional therm is controller - should be a Python script. Been there done that, it's easy to create and extend, trivial to load into CI environment basically...

With so many contributors it's inevitable that in busy parts of the codebase there will be conflicts. The sooner we move the code to it's final destination the better. It's...