gtirloni
gtirloni
I *love* the systemd feature (it's my default now), thanks for having that. It's what actually made me use WSL for the last few days... I can finally have a...
Could this be an issue in `start-systemd`? I've added `set -x` to see what it's doing when this happens and will report back (one issue seems to be `upgrade.sh` reverts...
`--file` would indeed be great in this case. I think the command could fail if there are multiple files?
thank you, folks! much appreciated!
> It's not on our roadmap right now tbh. It's a large engineering undertaking but is top of mind on how to address this sort of configurability issue for monorepos....
Here is an example of a workflow that the lack of validation "enables": * Work on changes locally (write code, plan, plan, plan) * Submit PR * CI shows same...
I don't know about the validation rules. Is there a document detailing everything? Otherwise, I'd have to go the trial and error route which is what we already are doing...
AFAIK, provider{} blocks do not configure anything remotely. They just enable TF to access the provider's API, no?
I know it doesn't make any sense what I'm about to ask but could you try without the `@` in the scope?
To disable it, add the following like to `~/.inputrc`: ``` set enable-bracketed-paste off ```