gingerBill
gingerBill
I know the smaller types will be slow for numerous reasons, but I was wanting to reduce the size of my vertices by only storing enough data as required. If...
Why not have it link to https://pkg.odin-lang.org/core/ AND fill in the package docs for it like the other ones?
Is Apache even compatible with BSD 3-clause?!
This should not be a problem any more with the new error reporting system. Can you please test this on master.
Why is it `cbor_tag` rather than just `cbor`? And why are the docs inconsistent about this?
This might be fixed now, please try again.
Is this a good idea to rely on libc? @zhibog
Can you show me the file you are using? Build tags must be attached to the package declaration itself ```odin //+build linux package name ``` There cannot be a newline...
@Caedo It cannot be a warning nor error because it could be a valid comment used in documentation, as annoying as that is.
The gap exists because of the documentation generator. If a comment is not attached to a declaration, it is not included, and that tag system works exactly the same. The...