Eldred Habert

Results 575 comments of Eldred Habert

The "history" part is likely something @asiekierka would have a lot to say about? :P As for what there is to say about *us*, hmm, I'd say we are a...

This also affects PicoCSS [since 2.1.0](https://github.com/picocss/pico/commit/0a77e6f3353c31879eb5c4aae9a70f6da884d436).

I wonder if using https://github.com/scientific-python/lazy-loader could help? Then the modules would only be loaded (and thus fail to be found) on demand.

Irrespective of the argument below, I am in favour of #145 over using e.g. `lazy_loader`. The argument being “spoiler'd” is only for completeness' sake, since we have an “ideal” PR...

gb-starter-kit provides a simple counter-example of what you call “common behaviour”: ```asm INCLUDE "assets/file.pb16.size" ; ⚠️ Defines a constant. ds NB_PB16_BLOCKS ; Fatal error: referencing non-const symbol in const context....

I don't contend that *most* uses of generated `INCLUDE` or `INCBIN` are “simple”, what I want to mean is that the existence of *at least one* “complex” include is more...

If pret is the only current use case for this, but they'd decline to switch over due to the performance loss, is there an outlook for this functionality?

This is a good idea, but after talking with @LIJI32, there is an agreement that using BMP is Not Great—PNG would be preferable instead. Consider using libpng instead? (Using libpng...

You can have sections automatically collapsed by setting an appropriate [folding level](https://rust-lang.github.io/mdBook/format/configuration/renderers.html#outputhtmlfold).

Alright, that makes sense; what syntax should we use to specify this? I think it would be more appropriate to do this in `SUMMARY.md` than in `book.toml`.