Yousef Balout

Results 13 comments of Yousef Balout

this works for me ```js let options = { headers: { "P-Assserted-Identity": "Header example", "X-UA": "CCP Mobile" } } await endpoint.makeCall(account, "8189", options) ```

To run an instance open `PostgreSQLPortable.exe`. It will create a data folder and there is `postgresql.conf` file where you can change the port

1. remove react-native-incall-manager from pod files 2. react-native unlink react-native-incall-manager 3. rm -rf node_modules 4. npm install 5. cd ios && pod install

hello ? maybe someone can change IsMatch to return this ``` C# return Regex.IsMatch(toTest, RegexString, _modifiers); ``` and Capture to this ``` C# var match = Regex.Match(toTest, RegexString, _modifiers);` ```

I think it due to the using keyword. MemoryStream is getting disposed before being written into the http response

Try the following, works on iOS ```js ```

Looks like it happens to any device that can display bottom navigation bar but user choose to hide it from android settings

Yes I think client side validation would work for us as communicating with Logto API is done via our APIs. However we are using @logto/browser package and it need to...