Ruediger Meier

Results 9 comments of Ruediger Meier

Sorry for not responding for a long time. I haven't looked into this pull request yet. @HeinrichAD the array version of bash_ini_parser is already there in the "next" branch. `git...

Allowing such special characters is not easy possible because read_ini's interface wants to use these strings as bash variables. However if you check out the next branch you can try...

Forgot to note, you need to declare $INI before calling read_ini: unset INI declare -A INI read_ini test1.ini see also the examples in the test directory.

Thanks for the report. Are you sure that you are using bash and not another shell? Is the test script also failing? ./test/test.sh

You can watch the logs either by clicking on the "succeeded" or "failed" buttons within the "Build Results" results table on the link you've posted above or using osc client...

Source files being installed wouldn't be a problem, like libtool (libltdl) or gettext (libintl). Though for yuck it doesn't seem to make sense currently without having an m4 macro or...

The last released *twsapi-0.6.0* complies with IB API version 9.69 (Sep 2013) but still works well. That's why I was lazy last years ;) But actually I've just started a...

I have no such simple options (except -A, -E, -O to get account status, etc.). Adding all possible contracts and order fields would be overkill. But you could use an...

Ah sorry I haven't read carefully that you want to create "history jobs". In shell I do this using `dseq` from http://www.fresse.org/dateutils/ to get good date sequences. `twsgen` can generate...