Mathieu Stefani

Results 16 comments of Mathieu Stefani

Hello and thanks :) Unfortunately, it does not support osx for now as it's using the _epoll()_ system call underneath for I/O notification. To make it work on osx, I...

Hello, Sorry for the late response, I've been quite busy these last days. Anyway, thanks for your interest in the project. Like you said, I implemented a tiny C++ wrapper...

Hello, You're right, the method is not implemented. Note that timeouts are implemented in the client itself. The feature is just not publicly exposed (yet). The reason for that is...

Hello. Yes, this is a known issue when you kill it and start it again right after. The fd that is returned by the listener is in a bad state...

Hello, Thanks for the contribution. Could you please add some unit-tests in the corresponding test file ? (headers_test.cc) Other than that, it all looks good to me

Hello, I understand your frustration. Currently, Pistache does not compile on windows as it's using Unix and Linux-specific primitives like `epoll()`. While it would be pretty easy to create an...

Hello, Yes, as of today, I do not see any way to make the TRY macro work with a `void` Result. I think that the only way to work around...

Hi, I'm currently blocked by this. Here is my use case. I want to provide a trait that looks like the following: ```rust trait Command: prost::Message {} trait MessageBus {...

Our current pipeline also tries to comply to ECS before writing data to elasticsearch. Considering the following log message, our pipeline looks like this: ` 2020-13-10T10:01:23Z - 12345 - INFO...

Hello, I was initially unsure whether it was a good idea or not to support such conversion, is it something you needed ?