Olle Bröms
Olle Bröms
Right now I'm stuck trying to use `each`...
Another suggestion is to but it will become a breaking change. To strip description from schema when it's an empty string. ```js function extractDescription (description) { const value = (description...
How do you create etc1 files? I've tried `etc1tool` but it didn't work but your image does. I need to know how you built shannon-etc1.pvr file :)
@cpietsch How do you create this with the `crunch` command line? I'm totally noob to this :) http://toji.github.io/texture-tester/textures/shannon-etc1.pvr 
@cpietsch I'm working with legacy technology and it only supports etc1... 😄I will take a look at the link that you showed me anyway 😆
I haven’t used the specification before. It won’t be extendable?
This might be interesting to implement https://github.com/taylorgoolsby/graphql-directive-connection
Has anyone here sent a mail to Valve?
I'm not aware if you maybe already started implementing this but Colord looks like a really good alternative to Chroma.js. Accoding to their docs they have better performance (300%). Also...
@six7 I'm not sure if this would be easy to implement but there are some [working draft](https://www.w3.org/TR/css-color-4/) in CSS to include color manipulation. I read about it here: https://www.digitalocean.com/community/tutorials/css-color-function In...