Jamie Lynch

Results 5 issues of Jamie Lynch

Proposed design below: Home 🥖 Settings 🍞 General 🥐 Language

enhancement

We should probably find the optimal one and use that. Currently it varies by a few bytes each time the build script runs.

## Goal Splits the `EmbraceImpl` implementation so the session API is implemented as a delegate. Future changesets will factor other related APIs into appropriate delegates. ## Testing Relied on existing...

## Goal Splits the `EmbraceImpl` implementation so the user API is implemented as a delegate. Future changesets will factor other related APIs into appropriate delegates. ## Testing Added unit test...

## Goal Refactors EmbraceImpl to use property delegates, rather than relying on vars. ## Testing Relied on existing test coverage.