Jens Reimann

Results 607 comments of Jens Reimann
trafficstars

I just noticed a new release of goose, and then checked back with this PR. @jeremyandrews is there something that I can do in order to get this merged?

> Hello [@ctron](https://github.com/ctron) . Thank you for opening this issue. If [@bureado](https://github.com/bureado) 's reply above addresses your question, please feel free to close this issue. Yes, I think it does,...

I think it would be good splitting the default version update and the addition of "latest" into different PRs. Updating the default version seems like a quick one. While the...

Sorry for the late response. I seem to have overlooked this one. Right now, as far as I remember, you can't add flags like this. However, you can add a...

I agree, it could be more intuitive. On the other side, `trunk` considers the `index.html` and or `Trunk.toml` the authoritative source of information. Cargo is "only" a sub-task. If you...

Sounds reasonable. Could you come up with a PR?

Sorry for the late response. This could/should/might be a good introduction: https://github.com/trunk-rs/trunk/blob/14b972f7369cf4e9d1b098e3afb4bc0e0ecd54d9/src/config/mod.rs#L1-L60 Here is the code for loading the configuration: https://github.com/trunk-rs/trunk/blob/14b972f7369cf4e9d1b098e3afb4bc0e0ecd54d9/src/config/models/mod.rs#L119-L148

When using `trunk serve`, you can already have that in the browser. So there's a websocket which emits that state. I think you should be able to use the same.

Ah, I see. Yes that makes sense. And it might be good idea to have that. Just thinking about possible ways to transport that information, what about using the same...