Wasi Master

Results 5 issues of Wasi Master

Basically the suggesion in [this reddit comment](https://www.reddit.com/r/Python/comments/rra22x/comment/hqfcqbr/?utm_source=share&utm_medium=web2x&context=3) From [this article](https://www.asmeurer.com/python-unicode-variable-names/): > Python always applies [NFKC](https://en.wikipedia.org/wiki/Unicode_equivalence#Normalization) normalization to characters. Therefore, two distinct characters may actually produce the same variable name. For...

enhancement

You would also seen to merge https://github.com/Xion/taipan/pull/2 for python 3.10+ support If this PR isn't merged and anyone wants to use this library on python 3 then you can install...

## Describe the bug If a package isn't installed the version command errors out instead of notifying the user ## To Reproduce Use the version command with the `--show-installed-version` flag...

bug

### Description If a site uses relative URLs for images such as `` then this fails to show them. I think finding links like that somehow (maybe regex or beautifulsoup?)...

enhancement

In the spec page, it says that the vscode theme is a fully spec-compliant theme [1](https://spec.draculatheme.com/#sec-Example-spec-compliant-theme-implementation) ![image](https://user-images.githubusercontent.com/63045920/152108836-c14d57ed-0152-4c11-936d-7ee6badc08c3.png) So I expected the highlightjs theme to look pretty much the same as...