Nic Ferrier
Nic Ferrier
The SSL connector is created after the plain connector so if there's an exception you've lost the scope for the plain socket and you can't shut it down... now you...
I'm writing something quite complex with jet and I'm getting quite serious thread leakage. About 100 threads across a particular test run. I tried to make a simple thing to...
I love that you did this and I think it's a pretty useful... I added String handling to it for a laugh. Then I got to thinking... could I add...
This code: ``` (let ((ghcon (gh-issues-api "api"))) (with-current-buffer (get-buffer-create "*marmalade-issues*") (erase-buffer) (--map (insert (format "#%s %s -- %s\n%s\n\n" (oref it number) (oref it created_at) (fill-string (oref it title)) (fill-string (replace-regexp-in-string...
the depends should be downloaded from repositories If the depend downloads fails it should generate warnings (probably like a compile buffer does) but carry on regardless unless maybe if there's...
It strikes me that we need a shell-command-run or something which will return a cons of status and string output, then we could test the status.
See #17 - we've done quite a bit already. Marking up variables and functions is possible on current oddmuse. It's necessary for elwiki to have that... but it also would...
Further to #12 Here's the summary of oddmuse syntax: http://www.oddmuse.org/cgi-bin/oddmuse/Markup%20Extension these extra things need to be turned on when we select oddmuse mode.
If we are to do a TOC like oddmuse's then we need to change the background color and border the TOC. Adding semantics to WikiCreole looks like a hard problem...
Use the lisp form to do dynamic conversation. Instead of storing conversation in the page itself, allow commenting on another page (with a dervied name? like Talk: pages on wikipedia)...