DB
DB
Thank you for your time to review. My comments inline. > Iām confused why would you need a native application the UI already works via the web? Can you not...
> Should set this to [0.43.1](https://github.com/pinterest/ktlint/releases/tag/0.43.1) now. > > @JLLeitschuh can we please get this upgrade into a version of the Gradle plugin? Would be great to update for new...
@jamesdbloom hopefully this feature is prioritised š¤ š
MongoDB Java driver has [support](https://mongodb.github.io/mongo-java-driver/3.8/whats-new/#what-s-new-in-3-7) for ZonedDateTime for version >= 3.7, [Implementation details](https://github.com/cbartosiak/bson-codecs-jsr310)
> MongoDB Java driver has [support](https://mongodb.github.io/mongo-java-driver/3.8/whats-new/#what-s-new-in-3-7) for ZonedDateTime for version >= 3.7, [Implementation details](https://github.com/cbartosiak/bson-codecs-jsr310) My bad š, there is only the following codec as of now in version 4.2 ```...