AT41

Results 9 comments of AT41

I found a potential fix: calling markSelectedOrDefault() inside ngOption.changes.subscribe(). Since this bug is only present when [items] is not set and \s are being used, maybe surround the call to...

@jothipandiyanjp My fix was just to access the ng-select.component.ts class, and subscribe to ngOptions.changes. See this: ![image](https://user-images.githubusercontent.com/18402976/55413053-cf34b680-5525-11e9-8e39-3e8c6b8c30bd.png) Basically, inside the subscribe() method, I set `_markedIndex` to the index I want...

API incremented, modified return values so that they can be formatted through {VELOCITY} and {LENGTH}. Will make a new issue for throwing exceptions for getters rather than returning 0 once...

Sorry, been busy but I'll see this PR through to the end! All the requests should be resolved in the latest version - I'll add a new issue for throwing...

Ready for another review @Sadret @Broxzier

@Broxzier Everything seems to be good to go. Added a new issue as you suggested earlier: https://github.com/OpenRCT2/OpenRCT2/issues/20994. I can squash commits myself, unless PRs get squashed automatically? Let me know...

Fixed the bug with height and powered lifts. The bit logic on height caused precision to be lost, but the new calculations should fix that. Powered lift values are combined...

@Gymnasiast Is there anything blocking this PR?