TeamDman

Results 136 comments of TeamDman

I, too, have encountered the problem of concurrent `terraform init` commands causing problems. This can cause providers to be half-downloaded or something resulting in errors that look like ``` ❯...

Looks like having the lock file will cause the downloaded providers to be reused instead of downloaded again. In my scenario, I've been creating new terraform projects programmatically, so I...

This is caused by https://github.com/neoforged/NeoForge/issues/1400

This is caused by https://github.com/neoforged/NeoForge/issues/1504

> XFactHD — 09/05/2024 3:41 PM You are effectively rendering the blurred background twice, once through the this.renderBackground() call and once through the super.render() call. Either that or the z-axis...

This should be fixed with NeoForge `21.1.84` via https://github.com/neoforged/NeoForge/pull/1741 Haven't verified that the fix works yet

Maybe you could do an if statement to check if any machine has slurry in the output and only if not do you move the ores?

Adding a looping structure is on the todo list until then it's only possible by adding a unique label to the machines and using a separate if statement

SFM now has an empty slots modifier which may help some use cases ```hs OUTPUT TO EMPTY SLOTS IN a,b,c ```

I could limit recursion without giving the language math capabilities, but yeah I'm not sure what the use case is