Tony Ross

Results 69 comments of Tony Ross

Looks like 200b is a zero-width space in unicode. I would think this is acceptable whitespace. I tested my own file with these characters in both the CLI and the...

Thanks @ahangarha, now I can see what's going on 😊 Turns out the zero-width spaces are causing the HTML parser to open the `` tag early (as only certain whitespace...

> I cant sign CLA, coz of error Sorry about the PR template still pointing to the old CLA. I see you were able to get the new CLA signed,...

Blocked until TS supports ESM. Worth keeping as the dependency help us read locale information cross-platform to support localization code in the CLI.

Thanks for the report @Mark-Hetherington! I can confirm I appear to be seeing the same behavior. This feels more like a regression (though if it is it's been there awhile)....

@Mark-Hetherington I think this may have been related to https://github.com/webhintio/hint/pull/4837 as I no longer repro with the most recent webhint update. Can you confirm this appears to be fixed for...

Thanks for the suggestion @Th3S4mur41! I agree having a playwright connector would make sense for the project. I'm not immediately sure how much work would be involved to adapt the...

Thanks for the feedback @RealUn2ken! > the old notion of style not being cached is not necessarily true anymore in fact this advice is rather obsolete these days. progressive app...

@molant > I'm thinking that maybe we could have something on the release script that gathers all the schemas from the different pieces (hint, connectors, hints, etc.) and puts all...

@rayazanderson yes this is still available and that'd be awesome! I think the work here will be mostly in the [SchemaStore/schemastore repo](https://github.com/SchemaStore/schemastore), but having even the base [config-schema.json](https://github.com/webhintio/hint/blob/main/packages/hint/src/lib/config/config-schema.json) published there...