Do you know how to handle scrolling for the window when it comes to Turbo? When an element is added, it doesn't automatically pull it into view at the bottom of the div. Is there a quick way to setup automatic scrolling unless the user is scrolling upward/downward? I haven't seen any real concrete examples of this, being done right.
Very nice video -- Learned a lot of new stuff. My main concern at my organization is the inability to complete the docker compose process through our proxy. When I reach the npm installation, I get "Failed to fetch....Unable to connect to proxy.business.org:8080" Is there a way to handle docker when you're behind a company vpn and need to use proxy for certain tasks? We also need to bundle gems that live on "gem in a box" -- we have a self-signed cert on that server...Do you have any remedies for this particular issue?
Thanks, David -- I'll try using network_mode and see how it goes...Folks aren't sure how docker sees the proxy or the proxy sees docker in a local env...We can compile ruby gems behind proxy while utilizing the rails env.