Arda Aytekin
Arda Aytekin
> I'm not sure I know of another way to handle this if it's a function call. Maybe you can "register" variables as discrete, and it will do "discrete interpolation"...
I don't know what I can say --- that's just impressive! Would be cool to see that. Thanks!
Thank you, both @lgpage and @jhamrick, for your responses. At least an option would have been great in that regard. When we allow for resubmissions, it might be better to...
Thank you for taking it as a feature/enhancement request. I cannot say anything regarding how you would implement and which default behaviour you would opt-in. But provided that there is...
I have stumbled upon this thread when I also thought about why they had different signatures. Could you please clarify the need to require `send` and `recv` methods to have...
@joncage, I think your problem is mostly related to confusing/mixing the C API with that of C++. If you are going to use C++ API (this API), you should try...
Actually I have solved my issue by simply adding ```c++ inline bool recv (message_t &msg_, int flags_ = 0) { return recv(&msg_, flags_); } ``` under the definition of `recv`...
Hey @junlulocky, Thank you for your prompt response. Actually, that would be lovely! I don't think it would cost you a lot of effort, nor time, as is outlined in...
Sure, no rush! :) Actually, I can also participate. According to the documentation, we need to clean some folders and maybe restructure some others. Then, we need to register in...
Assign the issue to me --- I am gonna fix this.