Andrés Cuervo

Results 26 comments of Andrés Cuervo

It's the homebrew version of tmux, which, to my understanding, isn't on the be bleeding edge. Since tmux hasn't updated, might it be interference with zsh, which has had a...

Hmm, no, I changed my shell to bash and the problem persists.

@alexcrichton is there a way to get this PR moving again? From what I understand it seems critical to getting a lot of Rust projects that still depend on rustc-serialize...

Gotcha, I understand it's old now, I was just looking through to find examples of shaders + lighting in OF. Thanks for taking a look, but no worries if you...

Components expect a string to parse, does: ```HTML ``` work for for you?

Have you tried putting the model in the `public` directory instead of the `src` directory? I'm not sure how serving things in the `src` directory works, but you could try...

I got the `public` serving by working off of the [A-Frame React boilerplate](https://github.com/ngokevin/aframe-react-boilerplate), try cloning that and putting your model in `public` and using `obj-model` as I suggested above?

Woah, this is a really strange bug - did you ever find a resolution or cause of this @matthewsimo?

Was wanting to explore [the combination of these libraries](https://aframe-generative-text.glitch.me/) again, and I'd be happy to go hunt down the fix if you @donmccurdy could hazard a guess as to where...

`a-animation` isn't a `primitive`. I'd recommend following the example from [Kevin's boilerplate](https://github.com/ngokevin/aframe-react-boilerplate/blob/acea1f6c2da84516f189899e0fc806b8a3971bfe/src/index.js) and use the `import 'aframe-animation-component';`. There's [a chance `a-animation`](https://github.com/aframevr/aframe/issues/1927) will be removed from A-Frame because it's an outlier...