André Cipriani Bandarra

Results 182 comments of André Cipriani Bandarra

Regarding the performance score, it sounds to me we should try aligning the performance requirement with Core Web Vitals as well.

Ideally, we would be able to ship resources with the APK to allow the application to start, even if the initial load happens while offline. Unfortunately, this is something that...

You should be able to modify your `gradle.properties` and specify a different build directory, as described here: https://stackoverflow.com/questions/13915351/change-gradles-working-directory-when-compiling-a-groovy-project We could add this to `twa-manifest.json` so that `gradle.properties` is generated with...

The goal is that you shouldn't have to. Generally, you shouldn't have to care about the `app` folder too. I wonder if the reason is that you are using it...

Running: `curl -v https://www.mustakbil.com/manifest.json` from the command-line gives me a 403 error too: ``` * Trying 104.26.0.23... * TCP_NODELAY set * Connected to www.mustakbil.com (104.26.0.23) port 443 (#0) * ALPN,...

Can you check if running the below changes anything: ``` bubblewrap update --appVersionName="3.0.10" --fetchEngine="node-fetch" ```

My guess here is that Clouldflare is getting more agressive when blocking traffic from robots. They have a page with instructions around [managing good bots](https://www.cloudflare.com/en-gb/learning/bots/how-to-manage-good-bots/). It seems the solution here...

> I think robots.txt doesn't enforce any access rules. It just act as a guideline for good bots i,e, which contents should they crawl and index and which content they...

Adding the comment from #70: - Add a generated project to the test folder - Create an end-to-end tests that generates a project to folder - If files on both...

On @amanganelloaltimetrik error: The error I'm getting is: ``` cli ERROR Unsupported MIME type: image/webp ``` It seems that when fetching a PNG image, the server is returning a WebP...