Vince Kieft

Results 10 issues of Vince Kieft

One of our services contain 178 resources. DescribeStackResources only returns the first 100 results causing the remaining 78 resources to contain the value ''. To resolve this I used listStackResources...

Version: SQLBoiler v4.14.1 DB: mysql 8 Scenario: I have the following data that is looped through when eager loading: ![image](https://user-images.githubusercontent.com/22029424/230749777-e400f54e-5aaa-4a7f-8793-56e7c921e6bf.png) This (by sqlboiler generated) code appends relations to non singular...

bug

height.AddLayer(new HydraulicErosion(resolution * 1000,120, 0.03f, 6f, 0f, 0.3f,0.02f, 0.3f));

Fit layer needs to clamp the heights inside a given min and max without cliping the heights, but rather scale them down accordingly