-
We use a [synchronous `child_process.spawnSync(self)`](https://github.com/modulesio/window-worker/blob/7fcc851b2db1edd40eeb12a0b09e77588bed75ba/src/worker.js#L51) to effect a [`Worker::importScripts`]…
avaer updated
6 years ago
-
C:\exokit>exokit.cmd
internal/modules/cjs/loader.js:731
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: error: -1073741795\\?\C:\exokit\build\Release\…
-
Repro:
- Open http://www.babylonjs-playground.com/frame.htm#EIX8SD#7 in Exokit
- Click to enter VR
The symptom is the `viewport` calls are based on original canvas size, even though the canvas …
avaer updated
6 years ago
-
We have a search bar setup on the frontend with API keys POSTing to the Algolia API on the backend.
However, we have no meaningful index to return us good search data.
We need Docsearch's indexing s…
-
In A-Frame, the child's `attachedCallback` is getting called when appending an element to an unattached element.
Reproduction case: https://coconut-mass.glitch.me/
I can try to work on this. Sho…
-
Timeouts are inevitable, but here's one that doesn't get caught and therefore brings down the process. I haven't been able to repro; this is courtesy of @shaneharris.
```
A-Frame Version: 0.7.0 (D…
avaer updated
6 years ago
-
Embedding Exokit in a nodejs project or running it directly from the node prompt does not work.
Code snippet:
Enter `node` and then paste
```javascript
const exokit = require("exokit");
exoki…
-
It we don't do this, the OSX app will feel un-OSXlike and hang around in the taskbar.
avaer updated
6 years ago
-
Seems the `exokit-home` menu always tries to load the URL regardless of the tab you're on.
avaer updated
6 years ago
-
Used by libraries for sniffing GPU performance for scaling XR.
Spec-ish: https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_debug_renderer_info
#### In Chrome:
```
var gl = canvas.getCon…
avaer updated
6 years ago