Results 39 comments of Parth

Great to hear from you, totally understand, it's a great library for normal sized docs. I think I'm going to give a ground up approach a go.

okay so if I'm understanding correctly: I can override `visit` to get al nodes regardless of whether they've been visited or not & regardless of whether they're leaf nodes or...

Hey, appreciate you taking the time to help me. There's still a gap in my understanding: ```java public void visit(Node node) { VisitHandler handler = getHandler(node); if (handler != null)...

Sorry for not being clear: I'm working on: https://github.com/lockbook/lockbook-dev-desktop it's a security first live markdown rendering notes app. (checkout releases if you want to play around with it, early stages...

What would be the problem with the following strategy: + take a `Document`'s `.getChildren` turn it into a linked list of hash codes. + If you did not have a...

Not sure if you looked into the issue I linked. Before the prerelease I was facing a bug regarding highlight of the navigationview. But here drag and drop is working....

@ranjeshj I believe you could create a minimal repro with UWP sample code + add drag and drop to the `NavigationView` components. My source is available [here](https://github.com/lockbook/lockbook/tree/master/clients/windows). More specifically [this...

The newest prerelease (`9.23`, and all the other `2.5.*`) also breaks `muxc:NavigationView.PaneFooter`: behavior in 2.4: ![image](https://user-images.githubusercontent.com/821972/94375480-c8f6aa80-00c8-11eb-8fbf-7fffbe9561ff.png) behavior in the 2.5 prereleases: ![image](https://user-images.githubusercontent.com/821972/94375525-225ed980-00c9-11eb-9829-d10a772fabf4.png) Notice the footer has been pushed down. I...

Or the null character: ``` Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_111 on Linux 3.13.0-49-generic Welcome to JavaREPL Web Console version 425 java> char c = 0; Session terminated. Starting...