Matt Rakow
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...
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...
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...
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...
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...
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...
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...
### 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...
[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...
Draft PR to demonstrate alternate approach to LazyPromise