Daniel Lehenbauer

Results 21 issues of 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...

dependencies
base: main

[AB#7224](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7224)

dependencies
base: main

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 }),...

area: framework
area: dds
public api change
area: dds: tree
base: main

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...

area: dds
base: main

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.

area: examples
base: main

API trimming

area: examples
base: main

* **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,...

bug

Experiment

area: framework
area: runtime
area: loader
area: driver
area: dds
dependencies
area: dds: sharedstring
area: tests
area: odsp-driver
public api change
area: dds: tree
base: main

[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...

dependencies
area: dds: propertydds
base: main

[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...

area: runtime
area: build
area: contributor experience
public api change
base: main