Peter Kieltyka

Results 138 comments of Peter Kieltyka

hey guys.. yea, the go tools check for the `GO15VENDOREXPERIMENT` variable and will use the vendor/ directory for its go path if it exists.. I also believe `go get` might...

https://github.com/golang/go/commit/cd3a5edb0433e6f3cafd997794aaea3083ae5b92

@robfig nice work on the vendor branch, I just tried it work it works well. I have a few questions.. `1.` In the vendor/, should the source packages contain .git...

`4.` .. glock sync should ignore `vendor/` directories (maybe also with a Glockfile in there?) when searching for dependencies.. this happens if I have a vendor/ directory, but I want...

btw, should `glock save` skip the vendor/ directory when generating the Glockfile? it will be using ./... of the project's import to find deps, in which case, it will stumble...

That works. You could also just rename a file to whatever you have desired and print out a warning if that file change happened. You're right about the version control...

btw, someone can use `git mv GLOCKFILE Glockfile` and it will make the case change properly

as well, can you comment on differences between stage.js and pixi.js? and its intended purposes and long-term goals?

@shakiba WebGL offers hardware acceleration whereas canvas does not. To give you an emperical example, running your planck.js demos on my iPad Pro show a lower FPS than p2.js demos...

You'd know better than me, but I will do some performance testing as I have time over the weeks too