Edwin Lee
Edwin Lee
It could be more of a design question, but are environment variables supposed to be applied in the name field? This was a snippet from my workflow: ``` - name:...
We are still seeing UTF errors for invalid characters (invalid byte sequence in UTF-8 ["/home/el...) I found a post (https://robots.thoughtbot.com/fight-back-utf-8-invalid-byte-sequences) that included some additional arguments to the encode call. I...
So we started seeing our regression results giving funny results. Basically it appeared like decent_ci was always comparing to some old baseline, instead of the current develop. We hadn't changed...
For whatever reason, sometimes the badges on our Github comments don't render, as such:  It would be great if we could at least include the badge text in the...
Background: Compile this commit on Ubuntu: https://github.com/NREL/EnergyPlus/commit/253e757bf8b3045b1c379dc93a297a6988cb9f28. CI will report this:  If you follow that link, it takes you to the header declaration of `ManageElectricPower::ElecStorage`. Actually, that warning is...
Alright, so here's a starting point at addressing #12 . To test this in the current form, I decided to use mocks and build up a session dbus server and...