Skip to content

Instantly share code, notes, and snippets.

@teashawn
teashawn / changestreamwatcher.go
Created January 12, 2022 09:22 — forked from yish91/changestreamwatcher.go
Change Stream Watcher in Go
package main
import (
"context"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/mongo"
"go.mongodb.org/mongo-driver/mongo/options"
"go.mongodb.org/mongo-driver/x/bsonx/bsoncore"
"log"
"strings"
@teashawn
teashawn / build_signTextJS.md
Last active September 2, 2021 06:03 — forked from angelyordanov/build_signTextJS.md
BTrust MacOS setup

Building signTextJS

  1. Clone https://github.com/angelyordanov/signTextJS
  2. Run travis/osx..install script or open it and run the steps manually
  3. Run travis/osx..script
  4. If all goes well you'll have a signtextjs_plus-0.0.0-macos.dmg in the repo root