David LJ

Results 18 comments of David LJ

Hi @kochhar , do you need some help with the implementation? We're working on it too, based on the work of https://github.com/boumba100/JsonldAndroid/. We've already removed the android dependencies to add...

@ansell in the [work][jsonldandroid] I mentioned we're using as a base for the URDNA2015 canonization algorithm, some characters were not escaping properly like double quotes, backslashes... (we detected that while...

Link to the repo https://github.com/Aurasphere/facebot-examples is broken :cry:

First of all, thanks @anpa @felipecrs @jdbruijn , your solutions worked like a charm 🎉 Summarising here the core issue and some solutions. It will help myself think what to...

No problem at all @vidorteg :) just reopened with new link here: https://github.com/webhintio/hint/pull/5751

+1 Another job run sample: https://github.com/davidlj95/chrislb/actions/runs/7305097678/job/19908261745?pr=264 If running locally, I can see in the total byte weight audit is around 320Kbs which shouldn't raise the audit AFAIK Local output: [lighthouseci.zip](https://github.com/GoogleChrome/lighthouse/files/13763160/lighthouseci.zip)

After digging again into this, noticed that `score` is `null` in the JSON report ```json "total-byte-weight": { "id": "total-byte-weight", "title": "Avoids enormous network payloads", "description": "Large network payloads cost users...

Seems very related to https://github.com/GoogleChrome/lighthouse-ci/issues/994

Checkout for a workaround here: https://github.com/GoogleChrome/lighthouse-ci/issues/994#issuecomment-2096481472

Just in case someone's looking for a workaround for now for `total-byte-weight` using a numeric value as mentioned above: ```json { "ci": { "assert": { "assertions": { "total-byte-weight": ["error", {"maxNumericValue":...