Emilia Kond

Results 35 comments of Emilia Kond

I have the same issue on a Pixel 6 with Android 14. Just seems weird that everyone else with this issue seems to have a different phone than me

I reduced the config that causes this down to `{AlignOperands: DontAlign, ColumnLimit: 0}`, which is odd, because according to documentation, `AlignOperands` should only apply to operators and ternaries, and neither...

Note that since clang-format-15 has requires expression and requires clause support the following workarounds can be removed: https://github.com/SerenityOS/serenity/blob/2af028132adca1ae9fbb81a655a9ce00420d8ad4/AK/StdLibExtras.h#L31-L34 https://github.com/SerenityOS/serenity/blob/8a5d2be617a82c93cfafa6c714dff67ab5ff0f7b/AK/NonnullRefPtr.h#L203-L206 https://github.com/SerenityOS/serenity/blob/998c1152efa116da5fabf89363d178c8fb729d77/Kernel/Library/NonnullLockRefPtr.h#L213-L216 https://github.com/SerenityOS/serenity/blob/b2164ad979ef3dd0761d833dcc4f26154bf40b29/Meta/Lagom/Tools/CodeGenerators/LibUnicode/GeneratorUtil.h#L184-L189 Additionally, https://github.com/llvm/llvm-project/issues/56602 landed in 15 so the following can...

Yep! `clang-format` is directly part of the `clang` module, not as a separate project under i.e. `clang-tools-extra` (which seems to be built anyway, so doesn't matter) > Also, please note...

Shouldn't this need some sort of delay or debounce? Wouldn't it start spamming requests?

Is non-compact "export to JSON" sufficient? It could be a toggle that applies to all output but I think that toggle could be left accidentally enabled resulting in needless bloat....

I guess the difficult part would be rigging the fonts for this. There are of course unicode characters representing control characters ("Control Pictures", U+2400..U+243F: ), and for other cases, the...

> is it that mc refuses to render those characters, or just that they aren't rendered in the default font? They show up in little "tofu" boxes, i.e. CR (0xD)...

> ripping the font from the game is a copyright issue Aha! I've discovered the tofu boxes (and all of the extended unicode characters in minecraft) come from [GNU Unifont](https://en.wikipedia.org/wiki/GNU_Unifont),...