Dmitry Patsura
Dmitry Patsura
As explained in #94 it's a good idea to use gender instead of sex. To not break BC the get/setSex are still available but are marked as deprecated. The current...
Hey! Type: code quality For all OAuth1 providers error as below is shown for `getIdentity()` method: ``` Property SocialConnect\OAuth1\AbstractProvider::$consumerToken (SocialConnect\OAuth1\Token) does not accept SocialConnect\Provider\AccessTokenInterface. ``` for statement ``` $this->consumerToken =...
Hey Guest! Feel free to submit PR with Provider that you need! Thank
https://developer.paypal.com/docs/integration/direct/paypal-oauth2/
Hey! Apollo 3 introduces new mechanics called typePolicies, and it provides an api called `keyArgs` to generate `id` based on top of `args` & `context`, but sometimes it's needed to...
Hello! Thanks
# General StaticScript language should be compatibility with TypeScript as it possible but with additional features - 90%+ of TS programs must be able to be compiled by `ssc` (to...
Refactoring: Portal requires Prepared Statement as input, but prepared statement can be empty. Before this PR we used workaround with Option, which is not blocker for implementing `pg_catalog.pg_cursors`.