spicychickensauce

Results 11 comments of spicychickensauce

I'm also running into this issue. My code: ```elixir types = %{id: :integer, album_id: :integer, loaded_at: :naive_datetime} from(a in Album, right_join: params in values(params, types), on: params.album_id == a.id, left_join:...

I'd happily use a CTE if knew how 😅 The main problem I have is that even with a fragment, I don't know how I can pass a table like...

As written on the forum, I have this isssue for all my applications. > As far as I can tell, older versions of liveview (at least [livebeats](https://livebeats.fly.dev/signin), released a [year...

Here is the server log when it happened. As suspected, nothing interesting there: ``` 15:54:31.028 [info] CONNECTED TO Phoenix.LiveView.Socket in 37µs Transport: :websocket Serializer: Phoenix.Socket.V2.JSONSerializer Parameters: %{"_csrf_token" => "KUhwcw0....YUyL3s", "_live_referer"...

Yeah, we are probably running into battery safer stuff. However, > This often means there isn't much we can do because they stop running JS altogether. This issue also happens...

That's great news! I'll give it a go. But the nature of the issue makes is a bit tricky to know if it is fixed, so it will probably take...

@SteffenDE Unfortunately, I have already seen the issue again on Chrome on Android. So the PR did not fix the issue 😢 I suspect that the `visibilitychange` event just isn't...

@SteffenDE Ok, this time I enabled debug and managed to capture it happening via remote debugging. Note that I do not see the "Not reconnecting ..." message. I have added...

I can confirm I am on the "sd-reconnect-visibility-assets" branch. I'm not sure how I can truly confirm it's serving the right file, but I believe it is. This time I've...

I do not use phoenix from npm, my package.json only has tailwindcss + iconfiy. I will try your example repo tomorrow and see if I can still get the error...