tz ✨

Results 7 comments of tz ✨

Got it. Perhaps using containers (or possibly [managed VMs](https://cloud.google.com/appengine/docs/managed-vms/) with App Engine) would be a better fit.

Hi. I believe the core issue may be related to finding the center point of the image to determine the actual `leftValue` and `rightValue`. I don't have a fix planned,...

I just updated the module to support 64 bit version as well.

In case someone needs a way to detect a ninja visible modal: ``` ninjaModal = document.querySelector('ninja-keys') if (ninjaModal) { const el = ninjaModal.shadowRoot.querySelector('div') if (el && el.classList.contains('visible')) { return }...

Hi Ian. Your bucket needs a bucket policy to control read/write access. You could either create a "grantee" of "Everyone" and add a upload/delete policy. Or you can create a...

I suspect this was an incomplete dependency installation. Try running `npm install` again within the `/home/vagrant/superscript-editor/node_modules/superscript/`