Matt Mueller
Matt Mueller
Hey @preslavrachev! I'd love to add cross-compilation support. Right now we're blocked by the [V8](https://github.com/rogchap/v8go) dependency which depends on CGO. I'm working going to integrate https://github.com/livebud/js soon to support the...
Ah, good point! This is a known TODO in the codebase, for example: https://github.com/livebud/bud/blob/6485405ec244c8df90d7a6acb6aa36cd77f7d9ca/internal/entrypoint/list.go#L161 I haven't had a chance yet to thread the configuration through all the layers. If you...
Calling out another challenge which is that the `response` package hardcodes this value: https://github.com/livebud/bud/blob/5a45c5e67051a3e591a718758970e3de9eae2a4f/framework/controller/controllerrt/response/response.go#L158 That internal package is quite old and is need of an update. Ideally the generated controller...
Hey @sourcec0de! I think that would work, but it might be easier to pass through the response itself: https://github.com/livebud/bud/blob/19a27ce387c109afa7766fd6e494da015b39f929/framework/controller/controller.gotext#L118 You could thread it to that template by passing the listener...
Hey @ralfiannor, thanks for trying Bud! The `default.css` implementation was a bit rushed. The original goal is that when there's no other CSS on the page, Bud provides reasonable defaults....
I remember @vito also being surprised about the `default.css`, do you have any thoughts?
> One thing to consider is what happens when I bump to a new version of Bud that comes with a new default CSS. Good point! I also agree that...
I'd ignore tailwind scaffolding at the moment because I intend to work on that soon https://github.com/livebud/bud/discussions/188 and I'm not quite sure what shape that will take at the moment. For...
Hey @sunney-x, are you able to reliably reproduce this error? Also, if you queried less, like you sliced your data into portions, do you encounter this error in one of...
**[Request for references across tables](https://github.com/prisma/prisma/issues/5048#issuecomment-1221416557) from @danshapir:** > Assume we have 2 tables. > Accounts and Transactions > We have a field on the Accounts called LinkTime, a datetime. >...