Zach Oakes

Results 197 comments of Zach Oakes

are you guys sure your systems can run opengl? @execb5 since you're in a VM there is a good chance it isn't set up to work with your host OS's...

does `nimble install` work or do all nimble commands fail?

weird... @dom96 do you know why choosenim would default to an old version of nim?

last time i tried that it was not available in pacman On Wed, Apr 1, 2020, at 6:06 AM, Ricardo Subtil wrote: > > For Arch Linux you say to...

It appears someone added DHT support a while ago, but it's based on an old version of the codebase so it may not be useful: https://github.com/AnDyXX/ttorrent Either way I would...

@lmariscal this PR should fix this issue: https://github.com/nimgl/nimgl/issues/72 The vulkan triangle test is currently broken because `vkPreload` (and other things) were removed in this commit: https://github.com/nimgl/vulkan/commit/091ff99e6542f613aadb83c4aad7948299088d93 I'm guessing vulkan.nim was...

BTW, running `nimble test` still fails because i think it's using the release version of nimgl/vulkan, rather than the one from this repo...