Josh Johnson

Results 25 comments of Josh Johnson

I ran into this today (Angular `14.0.3` and ngx-ui-tour-md-menu `8.1.2`). The only way I could get this to work is by adding my own factory provider for the `TourService` service...

### Product Name PostOffice ### Description PostOffice is an internal email templating app that uses MudBlazor (WASM) and the Monaco Editor to allow users to define email templates in markdown....

I unfortunately will not have the bandwidth to implement this in the near future. If anyone wants to try their hand at a PR, I'm happy to review and include...

Are you formatting or minifying your XML? related: #262

I like this idea. I'm going to backlog it for now and circle back around when I have a clearer picture in terms of how to make this optional while...

I really like the idea of allowing customizations to the tree view. This won't make `v2.0` as I want to get that out the door by Memorial Day (and my...

Here is the initial plan - let me know your thoughts. * A new configuration (`xmlTools.treeView.customizations`) will be added. This will point to a folder containing customization files (JSON files)....

@heaths - I wondered the same about the `extension` and `fileNamePattern` options. I just came to the conclusion that there would be very little added effort to implement both over...

@wmjordan - As far as XPath performance, I'm using a 3rd-party library for that, so I'll just need to test things out and see what happens. I certainly don't have...

That is doable. I think performance will be less of a concern if I rethink how often we're actually parsing the document to begin with. Right now, each feature controls...