John Dupuy

Results 22 issues of John Dupuy

I just created https://nimgame.online ; a place for open-source nim javascript games. I mainly did it because I wanted an example running to demonstrate my `webterminal` library. I've got a...

This is a work-in-progress PR, so please do not accept it yet. To get started, I've written a short "how-to" doc as a starting point. I'll probably remove it when...

I'm thinking of helping out with this project. Where is a good place to start? Off-the-cuff, I can see starting to add Postgresql support to the library, but I'm happy...

- [ ] `==` Equality. Specifically, an equality check that ignores significant digits. For equality checks that take significance into account, there is already the `===` operator. - [ ]...

See https://github.com/nim-lang/RFCs/issues/308 I'm planning on adding generic decimal type to the standard library and have general approval. As such, this project will very likely disappear (eventually) in deference to that...

While I have written some of the (Densely Packed Decimal) DPD code for storing the coefficient, it is far from tested. At the moment, attempts to encode or decode using...

I've already written a version of this that works but is ugly. I'd like to write a cleaner version and create a PR. Essentially, this will be a means for...

It is at: https://www.youtube.com/watch?v=R1FOKpg5UNs It is Episode 3 of the "Making a WebSite with Nim" series. You are welcome to add a link to the README or docs if you...

I've not been able to hunt down the exact reason, but it appears that I'm getting "double" entries for every web query. Even using command-line `wget` on a specific page,...

bug

These are just thoughts for future releases; in no particular order. I figured I'd document them somewhere. I'm not going to work on any of them right now :). *...