Andreas Bergmeier
Andreas Bergmeier
> I converted all files into lowercase My reasoning was to have as little changes to the code as possible. So I would rather change the includes to uppercase to...
So I created now a few PRs for some basic changes: https://github.com/abergmeier/CnC_Remastered_Multiplatform/pulls If you want to code as well just ping me. Not sure yet, how to setup review process....
I installed 1.28.6 from _hirsute_. Then did: ```bash service cups-browsed restart service cups restart ``` Afterwards it for now seems to works.
And it breaks again. So the temporary workaround is: ``` service cups-browsed restart service cups restart ``` 1.28.6 did not fix it.
> seems this would require a new CLI flag that gets threaded through to the build call. And IMO this would be preferable since once you have to use build...
From what I can gather Hashicorp seems to still be in the no Review phase. We maintain our fork of the binary.
> tfsdk.UseStateForUnknown() Can you elaborate, why it is necessary and what it actually does? It does not seem to help for my computed attrbiutes. Currently get bitten by this in...
Introducing `NestingMode: ` seems to fix the problem - so maybe validate whether `NestingMode` is unknown?
> In terms of resolution here, we likely cannot raise a compiler error without making the schema code more complicated Well the next best thing could be for the function...