Results 265 comments of NRK

> You can just check if `mpctx->stop_play` is `PT_QUIT` I think. Ah, yeah. That's simpler and seems to work too: ```diff diff --git a/demux/demux.c b/demux/demux.c index ff29f371b..72958a2f7 100644 --- a/demux/demux.c...

The proper fix is to change `cr` to `int` which is what `getc()` returns. See https://c-faq.com/stdio/getcharc.html

Given that smu is supposed to be simple and minimal - missing even some commonmark features - a nonstandard feature like this seems out of place to me. It is...

Bug report about this on gentoo: https://bugs.gentoo.org/933863 Full build log: https://bugs.gentoo.org/attachment.cgi?id=895456

> ligature I don't like ligatures and don't use it. So there's zero interest in supporting/maintaining it. > medium font style I can take a look into it the next...

I'm using [gruvbox8-hard](https://github.com/lifepillar/vim-gruvbox8) variant but with some personal modifications (darker `#171717` background and removed the pink color).

Try to be patient. Providing free service to random people on github isn't a top priority for everyone. But with that being said, here's a tarball of my modified gruvbox8:...

I've decided that I don't want to put in extra work to build and maintain something that I won't be using myself. I've instead added some further instruction on how...

My 2 cent on this - as someone who uses custom allocators a lot - is that a **user defined context pointer is a must**. One key benefit of custom...

One more thing to keep in mind is that forked repos have lower score on search results, so people may not be able to find this repo via search if...