ariel-bentu

Results 14 comments of ariel-bentu

I want to add to this issue what I researched, having similar issue: - When the app is not running at all, and you select "share/open with" your app the...

The file is `react-native/Libraries/LinkingIOS/RCTLinkingManager.mm` ``` #import #import #import #import #import #import "RCTLinkingPlugins.h" static NSString *const kOpenURLNotification = @"RCTOpenURLNotification"; static NSString *savedEvent = nil; ``` ``` - (void)startObserving { [[NSNotificationCenter defaultCenter]...

do you have this method added in your `AppDelegate.mm`: ``` - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary *)options { return [RCTLinkingManager application:application openURL:url options:options]; } ``` This is a prerequisite, also...

I have seen this happening if you're not using the latest version of the driver. Please verify that you have version 2.4.177. In Mac, goto ~/.vscode/extensions/mtxr.sqltools-0.21.6/node_modules/@sap/ and delete the hana-client...

Ok I see. thanks for quick reply. Is there an alternative? I'm developing a draw.io plugin for TAM - Technical Architecture Modeling, [here](https://github.com/ariel-bentu/tam-drawio) and I need to allow some configuration...

Hi, I can add some info on the cause: - after installing a plugin, it is saved with full-path `file://` - In App.main, [here](https://github.com/jgraph/drawio/blob/ea7a1cb21435e411a724e85420126966f7671766/src/main/webapp/js/diagramly/ElectronApp.js#L155) the loading code assumes that it...

[before.pdf](https://github.com/Dolibarr/dolibarr/files/14200244/before.pdf) [after.pdf](https://github.com/Dolibarr/dolibarr/files/14200243/after.pdf)

Hi Try `npm install -g '@sap/hana-client'`

Eventually the npm package needs to be installed here: `/Users//Library/Application Support/vscode-sqltools` (for Mac), or globally on you machine. you may try to link your current hana-client installation to that location:...

Still happens with 2.43.0. "react-native": "0.77.1" destination: tested on iPhone device , or MyMac (Designed for iPhone) I run the same setup as described in the beginning of this thread,...