Kyle Baker

Results 230 comments of Kyle Baker

would be nice if this were accepted. Is this project dead? (edit to add: was contacted by developers on the project--it isn't dead, there's just an upcoming release that's in...

slider is instantiated like this: ```js vrgc.createEl('a-gui-slider', [ ['id',"command-brightness-slider"], ['width',"3"], ['height',"0.75"], ['value', 'light'], ['onclick', ` console.log(this); `], // ['onclick',"() ',]), {console.warn('aframe a-gui button clicked']),}"], // ['onhover',"(]), ',]), {console.warn('hovering']),}"], ['percent', (vrgc.getComponent('light','#main-light').data.intensity)],...

I went ahead and inferred stuff from some examples and made some guesses and have found that using child `gui-flex-container` wit `flex-direction` as `row` allows putting horizontal elements, while putting...

I am not aware of any system to do that with this interface. I once wrote a little code to align something else to somewhere on the screen by hand...

A-Frame is a VR library. This is meant to be a gui for A-Frame, and therefore its primary use case if a gui for VR. But if Roland wants to...

In general, the approach most people take to that is overlaying DOM elements above the A-Frame canvas. I think that's usually a superior approach when an overlay gui is needed,...

This component is far from dead... It's very common for A-Frame components to not get frequent updates. It just had an overhaul 5 months ago. Again, as I said, the...

try reseting bios to default settings, and then if needed to factory settings. Sometimes that does it.

came to say the same: Error: getaddrinfo ENOTFOUND bang-bang bang-bang:80

Vincent has made many changes asnd improvements to the tests in recent months, part of which allowed many tests that were being skipped to now be run. _Could_ be related...