Nigel Stewart

Results 286 comments of Nigel Stewart

Confirming that from the OpenGL 3.1 spec: https://registry.khronos.org/OpenGL/specs/gl/glspec31.pdf ![Screenshot from 2022-08-18 20-16-51](https://user-images.githubusercontent.com/545677/185371863-f6a2972b-1594-4c0c-b46a-6282ea3bd1b1.png)

Could you mention gcc version.

I can confirm these warnings for the 2.2.0 release in Ubuntu 22.04 (Jammy) using gcc-12 toolchain. gcc-10 and gcc-11 both compile without complaint. For current master branch, gcc-12 also builds...

I was thinking of a similar visualisation, perhaps as SVG. The broad idea is a progress-bar clock with annotations of sunrise, sunset and expected light level. And the solstice plots...

Any clue if it's stuck in the octree step, or the resampling step?

As a contrarian sort of argument, I think that tinyformat should continue defaulting to the global or stream-specified locale. That's the normal and well established behaviour, rightly or wrongly. So...

> Unfortunately I've never had cause to use a locale in production code, so if any of the watchers of this repo have experience and would like to chime in...

@lgritz Out of curiosity, are you primarily in a CLI context, or a GUI context?