Josh Strange

Results 47 comments of Josh Strange
trafficstars

We use this for our festival management software. Thank you for this plugin! App Store URL: https://apps.apple.com/us/app/crave-food-music-festival/id1621391381 Google Play URL: https://play.google.com/store/apps/details?id=com.grubbux.crave Web URL: https://cravefestival.app (Not using PaymentSheet/this plugin here due...

The only way I was able to "fix" this was to publish the app.

Agreed it's far from a critical but I would suggest updating the images as I assumed since it was displayed in the screenshots that it was possible and spent a...

@willegan I don't think a single Groupon employee has responded to or even looked at these issues in a long time. There are a couple forks of this that you...

I don't want to hijack this thread but I feel my issue is closely related. I don't think we are even seeing 24hrs right now. Our progression has been as...

Looks like this may be related https://github.com/groupon/greenscreen/issues/48

@Manweill Would you accept a PR that made it work with reference DTO's?

Not sure if this will fix everything but here is the quick hack I did to output thrown errors: ``` if (arguments[i] instanceof Error) { arguments[i] = { name: arguments[i].name,...

@dwieeb Yeah I think the issue was circular dependencies but I can't be sure. I had no issue passing the stack as well but didn't because it's in the `message`....

@matryer Absolutely, I have it working just like I want now using the symlink method from above. I was just suggesting it be added back in as GUI option to...