David E. Wheeler
David E. Wheeler
I'm confused as to why this is running at all. Sqitch only tries to create the scheme if it doesn't already exist. Here's the relevant code: https://github.com/sqitchers/sqitch/blob/5522821bdee36523bc9ab36d7c550834ca2c2748/lib/App/Sqitch/Role/DBIEngine.pm#L103-L115 It depends on...
Sqitch does not create the database. It must already exist. Everything after that should be good tho.
Hrm. Well if the definition term was required to end with : and the definitions were required to begin with : or ~ or something, then I think you wouldn't...
I think you might be able to get away with requiring the : at the end of a term. It's worth bringing up. There was some discussion [here](http://six.pairlist.net/pipermail/markdown-discuss/2009-February/thread.html#1472), if it...
I don't care for a double-colon because it's not very natural to prose. I think the cleanest thing to do is to have `dt`s indicated by a `:` and `dd`s...
Yes, that's actually the PHP Markdown extra syntax. It's also used by MultiMarkdown. I personally don't care for the `:` as a bullet, and would also like to have a...
@bdarcus That looks like the PHP Markdown Extra/Multimarkdown format.
Yeah, [that's what I'm doing](https://github.com/sqitchers/sqitch/blob/5dfd128ded340476f9bf08498dbea77a0297af05/.github/workflows/ci.yml#L21-L24); just would be nice not to have to use another utility (I have GH Actions that run on Windows), since cpm has access to all...
Ah, right, of course. Means I can't do this pattern _without_ a `cpanfile` tho. Which is fine, just need to better tame my `cpanfile`.
Hey any interest in releasing on PGXN, @petere?