protobuf essentials

2021-12-03 Thread icedquinn
Only the low level binary mangling parts. Does not come with the parser or codegen segments. (gitea link somewhen)

protobuf essentials

2021-12-03 Thread Yardanico
Thanks for your work, although I'm curious - are there any reasons you weren't satisfied with already existing or ? P.S.: Please add a LICENSE file to your repository, otherwise your code can't be used by other

Advent of Nim 2021

2021-12-03 Thread moigagoo
I'll never get tired of your excellent blog posts :-) You should start a podcast or something. And the experiment with paramidi and nimibook is just beautiful!

NimraylibNow! - The Ultimate Raylib gaming library wrapper

2021-12-03 Thread ryback08
Thanks Greenfork, amazing wrapper. I have little questions : [1] Raspberry pi4 platform I try to test on raspberry pi4 (arm64 os). but unsucces. I managed to compile original c raylib and execute test code on pi4. I have follow wiki :

Advent of Nim 2021

2021-12-03 Thread pietroppeter
It has been a long night but I have realized a dream I had from last year: listening to a puzzle input (using [paramidi](https://github.com/paranim/paramidi), thanks @sekao!). Enjoy [Whale Music ](https://pietroppeter.github.io/adventofnim/2021/day03.html#whale_music)!

Updating Nim Days

2021-12-03 Thread moigagoo
@aredirect nimibook is great, I've moved Norm docs to it and it allowed me to remove copy-pasted outputs after code samples because nimibook renders output automatically.

Advent of Nim 2021

2021-12-03 Thread jyapayne
My (very tiredly written) aoc repo:

Nim v1.2.14 released

2021-12-03 Thread didlybom
I’m curious. Is there a big incompatibility between 1.2 and later versions?

Nim v1.2.14 released

2021-12-03 Thread brainproxy
Why isn't there a corresponding `v1.2.14` tag in the [official GitHub repo](https://github.com/nim-lang/Nim/tags)?

Nim v1.2.14 released

2021-12-03 Thread miran
> Why isn't there a corresponding v1.2.14 tag in the official GitHub repo? I guess I forgot to push it. It should be there now. Thanks for notifying us, and sorry about this mishap.

Updating Nim Days

2021-12-03 Thread Araq
Hi, welcome back! Please don't wait for Nim 2, Nim 1.6 with a `custom.cfg` is close to what Nim 2 will be. Hmm, this gives me an idea...

Updating Nim Days

2021-12-03 Thread aredirect
Hi everyone! I received lots of good feedback about the book and it warms my heart! thank you everyone for giving it a shot! That's the main reason I want to keep it up to date, completely free of charge. It has been almost a year and a half since the last update in Nim Days. I know there're

Advent of Nim 2021

2021-12-03 Thread DavideGalilei
Here's my repo: :D

Updating Nim Days

2021-12-03 Thread pietroppeter
love nim days! maybe it could use nimibook^ instead of mdbook. ;) / It would allow to run CI that always run the nim code inside and see when it breaks. ^still very young and many things could, should and will be improved...

Advent of Nim 2021

2021-12-03 Thread loczaj
My repo: Day 1: 4 (!) lines of code Day 2: 13 lines of code Thanks for Nim, I enjoy It very much! 

Updating Nim Days

2021-12-03 Thread arnetheduck
> Please don't wait for Nim 2, Nim 1.6 with a custom.cfg is close to what Nim 2 > will be. Hmm, this gives me an idea... This would make it incompatible with a lot of Nim code that's "out there" and working - above all, it's a path that leads to compile failures and disappointments, because

Advent of Nim 2021

2021-12-03 Thread loczaj
Wow!