Andrew Rynhard

Results 97 comments of Andrew Rynhard
trafficstars

I specifically need to create an element that is predetermined by a third-party (hotwire.dev) requires (`turbo-frame`, `turbo-stream`, etc.). Something like: ```go ui := app.Html().Body( app.Head().Body( app.Title().Body(app.Text("example")), app.Meta().Name("viewport").Content("width=device-width,initial-scale=1"), app.Link().Rel("stylesheet").Href("main.css"), app.Script().Src("main.ts"), ),...

Like so: ```html ... class="flex flex-col h-screen max-w-7xl mx-auto px-4 sm:px-6 md:px-8"> ```

> Looks a bit complicated to implement in the package since it involves multiple js calls. Right now I have other priorities but in the meantime, maybe using a Raw()...

Any way we can get this in? This is pretty easy to mess up. It is not intuitive that `type: bind` also requires an option of `bind` or `rbind`. I...

> @andrewrynhard > > This might be worthwhile to have, but just to clarify -- it's not that `type: "bind"` additionally requires a `"bind"` argument. It's that `type: "bind"` does...

Thanks for digging into this @wbthomason.

Hmm, still not working for me FWIW.

> I close the issue since not changing the hostname fixed it, I will investigate this path. Sorry for opening an issue too quickly. Hmm, we should support changing the...

@ktock awesome. I saw your blog post. I am interested in how we could. Sounds like we need to get the agent into the OS and then configure containerd to...

Perfect. The primary use case I see is to speed up the pull of the hyperkube image. We will have to create a stargz version of the image?