Results 82 comments of ooxi

Thanks for the feedback @cblauvelt! However I don't quite get how to use composed state machines to model hierarchical ones. I tried composing state machines as described in [the examples](https://boost-experimental.github.io/sml/examples/index.html#composite)....

Thank you for the feedback @indiosmo, I'll try it myself!

You should add a PR on [cdnjs](https://github.com/cdnjs/cdnjs)

Is this reproduceable? Does it depend on the file contents? Is 2 GB the exact border when this starts happening? How much RAM do you have?

@kilograham I have updated the PR to work with the develop branch based upon 1.5.0 Would be great if we could merge this since it's the only remaining issue keeping...

@ricardomatias ultimativly I went another way and just added a conditional call to `pico_sdk_init()` but what I intended to do was something akin to ``` macro(project) _project(${ARGV}) pico_sdk_init() endmacro() ```...

Thanks for the report @bdw-g! Could you provide an example?

I agree with serving minified & combined CSS and JavaScript resources, while I disagree with serving inline CSS: - Imo the repository should only contain unminified resources, minifying them sould...