vindarel
vindarel
> Why wouldn't it work for the CL Cookbook? I mean it could (according we respect the existing URLs), but it wouldn't be the best IMO. Transforming .md files to...
yeah I can see that in a new page, otherwise it will trip up newcomers too easily. A "Project Organization" page would fulfill a demand I think.
Great :) I see you and two other contributors (https://github.com/emacsfodder/move-text/graphs/contributors), of which Tarsius did sign the papers (magit,…) and I pinged Wigust.
I've been introduced to the procedure like so: you fill and send the following text to the given address: ``` Please email the following information to [email protected], and we will...
Great ! Well done. I'll try to create a patch and suggest it to the devs: https://github.com/josteink/emacs-oob-reboot/blob/master/Submitting_Changes_Back_Upstream.md (if you try first, I owe you a beer : ) )
Hi ! I noticed the following: ``` def foo: """ mydoc """ ``` here mydoc will be deleted, I need a newline after the first triple quotes: ``` def foo:...
those two tests illustrate the pb (they need `s.el` for `s-contains-p`): ``` (ert-deftest sphinx-doc-test-full-notok () (let ((start " def foo(arg1): \"\"\" first line \"\"\" pass ") (end " def foo(arg1):...
> string parsing which quickly gets complicated and often expensive with regex so no point in aiming for all possible ways. I agree. Maybe we can pre-process the docstring to...
Hello, maybe a link to [Ceramic](https://github.com/ceramic/ceramic) ? Also isn't [`asdf:make`](https://lispcookbook.github.io/cl-cookbook/scripting.html#with-asdf) as capable as buildapp and simpler now ?
thanks I'll have a better look from this. FWIW, I have a better idea now, here's my notes and a poc that gives me a simple form (but with no...