Mike Williamson
Mike Williamson
The API uses Babel and a [build step](https://github.com/canada-ca/tracker/blob/master/api/Dockerfile#L19) to allow the use of the modern [ECMAScript Module](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/) syntax. Full ESM support has recently been [added to node](https://nodejs.org/api/esm.html#esm_modules_ecmascript_modules), meaning Babel is...
This project would really benefit from some details in the readme explaining what problem it solves and how it differs from other projects like `react-electron-web-view`. The standard Installation/Usage instructions would...
**What happened** When load testing immudb, a 1 second test will succeed, but a 5 second test will eventually will eventually return `ERRO[0001] GoError: pq: tbtree: max active snapshots limit...
Opentelemetry supports graphql! Collecting spans per resolver would be a huge observability win. https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/examples/graphql
Adopting Nats has worked really well for our scanners, and before we start adopting it more widely within Tracker, we should go back and sort out proper authentication between nats/scanners.
**What would you like to be added or enhanced** The naming convention in the underlying key/value layer is visible in SQL. When querying the tables the underlying `table.column` value is...
**What would you like to be added or enhanced** [Golang migrate](https://github.com/golang-migrate/migrate) is a popular library for running migrations against a variety of databases, including postgres. Despite recent work on improving...