ccd0

Results 123 comments of ccd0

> A note about file history > > You may notice that [bulk-decaffeinate](https://github.com/decaffeinate/bulk-decaffeinate) generates multiple commits instead of just one. In particular, it renames the file in one commit and...

Regarding archive.json, that's something I periodically pull from https://github.com/4chenz/archives.json so it should be left as a plain JSON file if possible. Otherwise, there will need to be a conversion every...

Why does this commit cca085e60090ca21edf0dee6aa012fc4c949809a have so many whitespace changes?

>Decaffeinate didn't add the imports and exports, that was me. So a new decaffeinate will be merge conflict hell. > >I already ported up to release v1.14.22.4, and I'm willing...

I'm still not convinced the JSX thing is a good idea. It looks like it adds needless complexity relative to just using templates, and the fact that it's not quite...

>I did to much work outside the decaffeinate, like the imports/exports, build, fixes to get get that build running, etc, to do it again. Presumably most of that was in...

I pushed a decaf2 branch; the files at 98dcd7c are identical to your bc163cd with the exception of the Post.Clone constructor being commented out. You can make that change in...

Might be possible, but right now I can't even upload stuff there myself without manually logging in. Any automatic tool for that is likely to break.

>Beyond making sure releases contain useful, tested changes that are relevant and unproblematic for the extension, do you have any "philosophies" here surrounding features and releases? I am a general...

Just realized that since the .crx files are signed by a private key under my control, that I need to set up a method to sign those releases, either manually...