slipher

Results 1111 comments of slipher

Is that really a good way to decide whether we are doing 2d rendering? What if the same image were used for both something in the UI and something in...

Fine, you can say the use cases for that are doing it wrong, but the benefits from this seem microscopically small. So I disapprove of the proposed change.

`memcpy`ing from an uninitialized value of a trivially-copyable type, such as a GLM vector, [is well-defined behavior](https://stackoverflow.com/questions/32997185/is-copying-trivially-copyable-objects-always-defined-in-c14), but some compiler complains. Annoying. I guess I could add another adapter variant...

One fix in https://github.com/DaemonEngine/Daemon/pull/1195

- Useless std::move warning fixed Daemon 654a8cfc - Silly Curl deprecated string constant warning has its own report in Daemon - OP has reported the glm4rw warning a second time:...

It would be great if we could have a similar text appear on the page for composing a pull request, but *not* inside the text box, reminding what kind of...

Why should there be an option not to use the appropriate language standard? I don't get it. Maybe it was useful one time, but not everything needs to be a...

Having a knob that makes the program fail to build kinda sucks. But on the other hand, it sucks that there is often no way to disable all the flags...