vrimar

Results 4 issues of vrimar

### General changes - [x] Update to mithril 2.x - [ ] Add support for alternative icon libraries (i.e material icons) - [ ] Add dark theme - [ ]...

Given this example: ``` interface IComponentAttrs { test: number; } class Component implements m.ClassComponent { view({ attrs }: m.CVnode) { return m(''); } } class Page { view() { return...

I wasn't sure where/how to update the osx binaries.

Example: ``` using MemoryPack; [MemoryPackable] public partial class TestObj { public required string Name; } public class Program { public static void Main() { var testObj = new TestObj {...