Bastian Krol
Bastian Krol
When the migration directory contains additional files, `sql-migrations` aborts with a rather cryptic error: ``` ERROR: TypeError: Cannot read properties of null (reading '0') at /path/to/project/node_modules/sql-migrations/commands/run-migrations-command.js:36:43 ``` The reason is...
Actually, with https://github.com/basti1302/repoman/commit/2a6932e3bbb87f55745b5607d0cc0ca53e5fb2b0 (and therefore with release 1.7.0) the command `repoman signin` (to authenticate with Github and also fetch private repos) is broken. But it seems like it was probably...
bagofcli has moved from cjs to esm. Either repoman is also migrated to esm as well (which is an option) or the dependency needs to be replaced. Otherwise it becomes...
last release 2016
When creating a controller with `controller.Start(ctx);` and later stopping it by cancelling the provided context, watches defined on the controller will continue to trigger their event handler. Since the watch...
**Context** The W3C working group for distributed tracing is aiming to move the W3C baggage specification from candidate recommendation stage to an actual recommendation. As part of this, we were...