Damir Vandic

Results 82 comments of Damir Vandic

> Unfortunately, the docker container only compiles for 32-bit x86 and not ARM. To target ARM you will need a cross compiler toolchain or you can use the provided `.deb`...

No worries! I'm grateful you are willing to help, I can wait :)

Not sure what the status of this PR is, but isn't it a better approach to have the migrations shipped (with versions) with the library? Like Oban does for example,...

Something to consider: we published https://hex.pm/packages/opentelemetry_liveview and it's has 30k downloads in about a year. I was planning to move it here but I'm also happy to archive the project...

FYI LV 0.18 just got released and now there are more telemetry events it seems, from the changelog: `Add new LiveView logger with telemetry instrumentation for lifecycle events`

What is the error you're getting?

> I wish this kinda thing were easier to test lol. This LGTM If there's interest, I could contribute a PR that adds an integration test project with Wallaby set...

> I don't believe this is what we want because live patch shouldn't change the scroll position. Since the issue is on the live redirect side, I believe this change...

> Live patch is about changing the URL on the current LV and shouldn't attempt to scroll to a new position. Just to add to the above: I agree with...