エリス
エリス
I am not sure if it is necessary to fix this behavior. It is only visible when using the `cordova run` command, and I don’t think it causes any issues....
@GitToTheHub Does `faulty pr` mean we can close this?
Maybe try the following. ```js const platformList = cordova_util.listPlatforms(projectRoot); options = options || { verbose: false, platforms: platformList, options: {} }; ``` `cordova_util` is already required and `projectRoot` is also...
@kumo01GitHub ( cc @breautek ) I think we should still prepare a major release before merging this PR in. Do you agree? When looking at the engine requirements in `plugin.xml`...
> > Curious to see a screenshot of what mermaid tool produces > I didn't find a function for it :/ When you're on the “Files changed” tab reviewing the...
> I don't think it's true that I'm the only one who could edit the current diagram. I think what Tim is trying to say is that the current diagram...
It is only a deprecation warning and not an issue. It was intentionally skipped because it will take some time to resolve. It was not as simply as replacing the...
I ran a quick build test myself and it seems these are the errors: ``` CDVFileTransfer.m:331:65: error: no visible @interface for 'CDVPlugin' declares the selector 'filesystemForURL:' 331 | fs =...