Spencer C. Imbleau
Spencer C. Imbleau
Not sure if I agree with the change to separate Body and add a new structure called Particle. They are supposed to be the same thing, so I'm trying to...
I would want a resolution to the separation of Body and Particle before merging. I'd merge if the request came with parallelism (then the need is apparent), but since it...
I want to thank you for your open source contributions. I'll take a look shortly but you've done a great job and I'm happy to see the contributions. :)
Are you using Yew or a front end library alongside Trunk? There's many solutions (most immature) for CSS, but the one I recommend most is Stylist.
Stylist and front end CSS solutions should be the go to, in my opinion. Pushing this onto Trunk seems like the wrong place? I'm open to different opinions.
I built https://github.com/kurbos/bevy-shell-template, which uses a Trunk.toml to point to a WASM launcher for Bevy. Use this as a gold standard. But Trunk (afaik) does not support `--example` currently.
I totally agree. It should be a feature, but I don't have the bandwidth. If you want to add the `--example` (which would default check for an index.html in the...
I'm not entirely sure I support this. On one hand, `--loading-text 'Loading...'` is too biased. What if I want an animated spinner for loading? It's not text. I also think...
The link goes in the head. For a good example, see https://github.com/simbleau/website/blob/e29ad56dc1cecd78a0e949cc267deb6aa1d068df/index.html#L68 I can't help much without seeing your code.
Thanks for actually diagnosing the issue, I realize that #413 is related. You are correct that uninstalling Ruby works, because Dart Sass will be installed by Trunk. In the future...