Re: Hiring Nim Devs for Ethereum Implementation

2017-12-11 Thread Lando
> I personally urge using a copyfree license for the Nim implementation. How about Apache v2? It makes it harder for patent lawyers to screw people over and it is even one-way-ompatible with GPL3, unlike most of the more relaxed licenses, including copyfree ones.

TCT clutch failure, only 15k miles done!

2017-12-11 Thread adam1002
2015 Mito quadrifoglio, TCT box, 15k Miles covered. Stuck in rush hour traffic this morning, noticed a very bad acrid smell coming into the cabin. Thought I even saw a small amount of (oily??) smoke coming out from under the bonnet. I took it to the Alfa workshop & the very helpful guy ( many

Re: How does a

2017-12-11 Thread monster
@stisa I still had the error after adding it to tekst and rekjister (either because I use VCC or maybe I did it wrong), so I added it to typerekjister and kueues too (maybe pointlessly?) and then it works. Many thanks! Now I actually start working on my actor system, which was my goal when

Re: How does a

2017-12-11 Thread stisa
I got it to compile, but it fails a Runtime when unpacking an Option. The problem you have (I think) is that the hash proc is not exported from `typerekjister.nim`, so it's not visible from `kueues.nim` and your tables implementation can't find it. The changes I made: `typerekjist.nim`: