Mons
Mons
I've discovered, that multiline output in tarantool's yaml formatter is not so nifty, as it could be. Consider a string ``` Title: xxx - Item 1 - Item 2 ```...
Any tarantool now may be hang if anywhere encounter such an object: ```lua setmetatable({},{__serialize = function(_) return _ end}) ``` It would be great to check after calling `__serialize` that...
I want authoritative doc for building for openresty. MacOSX' brew formula would be great addition ;)
Currently there is two options for storing uuid: as a string and as binary data. String format works well, but have more than twice capacity penalty Storing as binary data...
I propose to make some signature (like concat and md5 of the sorted attributes, plus add tarantool version) and put that in system space `_schema` If it is the same,...
Currently there is no ability to add additional parameters to `tarantoolctl rocks ...`, for example there is no possibility to add `--server` to `cartridge build` command I'd like to have...
Add --proxy/-x flag and environment variable support for HTTP/HTTPS/SOCKS5 proxies with authentication support.