Mike

Results 126 comments of Mike

#1991 is a good case where the sample could be moved into a sub-directory of the `ModbusMaster` component, so we'd have this: ``` |_ Sming/ |_ Libraries/ |_ ModbusMaster/ |_...

Further to #1991 and, addressing the general case, including sample application(s) in the Component instead of in the Sming `samples` directory would work just fine, just a few things to...

#1992 has been an interesting process as we've gone through the creation of a new Component in some detail, thrown up some potential issues and also one interesting and probably...

Worth a read https://github.com/LoopPerfect/buckaroo/wiki/Git-as-a-Package-Registry. No-one's mentioned Buckaroo yet... https://hackernoon.com/approaches-to-c-dependency-management-or-why-we-built-buckaroo-26049d4646e7 https://github.com/LoopPerfect/buckaroo/wiki/FAQ

It feels like we're heading in the right direction then. I've done some work with Drupal in the past - not just for my (empty) website - which uses composer...

re. "Git as a package repository", if I browse to, say, `https://github.com/mikee47/FlashString/releases` and copy the link for the version 2.0.0 hash, this is what I get: ``` https://github.com/mikee47/FlashString/commit/98fda8b7c78127758964b79cf4eafb2e47918206 ``` In...

I was wondering why `buckaroo` was so-named, it's because it uses Facebook's [Buck](https://buck.build/) build system. That brings us back to CMake #1684, since my initial thought is that we wouldn't...

From #1431: > ### Libraries > > Code quality is hugely variable. There should be two library folders, one for high quality code and another for everything which probably needs...

Hi, are you following the latest instructions at https://sming.readthedocs.io/en/latest/arch/esp8266/getting-started/macos.html ?

Note: These changes are part of the [Sming LittleFS](https://github.com/mikee47/Sming-LittleFS) library, used by [Sming](https://github.com/SmingHub/Sming).