Vlad Sudzilouski

Results 22 issues of Vlad Sudzilouski

This is a prototype to see if we can get rid of various detached state and ensure that we can attach objects right away. ### Why We want to move...

area: runtime
area: tests
status: stale
base: main

Split from https://github.com/microsoft/FluidFramework/pull/20952 Also - Add unknown as default generics argument - it means "all JSONable types" - Fix some incorrect usages of Jsonable. - Make it public. I'll need...

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

Split from https://github.com/microsoft/FluidFramework/pull/20952 This PR will not compile, it depends on #20953 being merged first. Introduces new type JsonableOrBinary that allows mixing in ArrayBuffer into Jsonable, and provides serialization /...

area: runtime
area: loader
public api change
base: main

Split from https://github.com/microsoft/FluidFramework/pull/20952 Requires https://github.com/microsoft/FluidFramework/pull/20953 (so will not build yet).

area: runtime
area: loader
area: dev experience
public api change
base: main

This is a prototype of what it takes to support binary payloads in signals. Only client changes, with small demonstration of changes up to a driver. This PR will be...

area: framework
area: runtime
area: loader
area: driver
area: dds
area: dev experience
public api change
base: main

Test to demonstrate that a simple creation of a DDS will trip 1.4 client, as ID compressor is involved in such case (if it's enabled in container). The purpose of...

area: tests
base: main

Make Audience more consistent across Container reloads (from serialized state), and by doing so - get one step closer to having stronger guarantees about Audience.getSelf() behaviors. The primary motivation for...

area: loader
area: tests
status: stale
base: main

1. Add UT case that catches the problem (if no other changes are made). 2. Remove incorrect code that starts leave timer where it's not required (ConnectionStateHandler.ts) 3. Suggests possible...

area: loader
area: tests
base: main

When ContainerStateHandler overwrites are used, we get into recursive call into Container that is not fully initialized, causing a crash. This is due to a config provider logging events (using...

area: loader
base: main

## Scenario/ success criteria The goal of it is to enable more scenarios for OdspClient, in particular - enable scenarios that Designer app needs, and scenarios that they will likely...

area: examples
area: framework
area: driver
dependencies
area: odsp-driver
public api change
base: main