Josh Johnson
Josh Johnson
For general support issues, stick to the google group. If it's discovered that your issue is a bug (as opposed to a training issue), then report it here.
I also strongly believe that the default should be for the most recent tasks to show first, so I created this pull request to fix this #143
If anyone is looking for a way to implement select all/none, you can do it like this: ```javascript var trigger_event = function (type, el) { var e = document.createEvent("HTMLEvents") e.initEvent(type,...
Unfortunately, I no longer have a PC based VR headset so I'm unable to update the app to work with the new version of BoxVR
@Rexios80 thank you so much for doing this! I've just got started with Flutter and was battling with getting this repo to work, yours worked perfectly without needing to modify...