Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the newly found typos #1242

Merged
merged 1 commit into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/_typos.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[files]
extend-exclude = [
"*.js*", "*.json", "*.svg",
"*signed.txt", "signed_disclosure.txt", # can be removed once https://github.com/crate-ci/typos/issues/401 is fixed
"/unstyled_docs",
Copy link
Author

@aaronraimist aaronraimist Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a ton of typos in the old spec with some relating to identifiers. For now I have just ignored all of the unstyled_docs.

"/gatsby/content/blog/2020/09/2020-09-04-twim.mdx", # contains typos which are correct in context of their project
"/gatsby/content/blog/2020/12/2020-12-18-a-twim.mdx", # contains intentional typos
"*signed*.txt", # can be removed once https://github.com/crate-ci/typos/issues/401 is fixed
"synapse-debian-security-announcement.asc" # has typo but cannot fix due to PGP signature
]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v2

- name: Check spelling of proposals
- name: Check spelling
uses: crate-ci/typos@master
with:
config: ${{github.workspace}}/.github/_typos.toml
4 changes: 2 additions & 2 deletions content/blog/wp-content/themes/Divi3/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ nav.fullwidth-menu-nav,
transition: all 0.4s ease-in-out;
}

/* Seach Form */
/* Search Form */
#et_search_icon:before {
position: absolute;
top: -3px;
Expand Down Expand Up @@ -15797,7 +15797,7 @@ span.comment_date {
}
}

/* These "global" styles need to be seperate so they don't get wrapped in divi-builder file /less/frontend-builder-plugin-style.less */
/* These "global" styles need to be separate so they don't get wrapped in divi-builder file /less/frontend-builder-plugin-style.less */
#wp-admin-bar-et-use-visual-builder a:before {
width: 28px;
margin-top: -3px;
Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2016/02/1523.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ no_tls: True
# We can bind to only localhost since only the local nginx needs to hit this
bind_address: '127.0.0.1'
type: http
# Set this so that Synapse obeys nginx's X-Forwarded-For headers, then IP addresess will be correct in Synapse's logs
# Set this so that Synapse obeys nginx's X-Forwarded-For headers, then IP addresses will be correct in Synapse's logs
x_forwarded: true
resources:
- names: [client, webclient]
Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2016/11/1826.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The Gitter bridge has provided a lot of inspiration for the more recent work on
<h4>matrix-ircd</h4>
matrix-ircd is a rewrite of the old PTO project (<a href="http://pto.im">pto.im</a>): a Rust application that turns Matrix into a single great big decentralised IRC network. PTO itself has unfortunately been on hiatus and is rather bitrotted, so Erik from the core Matrix Team picked it up to see if it could be resurrected. This ended up turning into a complete rewrite (switching from mio to tokio etc), and the new project can be found at <a href="https://github.com/matrix-org/matrix-ircd">https://github.com/matrix-org/matrix-ircd</a>.

matrix-ircd really is an incredibly promising way of getting folks onto Matrix, as it exposes the entirety of Matrix as a virtual IRC network. This means that IRC addicts can jack straight into Matrix, talking native IRC from their existing IRC clients - but interacting directly with Matrix rooms as if they were IRC channesls without going through a bridge. Obviously you lose all of the features and semantics whith Matrix provides beyond IRC, but this is still a great way to get started.
matrix-ircd really is an incredibly promising way of getting folks onto Matrix, as it exposes the entirety of Matrix as a virtual IRC network. This means that IRC addicts can jack straight into Matrix, talking native IRC from their existing IRC clients - but interacting directly with Matrix rooms as if they were IRC channesls without going through a bridge. Obviously you lose all of the features and semantics which Matrix provides beyond IRC, but this is still a great way to get started.

The project is currently alpha but provides a good functioning base to extend, and Erik's explicitly asking for help from the Rust and Matrix community to fill in all the missing features. If you're interested in helping, please come talk on <a href="https://matrix.to/#/#matrix-ircd:matrix.org">#matrix-ircd:matrix.org</a>!.
<h4>matrix-appservice-gitter-twisted</h4>
Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2017/07/2584.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This has progressed massively - we haven't really yelled about it yet, but lates
<ul>
<li><em>Ensuring we can scale beyond Synapse – i.e. implement Dendrite</em></li>
</ul>
Likewise, Dendrite is on track: we've implemented all the Hard Stuff which forms the skeleton of Dendrite (core federation, message signing, /sync, message sending, media repository etc) - which takes us to over <a href="https://docs.google.com/spreadsheets/d/1tkMNpIpPjvuDJWjPFbw_xzNzOHBA-Hp50Rkpcr43xTw/edit?usp=drive_web&amp;usp=sheets_home&amp;ths=true">50% of Phase 1</a>. After phase 1, we will have an initial usable release for all the core functionality.  Synapse's performance has also improved enormously this year.
Likewise, Dendrite is on track: we've implemented all the Hard Stuff which forms the skeleton of Dendrite (core federation, message signing, /sync, message sending, media repository etc) - which takes us to over <a href="https://docs.google.com/spreadsheets/d/1tkMNpIpPjvuDJWjPFbw_xzNzOHBA-Hp50Rkpcr43xTw/edit">50% of Phase 1</a>. After phase 1, we will have an initial usable release for all the core functionality.  Synapse's performance has also improved enormously this year.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ths is the typo that was found but the link works without any of these query params so I just removed them all.

<div style="text-align: center;">
<blockquote class="twitter-tweet" data-lang="en">
<p dir="ltr" lang="en">New milestone for Dendrite: sending messages over federation BOTH WAYS between dendrite &amp; synapse! A bit more polish &amp; we can cut an alpha!! <a href="https://t.co/DWs6rFqZcQ">pic.twitter.com/DWs6rFqZcQ</a></p>
Expand Down
4 changes: 2 additions & 2 deletions gatsby/content/blog/2019/04/4174.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and to follow up:
<blockquote>This weekend I took a brief pause from doing matrix work, and then went back into it by finishing the feature set for the <a href="https://github.com/turt2live/synapse-netcore-workers/pull/48">.NET Core Synchrotron</a>. It's "feature complete" meaning all specced features of sync are in this branch, excluding legacy endpoints. There are a few bugs logged against it and it's really only useful as a super early test, while I fix some of the p1 bugs.<br /><br />The federation sender continues to be reliable and stable, and we are prepping for the release of synapse 0.99.3 which made a few changes to the replication stream. For more info, please see <a href="https://github.com/turt2live/synapse-netcore-workers">https://github.com/turt2live/synapse-netcore-workers</a></blockquote>
<h2 id="pattlehasnowmovedtoflutter">Pattle has now moved to Flutter</h2>
<a href="https://matrix.to/#/@wilko:matrix.org">Wilko</a> has officially discontinued the previous version of Pattle, and is focused on their Flutter SDK and new version of Pattle based on it:
<blockquote>After some silence here but a lot of development, Pattle has now moved to Flutter. The new app is available in the same F-droid repository, you can just update. Note that you will have to log in again. If there are issues with updating, try removing the old app and installing the new one.<br /><br />Also note that this version is still very basic and does not have all features of the old Pattle unfortunately. The reason that I chose to already replace it on the repo is that the old app will not receive updates anymore.<br /><br />The current features are logging in and an overview of all chats. What <em>is</em> new is that data is now stored locally, so you won't have to do an initial sync everytime you open the app (which was the case with old app). What's also new is that I've decided to use more red, because.. I like red.<br /><br />There is still a lot to do! Please notifiy me of anything that you think is missing, even though some things may be obvious (sorting chats based on date, chat avatars), some may not be as obvious to me!<br /><br />If you'd like to contribute, the new repo is <a href="https://git.pattle.im/pattle/app">here</a>. Note that many contributions will probably start at the SDK level. Pattle uses my own Dart SDK, which you can find <a href="https://git.pattle.im/pattle/library/matrix-dart-sdk">here</a>.<br /><br />There is at the moment a very specific bug in Flutter, where on Android 7.1 with release builds, the app crashes when building a list widget. If you use Android 7.1 (like me) and you crash after logging in, that's the reason. It seems I can't do anything about it, sorry.</blockquote>
<blockquote>After some silence here but a lot of development, Pattle has now moved to Flutter. The new app is available in the same F-droid repository, you can just update. Note that you will have to log in again. If there are issues with updating, try removing the old app and installing the new one.<br /><br />Also note that this version is still very basic and does not have all features of the old Pattle unfortunately. The reason that I chose to already replace it on the repo is that the old app will not receive updates anymore.<br /><br />The current features are logging in and an overview of all chats. What <em>is</em> new is that data is now stored locally, so you won't have to do an initial sync everytime you open the app (which was the case with old app). What's also new is that I've decided to use more red, because.. I like red.<br /><br />There is still a lot to do! Please notify me of anything that you think is missing, even though some things may be obvious (sorting chats based on date, chat avatars), some may not be as obvious to me!<br /><br />If you'd like to contribute, the new repo is <a href="https://git.pattle.im/pattle/app">here</a>. Note that many contributions will probably start at the SDK level. Pattle uses my own Dart SDK, which you can find <a href="https://git.pattle.im/pattle/library/matrix-dart-sdk">here</a>.<br /><br />There is at the moment a very specific bug in Flutter, where on Android 7.1 with release builds, the app crashes when building a list widget. If you use Android 7.1 (like me) and you crash after logging in, that's the reason. It seems I can't do anything about it, sorry.</blockquote>
<a href="/blog/wp-content/uploads/2019/04/pattle-2019-04-05a.png"><img class="alignnone size-large wp-image-4175" src="/blog/wp-content/uploads/2019/04/pattle-2019-04-05a-581x1024.png" alt="" width="581" height="1024" /></a>
<h2 id="libaqueousmatrixdartsdkandaqueousclient">libaqueous (Matrix Dart SDK) and Aqueous client</h2>
<a href="https://matrix.to/#/@bhat:encom.eu.org">Black Hat</a> is continuing work on <a href="https://gitlab.com/b0/libaqueous">libaqueous</a>, a Matrix Dart SDK.
Expand Down Expand Up @@ -82,7 +82,7 @@ Find the video here: https://lain.haus/_matrix/media/v1/download/lain.haus/kbCZr
<blockquote>Following up on last week's effort, a number of issues on the <a href="/federationtester">Matrix federation tester</a>, both on the backend and the frontend side, have been fixed, including fixing certificate validity checks, not following CNAME records in SRV records, fixing display of the SRV lookup in the UI, preventing some crashes, and a few more.<br /><br />All outstanding issues on both the federation tester's backend and its frontend that could have preventing people to test efficiently how their server is performing in the context of Synapse's 1.0 release have now been fixed and deployed on <a href="/federationtester/">https://matrix.org/federationtester/</a>.</blockquote>
<h2 id="synapseandriotbounties">Synapse and Riot bounties</h2>
<a href="https://matrix.to/#/@aaron:raim.ist">Aaron Raimist</a> reports:
<blockquote>A few bounties have been added to Synapse and Riot recently to encourage community memebers to work on those projects. Although they aren't large enough to actually pay for development, I believe they can serve as a small push to help an already interested developer justify spending some time working on these projects.
<blockquote>A few bounties have been added to Synapse and Riot recently to encourage community members to work on those projects. Although they aren't large enough to actually pay for development, I believe they can serve as a small push to help an already interested developer justify spending some time working on these projects.
<ul>
<li><a href="https://github.com/vector-im/riot-web/issues/2349#issuecomment-466777377">$400 bounty on threading in Riot</a> thanks to GitHub user <a href="https://github.com/fallerOfFalls">@fallerOfFalls</a>, expires November 21, 2019</li>
<li><a href="https://github.com/matrix-org/synapse/issues/2181#issuecomment-479316364">$200 bounty to fixing stuck invites</a>, expires on January 1, 2020</li>
Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2019/05/postmortem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ In the interest of transparency (and to try to give a sense of scale of the impa

![Service status](/blog/img/services.png)

Apologies again that it took longer to get some of these services back up than we’d prefered (and that there are still a few pending). Once we got the top priority ones up, we had no choice but to juggle the remainder alongside remediation work, [other security work](https://matrix.org/blog/2019/05/03/security-updates-sydent-1-0-3-synapse-0-99-3-1-and-riot-android-0-9-0-0-8-99-0-8-28-a/), and actually working on Matrix(!), whilst ensuring that the services we restored were being restored securely.
Apologies again that it took longer to get some of these services back up than we’d preferred (and that there are still a few pending). Once we got the top priority ones up, we had no choice but to juggle the remainder alongside remediation work, [other security work](https://matrix.org/blog/2019/05/03/security-updates-sydent-1-0-3-synapse-0-99-3-1-and-riot-android-0-9-0-0-8-99-0-8-28-a/), and actually working on Matrix(!), whilst ensuring that the services we restored were being restored securely.


### Remediations
Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2019/08/2019-08-09-a-twim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ I've only just polished it up a bit, released and integrated with the Ansible pl
> <https://github.com/Half-Shot/matrix-github> has had quite a few updates. Notably:
>
> * Support for storing users access tokens securely, using a bot command.
> * Multi-process bridging: The webhook portion of the bridge can be run in a seperate function if needed for performance.
> * Multi-process bridging: The webhook portion of the bridge can be run in a separate function if needed for performance.
> * Images and mentions now work in both directions
> * The readme is now actually helpful, and have also made `*.sample.yaml` files.
> * You can now use it via oauth
Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2019/09/2019-09-13-twim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ This is ready for testing, room here: [#keybase:half-shot.uk](https://matrix.to/

[Bruno](https://matrix.to/#/@bwindels:matrix.org) told us:

> I've been working occasionally for the past months on a basic matrix web client called Brawl, focusing on performance, offline usage and working on my old phone. I recently got it in still limited, but somewhat useful state. Unsure how much time I'll have to keep working on this regularily, but wanted to share it here anyways. Check it out on <https://github.com/bwindels/brawl-chat>, there's a GIF of it in action 🙂
> I've been working occasionally for the past months on a basic matrix web client called Brawl, focusing on performance, offline usage and working on my old phone. I recently got it in still limited, but somewhat useful state. Unsure how much time I'll have to keep working on this regularly, but wanted to share it here anyways. Check it out on <https://github.com/bwindels/brawl-chat>, there's a GIF of it in action 🙂

### Riot Web

Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2020/02/2020-02-14-twim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Check it out: <https://gitlab.com/famedly/famedlysdk/>

### twim-o-matic ranks by score

This one is a little meta: I've made some improvements to [twim-o-matic](https://github.com/matrix-org/twim-o-matic), the tooling I use to generate TWIM. One of the improvements is that the bot will now sort the output per-section, in decending order of how many reactions the entry recieved when posted in [#twim:matrix.org](https://matrix.to/#/#twim:matrix.org). So, if you see something you think should be at the top, made sure to react to it!
This one is a little meta: I've made some improvements to [twim-o-matic](https://github.com/matrix-org/twim-o-matic), the tooling I use to generate TWIM. One of the improvements is that the bot will now sort the output per-section, in descending order of how many reactions the entry received when posted in [#twim:matrix.org](https://matrix.to/#/#twim:matrix.org). So, if you see something you think should be at the top, made sure to react to it!

Even as I'm typing right now I can't think this will lead to any unforeseen consequences at all.

Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2020/04/2020-04-09-twim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ They say:

[jplatte](https://matrix.to/#/@jplatte:matrix.org) reported:

> Endpoints are continually being updated, and instead of just repeating this vague statement again and again, here is a number: _at least_ 60% of our endpoint definitons are up-to-date with r0.6.0.
> Endpoints are continually being updated, and instead of just repeating this vague statement again and again, here is a number: _at least_ 60% of our endpoint definitions are up-to-date with r0.6.0.
>
> We're also getting lots of feedback from conduit's development. Some of things we're now planning to change based on that will require large-scale refactorings that haven't yet started, but will hopefully happen in the coming months.

Expand Down
2 changes: 1 addition & 1 deletion gatsby/content/blog/2020/05/2020-05-01-twim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ This is a really exciting project! Very stylish design and great to see people u
> * Add `MoorStore`, which uses [moor](https://pub.dev/packages/moor)
> (thanks to MatMaul for the idea and initial implementation!)
>
> * The `SqfliteStore` (was in a seperate package) is now deprecated
> * The `SqfliteStore` (was in a separate package) is now deprecated
>
> * `LocalUser` has been renamed to `MyUser`
>
Expand Down
Loading