Christopher Monsanto
Christopher Monsanto
Re highlighted items: yes, but that doesn't mean much when pulling a 60mb log from a server (or something) Right for copy-file, but do you not think the scp method...
Thanks for the report. Would you be interested in submitting a PR? I'm not actively maintaining rlc anymore and I am trying to get more people familiar with the (small)...
Could you also add the warning to README.md? ~~Otherwise looks good to me~~ nm see comment
I think you are mistaken: ``` elisp (if patch-ver (>= 91 patch-ver) t) --> (if nil (>= 91 nil) t) --> t (>= 91 patch-ver) --> (>= 91 0) -->...
Fair enough. Just add it to the README as well per my first comment and I will merge :)
you alive @ian-kelling? i'll amend your commit myself if you don't do it by next time i check in.
I am not actively maintaining readline-complete anymore, but if you (or someone else) writes a patch for this functionality I will be happy to merge it.
+1 , would make integrating with my build system easier
Er, you closed this issue without checking that you understood it first? :( Right now, when you start routing with page.js, the first handler will be passed an empty context,...
My intuition is that SQLite will be faster than Postgres for a database of this size. The reason is that a Postgres query always involves inter-process communication (incl. serialization overheads),...