Sami Turcotte
Sami Turcotte
Thanks for the replies. I understand the scope of the library better now. I like the suggestions to state the expected input more prominently, both in the source README.md and...
Yeah definitely more clear. Error could reported only if there is a second opening `/**` to indicate that TSDoc only expects one comment block at a time.
Kafka added the server-side group membership API a while ago. See https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-GroupMembershipAPI
I suppose since the license is baked in the source file that makes for only 1 file to copy so it ain't so bad after all. But it'd still be...
With option to specify a conflict resolving function, would be great.
I was able to get text centering with this piece of custom css: ```css {{ id }}.text-overlay text.label { text-anchor: middle; } ``` However, word wrapping or use of `white-space:...