Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/debug uis #85

Merged
merged 44 commits into from
Aug 18, 2022
Merged

Feature/debug uis #85

merged 44 commits into from
Aug 18, 2022

Conversation

cs-util
Copy link
Collaborator

@cs-util cs-util commented Aug 18, 2022

This change is Reviewable

…tructions and to validate the ui event logic works
…sts (and updated testing libraries to their latest versions)
…thing the same as the default RestFactory except the ping logic which seems to not work correctly for IPs in the latest Unity version
…named to make it clear it extends default features of IDisposable plus holds the state if the object is disposed
…e chain to listen to events to this target key value store. This also deprecates MutationObserverKeyValueStore which was a previous implementation of this concept
…ew Observable key value store and a debug UI as a next step
…m/item?id=32189416

The PromiseMap represents a caching pattern where instead of having a key:value cache instead key:promise-that-resolves-to-value—doing is used, this gives you
dog piling prevention for free, because the first lookup of a value triggers the computation to fetch it while subsequent lookups wait on the same promise to
resolve—or resolve instantly if the computation has completed
…orrectly return the same substate for the same input state every time
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 6732 lines exceeds the maximum allowed for the inline comments feature.

@codeclimate
Copy link

codeclimate bot commented Aug 18, 2022

Code Climate has analyzed commit 7ba4c6f and detected 10 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2
Duplication 8

View more on Code Climate.

@cs-util cs-util merged commit aa84561 into master Aug 18, 2022
@cs-util cs-util deleted the feature/debugUis branch August 18, 2022 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant