Jeremy Rifkin

Results 163 comments of Jeremy Rifkin

Ok let's get this merged! The base functionality should be good to go, plenty to iterate on more later. I see cypress is timing out, is that related to any...

Thank you so much @RubenRBS for the review! I'll incorporate the suggestions (and fix this merge conflict) as soon as I fix my linux machine 😬

Thank you @RubenRBS and huge thank you @karliss! More work on the actual layout part soon :)

And we're complete! Thank you everyone for the help with this effort!

Repro https://godbolt.org/z/db446odsj There is now a compiler overrides menu which has a target architecture dropdown menu. It isn't yet used to update the instruction set used for documentation and whatnot...

I think this might not be possible to implement in monarch, in the general case. The rule for finding the end of a raw string in https://github.com/microsoft/monaco-editor/blob/main/src/basic-languages/cpp/cpp.ts is `/(.*)(\))(?:([^ ()\\\t"]*))(\")/`,...

I thought there might be some way to do it with dot-separated sub-states but now I don't think that's the case. It doesn't appear we can write $S2 within a...

Hi @jonnygrant, we have had MSVC execution in the past but it has been disabled since earlier this year due to a security issue. Unfortunately the MSVC compilers are on...

> @cjdb can you please share a link with the output you pasted? For me `c++filt` seems to be demangling as expected: https://godbolt.org/z/M17Mab5Pd It looks like -stdlib=libc++ is needed to...