Thomas Sibley

Results 339 comments of Thomas Sibley

> For consistency and clarity, the nextstrain.org URL should be updated to https://nextstrain.org/seasonal-flu. … For consistency and clarity, the nextstrain.org URL should be updated to https://nextstrain.org/avian-flu. This seems like a...

Ideally the "API" here would just be relative URLs inside the Markdown. This is slightly hindered by the `foo_bar_baz.md` → `foo/bar/baz` rewriting, so images would have to share the same...

Thanks @psthomas! I too have a preference for the more condensed "Summary" cards. We'll try to review your PR soon.

> Note that all public groups are listed on the splash page _if_ you have a login! Yeah, surfacing of those is currently pretty weird and confusing! :upside_down_face: Especially since...

I added matching line number calculation to the matcher so I could link excerpts directly to the source and just now found this issue. :) I'll push a pull request...

This pull request can be closed. Line numbers are added by pull #28 which is merged.

[This also works](http://grep.cpan.me/?q=%5E%5Cs%2B%5C%5B%5Cd+file%3A%28%3Fi%3A%5Echang%29+dist%3Anamespace-clean): adding `dist:namespace-clean`

Perhaps it's matching, but not getting reported properly in some cases?

RE2 doesn't have an issue, at least on the surface: ``` $ perl -Mre::engine::RE2=-strict,1 -E 'say " [0.25]" =~ /^\s+\[0/ ? "yes" : "no"' yes $ perl -Mre::engine::RE2=-strict,1 -E 'say...