Jamis Charles

Results 38 comments of Jamis Charles

hm... This is tricky... What would you use as a delimiter to tell from legit comments (as a continuation) vs code on the next line?

I accept PR's :). I'd like to add a bunch of test cases for this to be more stable. At that point testing scenarios like this will be much easier.

Is this a common use case? Anybody else want this?

Two questions as we explore this: 1) Does atom have a language agnostic way to tell us if something is a comment? 2) Is the point of using TODO-show to...

Haven't used this in a while, but here's the logic to determine if the file should be a draft: https://github.com/jamischarles/export-medium-to-gatsby/blob/e908b657c7307d6f8ca68672701a5483e383b8f8/lib/converter.js#L109 Can you confirm that your file names don't start with...

Also I wonder if this helps or not https://github.com/jamischarles/export-medium-to-gatsby/pull/7

No promises on turnaround time, but if you're willing to send me your medium export zip, I can run it locally so see if I can reproduce the issue and...

Sorry forgot about this lol. Digging into this now. This is what I'm seeing currently. Do you get the same thing? `posts drafts that were not attempted: 26`

Alright. Fixed. I merged a PR about a year ago, and that PR broke the happy path. Sorry about that. I'll need to add tests before I allow any more...