Jeremy Rifkin

Results 163 comments of 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 ![image](https://user-images.githubusercontent.com/51220084/186294846-fde55657-00b8-4ffa-9d94-452ddd8bfa20.png) ![image](https://user-images.githubusercontent.com/51220084/186295143-00a8037d-b73a-40b1-9a36-a60ae09269e6.png)

ah https://github.com/jeremy-rifkin/libassert/blob/080b08cb5c9ea4272e9f017ec79c81ca109a2766/src/assert.cpp#L1339-L1340

Fixed now, sorry for the slow response!

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.