Chris Frolik
Chris Frolik
First, thank you for posting this repo - it is very helpful. Do you know if it is possible to use this technique (or another similar technique) with modules that...
If your HTML happens to have whitespace in the tag, e.g., ` foo `, that text will not impact how the user sees the page, unless it is a ``...
#### Bug description Private fields of the derived class are serialized. Private fields of the base class are not. #### Repro steps ```csharp using MessagePack; using MessagePack.Resolvers; using System.Diagnostics; var...
Is there a way to exclude the worker code? I'm calling `editor.session.setUseWorker(false);` so I don't need it. It would be nice to get rid of the 650KB from my (minified)...