Wynand Badenhorst
Wynand Badenhorst
I'm not a linguist or typographer, but 92 characters seems fine with a few assumptions by taking `(things on the line) * (max length of each thing) + (connectors between...
For reference, this made `FixedTimeZones` and `Transitions` isbits: https://github.com/JuliaTime/TimeZones.jl/pull/354
This issue may be relevant: https://github.com/JuliaIO/JSON.jl/issues/203
A naive fix might be to implement something like this: ```julia function Base.tryparse(::Type{FD}, args...; kwargs...) where FD