Toby Ferguson

Results 11 issues of Toby Ferguson

I tried installing this system on my Mac (MacOs 10.14.6). It sort of worked once, although it gave me some error, and now when I click the icon absolutely nothing...

Corrected invalid scripting that used `||` as an 'or', which doesn't work for bash!

bug
blocked
p_Cloud

I'm getting the following error: ```sh toby-MBP:director-azure toby$ i2ssh azure /var/folders/yw/d423wsm173b00s0xctd1mj5c0000gp/T/tmpRP2uIc:4849:4855: script error: Expected “,” but found class name. (-2741) ``` Not sure what to do. Here's how I got...

I tried executing `mvn test` and this is what I got (even after forcing an update using `mvn -U test`): ``` [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building...

Under the heading *Mistakenly treating the sleep data as grouped* the R code uses the value of `x_1` and `x_2` - these should be `g_1` and `g_2` respectively. Thus the...

Code is wrong - `x_1` should be `g_1` and `x_2` should be `g_2`

I think it would be good to have an application where users could enter text comments, and those comments could be searched. We might consider doing this as an enrichment...

question
feature

The database secret name is defined, but the structure of that secret (i.e. what keys/values are available, under what circumstances) seems to be absent. I believe there are three keys:...

Updated the description of the databaseSecretName field to include the key value required for the secret - without the correct key value the password becomes unset!