Yichun Zhang
Yichun Zhang
Right now the `lj-releng` tool will ignore use of Lua global variables with the name matching one of the Lua builtin functions. This will hide those use of global variables...
We need to add a new option `--regex-cache N` to control the setting of the [lua_regex_cache_max_entries](https://github.com/openresty/lua-nginx-module/#lua_regex_cache_max_entries) config directive easily.
Got the following error in the `make install` step on Fedora Linux x86_64 systems: ``` /usr/bin/mkdir -p 'examples' /bin/sh ./libtool --mode=install /usr/bin/install -c examples/core-query examples/dwarfppdump examples/print_spec examples/sranges examples/subseq examples/eh-frame-hdr 'examples'...
We've noted a possible regression with qdrant 1.11.4 that some of the vectors might just be gone even though insertion requests never had any errors. What we see is that...