Josh Soref

Results 491 comments of Josh Soref

n.b. I've copied most of the content from this comment into https://github.com/check-spelling/check-spelling/wiki/Configuration#allow and https://github.com/check-spelling/check-spelling/wiki/Configuration#expect ### Allow (see [area dictionaries](https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Area-dictionaries) for other examples): * every html tag & attribute, * the...

Obviously the easiest fixes are the stuff that's in your code (as opposed to the dataset). I have no idea how your pipeline works, and I'd like to treat it...

Sure. (Sorry, I've been trying to release 0.0.18, which I half did, and then ran into bugs in dependabot which is so much fun.)

For reference, the above is just rebasing spelling onto spelling-code -- so, temporarily there may be more commits, but once spelling-code merges, there will be fewer.

This perl split the authors: ```perl #!/usr/bin/env perl -pi if ($a == 1) { if (/^\s*\]/) { $a = 0; next; } s/, Ed\./__ED/; if (/^(\s+").*,.*"/) { $lead = $1;...

@tobie / @marcoscaceres: would you want the split authors change standalone? (It comes with Eric Shepherd, because otherwise Shepherd would be split from Eric...) or the internet archive: identityproject.lse.ac.uk/mary.pdf commit...?...

Yeah, I was worried that most of the content was not primary source, which is why I wasn't particularly eager to do the author split.

Sure. What do you want me to do?

It's trivial for me to do so, I just need direction :-) Is there a strategy for the other things? Are there upstreams we can poke? Are there tools we...

> Yes... this could run exclusively when a PR is made to refs/biblio.js, for instance. At least, we could check those. I'd be quite happy to offer the action. It's...