David Scotson
David Scotson
Hey Howard, how's things? There's a core bug filed about this: https://tracker.moodle.org/browse/MDL-42634 It kind of turned into a long meandering thread and then nothing got done about it, but there's...
Hi Mary, it seems like you and I regularly have discussions about my use of the word 'hack'. As always, in this case my usage of 'hack' is in a...
You can get it here: https://github.com/davidscotson/moodle-tool_themetester Though I'm not 100% sure that's the latest version, I thought our internal one had been pushed publicly elsewhere but maybe I'm wrong about...
Yeah, those functions, and a few other bits got fixed (well, basically deleted) in the internal copy, I'll push it out on a moodlerooms github at some point and announce...
All but the last two of these seem like they are admin configuration tasks. https://openlibrary.org/config/edition.yml?m=edit and https://openlibrary.org/config/author.yml?m=edit Should allow the relevant config to be updated, as long as you have...
Documenting some questions I'm not totally sure about, and what I've decided in the code for now: 1. The editions code can attach an identifier directly to the Edition object,...
I'm a little suprised that it's not better supported in standard tools, but the roughly 20-25% potential improvements possibly without moving from JPEG as a format were written up back...
I started looking into this as I wanted a quick source of 'standard' theme colors, that could be ported to a specific app (the tridactyl browser). After some more reading...
Vim/Neovim/Treesitter use a very similar system to the tmThemes for the syntax types, https://github.com/nvim-treesitter/nvim-treesitter/commit/e2b2d2357b227b1d2548b6bfb3506b3a93b9e636 That commits shows some of the mappings between treesitter through nvim-treesitter to nvim names, which are...
A possibly relevant area to compare with is the recently standardized forced-colors spec in browsers. It tries to to standardize some basic semantic names that are under the control of...