Results 15 issues of Zirak

Point 2 in [Roadmap/Innards](https://github.com/Zirak/SO-ChatBot/wiki/Roadmap#innards): Commands have mixed logic and presentation. Notably: - [x] parse - [x] eval - [ ] stat - [ ] history - [ ] urban -...

Infinite improvement
Internal

Currently there is no sort of spam-control. The bot will happily send hundreds and thousands and possibly gagillions of messages, were a gagillion a number. Not cool, bro (self). Not...

Infinite improvement

Distinguish between a `host` and `hostname` in the `Server.prototype.listen` argument, to better align with how browsers and other places in node distinguish between `host` and `hostname`. For more context, see...

net

# Description Implement basic os resource detector. Based on OS resource semantics: https://opentelemetry.io/docs/specs/semconv/resource/os/ Currently implements `os.type` and `os.version`, attempting to be in line with what's reported by other runtimes (like...

Calling `dir` on modules is expensive - in a benchmark, it took up 2% of the time when calling `freeze_time`, when `_get_cached_module_attributes` accounted for 4% of the time. This commit...