Blake Miner
Blake Miner
`xboot.c` on line 308: avr-gcc complains about the poisoned MCUSR register name. I presume this name has been changed by Atmel?
It would be cool if this plugin was a tad smarter and linted the HTML attributes and component body. This would probably be a massive undertaking with minimal gain, since...
**What happened**: Time columns using `$__timeGroup` (and friends) are grouped according to UTC time boundaries. Example query: ```sql SELECT $__timeGroupAlias(created_at,$__interval,0), COUNT(*) AS "Created" FROM sales_order_lines WHERE $__timeFilter(created_at) GROUP BY 1...
# 🐛 bug report When running `parcel serve` where the `--port` is the same as the `--hmr-port` (the default behavior AFAIK), the WebSocket proxy (i.e. `.proxyrc`) no longer functions properly....
`metricSysMem` and the like include swap memory, which is technically not RAM. Perhaps we should delineate between RAM and virtual memory? Or, just exclude swap altogether?
# Checklist Please verify this PR includes the following if relevant: - [ ] `siot_test` passes - [ ] `CHANGELOG.md` entry created/updated - [ ] [docs/](https://github.com/simpleiot/simpleiot/tree/master/docs) created/updated Thanks!
## Pull Request Checklist - [ ] Have you added new tests to prevent regressions? - [x] If a documentation update is necessary, have you opened a PR to [the...
## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...
The HTTP response body is corrupted due to an encoding bug, which occurs when combining `encode` and `handle_errors` directives, especially with `file_server` and `templates`. ### What We Expect Caddy will...