Daniel Lehenbauer
Daniel Lehenbauer
[AB#7223](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7223) Node16 module resolution has some issues with 3rd party dependencies. ``` @fluid-internal/devtools-view: error during command 'tsc --project ./tsconfig.json' (exit code 2) @fluid-internal/devtools-view: src/components/TelemetryView.tsx:561:4 - error TS2604: JSX element type...
[AB#7224](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7224)
Minimal changes to restore 'deepEqual()' compatibility for objects constructed without a subclass: ```ts const Point = _.Point(.., { x: _.number, y: _.number }); assert.deepEqual(new Point({ x: 0, y: 0 }),...
A POC fix/workaround for [AB#7217](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7217) During reconnection, SharedMatrix attempts to reuse MergeTree's 'getContainingSegment()' to resolve past row/col positions to the current MergeTree segment + offset containing the row/col handle. In...
Display both row-major (typical database) and col-major (optimized REST endpoint) baselines and ratios. Also prettify the reporting a bit for pasting into documents.
* **Version**: v12.18.3 * **Platform**: Linux d35e72cef690 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 GNU/Linux I'm guessing this is a trivial matter of needing to escapify filenames,...
Experiment
[AB#7379](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7379) The 'property-common' package contains a nested 'platform-dependent' package that is used to import browser vs. node implementations of crypto random. It looks like this is for uuid generation. Probably...
[How contribute to this repo](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md). [Guidelines for Pull Requests](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines). The sections included below are suggestions for what you may want to include. Feel free to remove or alter parts of...