Noah Encke
Noah Encke
This fixes a bug in which a client of the IdCompressor would receive incorrect (specifically, duplicate) IDs after decompression. The compressor did not properly update the session normalizer to account...
Currently, reading an identifier field of a SharedTree node produces the type `unknown`. This PR changes it to return `string`. Note that the input type (the type provided when supplying...
This renames some of the public types from the SharedTree event library. The new names have been chosen to be more cohesive as well as to reduce the change of...
This is a prototype of one possible way to implement event emitters for unhydrated nodes. It contains a layering violation (namely, that `tryGetCachedTreeNode` is imported into treeKernel.ts) which would need...
## Description This is a cherry-pick of [63164b72cdffc1bdcb8f4346cb684619c68389f9](https://github.com/microsoft/FluidFramework/pull/21952), which prevents a timeout in the container-runtime performance tests. Without this fix, any future patches into this branch (2.0) will cause CI...
I do not intend to check this in as-is, it is here so people can easily view it and make comments - please refrain from correcting grammar/typos/etc. unless you think...
## Description This is a cherry-pick of [63164b72cdffc1bdcb8f4346cb684619c68389f9](https://github.com/microsoft/FluidFramework/pull/21952), which prevents a timeout in the container-runtime performance tests. Without this fix, any future patches into this branch (2.0.0-rc.5.0) will cause CI...