Uh, so it’s been a bit moist around here lately.
Monday
Um.. stuff? My NAS sync is finally working. Systemd services which can’t deal with usernames with the domain included are frustrating, but I worked around it by specifying the UID like an animal.
github_linter
- Added a check for
.github/CONTRIBUTING.md- creates a basic “here’s how to help” file - Ran
mypy --strictand chased down a lot of issues. There were, and still are, many.
Tuesday
pyaussiebb
- added the endpoints for get_orders() and get_order(int)
- did a load of mypy yak shaving,
--strictreally kicking my arse, but it’s good. - hit bugs around running
test_line_stateagainst things that don’t support it, need to figure out if it’s worth checking for available tests before any invocation of a line test.
Traefik things
Someone mentioned traefik, I commiserated and quickly fell into the ADHD trap of “oh lordy a distraction and quickly had a config working for running the dashboard through the “normal” router. Something to document later, I still hate their docs/config style and lack of sensible examples. “Here is a full example” and then supplying snippets of code? No.
[Read More]