lilkeet
lilkeet
Implements a block that returns a value with no side effects. https://github.com/lilkeet/funcblock
Hey, ive run into an issue trying use the nakefile. the nakefile does compile, but when using the run task, it errors: `Linking...`. `$HOME/cross-tools/lib/gcc/i686-elf/11.2.0/../../../../i686-elf/bin/ld: cannot find nimcache/stdlib_system.nim.c.o: No such file...
Creating an excel file on google sheets, downloading it as an xlsx file, and running parseExcel does not work. The linked file does read the sheet name, but none of...
I would think that this is how you'd use a contractual iterator: ```nim import std / [sequtils], contracts iterator myIter(x: openArray[int]): int {.contractual.} = require: x.len == 11 ensure: true...
makes contractual funcs compile
The keyword `func` is an alias for `proc` with no side effects. The contractual pragma does not work with funcs and throws an error: `Error: keyword '[insert keyword]' used outside...
I've generated bindings for cuda 12.5 (issue #14). in the process, i wrote both a pre and post processor that should somewhat ease the generation of more version bindings in...
this pr attempts to fix the cuda compilation. if u can configure urself into a position that a cuda compiler likes, all but one of the cuda unit tests compiles...
On windows, the process is started lacking dpi awareness. That means our drawings appear fuzzy on highres displays. This pr adds dpi awareness.
the files for cudnn need to be generated for cuda 12.5 on my machine, they were not installed in the same location as the other cuda files, so that will...