Results 717 comments of OvermindDL1

> Have you checked the last time there was a commit here? Not all development happens in `master` branches so that's not always a good marker to go off of....

Python? In a C++ project? Why not just use pure CMake dependency management so projects that want to use NamedType just have to add a line or two to their...

I definitely prefer the 'heavier' genserver form, the unambiguousness of it makes it easy to both read and grep for (I quite often search based on `reply` and `noreply` for...

Hibernation has a *big* downside! Flushing the GC on every call can be quite expensive and a hibernation is one of the only ways to force an *entire* GC of...

Same issue, #125 is not yet merged so this issue still exists.

@mosra How do you handle when windows are dragged between two monitors with different DPI? The traditional method is to keep rendering at the highest of the needed DPI then...

Same issue here, unable to login with default email/password. I have tried changing it to a variety of other things (clearing the volumes as well of course so it fully...

I cleared the url entries in the environment and it works: ```sh NEXT_PUBLIC_API_BASE_URL= WEB_URL= ``` For note, as what was implied but was not clear from the quick start instructions...

Already have a libuv based test in the first C++ server so I'd imagine it would perform fairly identically, not too hard to make. I can't at the moment (real...

Or snapshots at certain intervals as well.