flowtrace icon indicating copy to clipboard operation
flowtrace copied to clipboard

Traces for retroactive debugging of FBP programs

Results 25 flowtrace issues
Sort by recently updated
recently updated
newest added

Bumps [commander](https://github.com/tj/commander.js) from 6.2.1 to 10.0.0. Release notes Sourced from commander's releases. v10.0.0 Added wrap command description in help (#1804) Changed Breaking: Commander 10 requires Node.js v14 or higher v9.5.0...

dependencies
javascript

Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.1.5 to 2.10.42. Release notes Sourced from ridedott/merge-me-action's releases. v2.10.42 2.10.42 (2023-01-06) Chores deps-dev: bump @​ridedott/eslint-config from 2.22.15 to 2.22.17 (da4ce3a) deps-dev: bump @​ridedott/eslint-config from 2.22.17 to...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @​cory-miller in actions/checkout#1045 Add in explicit...

dependencies
github_actions

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.4 to 3.6.0. Release notes Sourced from actions/setup-node's releases. Add Support for Nightly, Canary and RC builds for Node.js In scope of this release we added support...

dependencies
github_actions

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.36 to 18.11.18. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.18.36&new-version=18.11.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 10.2.0. Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945: API: add possibility to decorate ESM name before import (@​j0tunn) :bug:...

dependencies
javascript

Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 8.2.0 to 10.1.0. Release notes Sourced from eslint-plugin-mocha's releases. 10.1.0 Enhancements Support this for additionalCustomNames (#329) 10.0.5 Bug Fixes Support Node 18 + switch from ramda to...

dependencies
javascript

Bumps [open](https://github.com/sindresorhus/open) from 7.4.2 to 8.4.0. Release notes Sourced from open's releases. v8.4.0 Improve ArchLinux support (#265) b58fb1f https://github.com/sindresorhus/open/compare/v8.3.0...v8.4.0 v8.3.0 Add openApp method (#263) 1acc682 https://github.com/sindresorhus/open/compare/v8.2.1...v8.3.0 v8.2.1 Gracefully handle reused...

dependencies
javascript

Now the runtime gets a random UUID every time it is started, which is somewhat confusing to clients like noflo-ui. It would be better to generate a UUID and persist...

This way debugging tools can be live updated with changes to the system. One possibility is to use `text/event-stream` format. It is a simple \n\n delimited format, with good support...