Results 7 comments of jp06

Yeah, I'm aware this is not valid HTML but I have no control over it in this case at least. To be more specific. I am trying to extract data...

Maybe related to https://github.com/zxing-js/library/issues/457? According to a [comment](https://github.com/zxing-js/library/pull/456#issuecomment-951591567) in the unmerged PR, it should be fixed by now. Maybe just need to update the zxing dependency.

[Cloudflare Tunnel](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/) and [tunnelto](https://tunnelto.dev/) are also options. Just in case you don't want to set up an ngrok account, and if localtunnel happens to be down (Stencil CLI's `--tunnel` uses...

I tried mounting an ARM build downloaded/generated with UUP dump script. `Get-WindowsOptionalFeature` does list the IIS modules in it, whereas the Tiny11 doesn't have it. Although, I haven't actually installed...

@InsertX2k yeah, but is it not possible to use the `DISM.exe` from the image like he said?

@s3rj1k a bit off-topic but do you think it's possible to have IIS on Wine?

We got bitten by this too because of color hex with alpha. Refactored it to use `rgba()` to make the status 500 go away. If you are using the Stylelint...