Abram Sanderson

Results 24 issues of Abram Sanderson

## Description The previous implementation of `regeneratePendingOp` necessitated a linear walk over segments of the merge tree. This strategy can be improved by augmenting the `partialLengths` structures stored at each...

area: dds
public api change
base: main

This adds "src" to the set of published files, which allows source mapped URLs to resolve for consumers of this package. Resolves #265. If the download size of the package...

## Description This fixes an eventual consistency issue exposed by fuzz testing. The core problem is that clients that are reconnecting may end up in a state in which they...

area: dds
area: dds: sharedstring
public api change
base: next

## Description This adds a design document for the attribution feature of SharedString. The immediate goal of this feature is to reduce snapshot size of SharedString documents that use an...

area: dds
base: main

## Description An FF team member observed this error log from a clean state: ![image](https://github.com/microsoft/FluidFramework/assets/5222607/c6ce082f-cd67-4661-812d-4ac16ddce453) They confirmed that experimental tree's /lib folder wasn't present on the resulting output. L2 of...

area: tests
base: main

## Description Uses `describeStress` in editManager's combinatorial tests to run longer versions on tree changes as part of the DDS stress pipeline. This also adjusts the timeout for two other...

area: dds
area: dds: tree
base: main

## Description Implements portions of the v2 schema evolution API which have general agreement. See #20450 for original proposal (which also has some APIs that aren't yet implemented). See the...

area: examples
area: framework
area: dds
area: dev experience
public api change
area: dds: tree
base: main

## Description Adds the recommendation that users set initial state before attaching any created DDSes to `IFluidContainer.create`, and include a code example.

area: framework
base: main

## Description Currently, we use the ropc flow with a confidential client to authenticate in our e2e/stress tests against odsp. This is less appropriate than using a public client flow,...

## Description Currently, we use the ropc flow with a confidential client to authenticate in our e2e/stress tests against odsp. This is less appropriate than using a public client flow,...