Nejc Galof
Nejc Galof
I have the same problem
I manually fixed this problem with a bar width ratio like 1/4 of terminal width. Also I have long postfixes, and calculate the remaining length and concat string like: std::string...
I have the same problem with linking with CMake when I add macro `ELPP_UNICODE`. Other macros work ok for me.
Reason why this will be good is to get comments (informations) on objects. Yes, this effects compile time, but helps users who reuse generated objects. They can get more info...
Specially I have the problem with `target_link_libraries(demo_shared PRIVATE project_options project_warnings)`. Then got the error: ``` /usr/bin/ld: /lib/x86_64-linux-gnu/libasan.so.6: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /usr/bin/ld: /lib/x86_64-linux-gnu/libasan.so.6: warning:...
It is not a problem for my code to use `lazy_static!` instead of `lazy_static::lazy_static!`. I report the issue anyway if someone has the same issue. For example, if my code...
It will be very nice to support that, especially because other crates switch to "aws-lc-rs" feature and then we get the runtime error like: ``` Could not automatically determine the...