iacore

Results 421 comments of iacore

I found the problem. ```cpp void HarfbuzzShaper::computeBufferRanges(const ColoredCodepoints &codepoints, Range range, std::vector &bufferranges) { bufferranges.clear(); if (codepoints.cps.size() == 0) return; // Less computation for the typical case (no fallback fonts)....

``` Thread 1 "love" received signal SIGTRAP, Trace/breakpoint trap. love::font::freetype::HarfbuzzShaper::computeBufferRanges (this=0x555557b72190, codepoints=..., range=..., bufferranges=std::vector of length 4, capacity 4 = {...}) at /home/user/computing/runtime/love/src/modules/font/freetype/HarfbuzzShaper.cpp:199 199 std::sort(bufferranges.begin(), bufferranges.end(), [](const BufferRange &a, const...

Where should I mention it in the https://github.com/redlib-org/redlib?tab=readme-ov-file#deployment section? I don't use Docker.

I forgot to mark this branch as ready for review.

If I want to use UDP, the default protocol number is wrong. Berkeley socket API says default protocol should be 0.

I think zls doesn't scan added include path or sysroot. I hope that zls could work for cross-compiled programs. Currently, this won't work: ``` const in_zls = b.option(bool, "zls", "ZLS...

It is not yet documented that the auto-generated UUID is v1. Should we document it? Compared to ULID, UUID is not a good fit for database sorting. Preliminary look at...

> The advantage of using ArrayList is that many backends could use the one or both of the buffers directly. raylib, web, sdl2 and sdl3 uses both (sdl3 needs an...

blood and tears. https://github.com/ziglang/zig/issues/12547