Tom Plant
Tom Plant
No worries. I got sidetracked a bit this weekend, but I'll send through a few PRs now that my prod environment is mostly built. Can't commit to anything major unfortunately.
+1, a lot of apps (eg Slack) don't support SVGs. I'm working around it with an SVG->GIF service, but it loses tooltips
I recently implemented [riscv64 support](https://github.com/pl4nty/talos) on a fork, but I don't have hardware to test the image. @kallisti5 would you like to try it? Fair warning, I'm expecting a lot...
[Here's that writeup](https://garden.tplant.com.au/hardware/risc-v/), let me know how your testing goes. I'll rebase when 1.8 releases
Scaleway [added serial support](https://x.com/seblu84/status/1795739245211951201) to their Lichee Pi 4As, but it needs kernel drivers so I'll hold off on recompiling until 1.8. I also learnt it doesn't have mainline U-Boot...
I've replicated with `gitlab-runner:ubuntu-v16.2.0`, but can't test on my amd64 nodes (they've crashlooped with `unknown func bpf_probe_write_user` for a while)
I did something similar, loading plugins from GitHub https://github.com/pl4nty/containers/blob/main/ctfd%2FDockerfile
Ran into this bug today, this fix worked. ```diff - - - + + + + ```
@dchurchland thanks, I realised I had the 10.0 manifests - I've updated to 10.1. The script looks pretty useful but I noticed it uses the Azure CLI, is there an...
`/subjects`, `/locations`, and `/studentsets` (groups) are public at `/odd/rest/timetable`, and they worked when I used a gateway for CORS/caching. So probably safe to scrape `/subjects`. Looks like it's just served...