marcoderama

Results 3 issues of marcoderama

I would like to use `yaml.Node` in my config files but have found they don't work with cleanenv. As an experiment, I changed the import in `cleanenv.go` to use yaml...

question
discussion

@jroper observes: I created a StatefulService manually with kubectl, the resource was created successfully, however, when the operator tried to reconcile it, this exception was thrown: ``` 2021-02-01T23:35:43.929Z ERROR controller...

Not a big deal but... The Intellij screenshot at https://developer.lightbend.com/guides/akka-quickstart-scala/intellij-idea.html (source at https://github.com/akka/akka-quickstart-scala.g8/blob/2.6.x/docs/src/main/paradox/intellij-idea.md) shows the "SBT project" as `~/Downloads/hello-akka-scala`. That should probably be `~/Downloads/akka-quickstart-scala` now. ![image](https://user-images.githubusercontent.com/40366664/171071193-ff8e0504-d446-4dbe-8ae7-516b92f6199e.png)