Andy Stanton

Results 11 comments of Andy Stanton

Names are difficult. I might just drop docker-exec and call the Github organisations dexec. The Dockerhub one already is so images are prefixed with dexec.

Hi @trusktr Thanks for your comments! The linter is an interface to the official [glslangValidator tool](https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/). glslangValidator only supports *.vert|frag|geom|comp|tese|tesc file extensions so it is not possible to support files...

@karyon apologies for the slow response. I do agree that there is no point in the linter repeatedly telling you it can't do something, and it's on my todo list....

Looks like it's Java 9+. From the [Java 8 API docs for ThreadPoolExecutor#setCorePoolSize](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadPoolExecutor.html#setCorePoolSize-int-): > **Throws:** > `IllegalArgumentException` - if `corePoolSize < 0` From the [Java 9 API docs for ThreadPoolExecutor#setCorePoolSize](https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/ThreadPoolExecutor.html#setCorePoolSize-int-):...

So two parts to your request - one is sorting out Failsafe and the other is getting to the root cause of the flakey test. I'm happy to take a...

Oops that's a typo. It should read "**no** official MacOS release". I double checked and there are still only binaries for Windows and Linux here: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang/Install/ I updated the Readme...

@nkint http://formulae.brew.sh/formula/glslang has 6.2.2596 which is the latest release number in the link @submersibletoaster provided. That entire section of the README can go.

@weepy this linter won't support that - it just calls glslangValidator and there's no way to tell that tool to ignore variables. You might be interested in the [glsl-preview](https://atom.io/packages/glsl-preview) package...