Cody Russell

Results 8 comments of Cody Russell

Thanks @posgarou, this was very helpful! I used `(2)` and it worked very well.

Is this happening specifically from `live.html.heex` by any chance? I have seen a similar issue when using `live_patch` but it seems to only be occurring when called from `live.html.heex`. Inside...

I'm not able to reproduce the `live_redirect` issue, so what I'm seeing may be different. But I am able to reproduce my similar issue with `live_patch` in a minimal example,...

Yes, in my case I was using it wrong. I was just patching my way everywhere, but really you only want to use `live_patch` (or `` within the same LiveView,...

You will need to provide a sample program and also mention what platform(s) it's failing on. The drag/drop implementations are different between Windows, Mac, and Linux.

Yes that patch is reverted for now.

fwiw, I had the same problem and it was not solvable by switching to @jcupitt's fork. After a little digging, it appears that in Mountain Lion there were a few...