Stefan Hellkvist
Stefan Hellkvist
If the "Max" here instead were to be defined by a property in the document (as being discussed for instance here: https://stackoverflow.com/questions/35329898/how-to-use-a-document-property-for-maxdistance-in-a-nearsphere-query). Would there still be a way to make...
I am also looking for this. Is there at all an erlang alternative that supports mongo 4 protocol?
Yes, some quick attempts, both setting it in the terminal and also adding it before sed command in erlang.mk, but it did not seem to help for me (although it...
I suppose another workaround is to install gnused on mac and have it replace the default sed.
Adding "export LC_CTYPE = C" in the beginning of the Makefile (the one that includes erlang.mk) will remove the sed error from the building of the dep. And then the...
The <F6> is due to some conversion happening when I copied it (copied it from a session with "less" in terminal) The utf-8 characters are the same as in the...
``` $ diff deps/eredis/ebin/eredis.app deps/eredis/src/eredis.app.src 4c4 < {modules, ['basho_bench_driver_eredis','eredis','eredis_client','eredis_parser','eredis_sub','eredis_sub_client']}, --- > {modules,[]}, ``` , so yes, it's only the modules.
Yes, with ``` V=1 make rel ``` I see relx first, at one point, saying: ``` ===> Unable to load the application metadata from /Users/stefan/projects/my_app/deps/eredis ``` ...and then, towards the...
...ok, all good then. I used this in some internal old test and was confused that it stopped working when erlang was upgraded. I was not aware that it did...
Is anyone already working on upgrading bcrypt to OTP 20 and above? I would like to upgrade my application to OTP 20+ but a dependency to bcrypt forces me to...