Sergiy Kukunin
Sergiy Kukunin
My fork doesn't break the current functionality (as far as I know), so you use the same configuration as you would do with the upstream. Configure stdinAsync or stdoutBinary according...
One note about my fork: it calls `stdoutBinary` callback only for `write` syscall with FD 1 (stdout). If C code calls `printf` or other functions, they will be processed as...
they are independent so they work both at the same time. From your message, it's not clear for me, how exactly it lets you use only one of them. Is...
I worked around this error with `ln -s assets/brunch-config.js .`. But still it created non compatible config, so I had to adjust it along Phoenix 1.3
Yeah, it made it work. Since the generator expects the Phoenix 1.2 file structure, you need to migrate everything to 1.3. I might be wrong since it was a month...
@markusobi thanks for the investigation. Unfortunately, I can't help since I was only a monkey who did the boring job.
Can confirm the issue. For me, the right workaround is to pass `askPermissionOnMount: true` option. Another workaround was to have preview with `react-webcam` package: https://www.npmjs.com/package/react-webcam, but it's unnecessary dependency I...
same problem for me
found, that passing `stopStreamsOnStop: false` option helps
Sessions API seems pretty broken, it seems this PR might be a good starting point for rework: - #145 can't transfer session between processes (to use browsers pool, for example)...