Ryan Currah
Ryan Currah
My only thought is a custom license check implementation or maybe gumroad has some guidance for offline key checks.
I've been having the same issue for a while now as well. It just keeps dieing.
> @ryancurrah alrighty - that already feels like it's going to be a fun one ;-) Yeah it's interesting I'm currently running this example in Goland with a debugger setting...
The coordinates seem correct from `GetCoordsFromCellIDString`. See screenshot.
It appears row `first_Sheet:000005` is never created, even though I call `c.SetString` on a cell in that row. Breakpoint is `if err = f.Save("docker_registry_perf.xlsx"); err != nil {`
This explains why I'm not seeing anything when viewing all logs.
Thanks this helped me resolved the same issue! Now I can get some sleep.
Logger interface is sufficient, I would also lean towards compatibility with the slog logging interface https://go.dev/blog/slog.
Also observed this here https://github.com/ryancurrah/lima-and-qemu/actions/runs/3745432855/jobs/6359863993 and here https://github.com/mook-as/lima-and-qemu/actions/runs/3743467832/jobs/6356414606. EDIT: I was able to get it working by removing the existing symlinks. ``` rm /usr/local/bin/2to3 rm /usr/local/bin/idle3 rm /usr/local/bin/pydoc3 rm /usr/local/bin/python3...