Joel McCracken

Results 71 comments of Joel McCracken

I just came here and am so glad to see this. This was always my least favorite thing about Jekyll. This would be an important feature for me, if I...

I wrote an org mode converter for jekyll a while back. You could probably adapt it to your needs. The Jekyll plugin: https://github.com/joelmccracken/joelmccracken.github.com/blob/writing/_plugins/org-converter.rb and the elisp: https://github.com/joelmccracken/joelmccracken.github.com/blob/writing/_lib/org-convert.el I haven't written...

I see. Well, since I wrote this, I made the one we need, so I'll just put the dockerfile we ended up using here and close the issue: ``` FROM...

Are the bidirectional unicode characters embeded in this PR intentional? See the warning under "Files changed"; looks like a weird copy/paste thing from the acm site

Also, it would perhaps be nice to have the tool automatically create "inbox" directories if they don't exist.

sure, the only reason i picked json is because it can integrate with jq, a lot of other languages have good support for it. My mental model is to create...

we could somehow insert it? the key part i think is: ``` cteClauseToText (CommonTableExpressionClause _ cteMat cteIdent cteFn) = first (\tlb -> useIdent info cteIdent " AS " materializedText cteMat...

@belevy thank you for explaining. I think I got it, and have addressed your comments. Let me know if there is anything else to address!

I ran stylish-haskell on the files that were modified in this PR so I could mark off that check list item, just in case it caused anyone pause. For reference,...