Nic Ferrier

Results 32 issues of Nic Ferrier

Found this via #emacs http://vimawesome.com/

http://picpaste.com/2014-10-26-192126_679x729_scrot-g6ElskXd.png this was on conkeror, but the same report came in for chrome. it's not just that package either.

#9 is related. the log file stuff works really well but the log files need to be customizable to turn over daily or whatever.

Elnode needs to be able to send errors and accesses to files and to processes instead of just buffers. Elnode's current log handling is just buffers through `elnode-log-access` function and...

Here's is how to do backtrace collection: ``` (defun nic-test-2 () (let ((standard-output (get-buffer-create "*nic-backtrace*"))) (backtrace))) ``` An initial thought is that any condition-case capture could capture the backtrace in...

I think it should be a database so that we can persist it to disc. I also think that it should be possible to specify it in the auth-scheme declaration.

The rules for elnode-auth-http-login setting the path on the cookie need to be cleared up. I've got it so it sets the path on "/" for now, but that's bad....

Need to come up with a nice design: - a new page page url? /wiki/newpage - or a new page page link? /wiki/?newpage - /wiki/ handler should probably receive the...

https://github.com/nicferrier/elnode/blob/master/elnode-wiki.el#L148 this code just checks the cookie, it doesn't check that the cookie is still valid. we need a new function authenticated-p that checks the cookie. I guess that the...

Is there any way clarinet can be made to dual support node and ES6 modules? That would certainly make it a lot easier to depend on for the browser.