Paul Colomiets
Paul Colomiets
nanoconfig should be built similarly like nanomsg is built. "C extension" I mention is `_nanomsg_cpy.so`. What I was trying to say is to use [Build Matrix](http://about.travis-ci.org/docs/user/build-configuration/#The-Build-Matrix) functionality to make multiple...
I also need this. Do you want me to make a PR?
On the other hand, if you wrap the error into anyhow again, you can have it printed nicely without `thiserror`'s support. Just need to make sure that when doing `.downcast_ref()`...
It's hard to say. I like to be able to do both. I.e. when printing vertically or when printing error messages together with backtraces. I don't mind if `{}` meant...
I've also pushed SDL implementation to graphql-parser v0.2.0. It also has full grammar implemented.
I have to note that `combine` isn't parser-generator library like `lalrpop` or `pest`. It's parser combinator library. I.e. it uses regular rust code without codegen or even macros. > There...
1. While argparse didn't release too far ago, it works fine. 2. While I don't think argparse is necessary now (I would use structopt nowadays), it's still used in many...
Yeah, I think this could be done. I'm not sure if I have time for that any time soon. In the meantime, you can probably achieve less repeating code by...
Hm, this makes sense. And can also provide another way to achieve #7.
In the general case, It's unclear what precision of that should be. Is it all the way to nanoseconds?