Mark Muller

Results 16 comments of Mark Muller

It doesn't appear to fix Bg Sur - any ideas?

Similar pattern here, tried using vanilla code `PlayGamesPlatform.Instance.Authenticate(ProcessAuthentication);` And Gley Games Easy Acheivements ```GameServices.Instance.LogIn(LoginResult);``` Neither are able to login/they show the 'Returning Error Code' and nothing else. **Versions** Unity version:...

![image](https://user-images.githubusercontent.com/858675/175939406-b2a4dc17-58fc-46c0-be78-43b665fa0b3b.png) This is what I found…

It was on the Unity website itself… I found it via a Google search.

I add a default-search data tag to an element and then use: var search = $('.tags').data('default-search'); $ ('[data-search-type="'+ search +'"]').click(); In jquery for the page to trigger that first default...

VoittajaTomi, If you look in the dist folder there is the minified version - this hasn't been updated for some reason (probably due to the breaking changes) and will work...

Can you post a gist or a code block so I can see what is happening?

Me either @lekoala, all the action does it guzzle a logo from a URL and save a local copy. It then writes the dataobject to the database to store the...

`https://github.com/isobar-nz/silverstripe-persistentgridfield` appears to fix the issue - to a degree…

@lekoala I'm seeing this issue in the latest SS4 build from this in composer: "silverstripe/recipe-plugin": "^1.2", "silverstripe/recipe-cms": "~4.9.0@stable"