Andreas Volkmann

Results 9 comments of 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) ![image](https://user-images.githubusercontent.com/9032394/60532244-2d2b9280-9cfd-11e9-8584-c625cae36cbd.png)

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++: ![image](https://user-images.githubusercontent.com/9032394/60736766-6f044500-9f58-11e9-837e-39b9392bc865.png)

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.