Max Podkosov
Max Podkosov
@stopachka When I type in Japanese I need to make some manipulations with the DOM. I solved it like that: ``` $('.DraftEditor-root').on({ compositionupdate: function(evt) { self.handleBeforeInput(evt.originalEvent.data); } }); ``` but,...
Hey there. Is there any update? UPD. Added a PR with the fix: https://github.com/playgameservices/play-games-plugin-for-unity/pull/3228
hey there. I have created a PR for that issue: https://github.com/playgameservices/play-games-plugin-for-unity/pull/3228
Hey guys. Is there any update? Endpoints like below work well, but only for the current auth user: game/v2/profile/{{account_id }}/client/QueryProfile?profileId=athena&rvn=-1 (PVP) game/v2/profile/{{account_id }}/client/QueryProfile?profileId=common_core&rvn=-1 game/v2/profile/{{account_id }}/client/QueryProfile?profileId=metadata&rvn=-1 game/v2/profile/{{account_id }}/client/QueryProfile?profileId=theater0&rvn=-1 (backpack) game/v2/profile/{{account_id }}/client/QueryProfile?profileId=outpost0&rvn=-1...
> > > I'm in the same boat. > It seems like it's possible to bypass SSL certificate pinning, but people don't wanna share a way b/c Epic patches this...
Still have the same issue. phpv8/heroku-v8js doesn't wotk with heroku-18. When I run composer update I get: "The request PHP extension ext-v8js * is missing from your system. Install or...
hey guys, is here any update?