Jesse

Results 102 comments of Jesse

@radrad I'm pretty much going to ignore all bug reports unless they include useful details. That's pretty common in the software engineering world. We get a lot of "duh it...

Also, the user was a guest, if that matters.

I finally had some time to look into this, and I fixed it. I assume this is a problem with the version of rails I'm running with spree 1-3-stable. If...

> It would be useful to see the code that you're writing that is giving you issues. In the hapi test suite you'll often see code like this, making use...

Is there a specific height at which the print should be paused? I’m printing on an Ultimaker 2+ and I’m trying to figure out how to make this happen most...

I don't think this actually works. There is a breaking change with Webpack 4. Initializing Webpack is no longer a constructor instantiation. It has now become a function call. I've...

I updated `hapi-webpack-plugin` in https://github.com/SimonDegraeve/hapi-webpack-plugin/issues/22 to support Webpack `4.x`. There is a PR attached. Feel free to check it out.

This looks like the point where the teleport happens: https://github.com/Flafla2/Vive-Teleporter/blob/a94101cc01ee3713ceb2137e60e846580832c2e7/Assets/Vive-Teleporter/Scripts/TeleportVive.cs#L177

I implemented #2 and it was pretty confusing. On further thought, I think a variation on #1 might be best. However, instead of swiping or moving the joystick while clicking...

@Flafla2 See PR https://github.com/Flafla2/Vive-Teleporter/pull/45