Roman Gershman

Results 808 comments of Roman Gershman

sure @beef9999, I sent you an email.

i've sent to beef9999 at qq. If you have not got it and it's not in your spam folder, it's quite disturbing. can you please send me an email to...

@tituswinters the name `any_XXX` is because of the type erasure and not because of the move-only semantics, right?

Ok, found this document. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1737r0.pdf What's the point of having a committee if they come up with worst namings?

Sorry, did not mean to be rude. I understand how from implementors point of view `any` concept is dominant here. However, most folks already perceive `invocable` and `function` as type...

https://github.com/romange/gaia/blob/0262f4906f95a821a6eeb0a1c637b2516fac06e4/util/fibers/fibers_ext.h#L32 Contains an auxiliary method for outputting the id. In addition you can output fiber name. I sometimes introduce fiber aware logging macros in gaia code but i think its...

When we do this we could implement pprint as mrprint

@blockspacer I've written a [this doc](https://github.com/romange/gaia/blob/master/doc/docker_build.md) explaining on how to build a docker containing a gaia binary. I did not incorporate it into my doxygen build at https://romange.github.io/gaia/ nor to...

Thanks @blockspacer ! I am continuously working on Gaia and will try to address most of your comments. If you want to help - now it's a great time -...