Damien

Results 6 comments of Damien

Hello @spicydonuts , do you have an example of a working code? Regards

Ok, I simply made this code: ``` let apiProxy = require('http-proxy').createProxyServer(); router.route('/stream') .get( function(req, res) { apiProxy.web(req, res, { target: http://192.168.1.6:8082, auth: 'login:pass' }); } ); ``` The goal of...

In my case problem persists with `raw` directory. Version: `react-native 0.59.5` My solution: ``` doLast { def moveFunc = { resSuffix -> File originalDir = file("$buildDir/generated/res/react/release/drawable-${resSuffix}"); if (originalDir.exists()) { File...

In my case the raw directory contains some mp3 used in my application.

Hello, same here. ``` LSB Version: n/a Distributor ID: Gentoo Description: Gentoo Base System release 2.7 Release: 2.7 Codename: n/a ```

Hello, same exception here. OS: Debian sid