Jared Fields
Jared Fields
Nice! [Nimx ](https://github.com/yglukhov/nimx)looks like it uses SDL2, and mentions building for android targets. It may be of use.
Something else I found in this regard. A dude uses straight C to push an "app" to Android. Since it's C, it can be meshed with Nim. Thought you may...
I understand. I'd be happy to help where I can, but I can't help feeling like I'm not at your level of genius. Some context for my interest / question:...
The `fragments` library is very interesting. I don't so much understand the vector or linalg parts but could after some study and the FFI, DSL, and Serialization tools are especially...
Thank you for the reply. Good information to know! And thanks for the Discord invitation (I joined it immediately). The user defined context extension reminds me of Python decorators. Very...
While we're talking about middlewares, is there a possible way of using a library that doesn't support threading inherently (say anonimongo) with prologue, in threaded mode, by perhaps making use...
Alright. I had started putting this together when I saw your reply in Discord. This is scaled down and changed from some production code, to use `{.threadvar.}` and thread-local initialization...
I was excited there for a second, but sadly the issue persists. ``` $ choosenim update self $ choosenim update devel Updating devel Downloading Nim 2020-10-19-devel-78cbb52fa01d6c73307fe276bdf7d4c34d7a556c-2 from GitHub [##################################################] 100.0%...
Even tried with the following, thinking maybe the nightly didn't have the change yet. `choosenim update devel --latest` ``` nim --version Nim Compiler Version 1.5.1 [Linux: amd64] Compiled at 2020-10-19...
For sure. I'm not sure whether an issue similar to this exists on the compiler repo. The initial snippet is all that is required to reproduce. No need for Mongo...