Bennett Hardwick
Bennett Hardwick
This is currently on the racer roadmap as https://github.com/racer-rust/racer/issues/829. It's happening because it doesn't know how to handle `std::ops::Deref`. There's another issue for all the irrelevant completions (https://github.com/racer-rust/racer/issues/165) - specifically...
The fix I've got up for the ejs version also seems to fix this: #764
Not sure why the original was closed but I've opened #764 to bump ejs to 3.1.8.
Interesting. Can you tell me what `ls node_modules/dkarnet/ | grep libdarknet` says? Does the `libdarknet.so` file exist?
Lol, can you clone the repo and run `npm install` and see if you get the same thing
Hey @zaoldyeck after building it should have created a `libdarknet` file, can you tell me what extension this has (maybe `libdarknet.a`)? I don't have a Mac so I can't check...
Hey @owocowyy! Can you see anything that says `libdarknet` like `libdarknet.so` or `libdarknet.a` in the root directory I think the issue is that Mac generates a different kind of `libdarknet`...
Hmm, that's a bit weird - no clue why it's not working. I tried to fix it with `[email protected]` - can you give it a go? :pray:
Hey sorry for the late reply but I have no clue what's going on :shrug: I think I'll just have to drop support for Mac for now until someone with...
Looks like you don't have OpenMP installed - were you installing with the `DARKNET_BUILD_WITH_OPENMP=1` flag?