Ludovic Dem

Results 32 comments of Ludovic Dem

Sorry if my post felt rude, I'm not beating you :) I meant tha you can use Symfony's router, not Symfony as a whole. I don't know if it lacks...

Well the timestamp is a specific piece of data (from what I understand) that is used to order messages accros partitions. It is not a custom metadata that would fit...

From what I have been told by a Java team this timestamp is used to order messages properly using Kafka Streams (the Java library) when data is consolidated from multiple...

> Hello, to be clear: we don't support kafka streams. librdkafka is not planning to support this as well. I think that librdkafka does support that feature : https://github.com/edenhill/librdkafka/issues/1016#issuecomment-274038214 ....

Maybe, I don't know C nor Kafka very well, but the issue comment I linked above mentioned that the function `rd_kafka_producev` supports it and it looks like it is possible...

Hello, Thanks for the update, it is good to hear! Thanks :+1:

I'll add my support to allow us to write markdown properly in our text editor with a 70 chars line width but put all lines of a same paragraph on...

Hey :) I personally do not care about the flavour as long as it treat single line breaks as mere whitespace, I assumed vanilla would have some improvements over the...

Well the behaviour is different than in the comments then ! But I remember Github changed the behaviour someday for READMEs, so it seems that they stiuck to it, and...

If that would me be, i'd turn `convertEmojis` and `enableHighlight` into an options object that also has a `parserOptions` property, and just forward this property to the parser _without_ adding...