Colin Bate

Results 13 comments of Colin Bate

Yes, it should be in theory. Originally I did this so that it could co-exist with the `m.mount()` feature of Mithril which does auto-redrawing. I didn't want to redraw more...

LogSeq supports priorities using essentially inline tags: `[#A]` (Or B or C). I came here looking to see if inline tags could be used to group or sort the tasks....

Regarding the tests, I was able to get them to run via the command line tool: mstest.exe `mstest /testcontainer:wherever/Dynamo.Ioc.Tests.dll /test:OptionalFilter` You can leave the `/test` part off to run the...