Ayuth Mangmesap

Results 8 comments of Ayuth Mangmesap

It should show this icon

After I investigate for a while, the class name was correct but the icon wasn't shown. I think maybe it's a problem with `file-icons-js`'s [fonts dependencies](https://github.com/websemantics/file-icons-js/tree/master/fonts) which is not updated...

Hmm, seems need to migrate from sinon to jest.fn too, w8.

Done migrating ava, sinon to jest and removed unused dependencies. Read for review. ☺️

Gosh, why the commit list is so long O.o.

@navneetagrwl I have the same issue with `format` that passed `{ timeZone: 'xxxxx' }` as an option doesn't format correctly in a given timezone. Instead, just use `formatInTimeZone`. IMHO, if...

I think the first is try to run an executable with an administrator because sometimes the process you trying to access is running as an administrator, so you need an...