Temtaime
Temtaime
What algorithm is used ? Are there other ones ? Description of the used method. I think adding this info makes this project more desireable.
Hi. I want to make a widget with height related to window's height. I know that there's `nk_window_get_content_region_size` which returns `size`. Then i'm trying to `nk_layout_row_dynamic(ctx, size.y, 1)` and draw...
Hello ! Thanks for a great project. However, i wrote an app that works on my machine(tm), but fails to start on the production server. It throws EngineNotAvailable without any...
At least on linux when used 1.0.4 colors look darker comparing to 1.0.3.
https://github.com/clearlinux/bsdiff/pull/6 doesn't fully fix the issue. Consider following files: [ccc.zip](https://github.com/clearlinux/bsdiff/files/3851446/ccc.zip)
Hello. Your versions of bsdiff is great with improvements to an original algorithm, and i want to use it on windows too. It'd be great if some linux specific headers...
https://github.com/dlang/phobos/blob/master/std/mmfile.d#L424 flush does not call `FlushFileBuffers` therefore does not really flush. https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-flushviewoffile: ``` To flush all the dirty pages plus the metadata for the file and ensure that they are...
**Describe the bug** I was able to reproduce twice with two of those HDDs. System hangs completely. No messages in logs, no kernel crash message, no output on the monitor....