Skip to content

Commit

Permalink
Add ByteArray checking
Browse files Browse the repository at this point in the history
Update supporters
  • Loading branch information
konkor committed Oct 16, 2019
1 parent 35dff28 commit e8e4490
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
38 changes: 24 additions & 14 deletions BACKERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,39 @@ description: Here could be your name, brand, reference and logo.

# People donated their **real money**

* #### [Jonathan Alden](https://obmin.github.io/donations/)
* #### [Manuel Transfeld](https://obmin.github.io/donations/)
* #### [Jonathan Alden](https://obmin.github.io/supporters/)
* #### [Manuel Transfeld](https://obmin.github.io/supporters/)
<br>


* **[Joël Dinel](https://obmin.github.io/donations/)**
* **[Michel Bonifert](https://obmin.github.io/donations/)**
* **[Patrick Strobel](https://obmin.github.io/donations/)**
* **[Roland Jungnickel](https://obmin.github.io/supporters/)**
* **[Joël Dinel](https://obmin.github.io/supporters/)**
* **[Michel Bonifert](https://obmin.github.io/supporters/)**
* **[Patrick Strobel](https://obmin.github.io/supporters/)**
<br><br>


* [Felix Emmert](https://obmin.github.io/supporters/)
* [Chun-Sheng Wu](https://obmin.github.io/supporters/)
* [Mark Graber](https://obmin.github.io/supporters/)
* [Samir Menon](https://obmin.github.io/supporters/)
* [Idan Bidani](https://obmin.github.io/supporters/)
* [Arnold Schröder](https://obmin.github.io/supporters/)
* [Adam Jones](https://obmin.github.io/supporters/)
* [Alibek Junisbayev](https://obmin.github.io/supporters/)
* [Térence Clastres](https://github.com/terencode)
* [Mark Graber](https://obmin.github.io/donations/)
* [Samir Menon](https://obmin.github.io/donations/)
* [Idan Bidani](https://obmin.github.io/donations/)
* [Arnold Schröder](https://obmin.github.io/donations/)
* [Adam Jones](https://obmin.github.io/donations/)
* [Alibek Junisbayev](https://obmin.github.io/donations/)

## [Patreons](https://www.patreon.com/konkor)

* [Nick Krzemienski](https://github.com/krzemienski)
* [Ivan Chayka](https://vk.com/anaumynaugames)
* [Phenix Nunlee](https://www.patreon.com/user?u=21996172)
* [Steffen W.](https://www.patreon.com/user/creators?u=7405409)
* [Yoann Deferi](https://obmin.github.io/donations/)
* [Yoann Deferi](https://obmin.github.io/supporters/)
* [Tony](https://www.patreon.com/twu026)
* [Takao Sumitomo](https://www.patreon.com/user?u=21736175)
* [jasonium](https://www.patreon.com/user?u=711103)


# People donated their **own time**

Expand All @@ -46,6 +54,7 @@ description: Here could be your name, brand, reference and logo.
## Documentation

* [Térence Clastres](https://github.com/terencode)
* [David](https://github.com/BurningSmile)

## Others

Expand All @@ -56,5 +65,6 @@ description: Here could be your name, brand, reference and logo.
# YOUR NAME COULD BE HERE.
## LET'S SUPPORT IT NOW!

* https://obmin.github.io/donations/
* https://obmin.github.io/supporters/
https://obmin.github.io/donations/
https://obmin.github.io/supporters/

2 changes: 1 addition & 1 deletion common/center.js
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ const LogStore = new Lang.Class({
if (logs) logs.forEach (l => {
try {
file = Gio.File.new_for_path (l);
contents = file.load_contents (null)[1].toString().split('\n');
contents = b2s (file.load_contents (null)[1]).toString().split('\n');
list = list.concat (this.parse_local (contents));
} catch (e) {
error (e.message);
Expand Down

0 comments on commit e8e4490

Please sign in to comment.