Yann Dirson
Yann Dirson
What about just linking to https://github.com/xcp-ng/host-installer/blob/master/doc/parameters.txt instead, and submit improvements as patches to the official doc? Maybe we should setup a `8.2` ref in there so we could separately link...
> I think the Appendix section could be a right fit for it. In theory with Docusaurus, we could have "namespace" for each release, but just for this extra content,...
> You won't be able to use the search, parsing for arguments (since the text is parsed by Algolia). That's why I'm talking about discoverability :) Ah, what we need...
When trying to boot an UEFI image of a Debian install, I'm getting `Guest has not initialized the display (yet)`. Any idea where it could come from / where to...
Opening the issue on https://github.com/xapi-project/xsconsole/ could be useful?
The idea is indeed interesting. One thing is a bit tricky however: what I'm after for my app is getting files copied only when a specific feature is requested (the...
> I am wondering why you don't just use an env-var for this? You can easily check that in an xtask for example. Moving the `build.rs` into an xtask moves...
I thought about that (that's the "So could we make it possible to move all this logic into an xtask, conditioned to a feature?" in [this post](https://github.com/trunk-rs/trunk/issues/723#issuecomment-1975140824)), but it would...
I meant, if I have 2 different xtasks, for feature-on and feature-off, the problem is now "how do I select which xtask to run?". I still fail to see what...
Adding double quotes around `$(...)` should fix the syntax error.