Skip to content
#

monix

Here are 65 public repositories matching this topic...

paualarco
paualarco commented Jan 2, 2021

Additionally, it would be good if we could reuse the ReplaceOneModel and UpdateOneModel from the sink signatures,
where currently they are expecting a Tuple2[Bson, Bson] for the updates, and a Tuple2[Bson, Document], we could create a case class respectively to wrap those values in a more idiomatic way.
i.e

case class ReplaceOne[Doc](filter: Bson, replacement: Doc) {
 def to
good first issue mongodb
DavidGregory084
DavidGregory084 commented Mar 11, 2020

Due to the way that the TutModule works in mill ( my fault 😅 ) it's possible for multiple incompatible versions of the Scala libraries to end up on the the Tut classpath

This produces some weird and whacky results when trying to run Tut.

Rather than fixing the TutModule it might be a good idea to investigate mdoc now that Tut is deprecated.

good first issue

Improve this page

Add a description, image, and links to the monix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the monix topic, visit your repo's landing page and select "manage topics."

Learn more