Fan
Fan
Related: https://github.com/firebase/firebase-admin-dotnet/issues/349#issuecomment-1647384948
@masasso Thank you for reporting the issue. I tried the above steps but didn't reproduce. From the runtime error logs, it seems that the compiled binary was not found. Please...
> @masasso I got similar problems with OSX setup. I tried clean install and tested the example. I got an error indicating there is something "missing".... Library not loaded: '/usr/local/opt/libomp/lib/libomp.dylib'...
> Let me know if you prefer these small PR's or one bigger one. Have quite a few improvements planned. Thank you very much for your series of improvements. Small...
@asilvas Thank you for this pr, but considering the following points, I would like to put this pr aside. Maybe we can provide another API to deal with 64bit issues...
> Not sure I understand the build failures as IndexHNSW doesn't seem defined in the bindings somehow. Works great locally. > > Seems like it might be related to this...
Thanks for your new PR, Noticed that `dispose` method was added. Could you please clarify the indentation? I see that it's being checked in every method, and I'm trying to...
@asilvas In the world of javascript, memory is rarely dealt with, the `reset` and `dispose` have similar uses. I want to remove the `dispose` method first, and merge this pr....
@adoin From the log provided, it may have something to do with the network. It needs to get the pre-build binary file from github when installing but failed. > │...
@andreia-oca PRs are welcome,Thank you.