Mark Fields
Mark Fields
+1. Having types that encompass the `@odata` fields (both in the envelope and inside the entity) would be cool, especially for delta sync endpoints to easily get at `@odata.nextLink` and...
I defined my own type for this purpose: ```typescript type ODataResponse = { [key: string]: any; value: T[]; } ``` Maybe it could be expanded upon to actually list some...
After further thinking, I'm planning to get Sweep Timeout consistent for lifetime of file and then include TestOverride at that point. First PR towards this end is #12118. Next will...
Next step: Take changes from this, and these two branches, and finish this up: * https://github.com/microsoft/FluidFramework/compare/main...markfields:FluidFramework:sweeptimeout-shortbuffer * gc-sweep-timeout-testoverrides on my codespace (couldn't push at the moment due to Codespace problem)...
Replaced by #12331
Will merge after #12062 is merged into main (same change)
Update: Planning to hold on this until next week when FF/Bohemia stakeholders have a chance to discuss and agree upon a long term plan for this API (i.e. when we...
I've been pondering this for a while, and looking this over just now another approach occurs to me - If you step back and see what this `treesLatestDeferral` is actually...
Ahhh you're right, I see it. Ok. I think I would lean towards doing the empty catch in the constructor, except it's kind of a pain in this case since...
This work is tracked in [AB#2121](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/2121) now