Mats Jun Larsen

Results 82 comments of Mats Jun Larsen

This is an issue with the upstream monaco-editor theme https://github.com/microsoft/monaco-editor/blob/main/src/basic-languages/cpp/cpp.ts but we could possibly overwrite it in our cppp mode https://github.com/compiler-explorer/compiler-explorer/blob/main/static/modes/cppp-mode.ts

There's also the integration powering VSCode Live Share that might be of interest https://github.com/MicrosoftDocs/live-share

Extended feature ideas from LLVM MLIR Discourse https://discourse.llvm.org/t/looking-for-ideas-and-requests-regarding-mlir-for-compiler-explorer-godbolt-org/62861/4

Yeah, I just have a tiny issue with how the decorations are currently stored (because monaco for some reason doesn't keep the decoration deltas on their own data model so...

Compiler Explorer does unfortunately not support Go libraries at the moment I'm also not too sure how Go packages work so unsure how to proceed here

> I could help out with `ansi-to-html.js`, `codelens-handler.js`, `colour.js` and `components.js`. Please let me know if that's ok and I'll start working on those files. That'd be great! I think...

> Okay, I'm pretty much done with converting `ansi-to-html.js` but the `ansi-to-html-tests` fail since the file is now written in typescript and therefore has to be compiled to javascript before...

> Can I take up `toggles.js` since it's my first time and it has no dependencies? Yes, that'd be great, thank you!

> > > Okay, I'm pretty much done with converting `ansi-to-html.js` but the `ansi-to-html-tests` fail since the file is now written in typescript and therefore has to be compiled to...

How about making a tiny card similar to the ones they have on gitbook for the resources? ![image](https://user-images.githubusercontent.com/42585241/62013805-3db61800-b198-11e9-8d0e-35534894a1fe.png)