Results 20 comments of mcpower

> Link that having `target="_blank"` attribute create tab which don't appear in sidewise. That seems like a Chrome bug - here's an example `Tab` which is given to the `onTabCreated`...

> Link that having `target="_blank"` attribute create tab which don't appear in sidewise. Turns out that isn't a Chrome 79 bug - it was a bug in my implementation! I...

All errors seem to be purely cosmetic and shouldn't affect the usage of Sidewise, but it's best to fix these errors if possible. If you loaded in the original Sidewise...

Unfortunately I won't be supporting this for the foreseeable future :cry: I'm now employed, and my employer forbids me from patching my own repos until I get an exception -...

@HoDuyQuang I've just submitted a pull request (#2) which should fix that error - let us know whether it works for you!

Can you print out the `repr` or the bad filename you've been having trouble with? Put `print(repr(bad_filename))` between [these two lines](https://github.com/mcpower/unzip-jp/blob/b685458583ff8e74a7d9b41b4cc33b8a9564302c/unzip-jp.py#L41-L42) and it should print it out right before it...

Are you using Python 3? If so, it could be a problem with how I decode the filename into bytes. If you are, try printing out the `repr` between [these...

"[Display Reddit images natively in browser](https://chromewebstore.google.com/detail/display-reddit-images-nat/imiakeaigofbcfdjajmgjfnohjlekndg)" ([imiakeaigofbcfdjajmgjfnohjlekndg](https://robwu.nl/crxviewer/?crx=https%3A%2F%2Fchromewebstore.google.com%2Fdetail%2Fimiakeaigofbcfdjajmgjfnohjlekndg)) seems to work well.

I can't reproduce this issue at HEAD. Can you make a new release to close this issue?

Hm, that didn't seem to fix the issue. Will investigate why a local compile of Dokany fixes it - perhaps I'm using a more up to date version of the...