Joe Doss
Joe Doss
I have a spec partially written and I will put it up on https://copr.fedorainfracloud.org/coprs/jdoss/smallstep/ as soon as I can. The biggest problem is step-cli has some circular golang deps that...
Docker on Mac is painfully slow with volumes with many small files. Even more so on slower Macs. Once you go through first time setup, subsequent runs should be much...
@lakshyabatman Find `"-timeout", "2700s"` in https://github.com/forem/forem/blob/master/docker-compose.yml and set it to `"-timeout", "5400s"`, save the file and then run `./bin/container-setup` again. This will double the timeouts. Let us know how it...
@lakshyabatman Can you post your `docker-compose.yml` that you are using? Your screenshots say it is waiting for `web:3000` when it was changed in https://github.com/forem/forem/pull/9611/files#diff-d96415ceff93f042e1227caab167661bc9e44c133b3564e017fcd9f35b9c1f0dR92 to look for `rails:3000`. Please make...
To give another instance of not having octal numerals handled well in Dhall, that isn't related to k8s, I am trying to manage my Fedora CoreOS Configs which are YAML...
I agree with @philandstuff here. Any sysadmin is going to write modes as 755 or 0755 and keeping things as interchangeable as if they were using `chmod` on the CLI...
> If the leading zero is required, I would say it is semantically a string. Or else an oddity of output format. If the output format supports both octal with...
> I'm confused: wouldn't > > ```haskell > ... > , mode = "0644" > ... > ``` > > give the correct YAML output? And wouldn't an octal numeral...
This might fix things here too? https://github.com/hashicorp/nomad-driver-podman/pull/66
@tgross can #66 get merged? I just verified that it fixes this issue.