Steve Brudz
Steve Brudz
@dkoes Thanks for the fast response. Could you point us to an example of how to use the stereoViewer? I can't find it in the documentation.
Thanks. Ideally, we'd be able to tie it into one of the existing WebVR frameworks so that we can make use of their headset and controller support. I'll dig in...
It seems like all the existing WebVR frameworks (like A-Frame or Babylon.js) either implement their own wrappers around WebGL (babylon) or use another wrapper library (aframe uses three.js). I can't...
It is. One of the reasons why I was hoping to be able to tie into A-Frame is that it would act as an abstraction layer to insulate against those...
I was able to use environment variables within the dbconfig.yml file: ```yml development: dialect: mysql datasource: ${DBUSER}:${DBPASS}@tcp(${DBHOST}:${DBPORT})/${DBNAME}?parseTime=true dir: migrations table: migrations ```
Firefox is definitely on our todo list. We probably won't have bandwidth to work on it until the Spring, though.
As noted in the PR above, this is partially working on Firefox. The main issue remaining is that the Just Not Sorry button does not appear because we're using the...
Hi Lexy, We haven't had anyone else report this particular issue recently. There have been times in the past, though, where Google has updated Gmail in a way that broke...
@TheWrongAlice I'm organizing the roadmap for JustNotSorry and since Inbox support is one of our top requested features, I'd like to line it up for the next major release. Have...
No worries. I had an idea over the weekend for how to do it using mutation observers. It may or may not work. I'll try a spike on it this...