workflow
workflow copied to clipboard
Workflow-centric workspace manager
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.23 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
1. Add the flag `--wm` to `create-workflow-home` with the full package name like `workflow-wm-i3`. This will force the `create-workflow-home` to add this wm as a dependency and to wire it...
Running the `ReactExample.js` from `[email protected]` will render Google Chrome on 100% of the screen, instead of the expected top: 80% right: 50%. The TextEditor and Terminal will render correctly. No...
## Steps to reproduce - install `window-build-tools` as described in the manual. - install workflow `npm i -g workflow` in PowerShell (The actual steps included running `npm i -g create-workflow-home`...
Add the command `workflow create-flow /path/to/flow.js [--template ]` to `workflow-cmd`. Should create a new flow file which will run on the installed version of `workflow`. Should default to a [ReactExample.js](https://github.com/havardh/workflow/blob/master/packages/create-workflow-home/files/static/flows/ReactExample.js)....
`workflow-server` is the next big planned change to workflow. This issue will serve as a tracking issue for the implementation with a high-level description. ## Description The first approach to...
The `workflow-parser-arguments` does not parse positional arguments correctly. The first argument passed along is the name of the flow file which is being resolved. This argument should not be included....