RedMickey
RedMickey
Hi @jhubsharp and thanks for reaching us. Could you please tell us if you're using [VS Code Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) and [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extensions to develop your Cordova app in...
@jhubsharp we investigated the issue and found out that the current version of the extension doesn't support development (apps simulating) in Docker containers or via WSL. The extension and the...
Hi @ajck and thanks for your feedback, currently the extension doesn't support the Brave browser. We'll consider adding support for it and manage in order of priorities.
Hi @dwieeb. Could you please take a look at this?
Hi, I faced a similar issue on React Native version 0.68.0-rc.2.
Hi, are there any updates on this?
@EricCornelson, we tried React Native [`0.63.0-rc.1`](https://www.npmjs.com/package/react-native/v/0.63.0-rc.1) and there the first issue still remains. We decided to wait for the next RN version and check if this issue has been fixed.
We found out that we can use `Reload app` and `Show DevMenu` commands via Metro bundler, but for now the `Show DevMenu` command doesn't work properly. We opened [the issue](https://github.com/react-native-community/cli/issues/1213)...
Hi, I faced the same issue, did you find any working solution?
Hi @josip-volarevic thanks for you reply. I managed to find the following solution: ``` @Post('/test/req') @ApiConsumes('multipart/form-data') @ApiOkResponse({schema: {example: 1}}) @ApiOperation({ requestBody: { content: { 'multipart/form-data': { schema: { type: 'object',...