Alex Villarreal
Alex Villarreal
## Description - Basic memory profiling tests for the SharedMap and SharedDirectory DDSes. - Reorganize the test subfolder in the map package to accommodate memory-profiling tests. - Note that they...
## Description Basic memory profiling tests for SharedString. ## Any relevant logs or outputs Output of the tests: ```bash /workspaces/FluidFramework/packages/dds/sequence $ npm run test:memory > @fluidframework/[email protected] test:memory /workspaces/FluidFramework/packages/dds/sequence > mocha...
## Description I noticed that some of our release group root-level `package.json` files define a `test:types` npm script that in all cases does effectively nothing, because no packages inside the...
## Description Updates k8s Deployment manifests for Routerlicious so `spec.selector.matchLabels` matches *all* the label values in `spec.template.metadata.labels` instead of just one of them. K8 documentation is a bit confusing around...
## Description While learning about package references in TypeScript I came across `tsc --build`, which automatically builds dependencies (the `reference`d packages) before building the specified project. I remembered a comment...
In the [documentation for the `omfwd` module](https://www.rsyslog.com/doc/v8-stable/configuration/modules/omfwd.html?highlight=omfwd), `KeepAlive.Interval` and `KeepAlive.Time` do not specify the unit of time for their values, like other parameters do (e.g. `udp.SendDelay`).
## Description Improvements to documentation. Typos, formatting, capitalizing Container. Some things where I'd like some feedback to make sure things are accurate and clear: - Pointing out that calling `serialize()`...
## Description FHL experiments around uncoupling the `Container` from the `Loader`. First objective is to make `Container` instantiatable without a `Loader`, and as a realistic test, have `AzureClient` do it...
## Description - Add new interface `IFluidDataStoreRuntimeEntrypoint` which is an `IFluidRouter` with an optional (for now) `handle?: IFluidHandle` property. - Make `ContainerRuntime.getRootDataStore()` return the new interface instead of `IFluidRouter`. -...
## Description Something seems to have gone wrong with [these](https://github.com/microsoft/FluidFramework/pull/11557) [two](https://github.com/microsoft/FluidFramework/pull/11594) recent changes to the lockfiles for historian, which I believe resulted in what we see right now in our...