LoganDark

Results 699 comments of LoganDark

> Does discord retain searchable content? If you can't find the answers via a search engine they're a lot less useful. Nope. - Discord servers can't be discovered via search...

> They're discoverable in discord, it could be linked to the GitHub page. Discovery is limited to servers that are over 2 months old and have over 1,000 members. Plus...

> * More active moderation potentially required due to higher volume of content You could lessen the load on yourself by finding a few trusted community members to moderate for...

> zulip is a really great option: https://blog.zulip.com/2022/05/05/public-access-option/. Oh that's nice! Keep in mind that literally happened 5 days ago, even my last reply was before that. But that's good...

Fairly sure `mold` does not support true Unix systems, only Linux. Sorry :( (also macOS has departed quite a bit from pure Unix, especially in its directory structure)

> it looks like if you use `allsorts?/flate2_rust` it works fine Thanks for the workaround :)

> Can you explain what odd, positive/negative means in this context? Winding count. AFAICT, counter-clockwise winding order causes the area inside the shape to increase by one in winding count,...

Come to think of it, I haven't actually checked if c can be outside the 0.0-1.0 range. If it can go above and below by layering additional shapes then I...

font-size should be in pixels-per-em. If users want something else they can do the calculations themselves from metrics in the head/os2 tables (not sure if ab_glyph exposes these) for example,...

> Actually, terrible name... not sure what to call it exactly... maybe `--diff-dirty` for the latest commit, and also `--diff-dirty-against ` to compare with a different ref, since uncommitted working...