Useful for using seting up Latex workshop for VSCode on Macs.
brew install basictex latexindentStep 1. Download the latest version from here: https://www.nongnu.org/chktex/, & un(g)zip it
| Hey, I'm bru02-35275408 and I have contributed to the world-id-protocol MPC Phase2 Trusted Setup ceremony. | |
| The following are my contribution signatures: | |
| Circuit # 1 (oprfkeygenproof13) | |
| Contributor # 56 | |
| Contribution Hash: ed354dab bbadcbd3 22124e86 6be38e64 | |
| a3610e68 b2bb8136 056fcab3 7eb3409d | |
| f0d6ded6 802fef38 dc889962 0a965cce | |
| bc978c15 1e515c01 3ec45422 27031498 |
Useful for using seting up Latex workshop for VSCode on Macs.
brew install basictex latexindentStep 1. Download the latest version from here: https://www.nongnu.org/chktex/, & un(g)zip it
| type Fields = Record<string, string>; | |
| type EqualCondition = ["eq", string, string] | Record<string, string>; | |
| type StartsWithCondition = ["starts-with", string, string]; | |
| type ContentLengthRangeCondition = ["content-length-range", number, number]; | |
| export type PolicyEntry = | |
| | EqualCondition |
| import * as functions from "firebase-functions"; | |
| import * as firebase from "firebase-admin"; | |
| import express from "express"; | |
| import {uuid} from "uuidv4"; | |
| import uniq from "lodash/uniq" | |
| import uniqBy from "lodash/uniqBy"; | |
| const fieldValue = firebase.firestore.FieldValue; | |
| const app = express(); |