oleh

Results 18 issues of oleh

### Describe the problem Escape does not close svelte inspector ### Describe the proposed solution Escape should close svelte inspector ### Alternatives considered - ### Importance would make my life...

enhancement
good first issue

Rendering un-sanitised html via `@html` is a potential xss (cross site scripting) vulnerability if that html is provided by a user. Consider removing support of html toast messages in favour...

enhancement

`tf_slim` is used in the source code but is not listed in `requirements.txt`

Steps to reproduce: 1. Go to https://tools.deth.net/vanity-address-generator 2. Click generate 3. Import generated private key into metamask 4. Address in metamask is different from the address shown on the website

### Describe the bug type of `page` should be `Writable` ### Reproduction ```svelte import { queryParam, ssp } from "sveltekit-search-params"; $: page = queryParam("p", ssp.number()); ``` ### Logs _No response_

I needed to parse dkim signature in js and this is the only good library I found. These are the changed I applied in order to compile this library to...