Jonatan Kłosko

Results 340 comments of Jonatan Kłosko

Looks good, just a couple comments :)

Great, one last comment and we can ship!

Released in v3.0.12 :)

I don't have Next.js expertise, but you may be missing `"use client";` in the file where you wrap your app in ``.

If someone has more details or thoughts, feel free to reopen.

Also, does a refresh or hard-refresh change anything?

@leonardorame is there a more specific error in the dev tools network tab (status/response)? Also, if you copy the `/iframe/v5.html` URL and open in a separate tab, does it load?...

Is there a reason you are trying to build XLA from source, rather than use the the precompiled binaries? We use [these dockerfiles](https://github.com/elixir-nx/xla/tree/main/builds) for precompilation, so those instructions should work.

The build should trigger only when `XLA_BUILD` is set, otherwise it either downloads a precompiled binary or, if not available, raises an error. One way to check would be to...

Interesting, I don't have any idea at the moment. It would be helpful if you could minimize it into a reproducible repo, like an empty mix project with the deps...