Loren Osborn

Results 24 comments of Loren Osborn

I believe earlier versions of GLSL did not include the `##` token pasting operator, but i’ve read that current versions do. I’m unsure if GLSL specifies a C99 compliant preprocessor...

I will need to investigate if I can capture the Preprocessor output. **Also note:** Be aware that most shader languages are currently expected to be compiled primarily at runtime rather...

I've been chasing down some permutations of this. It turns out that Apple has stuck to a patched version of bash based on 3.2.51 as this is the last version...

@Gnouc, great... That's the kind of help I find very useful. Currently I'm fighting with `libexec/bats-exec-test:292` ``` bash trap "bats_debug_trap \"\$BASH_SOURCE\"" debug ``` and the backtrack capture mechanism. For some...

@Gnouc, Thanks... sorry... I did some more troubleshooting, and my debug output was getting discarded, leading me to false conclusions... I did confirm that the latest version of Mac OS...

Seems reasonable, but, to be clear, this is a “class constant”, not a “static method call”. Also, depending on the context, coupling something to a specific class **may** make something...

On IRC @Naktibalda suggested that @DavertMik is the only one really qualified to evaluate this issue... of course he seems to be one of the busiest developers on github. (Thanks...

@nicoder, `once()` is a decorator function that takes a function, and returns a function with the desired modified behavior. Many functions in this book immediately invoke the result of higher-order...

@lisachenko, I hope this isn't starting to sound like a tired refrain, but I do now have a working implementation of this "pass through mode" you described here. I'm sure...