David Purdy

Results 6 comments of David Purdy

Thanks, I tested your fork, the example works for me now. Make a pull request to this repo?

I'm following docs which I can reach online: https://vladar4.github.io/nimgame2/tut101_bounce.html https://github.com/Vladar4/nimgame2/ Which is what leads me to the compiler warning. Is there a different, preferable set of links I should be...

Thanks! (I'll need to wait until Debian Unstable gets a new enough version of sdl2 dev before I can play more with this). How about avbin? http://avbin.github.io/AVbin/Home/Home.html It's used by...

Can confirm, this is is still the case in Nim 1.4.8.

Still broken in Nim 0.17.2. My test code in hello.nim: ``` import nimborg/py/high_level let py_math = pyImport("math") ``` Attempting to compile and run: ``` david@david-pc:/tmp/x/y/z$ nim c -r hello.nim Hint:...

I've been hitting this problem too (as part of following a tut for getting Haskell support working in VS Code). As a temporary workaround - in case it helps other...