Jacques Distler
Jacques Distler
Well, that's better. One of the suggestions vis-a-vis `sqlite3` on Windows was to downgrade Ruby to 2.0.
Wow, this is getting ridiculous. Again, it seems that `ruby bundle install` is failing to (properly) install some `gem` and that failure is not being detected until you try to...
`script/generate`
See [this commit](https://github.com/parasew/instiki/commit/3cd06aaf5c3ae38f7fab101c02066449734020be). Not all of the generators are working yet. (In particular, `model` still seems to be broken.)
[This](https://github.com/parasew/instiki/commit/e9afd4b4b24609c1f494ce01dc0bc799355e9591) should complete the fix. Let me know if there are further problems.
The app is built on Rails 2. Converting to Rails 4 (or 5) would be a big task.
I can't speak for Frederic, but itex2MML is concerned with LaTeX *equations*, not running text (it is envisioned a way to embed equations in some other text markup language --...
Hmm. OK, sorry. I guess there is a use-case in matrices. There is a `rowlines` attribute on the MathML `mtable` element which is sorta similar ... but not really.
[install-postgresql.log](https://github.com/user-attachments/files/19391722/install-postgresql.log)
> [@distler](https://github.com/distler) i see from installation log that the directive `port=5432` in your postgresql.conf file is commented, is this how you want?? If you uncomment it out then your installation...