bitnom
bitnom
After realizing in https://github.com/yglukhov/nimx/issues/429 that I needed to create debug builds, I issued `nake -d:debug droid`. It got to `BUILD SUCCESSFUL in 5s` and hanged the terminal until I ctrl+ced...
As a test, I used one of the examples: ``` import nimx / [ window, layout, button, text_field ] runApplication: let w = newWindow(newRect(50, 50, 500, 150)) w.makeLayout: # DSL...
This
is the best thing I've ever seen. You win the Nimternet
Trying to compile the simple GRU example I get: `anaconda3/envs/nimtorch/dist/pkgs/fragments-#head/fragments/buildandrun.nim(30, 12) Error: type mismatch: got but expected 'NimNode = ref NimNodeObj'`
The Cloak tool is awesome; when I saw the plain logo, this idea popped into my head.  I own the rights to the cape and have applied GPL3 meta...
This is in my dreams of Nim: https://gstreamer.freedesktop.org/documentation/webrtclib/index.html?gi-language=c#webrtc-library Reference implement (C): https://github.com/EricssonResearch/openwebrtc Thanks for the good stuff.
Rendered: ```python apply_if(func_to_apply: Callable, var: Any, condition: Callable, else_func: Callable = ) -> Any ``` from the code: https://github.com/TensorTom/datafunc/blob/master/datafunc/__init__.py **screenshot:** 
It would be nice to have sqlitedict methods as co-routines. Thoughts?
[Thunderspy](https://thunderspy.io/): > We have found 7 vulnerabilities in Intel’s design and developed 9 realistic scenarios how these could be exploited by a malicious entity to get access to your system,...
edit: I got the example to compile but when I run I now get: could not load: libbgfx-shared-lib(Debug|Release).so I downloaded frag git and installed with nimble. Docs say that will...