Jeremy Rifkin
Jeremy Rifkin
Is it possible to add a white background to rendered formulas? Not an ideal solution, but better than invisible. Alternatively, would a white outline to text look decent?
My bad, it goes in compilerOptions. This should work ```diff { "source": "...", "compiler": "g112", "options": { "userArguments": "-E", "compilerOptions": { "skipAsm": false, "executorRequest": false, + "producePp": { + "filter-headers":...
Thank you for the report, looks like it's something to do with how the string is split across multiple lines  
ah https://github.com/jeremy-rifkin/libassert/blob/080b08cb5c9ea4272e9f017ec79c81ca109a2766/src/assert.cpp#L1339-L1340
Fixed now, sorry for the slow response!
*resolved*
I think that is the right fix
Oh shoot thanks! This PR was fast - just a bunch of regex replaces - so nothing of value lost. I’ll make the correct changes when I’m back at my...
I noticed `types/dom`, `types/html`, `types/interface`, `types/mixin`, `types/shared`, `types/svg`,`types/xml`, and `types/index.d.ts` were not being auto-generated and haven't seen modifications in a very long time and the structure is the same as...
At the moment there are a lot of types that are not right. Examples from the readme don't work.