ToMe25

Results 15 issues of ToMe25

The current version of micropython included in the [sedna fork of buildroot](https://github.com/fnuecke/buildroot) seems to be 1.15. This is unfortunately a version that does not yet have a full `os` implementation....

I originally noticed this while working on #215, however I later noticed that the same issue exists with the current version of devices.lua. Importing or exporting a file using `import.lua`...

bug

The branches `feature/arduino-idf-master`, `feature/arduino-idf-v4.2`, and `feature/arduino-upstream` all use the [arduino-esp32](https://github.com/espressif/arduino-esp32) branch `master`. For `feature/arduino-upstream` this is fine. However for `feature/arduino-idf-master` I believe it should be the [arduino-esp32](https://github.com/espressif/arduino-esp32) branch `idf-master` again....

The ESP32-WROOM-02 board has a set ram size of 80kb, while [this](https://www.espressif.com/en/products/socs?id=ESP8266) official page suggests that the ESP8266EX on which the current version of the ESP-WROOM-02 is based has 160kb...

This PR adds support for a esp32 like `embed_files` and `embed_txtfiles` platformio.ini option. _embed_files.py is a very lightly modified copy of [esp32 _embed_files.py](https://github.com/platformio/platform-espressif32/blob/develop/builder/frameworks/_embed_files.py). This PR currently only adds embed_files support...

Currently the name for the ESP8266 wroom 02 board is `ESP-WROOM-02`, while all the other espressif boards have `Espressif` at the start of their name. This made me take pretty...

# Version Information Forge version: 28.1.107 Botania version: r1.11-373 Steps to reproduce: 1. get a filled mana pool 2. drop an empty mana tablet into it What I expected to...

bug
confirmed
help-wanted

Currently when the server receives a request for a URL that response with a chunked response from an HTTP 1.0 client, it response the same way it would for a...

As far as I can tell, there is no documentation for `--no-collector.NAME` disabling a collector anywhere. Last time I checked I couldn't even find this documentation for the node exporter,...

I believe the `--vcgencmd` argument should be renamed to `--collector.gpu.vcgencmd` or `--collector.gpu.vcgencmd-path` to be consistent with the node exporter argument naming scheme, which this collector seems to use. This is...