Sunagatov Denis
Sunagatov Denis
Uh oh, the git blame shows me as the culprit... I was messing around with type info and might have broken (did it work?) the stat. I'd have to think...
It's in the `vendor` folder inside the Odin repository
For now found a workaround. I'm switching to HTML tables. They're easier to edit anyway and support way more than plain markdown tables.
`Fixed_Dynamic_Array` sounds like the most descriptive name to me. It's not just an array, because it grows. It's also not just a dynamic array because the backing buffer is fixed...
Dynamic arrays aren't inline. If you put "dynamic" into the name you no longer compare them to standard arrays, you're comparing them to dynamic arrays.
The name `Dynamic_Fixed_Array` might get around that
I like flexible array! That might be the winner.
You definately came to this question from a weird place, but an attempt to build a filesystem root should be a compiler error. That aside, though: > We already have...
@inkeliz You don't have to use the root folder. As a workaround, I suggest using `WORKDIR /app` or an equivalent to build inside the `/app` folder.
> doc style differs between files and procs Pretty sure I messed up files a little bit. I (or someone else) will have to rewrite the documentation at some point...