Roland Haas

Results 56 comments of Roland Haas

Thank you. As a band-aid I will try and see if I can manage to install and run the app multiple times. Searching the web produces various tutorials on how...

This seems to no longer happen. It is however also not stating that MAM is not supported on my server (which may be true). And the current website no longer...

It seems worse to me. Even with just wget I cannot get the linked images (it fails due to too many redirections): ```bash $ wget http://blog.codinghorror.com/content/images/uploads/2007/10/6a0120a85dcdae970b012877702708970c-pi.png --2018-05-09 08:52:52-- http://blog.codinghorror.com/content/images/uploads/2007/10/6a0120a85dcdae970b012877702708970c-pi.png Resolving...

@maxim-belkin seems to have the figure under control. Yes, I could help making the figure if there is need (though not by hand-crafting svg code, I do not understand anywhere...

https://github.com/LLNL/scr/pull/327 has a draft solution mostly to see if that is ok or if we want / need something more autoconf like. Right now it just looks at the compiler...

That might be an option. I am not sure which one is most preferable for scr (and fits in best with the remainder of the code). Another option might be...

Sure I can review that, it may take me until tomorrow though since I Monday tends to be my "spend all day in telecons" day. As long as the code...

My current test is in https://github.com/rhaas80/scrtest but relies on letting a job time out which seem the wrong thing to do in a test.

You can get the script's own location in the `$0` variable in bash and the directory is then `$(dirname $0)`, for Perl scripts there is the FindBin package (part of...

https://github.com/rhaas80/scr/commit/d60ecdacf3cfb6789e57f9ca8917bf1f483fa263 uses `$0` and `FindBin::Bin` to get the location of `bindir`, `datadir` and `libdir` as a path constructed from the Perl script / bash script location. This is not perfect...