Diego Colombo

Results 39 issues of 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.

⚠ Bug
Feedback Needed

bug
Area-VS Code Extension
Area-Messaging and Comms
maintainability

Implement deferred command support in the typescript port to reflect the api surface of the .NET code base

Area-JavaScript HTML CSS
Area-Messaging and Comms
maintainability

to reflect the logic around routing slip and parent management the contract file should be with classes with constructors instead of bare interfaces

Area-JavaScript HTML CSS
Area-Messaging and Comms
maintainability

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...

bug

### 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...

bug
Needs more discussion
Area-Formatting
Impact-Medium
Area-Variable sharing

### 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]...

bug
Impact-High
Area-Messaging and Comms