Jason Kraus
Jason Kraus
For my use I actually want to spit back Tags I would otherwise process with emrichen, but as a second stage. Would option 2 look something like this (adapted from...
On ubuntu you can search your apps for "remote desktop" to configure VNC. For more detailed instructions go here: https://help.ubuntu.com/community/VNC/Servers If the VNC client complains about encryption then run the...
The purchased version appears to work with my Pixel XL with a 2016 google daydream headset. I am also looking for daydream support. The author suggested refactoring this to be...
To make this happen the codebase needs to transition from using `com.google.vrtoolkit` to `com.google.vr` New API docs: https://developers.google.com/vr/reference/reference_overview
Made allot of progress today. My forked branch has working daydream support and the next step is to implement the remote. https://github.com/zbyte64/CardboardRemoteDesktop
Strange, I've been running a stateless fork with volume create for a while now. Just use volume labels and EC2 calls to keep track of state.
There isn't a class for that, it might be a good addition. `graphene_django.types.construct_fields` takes a model and outputs graphene fields.
Also related to PR #546 which was closed due to inactivity
Should this be implemented as graphene middleware? https://docs.graphene-python.org/en/latest/execution/middleware/
It could be that `next` raises an exception and `res.errors` gets populated further up in the stack. In PR #1122 we put the next call in a try catch block.