Konstantin Nikiforov
Konstantin Nikiforov
Currently, it is ~~not~~ possible to use font-faces from external CSS-files: `fontFamily.apply()` allow only `FontFace` instances. This commit allows to specify raw `font-family` string value, making possible to use non-inline...
I'm trying to make a ~helloworld srt with non-english words. But i'm receiving segfault every time i'm typing any russian/cyrillic letter into **text** column. English letters are ok. Backtrace ```$...
It looks like, defines is not properly substituded in guard expressions. ``` erlang -module(ar_test_controller, [Req]). -define(is_ok(X), is_list(X)). test('GET', [X]) when ?is_ok(X) -> ok. ``` `rebar compile` cause following error: ```...
Hello, @horstle! ``` $ uname -a Linux tvpi4 6.6.33-1-rpi #1 SMP PREEMPT Wed Jun 12 13:43:34 MDT 2024 aarch64 GNU/Linux $ dmesg | grep -i raspb [ 0.000000] Machine model:...