Matias Moreno
Matias Moreno
I have the same problem, I'm currently doing this: ```c #include #include int my_fcntl (int fd, int cmd, ...) { va_list ap; long arg; va_start (ap, cmd); arg = va_arg...
I have this same problem in component inspector, and also the same info is not shown in component stack traces, example: ``` ERROR Error: Text strings must be rendered within...
+1 :pray:
Updated capacitor to meet last dependencies: npx cap doctor output: ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 5.5.1 @capacitor/core: 5.5.1 @capacitor/android: 5.5.1 @capacitor/ios: 5.5.1 Installed Dependencies: @capacitor/ios: not installed...
I also tried with Azure Portal, and... it works great, I can even validate the id_token afterwards in a server: ```javascript { appId: _(redacted)_, authorizationBaseUrl: 'https://login.microsoftonline.com/_(redacted)_/oauth2/v2.0/authorize', scope: "openid email", accessTokenEndpoint:...