Skip to content

Commit

Permalink
Remove accidental non-breaking whitespace chars
Browse files Browse the repository at this point in the history
Option-Space on macOS provides a non-breaking space. I'll
sometimes accidentally type this next to using Option-Hyphen
to get an em- or en-dash. And I didn't notice this until
Sublime Text 3 started highlighting them.
  • Loading branch information
norm committed Jun 11, 2021
1 parent f1483c6 commit f7cebd6
Show file tree
Hide file tree
Showing 29 changed files with 60 additions and 60 deletions.
6 changes: 3 additions & 3 deletions script/add_github_events
Expand Up @@ -83,21 +83,21 @@ for i, day in enumerate(sorted(day_events)):
elif event['type'] == 'CreateEvent':
repos.add(event['repo']['name'])
if event['payload']['ref_type'] == 'branch':
update += '* %s — created branch %s on [`%s`](%s)\n' % (
update += '* %s — created branch %s on [`%s`](%s)\n' % (
timestamp.strftime('%H:%M'),
event['payload']['ref'],
event['repo']['name'],
api_to_website(event['repo']['url']),
)
elif event['payload']['ref_type'] == 'tag':
update += '* %s — created tag `%s` on [`%s`](%s)\n' % (
update += '* %s — created tag `%s` on [`%s`](%s)\n' % (
timestamp.strftime('%H:%M'),
event['payload']['ref'],
event['repo']['name'],
api_to_website(event['repo']['url']),
)
elif event['payload']['ref_type'] == 'repository':
update += '* %s — created repo [`%s`](%s)\n' % (
update += '* %s — created repo [`%s`](%s)\n' % (
timestamp.strftime('%H:%M'),
event['repo']['name'],
api_to_website(event['repo']['url']),
Expand Down
6 changes: 3 additions & 3 deletions source/2021/02/22/github_activity.markdown
Expand Up @@ -7,7 +7,7 @@ repository = [ "norm/flourish",]
tag = [ "repo-flourish",]
```

* 17:17 — created branch exclude_future on [`norm/flourish`](https://github.com/norm/flourish)
* 17:17 — created branch exclude_future on [`norm/flourish`](https://github.com/norm/flourish)
* 17:18 — Pushed 1 commit to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/4d6d78da7fae91907a622202dedbe565d17cc95d..5c8f927803d0ef9f76ef3e502bb1fb2d5fe322c2))
* [Fix documented target for building for pypi](https://github.com/norm/flourish/commit/5c8f927803d0ef9f76ef3e502bb1fb2d5fe322c2)
* 17:18 — opened [pull request 32](https://github.com/norm/flourish/pull/32) on [`norm/flourish`](https://github.com/norm/flourish)
Expand All @@ -16,13 +16,13 @@ tag = [ "repo-flourish",]
* [Allow excluding sources with future dates](https://github.com/norm/flourish/commit/0afd0b2b88c7752c5f663c48bb25029cda9112af)
* [Merge pull request #32 from norm/exclude_future](https://github.com/norm/flourish/commit/44aeac4bf2fdde7546da21e139b6227b0734bfdc)
* 17:22 — deleted branch exclude_future from [`norm/flourish`](https://github.com/norm/flourish)
* 17:26 — created branch release-092 on [`norm/flourish`](https://github.com/norm/flourish)
* 17:26 — created branch release-092 on [`norm/flourish`](https://github.com/norm/flourish)
* 17:26 — opened [pull request 33](https://github.com/norm/flourish/pull/33) on [`norm/flourish`](https://github.com/norm/flourish)
* 17:27 — merged [pull request 33](https://github.com/norm/flourish/pull/33) on [`norm/flourish`](https://github.com/norm/flourish)
* 17:27 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/44aeac4bf2fdde7546da21e139b6227b0734bfdc..283aca3ccb2b535f4649606a080e9a884204207b))
* [Version 0.9.2 has been uploaded to pypi](https://github.com/norm/flourish/commit/a349d96fdb53261d76b2de4985d3ca57ad34bd99)
* [Merge pull request #33 from norm/release-092](https://github.com/norm/flourish/commit/283aca3ccb2b535f4649606a080e9a884204207b)
* 17:27 — created tag `v0.9.2` on [`norm/flourish`](https://github.com/norm/flourish)
* 17:27 — created tag `v0.9.2` on [`norm/flourish`](https://github.com/norm/flourish)
* 17:28 — Released [`v0.9.2`](https://github.com/norm/flourish/releases/tag/v0.9.2) on [`norm/flourish`](https://github.com/norm/flourish)
* 17:28 — deleted branch release-092 from [`norm/flourish`](https://github.com/norm/flourish)
* 17:28 — deleted branch master from [`norm/flourish`](https://github.com/norm/flourish)
Expand Down
2 changes: 1 addition & 1 deletion source/2021/02/23/github_activity.markdown
Expand Up @@ -7,7 +7,7 @@ repository = [ "norm/gifs.cackhanded.net",]
tag = [ "repo-gifs-cackhanded-net",]
```

* 09:15 — created branch five-levels on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 09:15 — created branch five-levels on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 09:34 — Pushed 2 commits to `five-levels` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/94c8aab47b457d3c8831bff2b3429c7e16720cf1..4e5ec51c872c1e09bcab522dfdd32c36de190ba3))
* [Schedule remaining "5 levels of drinking" GIFs](https://github.com/norm/gifs.cackhanded.net/commit/b439dd45d78e9410255446ddcba7677109211742)
* [Reorder the "5 levels of drinking" GIFs](https://github.com/norm/gifs.cackhanded.net/commit/4e5ec51c872c1e09bcab522dfdd32c36de190ba3)
Expand Down
6 changes: 3 additions & 3 deletions source/2021/03/03/github_activity.markdown
Expand Up @@ -11,7 +11,7 @@ tag = [ "repo-flourish", "repo-gifs-cackhanded-net", ]
* [Add "talking to you is tiring"](https://github.com/norm/gifs.cackhanded.net/commit/eb95cb67046b6190006d5f2c17097f35a61d5273)
* 14:59 — Pushed 1 commit to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/eb95cb67046b6190006d5f2c17097f35a61d5273..997aa39269bbe9ab19968cc324294d9eb8eb550f))
* [Add more Horizon GIFs](https://github.com/norm/gifs.cackhanded.net/commit/997aa39269bbe9ab19968cc324294d9eb8eb550f)
* 16:25 — created branch cloudfront-invalidate on [`norm/flourish`](https://github.com/norm/flourish)
* 16:25 — created branch cloudfront-invalidate on [`norm/flourish`](https://github.com/norm/flourish)
* 16:27 — Pushed 1 commit to `cloudfront-invalidate` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/72ab1da0d58a153c4990b2f1e4be3306bea6bae6..c30d48becb6f593a1843f271bda13543a39cd6f2))
* [Issue CloudFront invalidations on upload](https://github.com/norm/flourish/commit/c30d48becb6f593a1843f271bda13543a39cd6f2)
* 16:28 — opened [pull request 34](https://github.com/norm/flourish/pull/34) on [`norm/flourish`](https://github.com/norm/flourish)
Expand All @@ -20,13 +20,13 @@ tag = [ "repo-flourish", "repo-gifs-cackhanded-net", ]
* [Issue CloudFront invalidations on upload](https://github.com/norm/flourish/commit/c30d48becb6f593a1843f271bda13543a39cd6f2)
* [Merge pull request #34 from norm/cloudfront-invalidate](https://github.com/norm/flourish/commit/d8f0d1b3fdd2e9240b30196b5f41adc015f46701)
* 16:29 — deleted branch cloudfront-invalidate from [`norm/flourish`](https://github.com/norm/flourish)
* 16:32 — created branch release-093 on [`norm/flourish`](https://github.com/norm/flourish)
* 16:32 — created branch release-093 on [`norm/flourish`](https://github.com/norm/flourish)
* 16:32 — opened [pull request 35](https://github.com/norm/flourish/pull/35) on [`norm/flourish`](https://github.com/norm/flourish)
* 16:33 — merged [pull request 35](https://github.com/norm/flourish/pull/35) on [`norm/flourish`](https://github.com/norm/flourish)
* 16:34 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/d8f0d1b3fdd2e9240b30196b5f41adc015f46701..66c0dce4ecb155efd93b73b30470553f68beab47))
* [0.9.3 has been uploaded to pypi](https://github.com/norm/flourish/commit/5ccdb9f1148e56190e2051939d4543a82eca508f)
* [Merge pull request #35 from norm/release-093](https://github.com/norm/flourish/commit/66c0dce4ecb155efd93b73b30470553f68beab47)
* 16:34 — created tag `v0.9.3` on [`norm/flourish`](https://github.com/norm/flourish)
* 16:34 — created tag `v0.9.3` on [`norm/flourish`](https://github.com/norm/flourish)
* 16:35 — Released [`v0.9.3`](https://github.com/norm/flourish/releases/tag/v0.9.3) on [`norm/flourish`](https://github.com/norm/flourish)
* 16:37 — Pushed 1 commit to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/997aa39269bbe9ab19968cc324294d9eb8eb550f..9cb14068c762a030bbca078910750ad53a19b52c))
* [Issue cloudfront invalidations on upload](https://github.com/norm/gifs.cackhanded.net/commit/9cb14068c762a030bbca078910750ad53a19b52c)
Expand Down
2 changes: 1 addition & 1 deletion source/2021/03/05/github_activity.markdown
Expand Up @@ -9,7 +9,7 @@ tag = [ "repo-gifs-cackhanded-net",]

* 11:21 — Pushed 1 commit to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/c1b5ce8ba1c87f6d668e47a0572e6baef4edeaf2..d4ff3c72e937d6e66e75a254bfd59570a6471f4b))
* [Fix the timing of the Ted Lasso spit-take](https://github.com/norm/gifs.cackhanded.net/commit/d4ff3c72e937d6e66e75a254bfd59570a6471f4b)
* 15:43 — created branch add-innerspace on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 15:43 — created branch add-innerspace on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 15:43 — opened [pull request 6](https://github.com/norm/gifs.cackhanded.net/pull/6) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 15:44 — commented on [pull request 6](https://github.com/norm/gifs.cackhanded.net/pull/6) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 15:51 — merged [pull request 6](https://github.com/norm/gifs.cackhanded.net/pull/6) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
Expand Down
4 changes: 2 additions & 2 deletions source/2021/03/17/github_activity.markdown
Expand Up @@ -7,7 +7,7 @@ repository = [ "norm/eurovision_data",]
tag = [ "repo-eurovision-data",]
```

* 15:05 — created repo [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 15:06 — created branch main on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 15:05 — created repo [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 15:06 — created branch main on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 15:07 — Pushed 1 commit to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/56f5bf7ad44f1d686444bd44bd4376eba2892799..a6a0e4b44cbfc7b11f63172025e6f6c86adcee0d))
* [Fix link in README](https://github.com/norm/eurovision_data/commit/a6a0e4b44cbfc7b11f63172025e6f6c86adcee0d)
10 changes: 5 additions & 5 deletions source/2021/03/19/github_activity.markdown
Expand Up @@ -7,7 +7,7 @@ repository = [ "norm/eurovision_data",]
tag = [ "repo-eurovision-data",]
```

* 07:41 — created branch add-1958 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 07:41 — created branch add-1958 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 07:45 — Pushed 2 commits to `add-1958` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/5d65abb8ff6b6b50d17e45dad1d0ff57daad1e72..f72ef73eb0903ae9f7f57d50e84ed38bb2dbed64))
* [Add script to fetch Eurovision data](https://github.com/norm/eurovision_data/commit/5a8707651e621fa6de88b6f4c0dfacc99e5841e5)
* [Add 1958](https://github.com/norm/eurovision_data/commit/f72ef73eb0903ae9f7f57d50e84ed38bb2dbed64)
Expand All @@ -22,7 +22,7 @@ tag = [ "repo-eurovision-data",]
* [Run integrity tests on branches too](https://github.com/norm/eurovision_data/commit/eeb1307c14dd6452b0d9c7ebde75e35b419aa563)
* [Merge pull request #1 from norm/add-1958](https://github.com/norm/eurovision_data/commit/0ab165bcd6eca005cca3efd1fb07f4f850fb7e99)
* 07:47 — deleted branch add-1958 from [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:25 — created branch add-1959 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:25 — created branch add-1959 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:25 — opened [pull request 2](https://github.com/norm/eurovision_data/pull/2) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:25 — merged [pull request 2](https://github.com/norm/eurovision_data/pull/2) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:25 — Pushed 6 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/0ab165bcd6eca005cca3efd1fb07f4f850fb7e99..cf92d25a48f6f099c4301a5a99bb316c9a93dad0))
Expand All @@ -33,7 +33,7 @@ tag = [ "repo-eurovision-data",]
* [Add data for 1959](https://github.com/norm/eurovision_data/commit/08a142b8454eda2db3be232897fa3b3be0cff2ee)
* [Merge pull request #2 from norm/add-1959](https://github.com/norm/eurovision_data/commit/cf92d25a48f6f099c4301a5a99bb316c9a93dad0)
* 09:25 — deleted branch add-1959 from [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:15 — created branch add-langs on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:15 — created branch add-langs on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:15 — opened [pull request 3](https://github.com/norm/eurovision_data/pull/3) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:15 — Pushed 4 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/cf92d25a48f6f099c4301a5a99bb316c9a93dad0..3244656f6d852d20a6efa5f66a181f3c6554130f))
* [Correct some data](https://github.com/norm/eurovision_data/commit/66f69483c43a00d2798d6af1fd3f30f967f57903)
Expand All @@ -42,15 +42,15 @@ tag = [ "repo-eurovision-data",]
* [Merge pull request #3 from norm/add-langs](https://github.com/norm/eurovision_data/commit/3244656f6d852d20a6efa5f66a181f3c6554130f)
* 16:15 — merged [pull request 3](https://github.com/norm/eurovision_data/pull/3) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:16 — deleted branch add-langs from [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:16 — created branch add-1960 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:16 — created branch add-1960 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:17 — opened [pull request 4](https://github.com/norm/eurovision_data/pull/4) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:17 — merged [pull request 4](https://github.com/norm/eurovision_data/pull/4) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:17 — Pushed 3 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/3244656f6d852d20a6efa5f66a181f3c6554130f..0335880687bf695b9dacb2c6d6ece34d538f854f))
* [Check score totals and points distributions](https://github.com/norm/eurovision_data/commit/e766df39757f87f807bc2dd11d0bfbc7d63e205f)
* [Add data for 1960](https://github.com/norm/eurovision_data/commit/8c73284a149f031164318e2cfb1b458bdcc392ae)
* [Merge pull request #4 from norm/add-1960](https://github.com/norm/eurovision_data/commit/0335880687bf695b9dacb2c6d6ece34d538f854f)
* 16:17 — deleted branch add-1960 from [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:53 — created branch add-61-64 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:53 — created branch add-61-64 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:54 — opened [pull request 5](https://github.com/norm/eurovision_data/pull/5) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:54 — merged [pull request 5](https://github.com/norm/eurovision_data/pull/5) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 16:54 — Pushed 14 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/0335880687bf695b9dacb2c6d6ece34d538f854f..32dfc2cff3fce30f25477a732df05536ba7be7dd))
Expand Down
2 changes: 1 addition & 1 deletion source/2021/03/20/github_activity.markdown
Expand Up @@ -7,7 +7,7 @@ repository = [ "norm/eurovision_data",]
tag = [ "repo-eurovision-data",]
```

* 09:24 — created branch add-60s on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:24 — created branch add-60s on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:25 — opened [pull request 6](https://github.com/norm/eurovision_data/pull/6) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:25 — merged [pull request 6](https://github.com/norm/eurovision_data/pull/6) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data)
* 09:25 — Pushed 8 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/32dfc2cff3fce30f25477a732df05536ba7be7dd..b73b3c1237b396e6bbca44608a97f808c5249a0f))
Expand Down
2 changes: 1 addition & 1 deletion source/2021/03/21/github_activity.markdown
Expand Up @@ -7,7 +7,7 @@ repository = [ "norm/gifs.cackhanded.net", ]
tag = [ "repo-gifs-cackhanded-net", ]
```

* 07:26 — created branch innerspace on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 07:26 — created branch innerspace on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 07:29 — deleted branch innerspace from [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net)
* 07:30 — Pushed 4 commits to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/4b044ed0b56960bb6934d1b23337cc0872d993dc..1c5bf75a6faa0244cd6cc003ec83d96c0ba98a98))
* [Tuck's name is spelt Pendelton, not Pendleton](https://github.com/norm/gifs.cackhanded.net/commit/0df67040d141cd765451323b2aea35ef0adc99ef)
Expand Down

0 comments on commit f7cebd6

Please sign in to comment.