Leonard Aukea

Results 17 comments of Leonard Aukea

This was due to the path to the confluence page. my fault...you can close this issue. The authentication is failing though. even if I'm using the correct user and pass.

On a side note, I think the tutorial can be made somewhat more focused by not introducing "bash magic" in the middle of it. Looking forward to more CUE, beautiful...

> @LeonardAukea > > What do you see if you type `ls -d */ | cat` in that example (i.e. don't include the `sed` invocation in the pipeline) ? @rogpeppe...

> echo */ ```bash echo */ frontend/ infra/ kitchen/ mon/ proxy/ ``` I'm using zsh and ls command is mapped to [`exa`](https://the.exa.website) which might be the reason I ended up...

Too bad this is not supported yet. It would be very nice to have native support. I solved the issue with with a post gen hook shell script but i'ts...

For some reason I still see some events like: ``` Error creating: Internal error occurred: failed calling webhook "mutatepod.volcano.sh": Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": x509: certificate has expired or is not yet valid:...

> > working dir mount > > I think we could not mount local dir to container in k8s cluster directly, how about we spawn a rsyncd inside the container,...

@ryandaugherty Thanks for making me aware of `Gilt`. I was currently looking for this specific functionality. And I agree with you that it would make a great addition to the...

Adding this to css helps: ```css table { display: block; max-width: -moz-fit-content; max-width: fit-content; margin: 0 auto; overflow-x: auto; white-space: nowrap; } ```

I'll provide the PR tomorrow.