Results 11 comments of Miyoglow

https://streamable.com/4q24c6

> An alternative way to handling this without the use of DHTML, and so relying on x86-64, would be to fetch the avatar url just like you are doing and...

> I'd also suggest having some people, such as the actual creators (and maintainers) of the framework, some special treatment. With the latest commit I've gone ahead and added sections...

@armdupe > It might be best to limit it from `100` per page to `50` Agreed, will change with the next commit ^^ > [exclusion list,] there could be an...

@TovarischPootis > I suggest keeping the font consistent with the default NS fonts. For instance, refer to the font used for the f1 categories on the top and the one...

With the latest commit we've added working support to show avatars on the 'main' branch (thanks to @armdupe for suggesting a simple solution to that problem), the performance when loading...

With the latest commit we've fixed the poor performance (and huge memory usage) on 'main' by removing the dependency on DHTML all together, now it will download and cache avatars...

With the latest commit we've moved parsing arguments from `nut.command.run` to `nut.command.parse` this is more logical in my head, also made it so final strings in arguments don't require quotes...

With the latest commit we've switched from the pow2 calc to just iterating over the bits to find the next free bit position when adding types. (this'll probably fail if...

With the latest commit we've changed from using bitwise operations for managing types to now shoving types into a table, the implementation for and/or is now a little more convoluted...