Mark Shust

Results 289 comments of Mark Shust

I like the ideas in this PR. However, I don't really like how this is in a non-descript "extra-settings" file. It feels a bit out of place & random. Does...

I made a few updates to make the script more portable, consistent with the logic within other scripts, and simplify the logic.

@salesigniter the `var` directory is not synced back to the host for performance reasons. Have you checked the `var` directory within the container? You can do this either by running:...

Can you post your full `compose.yaml` file? This error is telling: ```/compose.yaml: yaml: line 12: did not find expected key``` I'd recommend fixing one error at a time, as fixing...

> @archz2 > > The PR is not merged yet. Meanwhile you can try installing it from PR directly with this, till its merged into main > > `pip install...

Twice (as most recent as today) I've had users purchase a subscription, and then never receive a callback on purchase response. I implement some additional logging to pull down receipts...

Has anyone used https://github.com/j3k0/cordova-plugin-purchase ? This looks solid and was recommended by this package author.

FYI, this ticker is a bit of a misnomer. The plugin still works. It seems very occasionally, the success response after IAP purchase doesn't get delivered, but from what I...

Where are you deploying your app to? (Bare metal, AWS, GCP, Swarm, K8S, etc). I know it doesn't matter too much, just would like to know. I've used Kubernetes in...

This example is probably overly-verbose because it's for kubernetes (and config quite not applicable because it's for meteor), but perhaps this will help you out. I have this config running...