Wladimir Palant

Results 48 issues of Wladimir Palant

### What's missing? There are some scenarios which currently require cloning a route multiple times to make sure each and every method is accepted. For me these scenarios are at...

request

[This regexp](https://github.com/microcosm-cc/bluemonday/blob/ba345254c49643e8c772e2ef1747837f5a88a0ed/helpers.go#L112) is used to validate alt text of images. It disallows common punctuation, which causes issues when alt text is copied from news articles or source code listings for...

New git projects (created after 2020) automatically get `main` as default branch name. Projects like this one which were created prior to this change still use `master` as their default...

ATTENTION

As things are right now, only TLS configurations with a single certificate are properly supported. Setting up SNI-based certificate selection is possible but quite a pain, as it requires delving...

I was looking into the code of a browser extension and wondering: “Why did the developers of a Manifest V3 (Chrome 88+) extension decide to transpile async functions (Chrome 55+)...

The instructions in `Readme.md` are pretty misleading, these still talk about a script named `xpisign.py` and don't explain how one would install xpisign. I guess that these instructions should be...

For the file I generated `xar --dump-header` produces the following output: ``` magic: 0x78617221 (OK) size: 28 version: 1 Compressed TOC length: 15572 Uncompressed TOC length: 78349 TOC Checksum algorithm:...

I tried using this module and hit the "expected Uint8Array" exception. Problem seems to be that the caller is running in a sandbox (via `vm` module), so its `Uint8Array` class...

bug
patch-welcome

My application can be downloaded and run from the file system as a regular website. In this scenario, it doesn't have a `redirect_uri` which could be used for OAuth -...

The spec says: > if no client registration is required, the server MUST ignore the value of the client_id parameter in favor of relying on the origin of the redirect_uri...