Skip to content

Commit 72b4f63

Browse files
authored
Merge pull request #36 from nshintio/wojteklukaszuk-wojteklu
Replace wojteklukaszuk with wojteklu
2 parents aa1f859 + 1208278 commit 72b4f63

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.themes/nshint/source/team/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="team-title">Team</h1>
1616
</div>
1717
<div class="team-profile">
1818
<img src="/images/wojtek.jpeg" class="team-profile-image">
19-
<p><a href="https://twitter.com/wojteklukaszuk">Wojtek</a></p>
19+
<p><a href="https://twitter.com/wojteklu">Wojtek</a></p>
2020
</div>
2121
<div class="team-profile">
2222
<img src="/images/marcin.png" class="team-profile-image">

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ social:
106106
rss: http://nshint.io/atom.xml
107107

108108
author_ids: [matt, woj, rafa, marcin, kondrat]
109-
authors:
109+
authors:
110110
matt:
111111
display_name: Mateusz Matoszko
112112
email: mateusz@nshint.io
@@ -116,7 +116,7 @@ authors:
116116
display_name: Wojciech Łukaszuk
117117
email: wojtek@nshint.io
118118
twitter: wojteklu
119-
github: wojteklukaszuk
119+
github: wojteklu
120120
rafa:
121121
display_name: Rafael Machado
122122
email: rafael@nshint.io

source/_posts/2015-09-14-logging-excessive-blocks-on-the-main-thread.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Logging excessive blocks on the main thread
1111
Having an application running at 60 FPS is every programmers dream, and users delight.
1212
The worst users experience ever is a frozen and unresponsive screen. It's a dreadful crime in mobile world nowadays. Users try to interact at any moment and according to Murphy’s law they will find all your mistakes. So, you better keep the main thread slim.
1313
<!--more-->
14-
To keep things smoothly in the users interface, every single operation that's schedule to run into the main thread can take longer than 16 milliseconds, and there's a handy solution to get you covered. It's a little library called [Watchdog](https://github.com/wojteklukaszuk/Watchdog).
14+
To keep things smoothly in the users interface, every single operation that's schedule to run into the main thread can take longer than 16 milliseconds, and there's a handy solution to get you covered. It's a little library called [Watchdog](https://github.com/wojteklu/Watchdog).
1515

1616
Watchdog is a very simple and straightforward library that logs excessive blocking on the main thread. Let's take a look at how to use it:
1717

@@ -25,4 +25,4 @@ Just instantiate it with a number of seconds that you want for Watchdog to consi
2525
👮 Main thread was blocked for 1.25s 👮
2626
```
2727

28-
Pretty nice debugging tool!
28+
Pretty nice debugging tool!

source/team/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="team-title">Team</h1>
1616
</div>
1717
<div class="team-profile">
1818
<img src="/images/wojtek.jpeg" class="team-profile-image">
19-
<p><a href="https://twitter.com/wojteklukaszuk">Wojtek</a></p>
19+
<p><a href="https://twitter.com/wojteklu">Wojtek</a></p>
2020
</div>
2121
<div class="team-profile">
2222
<img src="/images/marcin.png" class="team-profile-image">

0 commit comments

Comments
 (0)