Fesaa
Fesaa
Heya! The stdlib introduced a lot of generic functions with the slices package, like; ```go func IndexFunc[S ~[]E, E any](s S, f func(E) bool) int { for i := range...
Hello! Is there any update on a timeframe to merging this?
Hi! I'll have a look tomorrow and try to do some TODO's 🎉
Going to do this together with more book themes. Sadly, school is taking a lot of my time, so it'll be a while. I'll send a message in discord, when...
Hey, are you only seeing this with the infinite scroll reader? I'm able to reproduce on my MacBook, but only with infinite scroll, the others do load correctly. Looks like...
Just saw this comment, in the code Does this mean it's not possible to set WebLinks via ComicInfo.xml? I was under the impressive that it was (from the comics guide...
Ah, I see. Then this isn't really a bug. I'll try and find the FR, and upvote it. Thanks
Heya, For my actual application; made a heap on startup, while downloading two torrents, and then ±2m after they were both done. [20240419_mp_heaps.zip](https://github.com/anacrolix/torrent/files/15036998/20240419_mp_heaps.zip) I've also written a quick program that...
I read them from activity monitor (macOS) and Monitor (Gnome). I didn't add any memory profiles there sorry, but I normally just add net/http/pprof and start a net/http server in...
I'll try and find time some time in the following days to test this out. Thanks!