Kevin Zander
Kevin Zander
> I think we should prefer Base87 instead of Base64. It is much more compact, and saves a lot of space. I don't know much, nor can I find much,...
> Is there a way to add your own scales without editing the source code? No, but I did throw out a PR with a way to define some. It...
Since this was mentioned in #1549, I took a look over the three: Currently `icon_theme.lua` implements the freedesktop icon theme specification: ```lua -- This implementation is based on the specifications:...
@Monospace-V looks like the sample buffer isn't large enough at 512, I will bump this up again.
Oh actually I missed updating the size check (me being dumb and not using a constant)
After bumping the size here there's no error anymore. 👍
> I'm just wondering what happens if it's even bigger? Like I'm not saying it should be bigger and this might be off topic discussion but is it not possible...
There's still some cleanup in this PR left to do.
Rebased on master + address Dom's review
Alright, I'll look into them. Thanks!