Emile Cormier

Results 281 comments of Emile Cormier

> then use the buffer directly or `sizeof(struct ryu_float_buffer)` That would include padding bytes, but would be guaranteed to be sufficiently large. Obtaining the size of a struct member in...

I was just about to propose C array typedefs myself. To be clear, these type definitions would not be part of the ryu function signatures, but merely provided to allow...

@davidchappelle , thanks for reaching out! Is your router implementation hosted somewhere? Does it have a heavy dependency on boost::future and boost::any? We might want to take a cue from...

I won't be starting on a router implementation anytime soon. Our embedded system is powerful enough to handle Crossbar.io, so we can get by using it. In the long term,...

Given the availability and active development of the [Bonefish](https://github.com/tplgy/bonefish) router, I will not be persuing router functionality for CppWAMP. CppWAMP will remain a client-only library in the foreseeable future.

I'm now committed to adding router functionality to CppWAMP. In the parent project using CppWAMP, we wish to migrate to Buildroot where it's not possible to deploy recent versions of...

> In Autobahn there is I have to use _something_ to report back the error, so I'll adopt `wamp.error.payload_size_exceeded` as well in the meantime.

The `dragonbox.cc` implementation from [abolz/Drachennest](https://github.com/abolz/Drachennest) has been recommended to me by the author of Dragonbox. It doesn't require C++17; it compiles for me in C++11 mode. It seems to work,...

Resolved via e64acc9712f42ef502328c3be6da4b65b44b6328.

Jetbrains have not published any infographics of their [2022 survey](https://blog.jetbrains.com/blog/2022/04/26/participate-in-the-developer-ecosystem-survey-2022/). There is, however, page 19 of the [2022 Annual C++ Developer Survey "Lite"](https://isocpp.org/files/papers/CppDevSurvey-2022-summary.pdf), presumably run by the ISO committee. Snapshot...