Byrth

Results 4 issues of Byrth

This problem was [originally reported in the helpdesk Slack](https://julialang.slack.com/archives/C6A044SQH/p1633704159387700) against DataFrames, but I believe I have replicated it just using vectors of vectors. OP was using Julia 1.5.0 with DataFrame...

upstream
linux

It seems that in the past people could put ` # hide` after a line of code in a julia code block and it would be hidden from the output,...

I am frequently trading Guild Items to a guild NPC or crystals to an Ephemeral Moogle and really just want to trade all that I can each transaction but don't...

Currently `ArrayType()` iterates element-wise over an array type using the default `iterate(x::T)` method when serializing. This has the effect of flattening higher dimensional arrays into vectors. Matrices, for instance, become...