C. Brenhin Keller
C. Brenhin Keller
This may not be everything, but a few simple cases that were easy to update
cc @mkitti following discussion on Slack This is quite possibly wontfix/cantfix (so feel free to close immediately if so) but potentially common enough for it to be worthwhile to have...
Sometime between "last week" and "3 days ago", some TagBot workflows seem to have started unexpectedly failing, e.g. https://github.com/OpenThermochronology/Thermochron.jl/actions/workflows/TagBot.yml (and possibly earlier at https://github.com/JuliaTesting/ReTest.jl/actions/workflows/TagBot.yml)
## Details compare ``` A = repeat(1:10,1,10) # Test image with an obvious pattern h = heatmap(A) savefig(h, "test.pdf") # Works as normal ``` with ``` A = repeat(1:10,1,10) #...