Nick Mitchell
Nick Mitchell
Right now, our Travis config only tests on Linux. travis-ci.org supports macOS testing, as well. https://docs.travis-ci.com/user/multi-os/ https://docs.travis-ci.com/user/reference/osx/ e.g. ```yaml os: - linux - osx ```
would it be possible to have the session flow tooltips, which show the return value of actions, be pretty printed a bit, like we do now for `let` blocks when...
right now, the components of a theme are spread way out. let's consolidate these
wskflow, e.g. in fsm2graph makes heavy use of global variables. these need to be removed.
user @kerryspchang points that the value of providing a separate `cat` command. with it, we can service requests for e.g. `@demos/hello.js`. using the shell escape `! cat @demos/hello.js` does not...
two issues with macos 10.13: 1) screen shows blank for a short duration, then flashes over to the actual content 2) the terminal shows this message: ``` IBM Cloud Functions...
user @vazirim suggests: > I wonder if we “tag” blocks of code so that we could use those strings inside the boxes of the visualization > via annotation mechanism or...
ctrl-c acts to "cancel" the current command, in a way that mimics the behavior of bash. however, this overrides the system keyboard shortcut for "copy to clipboard" on linux and...
 the backend models behave a bit differently for sequences than they do for primitive actions. the "queueing delays" for primtive actions are recorded in the `waitTime` field...