Robbie Barrat

Results 44 comments of Robbie Barrat

you can't run it on the python command line; that's for when you want to run code, so i could type something like `print 'hello'` and python would interpret that...

Strange... the 3.5mm cable I purchased only had 2 leads. I would try it with red to red and white to black. yellow probably isn't what you want, but test...

try "chmox +x"ing the binvox executable in your project directory

Alright so I rolled back to a previous commit where it doesn't throw that error; before i tried to update the bot detection measures... It should be working now; but...

woah; that's really clever - thank you!

Sorry; i'm super new to go, but those changes don't seem to have any affect; here's my code: ``` r := clampInt(int(rsum/count)>>8, 0, 255) g := clampInt(int(gsum/count)>>8, 0, 255) b...

I've been doing that - as a test i tried changing that last line to `return Color{255, 0, 0, alpha}`, in hopes that it would return a red image, but...

Could you please detail what commands you ran after editing the file? Did you just do `vi core.go` - do your edits - `cd ..` and then `go run main.go`...

I'm at work right now but once i get home in a few hours I'll post a comment with my whole core.go file and the stuff I've tried. Thanks x100...