LP

Results 57 issues of LP

So I have a scenario where we have a stored procedure which only exists to increment a field, and I would love to remove it and just have it done...

enhancement

This change will allow users to add the configuration variables to the `logger` section to define `tb_log_generated`: true and `tb_log_lr`: true which will then output the same validation images to...

# Summary Currently when you are using a scene first setup mb on a game object (`SetupView` MonoBehaviour), it only lets you setup the components that the view should be...

enhancement
editor

I was expecting there to be a footerTemplate option but I cannot find one, so is there a way to override the footer template?

Currently the scenario I have is that I want to persist selections between pages, I want to reset when they change page count or filter. However if I call `removeAll()`...

## Feature Request It would be nice if we could output a summary on the side (not sure of the term) on github actions, much like our unit test task...

enhancement
Summary

**Issue Type** - Feature Request **Describe the issue** Currently there is no interface wrapping the `OBSWebsocket` class so in unit tests you are forced to new up this type, however...

This aligns with the events being read only (ideally records going forward).

This allows downstream consumers to mock the object easier, also makes it clearer in one place what the implementation exposes due to the partials splitting it out lots. If you...

**Issue Type** - Feature Request **Describe the issue** Currently all calls to do requests with OBS are synchronous not making use of `Task` (and potentially `async`), given there has been...

enhancement
wontfix