Eli Gassert

Results 26 comments of Eli Gassert

Just throwing a quick comment into the mix. It sounds like removing the retry attempt count + retry timespan and replacing it with the Strategy pattern would get people what...

@clairernovotny I'm not sure I follow your last answer re: Sort[1]. @HosseinSalmanian is asking for Refit to model bind for a .NET Core API. .NET binding has used square bracket...

I'm not suggesting to put platform-specific assumptions in. But I am suggesting that, if a .NET platform supposes to support all APIs it should at least support the APIs of...

@kruzzze no I never did find a solution. I ended up circumventing the issue by declaring all of the individual filters I needed and specifying the querystring param, e.g. a...

If each workflow is a single approval process, then yes, you do. If you have a single workflow that says "approve outstanding orders" and that does a query, gets all...

I had this issue too. I had to do cordova plugin remove ... then cordova plugin add ... AFTER adding the ios platform. Doing that then added the share target...

Make sure you've already opened your app once. And try picking a different picture on a second share attempt. I've had issues during dev where it fails for the first...

I was solving for an infinite loop, too. Might be related to this issue: https://github.com/wwwlicious/servicestack-authentication-identityserver/issues/23

Has there been any word on this? I'm facing the same issue. Works fine in XCode (latest 10.1 build) but testflight I get nothing. The app opens but my handler...