Clearer copyright license for Nim logos and assets

2023-06-03 Thread Araq
You need to add: "Note: This tutorial is not official and not affiliated with nim-lang.org."

webui search form ,nim

2023-06-03 Thread neroist
Share your code, please.

Clearer copyright license for Nim logos and assets

2023-06-03 Thread ntat
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?

Best Web Framework Features?

2023-06-03 Thread Araq
> 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

Best Web Framework Features?

2023-06-03 Thread cmc
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

What is the meaning of () after an enumeration symbol?

2023-06-03 Thread pietroppeter
`GridDir` is the index of the array (which I assume is a two valued enum)