rviscomi / har.fyi

https://har.fyi
11 stars 3 forks source link

Query migration to `all` dataset #5

Closed max-ostapenko closed 2 months ago

max-ostapenko commented 3 months ago

Related to https://github.com/HTTPArchive/httparchive.org/pull/875

Table query migrations:

Also:

Dependencies:

Closes #4

max-ostapenko commented 2 months ago

@rviscomi please review.

There are 3 open questions, you may have an opinion about. I'll finish the 3rd guide (if all else is OK) next week.

rviscomi commented 2 months ago

Sorry for the delay, I hope to get to this today or tomorrow at the latest 🙏

rviscomi commented 2 months ago

Are you also getting this error at runtime?

Could not process image request: MissingSharp: Could not find Sharp. Please install Sharp (sharp) manually into your project or migrate to another image service.

max-ostapenko commented 2 months ago

@rviscomi I believe it's because of package-lock.json and some platform incompatibilities. Remove the file and do a clean npm install.

rviscomi commented 2 months ago

Hm I've done a fresh npm install but still getting the same error

max-ostapenko commented 2 months ago

Do you run npm dev? Does it happen during building or some particular page view?

Could you try npm install sharp?

max-ostapenko commented 2 months ago

If still persists, please share the logs from npx astro dev --verbose

max-ostapenko commented 2 months ago

Rolled back the dependencies back to main state to test (no image zoom plugin). Please, let me know.

rviscomi commented 2 months ago

Thanks!