On 03/31/2010 12:31 PM, Victor wrote:
Hi, now I see...
I've posted a message to the fa.caml newsgroup: http://groups.google.com/group/fa.caml/browse_frm/thread/1593e053759d7679
hopefully somebody will volunteer to fix the issues, thus saving the human resources for better tasks.
With best regards, Victor
While I'll no doubt regret saying this, I am happy to fix some of these bugs. With the majority of these it's harder to decide "should we fix" and "how should we fix" rather than actually being hard to implement.
What I don't want to do is fix things to find that it then gets immediately re-implemented in PHP, which seems to be what people want.
Some of the issues have LaTeX dependencies, particularly "support Unicode", so fixing them could be dangerous unless we conditionally include support for them, i.e. by running a feature-test as part of the installation (we should probably do that anyway, so that we can provide nicer error messages to the user if they are missing one of the other dependencies).
Conrad