Vasco Asturiano

Results 7 issues of Vasco Asturiano

When letting go of the drag, there seems to be a momentary pause in the motion before initiating the inertia decay. Here's an example with the globe rotation: ![d3-inertia-block](https://user-images.githubusercontent.com/6784226/33032024-cf80e94e-cdd4-11e7-8642-9cabefecc5db.gif)

This is a fantastic layout module and you can do some really wonderful things with! There is one issue however that is rather difficult to get around from the consumer's...

**Do you want to request a *feature* or report a *bug*?** Bug. **What is the current behavior?** When importing `AR.js` in combination with the latest version of Aframe - `1.3.0`...

bug

Sticky to the top of the viewport.

First of all thanks so much for compiling this data, it is very useful! I'm using the GeoJson format to build this example of volcanoes overlapping with tectonic plates: https://bl.ocks.org/vasturiano/3c27138769a04d1780562ce04afbedf2...

I'm trying to use the `Html` component with occlude="blending" to represent simple content. My simplest example goes like this: ```js foo ``` This generates a large white square behind the...

question

First of all, thanks for this awesome module! When I try to import `taichi.js` in the browser, bundled with [esm.sh](https://esm.sh/), as simply as: ``` import * as ti from 'https://esm.sh/taichi.js';...