Petr Gladkikh
Petr Gladkikh
Better way is to extend serialization protocol for UUID: ``` (extend-type java.util.UUID clojure.data.json/JSONWriter (-write [object ^PrintWriter out] (.print out (str \" object \")))) ```
The storage is few Kb, not infinite - it's git-cola's own icon. I'd prefer to have an option to limit unwanted external interactions as it potentially can leak something sensitive....
With older guest additions for vbox 5.2x, it worked fine. I see the error after upgrade to VirtualBox guest additions to 6.x version.
Also set_item borrows mutates the dict. Should it borrow mutable?
Maybe depending on `^0.9` would be enough. Latest version of `tokio-rustls` is already `0.9.3`
Also Rumqtt version 0.31 has no tag - it is hard to see which sources were actually used.
~~I cannot build project using rumqtt 0.31.0, with same error. I, however can `cargo build` this project separately from master.~~ ~~Note that published crate on crates.io uses tokio-rustls 0.8.1 (which...
The fix would be to explicitly require tokio-rustls version 0.9.1 or later.
This says something about having named ports in service records... http://kubernetes.io/docs/user-guide/services/#dns
Leaving other inconveniences aside, like misleading data structures logging: square brackets produced by formatter are not part of structure: `(log/info "The list is %s" [1 2 3])` --> `"The list...