Robert Bossy
Robert Bossy
45a1c2378d832f7314608b433b4ef43847cc0cb9
Plan parameters of type *Expression* that would be available as `user:something`.
Hi, the `./install.sh` script uses options only available in the GNU version of Core Utils. In MacOS X, these tools only accept POSIX options. If GNU Core Utils is installed,...
I've managed to run the install script on a MacOS: ``` brew install coreutils PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" ./install.sh DIR ``` The first line installs the GNU version of `coreutils`. The second replaces...
@ldeleger We can implement this, however the classifier saved by `ToMapTrain` must be aware of these options. That means that a classifier file will only be able to function for...
Tu peux vérifier que ```sh date ``` donne la bonne heure. Et l'output de ```sh date +"%Z %z" ```