Aaron Renner

Results 29 comments of Aaron Renner

I investigated this a little further today and it appears the ownership error occurs when the LiveView process tries to rehydrate the LiveView. I opened this issue on the LiveView...

Hi @hfjallemark. 👋 This is a tough issue because Chrome isn't sending back enough information in its error log message to be useful. It sounds like Chrome is running into...

@hfjallemark I'll do a bit of research to see we can expose more lines of that log message.

@hfjallemark, I put some `IO.inspect/1` statements in the wallaby code locally, but it turns out the "uncaught ... " message is all that chromedriver is returning. :disappointed: ```elixir %{ "level"...

I just updated the site so you can compare umbrella apps for the following versions: * 1.5.13 * 1.6.15 * 1.7.0-rc.0 * 1.7.0-rc.1 * 1.7.0-rc.2 Next up, I'll be working...

I'm not currently working on a project that uses this buildpack, so I haven't had time to refine and update these instructions. If you have some changes to the readme,...

I also deployed bandit yesterday and saw memory usage triple compared to running cowboy a week ago (the dotted line) I looked in LiveDashboard and saw the `DelegatingHandler.init/1` processes with...

I disabled websocket compression with the following configuration and it did cause a little dip in memory usage, but not much. ```elixir config :my_app_web, MyAppWeb.Endpoint, adapter: Bandit.PhoenixAdapter, http: [ websocket_options:...

Thanks @mtrudel. That helped significantly. You can see where I deployed and how it settled at 3.2gb of memory instead of 6.5gb. The top line is the memory usage from...

Here's the difference in memory usage going from Bandit back to cowboy. In our case it's still about 1Gb difference.