Asaf Yishai

Results 18 comments of Asaf Yishai

Any update on this ? Almost all new macbooks are M1 & M2 and we still don't have support for it, which is very wierd since the entire project is...

I was able to fix it by downloading https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/zig.rb and modifying from: ```ruby args = ["-DZIG_STATIC_LLVM=ON"] ``` to: ```ruby args = ["-DZIG_STATIC_LLVM=ON", "-DZIG_NO_LANGREF=ON"] ``` which skips the autodoc build, then...

I can only guess it's because some sort of a dependency is not installed, causing the build to fail on our systems. Other workaround, if you don't really need to...

I am using this driver https://github.com/asafyish/predictionio-driver (Shameless self promotion).

The closest thing I found was the curl examples, which are easily translatable to js code.

Yep, Ranking items - http://docs.prediction.io/0.8.0/engines/itemrank/ Getting recommendations - http://docs.prediction.io/0.8.0/engines/itemrec/ There is an example tab called "Raw HTTP" with curl example.

What about vetur ? it's almost a requirement when developing in VSCode.