Stephen Albert-Moore
Stephen Albert-Moore
+1
I love that implementation! Unfortunately my application is using msgpack-rpc and it doesn't seem to support the C++11 headers yet, so I have to build with `-std=c++03`. Does that prevent...
@davidchappelle Thanks. I wasn't aware of this fork -- I've been using the [Jubatus](https://github.com/jubatus/jubatus-msgpack-rpc) one. Any quirks I should be aware of if I migrate?
@davidchappelle It's working great for me (after a brief battle with the linker regarding asio). I appreciate your work on this. You should consider asking [msgpack-rpc-cpp](https://github.com/msgpack-rpc/msgpack-rpc-cpp) to link to this...
My team could do a PR for this; we'd like advice for the appropriate API.
I just realized the `Arg` in the first snippet also needs `.value_parser(value_parser!(PathBuf))` to work correctly.
Here is what Git does: https://github.com/git/git/blob/21306a098c3f174ad4c2a5cddb9069ee27a548b0/utf8.c#L794-L803 ```c const char utf8_bom[] = "\357\273\277"; int skip_utf8_bom(char **text, size_t len) { if (len < strlen(utf8_bom) || memcmp(*text, utf8_bom, strlen(utf8_bom))) return 0; *text +=...
I think a solution is implemented with #1075.
A sophisticated version of this could essentially type-check the pipeline according to input-output schemas and provide the completion at a later stage. Example: ```nu # A ls | sort-by ^T...
Your "F-22" example resembles a transphobic joke. Consider changing it.