Stephen A. Imhoff

Results 147 comments of Stephen A. Imhoff

@MgSam - Is there something I'm unaware of about `async`, etc, or would passing the result into a single-arg constructor work? Would the compiler do dangerous things if I tried...

I honestly don't know, and have since moved to another engine.

This is not a workable resolution - I'm building things as part of CI/CD, so I can't open the project inside Codeblocks to perform the build. I need a working...

@tong - So I discovered (essentially). Given that the makefile has `gcc -std=c++11`, I'm assuming that something in Kha is substituting the wrong flag set.

.... same, although in my case I can (bizarrely) only get OpenGL to run under a debugger....

Side note: the command is actually being run as part of a deployment tool, pulling from a requirements file, but tricks like downloading the correct packages and using `--find-links` or...

... A light on a wall can easily be as close as 1cm. Although I'm unsure how likely a setup would be in practice, given that last I knew there...

.... Like the shadows any lamp shade might cast?

The path in the documentation is missing a slash. It currently is: `~.ssh/known_hosts` It should be: `~/.ssh/known_hosts`