John Dupuy

Results 66 comments of John Dupuy

I finally have more time over winter break. I'll try to think of a good/safe ways to add threading to Negamax.

The message is deleted now, but someone had asked about progress on this PR. I've been oddly busier than I planned and this project got put on the back burner....

If or when I do start work on it again, I'll also want to add "pooling" support to `ndb` to help interactive apps such as jester. Since authenticating an encrypted...

Wow. It has been a while since I've picked this up. Sadly, my workload has increased, not decreased. None-the-less, I don't like to leave projects hanging. I'm very happy to...

@xzfc , I'm also helping out with the [`norm`](https://github.com/moigagoo/norm) project, which is an ORM using Nim's native objects with databases. For that project, adding PostgreSQL is key. So, I'm thinking...

There is not a way to add commentary to a wiki, not that I can see anyway. So, I'll add my thoughts here. https://github.com/xzfc/ndb.nim/wiki/RFC#generalize-dbvalue I've been thinking about this for...

@AS400JPLPC > how to define the specificity of a dcml (8,2) 10 digit area including 2 precision > > your approach is interesting Thanks! I been thinking of adding a...

Allowing other rounding algrorithms (or simply truncation) should be possible, but it is challenging from the point of view of operators since there is no way to add arguments. For...

I'm still speculating. Perhaps I could create a subclass for specific currencies. This would have the benefit of enforcing best practices. Perhaps something like: ```nim import decimal128 import decimal128/EUR let...

Addition and subtraction now supported.