Konstantin Kirillov

Results 6 issues of Konstantin Kirillov

Are there any plans to support http2 transport mocking?

The documentation states that > Use format.class=io.confluent.connect.s3.format.json.JsonFormat to write the S3 object as a single **JSON array** containing a JSON object for each record. But what I observe in produced...

[ostronom@ostronom-vaio less]$ lessc plusstrap.less ParseError: Unrecognised input in /home/ostronom/ThirdParty/plusstrap/less/mixins.less on line 532, column 46: 531 width: ((@gridColumnWidth) \* @columnSpan) + (@gridGutterWidth \* (@columnSpan - 1)) - 16; // 16 is...

As far as i can see, this scheme lacks the opportunity to revoke user's authorization?

Given this route definition: ``` clojure (defroute exchange-link "/exchange" [z] (println "route params" z)) ``` and this invokation: ``` clojure (sec/dispatch! "/exchange?a=b") ``` I'm getting: ``` clojure route params nil...

Hello. I am writing a JSON preprocessor, that applies some transformations to ast.Node and I've stumbled upon the impossibility to change value of ast.Node itself. For example, if I've located...