Results 313 comments of Matt Mueller

Hey @timmyjan46, thanks for your interest in Bud! I'm surprised that `import Test from "ui/Test.svelte"` doesn't work. If you have a spare moment, creating a failing test isn't too difficult...

> I was expecting import image from "public/image.png" to give me a URL as it does when using vite to build. You can use the image variable for and image...

> For example, if I have the file view/stories/index.svelte and try to import a component from ui/Time.svelte, import Time from "../ui/Time.svelte" obviously doesn't work here. It's all relative paths so...

Hey @IvanRibakov, thanks for trying Bud! Right now you need to create a controller in order to generate the route. So you'd need something like: ```go // controller/controller.go package controller...

No worries, the documentation and examples are still a bit sparse. Debugging tools are still in their infancy, though `bud --log=debug run` may give you some answers. Can you share...

Thanks for the PR @ralfiannor and for kicking this off! I don't want to remove the default.css without providing a solution to the goal. I've wrote my thoughts up in...

I just realized we should also do the same thing for `public/favicon.ico`: scaffold a default one, but then give users the option to override it or delete it.

Thanks for continuing to push this forward @ralfiannor! Do you happen to know the condition in which Go is adding/removing `Transfer-Encoding: chunked`? Let's just remove the `Transfer-Encoding: chunked` in the...

Thanks @ralfiannor! I just pulled it down and did some manual testing. Two issues popped up: 1. Welcome page no longer shows up when creating a new project 2. Renaming...

Thanks @jfmario! This is indeed a known issue. I'll try to push up a fix soon to unblock you, but otherwise feel free to wrap up the other PR on...