Menelaos Kotsollaris

Results 5 issues of Menelaos Kotsollaris

Hi, can somebody provide steps to import the library to Android Studio? I have tried using VCS->Github feature but unfortunately haven't achieved anything.

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Operating System: Platform: darwin Arch: arm64 Version:...

template: bug
area: next/image
area: next/dynamic
area: data fetching

Thanks for the great POC @jacob-ebey! I have a question regarding potential performance (web vitals + SEO). Have you measured or run any experiment?

I am trying to deserialize my `result` of a specific type `MyType`. For some ``` const myJson= resultJson; //resultJson comes through the server with a valid value myVal = deserialize(MyTypeA,...