Federico G. Schwindt
Federico G. Schwindt
This would be a very useful addition. Is there any more work that needs to happen so this can be merged?
What about: ``` output: any: - status: [200, 400] - log_contains: id "1234" ``` This will open the format to also do: ``` output: all: - status: [200, 400] -...
I don't foresee the need for multiple entries but one of the ideas I entertained is to be able to specify whether a condition is limited to a particular server...
IMO there is value in having a single test covering multiple implementations. I mentioned "leaving aside how we can detect or pass this information down" and I don't expect ftw...
Seems to be working fine here.
You could use environment variables inside `[scripts.build]` as a workaround.
@akinsho Sorry, let me clarify. The README says that opening multiple terminals side-by-side is not supported when the direction is tab. I was wondering if there is an underlying technical...
That's fair. Thank you for getting back to me. I will close this for now.
fwiw, TinyGo also supports `//go:export`, which is what `//export` is rewritten to.
I feel the [remove redundant fields/objects](https://github.com/fastly/cli/pull/683/commits/5c2c343e5299ba00e08c7d7592de4d23d9bb6f3a) change should be done separately but either way looks good to me.