Kevin

Results 3 issues of Kevin

Is there any plan to extend this chart to support workers? https://github.com/matrix-org/synapse/blob/master/docs/workers.md

Is there any plans to create a helm chart for this project?

It appears this library is breaking for UTF8 characters (See code below). I noticed that your currently forcing the encoding to Encoding::ASCII_8BIT (https://github.com/miyucy/snappy/blob/master/lib/snappy/shim.rb#L16) ``` pry(main)> Snappy.inflate(Snappy.deflate("æ")) => "\xC3\xA6" ``` Is...