XField
XField
+1, but in my scenario, I indeed need to make multiple identical requests. As tylergannon mentioned, I was able to mitigate the issue with "cassette.allow_playback_repeats = True`.
PR #755 (and corresponding #753 for the Nov release) mitigates this issue by: 1. Adding a global.json in the LanguageServer folder 1. Forcing the Working Directory of the LanguageServer to...
/azp run
@ArthurKamalov, can you try to merge the `xfield/enable-disable-scrubbing` into your branch and use the new ability to disable the scrubbing of `se=` (example in #595). @kikomiss: FYI
@kikomiss, I've made the following changes that were causing non-deterministic behavior in the test case: 1. Submit a job to the `echo-output` target instead of using the latest submitted job...