Eldred Habert

Results 519 comments of Eldred Habert

I think single-bit values should use `1

That's a very good point! I find that the current names are clear, but not intuitive. Because `B` is for “bit” (index), whereas `F` is for “flag” (bitmask). (But, see...

> Please use a consistent suffix to your scopes, even in the hidden syntax. e.g. `redo_ouput`. I've done it that way for consistency with other syntaxes, like the built-in `Makefile`,...

I found this useful reading: https://matklad.github.io/2024/03/22/basic-things.html

Indentation and newlines [are important](https://spec.commonmark.org/0.31.2/#example-255), so they cannot be stripped. IMO, the fix would be to **indent each of the shortcode's lines by as much as the first line, and...

I have written a tentative fix in #2787; let me know what you think.

This stems from the original document, where what's now the various MBC sub-pages followed directly. I agree that a table or list of the MBCs (with links to the pages!)...

Moving the pages to subdirectories is in principle a good idea (not only does it make the `src` directory less cluttered, sub-dirs could have specific `README`s for instructions like this....