Igor Escobar
Igor Escobar
@Heirema what you asked gives me an idea... I'm trying to think generic here... what if you could pass a callback function to this? Like.. ``` javascript $.jMaskGlobals = {...
@EToniolo Let's try to make this a Pull Request :) Add the code, write some unit tests for it. I can help ;)
@EToniolo these links might be useful: https://github.com/igorescobar/jQuery-Mask-Plugin#unit-tests https://help.github.com/en/articles/creating-a-pull-request
@warpspin Hello there! Can you give other application for this greedy option?
@warpspin and have you checked how it works with the `reverse: true`?
@warpspin Yeah... that's what I meant. I tested yesterday and it didn't worked.
@warpspin Yeah, It can get complicated. The thing is that I believe most of the users use the `reverse: true` for monetary input so the users would for sure try...
@warpspin I agree but I can't think of any use case for this but with the `reverse: true`. I'm just trying to think regarding the DSL... what would make more...
@cheerfulstoic It still works? I tried to use it but I can't see anything new on NewRelic dashboard. (Neo4j initializer)
@cheerfulstoic Thanks for your help. I just couldn't make it work. This section seems to be working now: ```ruby ActiveSupport::Notifications.subscribe('neo4j.core.cypher_query') do |_, start, finish, _id, payload| NewRelic::Agent::Datastores.notice_statement(payload[:query].cypher, finish - start)...