Keith

Results 17 issues of Keith

Page 9 of the tutorial (trygve ground zero) the example does not parse!? ``` int a, b a = 1, b = 1 System.out.println(a == b) ``` K.

Suggesting an official and improved version of something like this: ``` command: "disk_space_alert(>=95%)": exit-status: 0 exec: "df --exclude-type=tmpfs --exclude-type=devtmpfs --local" stdout: ["!/\\s(100|9[5-9])%/"] # >= 95% stderr: [] timeout: 3000 #ms...

enhancement

00_ds.ini needs to be renamed 01_ds.ini so that it loads after json.

bug
help wanted
request

FROM codecasts/alpine-3.9:php-7.3 not present on hub.docker

enhancement
help wanted
request

Obvious work around - dont supply pdo connection with PDO::FETCH_ASSOC set as default. But... it could be a little more resilient. trips over: ``` SQLiteAdapter.php -- public function hasTable($tableName) ......

enhancement

Are there likely to be any available for aarch64?

build

Raises a primitiveError, seems to be when an item is a (hidden) Shortcut e.g. '~/Application Data' related to https://github.com/pharo-project/pharo/issues/3571

This does work (testing on FCOS 20200108.2.0) ``` sudo podman container runlabel INSTALL cockpit/ws cockpit/ws ``` I suspect that the dockerfile needs to be amended like so ``` LABEL INSTALL="/usr/bin/docker...

question
webserver

The finder Launch is different from running open in a terminal which has sourced ~/.bashrc It may be helpful to source .bashrc to pick up the same PATH (and php/composer...

Hi, just discovered that run_scripts which are run using "find -exec" are not performed in any sort of predictable order. Could you add | sort ? `find /etc/run_always -type f...