Nick Kallen
Nick Kallen
## Current behavior This behavior only happens in windows, Mac and linux seem to be fine: I was using Fork-ts-checker 5.2. I just upgraded to 9, in order to upgrade...
Hi, I have a native module with a couple hundred c++ files. Electron-rebuild does have a "parallel" option but this doesn't actually run make in parallel WITHIN one module. This...
https://github.com/electron/rebuild/blob/29365ad904a8713567c4a7beb745d32df7f229e1/src/clang-fetcher.ts#L46 Hi -- I believe (not 100% sure) that this line of code is to blame. PCH (precompiled headers) need to be generated for every language in the project (c,...
**Describe the bug** distutils is used by node-gyp . It was previously installed on macOS-latest-xlarge but is suddenly missing. I tried both sudo -H pip install setuptools and pip install...
Related issue: #29036 Description This is a proposal to make the batching matrix texture optional. This diff has no other changes.
### Description As mentioned previously, we are using BatchedMesh extensively. However, we don't actually use the transform arrays. I would like to make that optional. For our use cases, it...
### Description I am currently using BatchedMesh extensively -- not just with meshes but also with `gl.LINES` and `gl.POINTS` Note that multidraw does accept a mode: `extension.multiDrawElementsWEBGL( mode, ... )`...
Related issue: [BatchedMesh and gl.LINES, gl.POINTS](https://github.com/mrdoob/three.js/issues/29018) **Description** points.glsl.js will now worked with batched mesh