Henrik Steen

Results 20 comments of Henrik Steen

The "oneOf implementation" only works on the root level, as in a fully different object returned from the handler. My example provided shows a different use case, as in a...

> @henrist 2.4.0 has just been released and there is a fix that handles this case when the changeset is executed (so it should catch all cases (create/update etc). Can...

> @henrist @jfalkenstein Any update on this? This continues to be an issue in `2.7.1`. Is there anything I can do to help get this merged and into the next...

This is why it fails: https://github.com/cloudreach/sceptre/blob/9df6a65f435f83bc8c99be266581d613bd7c6994/sceptre/cli/update.py#L60-L63 The code requires all items in the plan to have updates

I'll devote some time during the weekend to check (both the changes mentioned and if needed push som partial changes in a PR).

> Thanks I’ll have a look soon I take it master doesn’t work? Yep, correct. The code i refered to in https://github.com/Sceptre/sceptre/issues/723#issuecomment-504398213 still caused the bailout.

> @henrist did you resolve this somehow? would you have a full example how you solved this? I don't think we did anything specifically to solve this other than just...

I guess in many cases (at least in my case), Laravel don't know all the frontend routes, only the one it provides for API. And even if it would, I...

@mindjuice: Line 348 only has a real effect for the last evaluation in the evaluation "chain", as the reactorState (with new cacheValue) from the intermediate evaluations are discarded. reactorState is...