Olivier Puraye

Results 10 comments of Olivier Puraye

@cpcdoy could you merge this please, so 0.4.0 compiles again

Any timeline on when this could be merged? Having `proxy_protocol` control would be very useful

I was looking into making the old cordova plugin (https://github.com/janeasystems/nodejs-mobile-cordova) work with capacitor until I found this repo. The repo hasn't been updated in 2 years, but I think there...

@hampoelz Thanks for the heads-up, I hadn't looked at the code of this repo yet. I would be happy to chip in if any help is needed, @boozedog

You need to manually set `AR` and `CC`. If you installed LLVM via homebrew, add this to your env: ``` echo 'export AR=/opt/homebrew/opt/llvm/bin/llvm-ar' >> ~/.zshrc echo 'export CC=/opt/homebrew/opt/llvm/bin/clang' >> ~/.zshrc...

@roachj9 Sorry, but I can't reproduce this issue. Everything compiles fine for me using rustc 1.71.0 (8ede3aae2 2023-07-12) on M1 running macOS 13.6.1 (22G313)