Robbie Cooper
Robbie Cooper
Three parts to this PR: 1. I froze the requirements versions because I wasn't able to run the project otherwise. I'm sure some packages could be updated, but I didn't...
It seems that the latest version of aframe-input-mapping-component (0.1.3) isn't working with the current examples. I rolled back to the last-known working version (0.1.0) successfully and was then able to...
File operations seem to work. No support for teleport controls yet as binding multiple events requires a non-trivial update to aframe-teleport-controls and aframe-master. Also, when I tested on Oculus Quest,...
I can break this PR up, but I figure it would be easier for you to merge it in all at once. - Fix login - Add email-based two-factor authentication...
When I went to http://textbelt.com/providers/us, output was > ReferenceError: providers is not defined at /home/ian/textbelt/server/app.js:92:12 at callbacks (/home/ian/textbelt/node_modules/express/lib/router/index.js:164:37) at param (/home/ian/textbelt/node_modules/express/lib/router/index.js:138:11) at param (/home/ian/textbelt/node_modules/express/lib/router/index.js:135:11) at pass (/home/ian/textbelt/node_modules/express/lib/router/index.js:145:5) at Router._dispatch (/home/ian/textbelt/node_modules/express/lib/router/index.js:173:5)...
The parser property in postcss.config is completely ignored. Here's an example **postcss.config.js** of what I'd like to do: ```js module.exports = { parser: 'postcss-scss', plugins: [ ... ] } ```...
Watch for changes in endDate. Currently, the heatmap doesn't redraw when endDate changes. With this change, it will.