Alex Villarreal
Alex Villarreal
## Description Builds on top of https://github.com/microsoft/FluidFramework/pull/20904, to enable content being inserted into a shared tree to be validated against the stored schema of the tree. ## Reviewer Guidance The...
## Description This is a proof of concept adding a feature to the benchmark-tool, so we can use it to write benchmarks that report their own custom measurements. ## Reviewer...
## Description Enables compressed encoding for some tests that were missing a schema. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines). The task calls for >...
## Description Deprecates `ILoggingError` and `isILoggingError` in telemetry-utils and removes internal uses. These are both @internal and as far as we can tell not used by our partners, but for...
## Description This could have consequences or limit some things we could try to do with tests. Locally the local server tests went from 3m to ~ 1m10s. Trying it...
## Description Work-in-progress. Make it so accessing leaves via simple-tree does not allocate flex-tree nodes or anchors for them. ## Reviewer Guidance The review process is outlined on [this wiki...
## Description Setup I've been using to try to troubleshoot the timeouts in local server e2e tests. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description Proof of concept of a way in which we could expose the SharedTree persisted format version so users could choose which one to use. Maybe this approach does...
## Description (Note: currently built on top of https://github.com/microsoft/FluidFramework/pull/22845. Once that merges, I'll update this so only its changes are reflected) Updates the `cookie` dependency to address [a [CVE](https://nvd.nist.gov/vuln/detail/CVE-2021-23368) in...