Results 79 issues of 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 ```

tests

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...

enhancement
wskflow

right now, the components of a theme are spread way out. let's consolidate these

enhancement

wskflow, e.g. in fsm2graph makes heavy use of global variables. these need to be removed.

wskflow

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...

enhancement

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...

platform-macos

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...

enhancement
wskflow

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...

bug
platform-linux
platform-windows

![new trace legend](https://user-images.githubusercontent.com/4741620/34546022-2552784e-f0bf-11e7-8e0e-a26308dfdff9.png) 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...

enhancement