Pete Saia

Results 7 comments of Pete Saia

Just had this issue as well. It's because the `$broadcast` is firing before the `$on` is ready. While it isn't ideal, try wrapping your spin method in a timeout: ```...

I can confirm that any combination of variables results in the behavior stated above. Furthermore, if you create the replication group in the UI and then import it into terraform,...

@CFXd, Based on the snippet you sent me (thank you, btw): ``` a:2:{i:2;a:3:{s:5:"title";s:7:"HIRE US";s:4:"text";s:34:"test";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;} ``` I believe the issue is the way you're exporting the dump. Specifically, the problem is...

I think it's odd that 100% of them are escaped. I'm going to work on a test for this today.

I've made an update to the core class. I was unable to re-create the problem exactly but I have a suspicion as to what's causing it. The beginning (`s:123:"`...) and...

Sorry for the delay on this. Could you please provide a snippet from your database dump where the problem occurs?

@tekenstam (Sorry, pinging you due to recent activity) - Is there anything further I can do to have this PR reviewed?