Kacper Michajłow

Results 82 issues of Kacper Michajłow

NUM9 and NUM3 should be 3, 9 if the NumLock is enabled. On Windows, didn't check other platforms.

Undo/redo support in text box would be nice. Also going to with UP arrow to history item, should allow to go back with DOWN arrow to previously posted (not sended...

feature

Currently images are downscaled with linear filtering, which is producing nasty aliasing artifacts when image is big. Unfortunately iced doesn't support other filtering than linear or nearest https://docs.rs/iced/latest/iced/advanced/image/enum.FilterMethod.html. It would...

There seem to be an issue with minimization status reporting. See for example those, which I found on the "Crash statistic" page: https://oss-fuzz.com/testcase-detail/5383367473823744 https://oss-fuzz.com/testcase-detail/4674691453485056 Both of them show that minimize...

This makes it consistent to use LLD across all configurations. It also moves away from using gold linker, which has recently been deprecated. On top of that LLD is faster...

All users of this function expect a 32-bit integer. The intrinsic version already converts to a 32-bit value. The non-intrinsic version uses the standard lrint, which returns a long, whose...

Static libs have duplicated symbols. Building as part of https://github.com/google/shaderc/commit/acc976a6a92d37694afdf1e2bda80ce8c83ef75a Probably related to: https://github.com/KhronosGroup/glslang/commit/104bd85d990155f04f050972374a3502b4631830 https://github.com/KhronosGroup/glslang/commit/0018771b46c492e28ca916b00eda96093381a3b2 ``` FAILED: mpv.exe mpv.pdb "clang++" @mpv.exe.rsp lld-link: error: duplicate symbol: int __cdecl stub_library_function(void) >>> defined...