Tom Hulton-Harrop

Results 13 comments of Tom Hulton-Harrop

The warning I mentioned is this one: `warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]` There is a standard-compliant way of achieving this outlined [here](https://stackoverflow.com/a/11172679/1947066) (or...

Hmm perhaps I need a later version of Code Surfer? I'm on version `3.1.0` So say I have a slide that looks like this... (I'm writing one on C++17) ```...

So I tried out the link you provided and that did work just as I'd expect! (my presentation does not seem to work the same for whatever reason 😖). I...

Hi @pomber, Thank you very much for the suggestion - by creating a new deck using `npm init code-surfer-deck my-deck` the problem went away! I did a little digging and...

No worries at all, Sure thing, would it be a good idea to do that on the MDX-Deck repo? Annoyingly I would really like the newly added `` element that...

I wound up hitting this too trying to build this project on Windows which uses Benchmark - [cpp-handle-container](https://github.com/pr0g/cpp-handle-container). This is the output log: [CMakeOutput.log](https://github.com/google/benchmark/files/8240392/CMakeOutput.log) I see this in the console/terminal....

Hey @gabyx, I'm aware of Conan but I'm afraid I haven't really used it up to this point (vanilla CMake covers pretty much all my use cases). That being said...

I had a quick look into this and I don't think it's an issue with the Microsoft Terminal implementation. I was able to reproduce the same issue using [cmder](https://cmder.app/). Output...

Just spotted this and wanted to mention this fantastic article by Bruce Dawson on comparing floating point numbers - [Comparing Floating Point Numbers, 2012 Edition](https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/). The solution I've used in...

Thank you very much for getting back to me about this issue @sbiscigl, much appreciated! I will see if I can put together a smaller reproduction case later this week,...