Egil Sandfeld

Results 9 comments of Egil Sandfeld

I had issues until I added the Service Account email to Google Developer Users Others has had issues with [this](https://stackoverflow.com/questions/22471433/service-account-403-forbidden-google-play-in-app-billing-purchase-status-api)

The crash log above happened within 1 second of the app starting up, however I just received one now, with the similar stacktrace happened 34170 seconds into the app session.....

Can a missing System.Reactive.dll be the cause of this? So when the user presses a key, the missing dll causes the above stack?

Attempted a fix in https://github.com/gmamaladze/globalmousekeyhook/compare/vNext...EgilSandfeld:globalmousekeyhook:issue-164-fix

Yes I have the same issue, where multipolygon coordinates end up being 0,0. It needs to be able to parse the sub-arrays for multi polygons, instead of treating the "coordinates"...

Have you guys tried version 4.0.1? Just tested 5.0.2 vs 4.0.1 and on my end this issue happens after 4.0.1. Maybe the error regressed?

Thanks for the heads up. I don't have an overview of what it takes to compile it myself, so it'll probably be complicated? I do have the Wwise SDK already...

I've encountered this same issue and confirmed the root cause. When a Reddit post is created via the REST API without specifically including the flairs array and allow array in...

I face a lot of these null refs myself, so I made an extension to IPlottable: ```c# public static T AssignAxis(this T source, WpfPlot wpfPlot) where T : IPlottable {...