Ben Pyrik
Ben Pyrik
Ha! I didn't notice that. I suppose avoiding the primitive is acceptable for now. But I wonder why it teleports like that :thinking:
Is this issue about literally using `inline-css` in React (to manipulate some HTML) or is it about applying `inline-css` to a React project (I guess to convert classes defined in...
Just ran into this. 1. Click the polygon tool (try it in the [docs example](https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-draw/)) 2. `draw.getAll()` will return an invalid polygon: ```json { "type": "FeatureCollection", "features": [ { "id":...
I was messing around with `react-vega` on CodeSandbox early today and at some point it broke.  Weirdly, the sandbox worked fine when I exported it as a zip and...
I recreated [the CodeSandbox example](https://codesandbox.io/s/react-vega-usermeta-bug-fixed-erdrw) in [a repo](https://github.com/bryik/react-vega-example) and deployed it to [GH Pages](https://bryik.github.io/react-vega-example/). The CodeSandbox is broken, but the same code runs fine on GH Pages 🤷 [aaron-fuleki's sandbox](https://codesandbox.io/s/react-vega-typescript-48u9k?file=/src/App.tsx:194-529)...
Got sucked down a rabbit hole, but found that the latest version of A-Frame doesn't have this issue.
Where didn't it work? [The Yokohama example](https://bryik.github.io/aframe-cubemap-component/yokohama/index.html) seems to be working for me. > Can I push changes or contribute anyway? Sure, I consider all PRs. For anything requiring a...
Closing because this issue is outdated (I just removed the ability to make minified builds so my advice to use `npm run dist` is no longer good).
This issue is harder to solve than expected. The latest version of A-Frame causes Browserify to throw an error like: ``` Error: Can't walk dependency graph: Cannot find module 'es-to-primitive/es5'...
@SidOfc Sorry about that, the method I described in that block did work at one point. I'll look into it and update the example. **Edit:** I locked stereo component to...