Michael Maier

Results 5 issues of Michael Maier

The op_query is deprecated and will be removed in the future. It is a good time to remove obsolete code from the driver.

code refactoring

See https://github.com/mongodb/specifications/blob/master/source/compression/OP_COMPRESSED.rst

enhancement

It would be nice if the language extension would be supported. Currently I can change this through the user settings. But a native support would be better. “files.associations”: {"*.html.eex": “html”}

enhancement

It fixes the same issue but now for the JSON encoder like https://github.com/elixir-protobuf/protobuf/pull/302 Currently with proto3 optional values, a zero/default value is skipped. This means that the JSON `decode(encode(msg))` is...