Christian Gagneraud

Results 15 comments of Christian Gagneraud

An alternative is to use `nodeenv` to install both `Node.js` and packages, eg: ```bash $ cat python-requirements.txt nodeenv==1.7.0 pre-commit==2.20.0 $ cat node-requirements.txt npm-groovy-lint ``` ```bash $ python3 -m venv venv...

Oops, forgot about this PR.... Came back here as i wanted to check if Android is supported, then look at what's cooking and found my own un-merged PR :)

About the diff filter, are we talking something like clang-tidy-diff? https://clang.llvm.org/extra/doxygen/clang-tidy-diff_8py_source.html

AFAIU, for CirrusCI you just need to generate a Junit report. I actually do this in CI, I convert clang-tidy and clazy into a fake test suite report, I use...

Same issue, latest master branch w/ Firefox 93.0 64 bits on Linux

error in firefox console is: ``` WebRTC: ICE failed, add a STUN server and see about:webrtc for more details ``` ![Screenshot_20211103_181928](https://user-images.githubusercontent.com/64850/140013090-d8fa6c62-303a-42f4-9fa3-8488487f71ea.png) the client and the server are remote and connected...

The problem is that the remote candidate is the internal docker IP address (eg 10.x.y.z) instead of the machine's IP. I tried to setup a TURN server as per https://source.android.com/devices/automotive/start/avd/cloud_emulator#troubleshooting,...

After fixing a typo, it is now working using coturn! :)

same here, `pip install markupsafe==2.0.1` fixed it. As well, i had other python errors, i followed https://source.android.com/devices/automotive/start/avd/cloud_emulator and used ubuntu 18.04. Problem is the code is not working with python...

I have signed NDA ages ago, and I have already contributed to GammaRay