Angus Pearson
Angus Pearson
I'm a little confused as to the exact use of the verbatim string. I'd assume it is for the same case you're describing, but clarification and perhaps standardisation on an...
Perhaps adding a third `bin` to the verbatim types (existing are `mkd` for Markdown and `txt` for text) wto be used for verbatim strings containing things lime images or other...
Verbatim Strings and Bulk Strings would be equivalent in that case but it could be handy having a semantic difference between the two, and leaving verbatim strings still open to...
Would this not be possible by sending a [attribute](https://github.com/antirez/RESP3/blob/master/spec.md#attribute-type) type with the request from the client? For example, ``` |1 %1 +use-database :1 *3 LPUSH somekey someval ``` While Redis...
It may perhaps be a good idea to stipulate that the attributes won't ever contain information that you really shouldn't chuck away and can't get another way so that simpler...
For me: (uptime 8 days) ``` 0.00 Mb COMMAND 919.41 Mb node /backend/dist/index.js 854.99 Mb bitcoind -port=8333 -rpcport=8332 -rpcbind=10.21.21.8 -rpcbind=127.0.0.1 -rpcallowip=10.21.0.0/16 -rpcallowip=127.0.0.1 -rpcauth=umbrel:ffb5294424ddcec6dfaaa63613cf8773$266052ce0bcc298a99737eee6d2147f86f0778d4ab2df885fda59702ed650bb9 -zmqpubrawblock=tcp://0.0.0.0:28332 -zmqpubrawtx=tcp://0.0.0.0:28333 -zmqpubhashblock=tcp://0.0.0.0:28334 -zmqpubsequence=tcp://0.0.0.0:28335 -blockfilterindex=1 -peerbloomfilters=1 -peerblockfilters=1...
FWIW, I got it set up on Debian 11.0 without issue (desktop spin, netinstall, not barebones/server)
FWIW, you can also `brew install podman`: https://formulae.brew.sh/formula/podman And it can also run a Linux VM `podman machine init --help` (caveat it doesn't look like you can run an x86...
GeoJSON is pretty expressive, but can be *too* expressive, especially once you get in to polygons with holes and multipolygons. If the primary use case is for points, then the...
Also note #1527 was trying to add this as well