You need to add: "Note: This tutorial is not official and not affiliated with
nim-lang.org."
Share your code, please.
I want to use Nim logo to my Nim tutorial which I create in pdf file. My
question is, what I need to do, when I want to use Nim logo in my
(non-commercial) document? Should I add attribution, write where the logo came
from, or something else? Somebody can explain me, please?
> I don't use an ORM- I either use raw typed SQL with tiny_sqlite, or limdb if
> I don't need SQL querying. I spent too much time trying to get the ORM to
> spit out the query I want.
Just replying here to make sure you are aware of my
[Ormin](https://github.com/araq/ormin) project. You might l
Personally, I only want a fast webserver. case statement on the path and method
are good enough for me.
I don't use an ORM- I either use raw typed SQL with tiny_sqlite, or limdb if I
don't need SQL querying. I spent too much time trying to get the ORM to spit
out the query I want. I do like som
`GridDir` is the index of the array (which I assume is a two valued enum)