Nenad Stojanovikj
Nenad Stojanovikj
Definitely not expected. In our applications, there isn't any recognizable latency introduced with this package. Have you tried profiling to see what exactly is causing this slowness?
I don’t have my computer at the moment to dig deeper, but could it be the exporter? Try setting a NoopExporter just to try and eliminate out this doubt.
Apologies for breaking the silence :speak_no_evil:. Is the PR good enough to be merged as it is without removing the line?
Hi again! I was going through the list of my PRs and I noticed this one hasn't been active for quite some time. Personally, I find warnings in my build...
Turns out this function was only exported in Zend starting from PHP 7.2. Here is the commit: https://github.com/php/php-src/commit/c7742e280a4edcc8b216d7b798c805c9a439d663
@krakjoe Is there a compatible way of calling the `zend_strpprintf` from PHP 7.1?
If you're dynamically adding new fields/inputs, and would like to track their state, trigger Are-You-Sure to rescan the form like this: `$('#my-form').trigger('rescan.areYouSure');`
Yes, it's included in the documentation: ``` /* * If you're dynamically adding new fields/inputs, and would like to track * their state, trigger Are-You-Sure to rescan the form like...