Luc Fueston

Results 4 issues of Luc Fueston

node 0.8.14 npm 1.1.65 osx 10.7.4 Running `npm install opencv-node` fails as follows. ``` > [email protected] install /Users/mrluc/projects/scratch/cv2/node_modules/opencv-node > node-gyp configure build CXX(target) Release/obj.target/addon/src/addon.o In file included from /usr/local/include/opencv2/flann/params.h:33, from...

### Elixir and Erlang/OTP versions otp 25, elixir 14 ### Operating system osx ### Current behavior An issue to kick off convo -- I found a few implications for us...

Kind:Enhancement
App:Elixir (compiler)

tried the example, as well as a sqlite app of ours, with various versions of rust: * nightly * stable * 1.62.0 * 1.64.0 * 1.67.0 * 1.70.0 So far,...

It wants `phoenix_html` v3.x, when current Phoenix uses v4. You can of course `override: true` the phoenix_html dependency, to fix it at v4 and get past that dependency issue. But...