Recent Posts by admin
|
posted 8 months ago
admin
51 posts
edited 8 months ago |
Forum: Instiki – Topic: Debugging uninterruptible sleep Attach gdb to the process and try to figure out where it’s stuck. It would be interesting to me if there was an Instiki-specific reason these processes were getting stuck. But, so far, there’s no evidence for that. |
||||||||||
|
posted 9 months ago
admin
51 posts
|
Forum: Instiki – Topic: S5 vertical alignment I don’t know of a totally robust way to do it. My CSS-fu is weak. But
is a pretty good approximation to what you want. |
||||||||||
|
posted 9 months ago
admin
51 posts
edited 9 months ago |
This was actually only a problem for IALs attached to (This commit gives the complete solution. Its predecessor was only a partial fix.) (N.b.: Maruku is now unvendored, so a
will pull in the latest version from Github.)
Works fine for me under Lion. (I haven’t updated to Mountain Lion, so I can’t make any promises about that. But I’d be surprised if there were any OS dependence of this; it ought to be a function of the Javascript engine in your browser. Or perhaps I misunderstood: were you running the server on Lion, or just the client?) |
||||||||||
|
posted 11 months ago
admin
51 posts
edited 11 months ago |
Forum: itex2MML – Topic: weird math fonts Perhaps you need to install the STIX fonts (see here for some slightly out-of-date, but still useful instructions). I see those calligraphic letters all set in the same font. And, moreover and are set upright (as, for that matter, are and ). Alas, what you see is strongly-dependent on what fonts you have installed. In more detail: On my system, ℬ (U+212C) is available in
so the version in |
||||||||||
|
posted 11 months ago
admin
51 posts
|
That’s a “feature”, not a bug. As described here, |
||||||||||
|
posted 11 months ago
admin
51 posts
|
Forum: Instiki – Topic: How could I preview/undo changes? Every page has a “History”, a “Diff” between successive Revisions, and the ability to Rollback to a prior Revision. Instead of a Preview, successive edits, within 1/2 hour, by the same user, do not create a new Revision. So save your work, as you go and you’ll be able to see your progress and still not lose anything (remember, with other wikis, changes which have been previewed, but not saved, will be lost). |
||||||||||
|
posted 11 months ago
admin
51 posts
|
Forum: Instiki – Topic: Instiki 0.19.4 I’ve released Instiki 0.19.4. This is a security and bugfix release. Everyone should upgrade. |
||||||||||
|
posted about 1 year ago
admin
51 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Launchd doesn’t play well with RVM. There are workarounds, e.g. here. |
||||||||||
|
posted about 1 year ago
admin
51 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Hmm. And does
return
return? |
||||||||||
|
posted about 1 year ago
admin
51 posts
|
Forum: itex2MML – Topic: itex and other languages That’s cool. I’m sure other people would be interested in your PHP extension. So you should think of packaging it for distribution (Pear?). |
||||||||||
|
posted about 1 year ago
admin
51 posts
|
Forum: Instiki – Topic: Feature Requests You’ll note that another bug that I fixed, in the same commit, was Maruku’s section numbering (disabled by default; see |
||||||||||
|
posted about 1 year ago
admin
51 posts
edited about 1 year ago |
Forum: Instiki – Topic: Feature Requests Ah. That is indeed a bug. Fixed (in Instiki and Heterotic Beast, too). Thanks. |
||||||||||
|
posted about 1 year ago
admin
51 posts
|
Forum: Instiki – Topic: Feature Requests
I’m not quite sure what the issue is.
your theorems still get numbered (correctly, I hope). Since there’s no label, there’s no easy way to refer to this theorem, but maybe you don’t care. And if you do care, wouldn’t you want to avoid the fragility associated to an automatically-generated I must be misunderstanding… |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Forum: Instiki – Topic: Feature Requests That sounds like a request for macro-support in itex. For a variety of reasons, that’s unlikely to happen. On the other hand, perhaps you have something else in mind … |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
You might try setting the font-size on |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
That’s a bug, which was fixed in Revision 770. Grab a copy of the latest development version (or get it from my BZR repository or from Github).
You can copy over your old database, and then follow the upgrade instructions to update the schema to the latest version. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Forum: Heterotic Beast – Topic: How can I arrange the order of forum ? When logged-in as admin, click on the “edit” link, next to a forum in the list of forums. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Forum: Heterotic Beast – Topic: redirecting bug ?? Evidently, the default mailer configuration isn’t working for you. In the latest revision, I’ve made the configuration easier to customize (edit |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Forum: Heterotic Beast – Topic: redirecting bug ?? Right!
resolves to a “site” named “localhost”, which is what you created when you ran the bootstrap script (with the default responses). Connecting to
gets you to a different site (“127.0.0.1”) which doesn’t exist. Since you want the URL for your site to be
that’s what you have to input, when you run the bootstrap script. Later, you could set up another site (by going to
(where |
||||||||||
|
posted over 1 year ago
admin
51 posts
edited over 1 year ago |
Forum: Heterotic Beast – Topic: redirecting bug ?? When I do a virgin install of Heterotic Beast, launch the application, and then connect to port 3000, I get the following on the console:
What do you get? |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Forum: Heterotic Beast – Topic: redirecting bug ?? Hmmm. How about this? Let’s try to eliminate MySQL from the picture.
and respond that you want to keep the existing If you can get Heterotic Beast to work with SQLite3, then we can narrow down the problem to your MySQL setup. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Forum: Heterotic Beast – Topic: redirecting bug ?? Hmmm…. Well, that’s puzzling. Try running the server in the foreground in development mode; ie
instead of
and report back what you see on the commandline. I’ve done a fresh install of Heterotic Beast twice, now, and I can’t seem to reproduce your behaviour. My suspicion is that something is f%#@’d up with the communication between HB and MySQL. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Forum: Heterotic Beast – Topic: redirecting bug ?? And, if you paid attention, as the bootstrap script executed, it told you exactly what the problem was:
You failed to create the initial “admin” user, whose presence is needed, in order for Heterotic Beast to function. |
||||||||||
|
posted over 1 year ago
admin
51 posts
edited over 1 year ago |
Forum: Heterotic Beast – Topic: redirecting bug ?? Well, the first strange thing is that you’re running Rails 3.0.7. The Gemfile for the current version of Heterotic Beast calls for Rails 3.1.1. I don’t know why, but something seems to be f%@#’d up with the Git repository on Golem. (Update: Fixed, now. Evidently, I can’t read instructions.) Try using the one from GitHub instead
I also assume that you have successfully run
If not, then nothing will work correctly. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
According to Frédéric, it’s a feature, not a bug. I could change |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
|||||||||||
|
posted over 1 year ago
admin
51 posts
edited over 1 year ago |
‘Cept it’s not a Firefox bug; it’s a Gecko Core (MathML Component) bug. As filed, no one relevant will see it. If you, as the Reporter of the bug, can reclassify it, maybe it will have a fighting chance of getting some attention. |
||||||||||
|
posted over 1 year ago
admin
51 posts
edited over 1 year ago |
Correct. The accents work correctly when accenting an Thus:
You should file a bug report. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
The
The history of a page is reconstructed by sorting on the |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Sorry. There isn’t a way to localize the Javascript. You could, however, add some site-wide Javascript, which attaches an event listener to some element(s), based on the request-URL. |
||||||||||