Matt Rakow

Results 16 issues of Matt Rakow

Doesn't seem to make sense for this single logger to live in common-utils -- moving this will make it easier to find and consolidate related code, and I think it...

area: examples
area: framework
area: runtime
area: loader
area: driver
area: dds
area: dev experience
breaking change
dependencies
area: dds: sharedstring
area: tests
area: dds: propertydds
area: odsp-driver
public api change
base: main

This change eliminates the standalone model code loader concept, instead choosing to put the responsibility of producing a matching model on the container code (via request handler). I think this...

area: examples
base: main

Partial fix for #8455 (does not resolve the sporadic pack failure). On my slow dev box this reduces `npm run ci:build` time by ~13%. The examples require property-inspector-table to be...

area: dds: propertydds
base: main

Even after getkeys, forceReauth, and navigating to /odspLogin, trying `npm run start:spo` on any webpack-fluid-loader demo (e.g. diceroller) fails with a 401 error. `npm run start:spo-df` works fine. ``` fetch.ts:16...

triage

Start the demo (local driver is fine) and try to load it in the browser - observe nothing renders and dev console has the following error: ``` fluid:telemetry:Container Request_cancel {"category":"error","duration":0,"error":"Adding...

triage

getTinyliciousContainer() was always meant to be a temporary utility to help get demos off the ground. The model loading pattern is not significantly more complex from the app-developer perspective (compare...

area: examples
base: main

A container is either created as ephemeral/persisted depending on how the createContainer network request is issued. This happens during the `attach()` flow, and can vary from container to container. The...

area: driver
public api change
base: main

### Current Behavior In the repro repo, the "build" command has caching enabled. Running it (`pnpm build` at root) does the correct thing in response to modifying file **_contents_**, but...

type: bug

[AB#7966](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7966) Based on @vladsud 's #20283 , this is a draft of API surface to toggle 1.x vs. 2.x compat mode. Note that this feature's goal is to ensure compatible...

area: examples
area: framework
area: runtime
area: dev experience
public api change
base: main

Draft PR to demonstrate alternate approach to LazyPromise

area: runtime
dependencies
public api change
base: main