Syasusu
Syasusu
Hi, developer. The method of each client is not be abstracted into interface, so that we can not use `mockgen` to generate mock code. Now, for unit test, I have...
## Context To solve #96 I think `/palworld/Pal/Saved/Config/LinuxServer/GameUserSettings.ini` is generated after the service is started for the first time, so I can only write an additional script to facilitate migration....
Thank you for providing the docker image and compose file. I migrated my existing server to use docker deployment today. Recovering from existing data requires some manual operations. I think...
Like this ```golang func init() { if !slices.Contains(os.Args, "-gcflags=all=-l") { fmt.Println("WARNING: inline is enabled, some gomonkey patch will failed") os.Exit(1) } } ``` I think this would remind developers to...
### Check for duplicates - [X] Checked ### Service Name OpenTofu ### Service name in Japanese オーペン・トーフー ### Comment This is the brand artifact of OpenTofu. https://github.com/opentofu/brand-artifacts
### OpenTofu Version ```shell OpenTofu v1.6.2 on darwin_arm64 ``` ### OpenTofu Configuration Files ```hcl terraform { required_providers { tfcoremock = { source = "hashicorp/tfcoremock" version = ">= 0.1.2" } }...
**Background** some Terraform or OpenTofu command support `-json` flag so that they can output information in json format which can be understood or parsed by some program. **Describe the solution...