Richard Hozák
Richard Hozák
This allows us to print user defined classes/struct that have only ostream operator defined.
Hello, I encountered error when building limn with rustc 1.24. ``` Compiling ordered_iter v0.1.0 error[E0277]: the trait bound `B: bit_vec::BitBlock` is not satisfied --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered_iter-0.1.0/src/lib.rs:285:32 | 285 | impl {}...
This prevents GCC warning `#pragma once in main file` which cannot be disabled (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89808). Note that you can disable this when using clang with `-Wno-pragma-once-outside-header`. See more: https://stackoverflow.com/questions/56563679/gcc-precompiled-header-pragma-once-in-main-file
Adds try_receive function to socket and channel as a counterpart to try_send for those that want to avoid Vec allocation and handle the messages as they arrive. I adjusted the...
GLTF specifies that all colors in gltf json should be represented in linear space. OBJ files have their colors defined in sRGB space. `obj2gltf` now takes colors directly from OBJ...
**Description** In our application we use epoll to manage our main application loop and we also let it handle plethora of linux signals as opposed to using signal handlers. In...
Hello, I've tried to run the example `queries/query_change_tracking_1.rs` with latest master (c3da92c5e4f11981190b8baaef0e59ba61d785a5) and I've noticed that it fails on assertions. The lines that trigger the assertions are these: ``` let...
This reverts commit 66288ab2da9e5e9e74ede1ed081e581058ab4cca. Fixes #327 Note that putting "Noto Color Emoji" anywhere lower (even just below "DejaVu Sans") creates issue described in https://github.com/pop-os/cosmic-text/issues/327 Putting it above "Noto Sans" breaks...
Hello, while trying to update cosmic-text from version v0.7-ish (commit https://github.com/pop-os/cosmic-text/commit/e00109d77f06d5a2e3057865eda3f530bc40a046) to latest version v0.12.1 I've noticed there is a regression in rendering emojis. The latest version renders only some...