John Holliday

Results 22 issues of John Holliday

When debugging an input file, the parse tree is written to files that all have the same name "Parse Tree". This makes it very difficult to keep track of which...

feature request

I prefer to view the parse tree vertically, but there doesn't seem to be a setting that specifies the default orientation. Consequently I have to manually switch to vertical for...

feature request

The webpack-react example runs in VSCode, but fails in Visual Studio 2017. Steps to reproduce: 1) Clone the repo to a local folder. 2) Create a new node.js project in...

**Describe the issue** Creating a simple azure function produces a stack overflow exception when loading the swagger ui page. **To Reproduce** Steps to reproduce the behavior: 1. Create a new...

**Describe the issue** Using dependency injection, getting exception in method 'Functions.RenderSwaggerUI' when attempting to display the Swagger UI page. **To Reproduce** Steps to reproduce the behavior: 1. Create an Azure...

triage

Following the instructions to install via Nuget. Rebuilding the project produces no output.

Please add support for .Net Standard 2.0.

The following settings appear to have no effect on the generated UI. Both tags and endpoints appear in the order as declared in the spec. ```csharp app.UseRapiDocUI(c => c.GenericRapiConfig.SortTags =...

In addition to the 'nav-logo' slot, there are several other slots provided by RapiDoc that would be useful to have available. [rapidocweb.com/examples/slots.html](https://rapidocweb.com/examples/slots.html)

There does not seem to be a way to replace the logo with a custom image. Can you provide an example?

enhancement