coreyog

Results 6 comments of coreyog

Output from bitbucket pipelines (Note that $FTP_PASSWORD is a bitbucket pipeline that is successfully set up): ``` + echo $FTP_PASSWORD | npm run deploy npm info it worked if it...

I'm running Linux Mint 18.3 x64 with Go 1.10.3 With your code I recorded this: ![drag](https://user-images.githubusercontent.com/2836207/41994443-a9b9285a-7a0b-11e8-9219-5b6e58e1593a.gif) The output is constantly printing `5.00, 4.00` when it continues to move after I...

I found [the default fragment shader](https://github.com/faiface/pixel/blob/9e8e09f1d76389e98f17c01f65ee7aaf546a6631/pixelgl/glshader.go) in the source code. Unsurprisingly it works with IMDraw. I'm trying to understand what the default does. The opening if seems to make sure...

This may be related to the bug I opened: #305 I think the examples were written with only the examples in mind. The shader code assumes everything has a texture...

`go:embed` was added in Go 1.16 and was unavailable in 1.14.7. You might be able to work around this requirement by rewriting how you load your web files but it...

2.0.0 It seems that phantom.args is officially deprecated. Also, simply replacing it with system.args doesn't work as the options JSON that's passed as a parameter when calling PhantomJS gets all...