Greggman
Greggman
@sandeep1995 > * APPLE_ID, APPLE_APP_SPECIFIC_PASSWORD, and APPLE_TEAM_ID This is not working for me ``` [email protected] APPLE_TEAM_ID=W00ABCDEFG APPLE_APP_SPECIFIC_PASSWORD=xxxx-yyyy-zzzz-wwww .... ``` > The teamId property is required when using notarization with password...
typed arrays are not always faster than native arrays Here's some benchmarks. # firefox # chrome # safari The tests [for glMatrix](https://greggman.github.io/webgl-matrix-benchmarks/matrix_benchmark.html?tests=glMatrix-native,glMatrix-float64) and [for twgl](https://greggman.github.io/webgl-matrix-benchmarks/matrix_benchmark.html?tests=twgl-native,twgl-float64). It's possible the tests or...
I'm expecting something to tell me if depth textures are filterable. The spec says "implementation defined" so they may or may not be filterable even when using TEXTURE_COMPARE_MODE is COMPARE_REF_TO_TEXTURE...
9 months later ... did this turn out to be harder than it looks?
The code for audio is already run in an audio worklet. The code for *some* visualization is not. Not sure when I'll have time to deal with it. I'm not...
I think it's fixed so the 2 visualizers that used the expressions locally, no longer do, I had to hack a bunch of stuff but cross my fingers it's not...
+1 I can't believe this feature is still on by default for 4 years. It's never once corrected anything useful. It's only corrected the wrong stuff. Today's was "ctor" ->...
So the response I got from github bringing this up was > The Spelling and Grammar checker is actually a built in feature of Mac OS X, so we're not...
Here you go. Unzips with all the normal TOC reading zip utils but not sunzip [issue.zip](https://github.com/madler/sunzip/files/5804382/issue.zip)
It is compliant. It was made with Info-Zip, It is read correctly even by pkzip2.04g in a dosbox from 1993. MacOS's built in zip support in finder reads it correctly....