John Wells

Results 10 comments of John Wells

Completed tasks is a premium feature, and I didn't have that enabled. I will enable/signup and try to reproduce.

Hi there. I'm trying to get this to work, but it's not working at all for me....I get the same "No Inspectable Applications". I downloaded the official release (2.6.7), but...

Bump...anyone know? I'm very interested in having this workflow as I'm trying to migrate from hammerspoon to Phoenix, and having a live console would be invaluable. Thanks!

@kasper yep, once I figured out to build the Debug build with: `xcodebuild -workspace Phoenix.xcworkspace -scheme Phoenix -configuration Debug SYMROOT="$PWD/build/" clean build` It's working perfectly. Is changing the configuration to...

Sure! Also see my question (and answers) here: http://stackoverflow.com/questions/30493074/get-stagemonitor-working-with-grails-2-5

On Fri, Feb 22, 2013 at 8:55 PM, showwayer [email protected] wrote: > I wanted to execute a specific command (say ls -a) every time when I open > new terminal?...

On Sat, Feb 23, 2013 at 1:49 AM, showwayer [email protected] wrote: > Thanks @jbwiv https://github.com/jbwiv, for following up. Yes, .bashrc > did do the job. But I am looking for...

Note, the output above is gleaned by changing the shebang to "#!/bin/bash -x"

After killing the install, this is what I see from "docker ps -a": ``` $ sudo docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0e9614930db9 formsflow/forms-flow-data-analysis-api:v5.3.1 "/bin/sh...

Ok, a little further research. This is caused by the forms_flow_api not getting installed. I'm not sure how this script worked in the past, but at https://github.com/AOT-Technologies/forms-flow-ai-deployment/blame/edba60ae0dfa4316e8aca31a74d6fd36dce9719a/scripts/install.bash#L236, you call: `main...