Pavel.Samusev
Pavel.Samusev
@bdatdo0601 it helps to not more see the ` Function App not ready. Retry 0 of 30...` however, if you modify your function code and try to deploy it again...
Hi everyone. Same for me, timeout doesn't work. Any progress?
do you expect fix?
Same for me. It breaks content of the `style` attribute that contains css selector ">"
@karlvr I'm now thinking in a different way. What if we return/throw only known statuses (i.e. if spec contains 200 and 404) we add a handler for 200 and throw...
Hi, @karlvr, any progress on this?
Hi, @karlvr . No, I didn't test it yet. We've done the product where the usage of your library was required and currently it's just in maintenance mode only.
The problem still exists for @stencil/core 2.4.0 UPDATE: As workaround I found that with option `buildEs5: true` stencil build everything in --dev mode as expected
It's also impacted the change-detection execution performance - `ngAfterViewChecked` of Translate directive triggers in a cycle. Unfortunately, we can't use the provided workaround in all cases since we have a...