Mark Fields
Mark Fields
The main extension page you get when you click the extension in the Extensions panel looks like this when the extension is disabled:  But when it's enabled, it tries...
## Description We added the `encode` and `decode` functions onto `IFluidSerializer` a few years back, and updated the utility `makeHandlesSerializable` to use `encode`, but left the inverse utility `parseHandles` using...
## Description Some internal tweaks I wanted to make while reading through some of this code.
Port the following commits to RC1 branch: * f2b744a7f92e52fe40ec2e66bcb824bd3ac14cd9 * 059fc1896bbb11419e62e1351c50a2c23f1d3d1c * 059fc1896bbb11419e62e1351c50a2c23f1d3d1c * 68e6f921898cfa5b8210eb72304cdc89259c44de (partial) Our GC early adopters are seeing a handful (less than 10) docs that are...
## Description Fixes #8016. We need to port this back to RC3 and RC4 once merged to main. For anyone implementing their own DDS, when they pick up an FF...
## Description There are many issues that can occur when attempting to connect or reconnect to the ordering service. When FF is "stuck" in the "EstablishingConnection" state for an extended...
## Description Fixes [AB#7939](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7939) For the parent Epic, we need to handle the case where a container is serialized, and then multiple incarnations of the same container resubmit the same...
## Description I needed to refresh my understanding of Op Virtualization while working on an upcoming design. In doing so I found opportunity to update / add to existing markdown...
## Description Fixes [AB#8544](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/8544) On submit, the PendingStateManager stores the batch's starting CSN along with each message. We need the corresponding information for incoming messages too, for two reasons: 1....
## Description This is a quick and dirty prototype looking at how we can use stable `batchId` on each submitted batch to detect forked containers, in the case where a...