Results 8 comments of Vincent Jacques

Buildx is the way to go. I have limited experience with it too, but I found it pretty well documented. One thing I understood with pain is you need to...

FYI, what I'm doing in @jacquev6/Sudoku (see commit referenced just above this comment) : In that project, I `git add` the outputs of C++ Insights, so that `git diff` gives...

Maybe you could try the conversion and catch the `BadConversion` but I'm not familiar enough with either yaml-ccp or valijson to be sure that's the right way. Something like: ```cpp...

Thank you for reporting this! Can you please provide some code showing the issue, to help me investigate?

Notes: - text-related functions were [difficult](https://github.com/jacquev6/JsOfOCairo/blob/master/src/JsOfOCairo.cppo.ml#L451) to implement in JsOfOCairo because HTML5 canvas support for drawing text is different than Cairo. - Cairo itself does not claim to be able...

It may seem obvious to you, but it's not for me. In particular, I'm not familiar with what a "right to left unicode string" is. I'm willing to investigate the...

It also happens on other branches like step034-next (here: https://github.com/eliemichel/LearnWebGPU-Code/blob/step034-next/Application.cpp#L213) or step037-next.

> Just curious, where the computer science industry stand so far on this variant of BNF syntax called [IETF RFC5234](https://datatracker.ietf.org/doc/html/rfc5234) for its ABNF syntax scheme? I have no idea. >...