Diego Colombo
Diego Colombo
How can I handle binlog file version changes? I get this error (using .NET 6) Unsupported log file format. Latest supported version is 9, the log file has version 14.
Implement deferred command support in the typescript port to reflect the api surface of the .NET code base
to reflect the logic around routing slip and parent management the contract file should be with classes with constructors instead of bare interfaces
Adding missing types and enforcing consistency
This is an experiment to figure out the root cause of #2042.
### Describe the bug when using #!connect cancelling seems not working ### Please complete the following: **Which version of .NET Interactive are you using?** There are a few ways to...
### Describe the bug ```csharp using System.Text.Json; using Microsoft.DotNet.Interactive.Formatting.TabularData; var table = sortedMergeGdp.ToTabularDataResource(); var text = JsonSerializer.Serialize(table, TabularDataResourceFormatter.JsonSerializerOptions); var deserialized = JsonSerializer.Deserialize(text, TabularDataResourceFormatter.JsonSerializerOptions); ``` ### Please complete the following: **Which...
### Describe the bug When submitting commands from the javascript kernel to remote kernels the commands doesn't complete or produce events ### Please complete the following: - OS - [X]...