mkagenius

Results 8 comments of mkagenius

Also, > Do not hand over your unloked mobile phones unlocked*

Thanks for this, we will include this in the detailed version of the document.

I can pick this up as part of HackTogether event. I am wondering if only parsing error is needed to be checked or any kind of document feeder error is...

I see. I am wondering that since we do not want to change vespa's current behaviour, would it be enough to edit the exit code just before exiting based on...

I see. Is `FATAL_ERROR` [here](https://github.com/vespa-engine/vespa/blob/52147b9865e0b3871c8309fa014f09c3d4177875/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/Result.java#L26) directly indicative of the parser error or could it mean something else as well? (if yes, then this can't be used) Another way not so...

Original comment's exception log shows error in Result only: `Detail resultType=FATAL_ERROR exception='No field 'foobar' in the structure of type 'image'' endpoint=someendpoint:443 ssl=true resultTimeLocally=1569932483817`

One more doubt, why would the user only want exit code to be 1 in case of parsing error and not in other errors (temporary server down etc)? As I...

This still does not work. Could you give an example where "recompute" happens when the argument to the formatter gets updated somewhere else in the document? My ugly code: http://codepen.io/anon/pen/doZrxN...