James Gregory
James Gregory
This would be a nice compliment to the `/` highlighting we just added. PRs welcome, otherwise I'll have a look in due course.
I think that looks great! On Fri, 2 Jun 2017 at 7:22 pm, Igor Strebezhev wrote: > @jagregory @mishak87 > , what do you think about this one? > >...
We should also bare in mind all the XML junk around namespaces and attributes. Do we validate using a query that contains that complexity (`//v123:order[@type='online']`) or by some simple query...
The change to use GetTypes was deliberate. One of the most common beginner mistakes was making their mappings private, and them not being picked up by FNH. There's also a...
Adding `` support would be a fairly large task, not in terms of difficulty just breadth as it'll touch FNH end-to-end. Completely new mappings require the following steps: 1. Create...
FWIW, you can set the `TokenConfig.IssuerDomain` option in your config file to change the issuer URL. It's annoying that you need to do that if you change the port, but...