Lutz Hendricks

Results 8 comments of Lutz Hendricks

I have a related problem (padding not compatible). Any ideas how to work around this? ``` ERROR: Padding of type UInt8 is not compatible with type StudentSolution. Stacktrace: [1] check_readable...

Thank you for the suggestion. 0.2.4 works for now. And thank you for all the work you are putting into the package.

I agree. Also, I should have referred to [RegressionTables.jl](https://github.com/jmboehm/RegressionTables.jl) instead of `PrettyTables`.

Yes, but still throws a BoundsError when out of range. So the Extrapolation seems to be `Throw` in both cases.

It works with a tuple `(:a, :b)` instead of a vector `[:a, :b]`: `mapping(:a, :b, color = (:c, :d) => (c, d) -> collect(zip(c, d)))`

I now have the same issue on Julia 1.8.5 / ElectronDisplay v1.0.1. Is there a known solution? Thanks.