Andreas Volkmann
Andreas Volkmann
@windoze what about using `format`? ```kotlin install(CallLogging) { format { "status: ${it.response.status()}" } } ```
@AdityaAnand1 Do you mean a refresh route? I.e. the client can use an existing, valid token to call the endpoint, which then issues a new token.
Hey there. I decided to look into this by myself a bit. What I found is that there are many variances of the Xavier Initialization ([source](http://andyljones.tumblr.com/post/110998971763/an-explanation-of-xavier-initialization)). * 1 / nIn...
It seems the X++ environment is not available to the public. Similarly, public code samples are sparse. https://github.com/TrudAX/XppTools/blob/master/DEVCommon/DEVCommon/AxClass/DEVFileReaderCSV.xml https://github.com/microsoft/FMLab/blob/master/FMLab/Lab10-2/FMBILabHelper.xml
Yes, I was really just hoping for some of the basics :) The buffer graph says: X++ (TextBuffer) 
Great, the rainbow braces work! What is needed to get the other features, like keyword highlighting to work? I saw you had already defined some of them, but they are...
These are the options for X++: 
So for almost everything, example `public` and `class`, it says `None`. For custom types it says `X++ Metadata Type`. `==` is `X++ Operator`. There's also literal strings and numbers. Even...
I really just want and easy `Name -> Char` lookup. No need for search.