Arturo Volpe

Results 28 comments of Arturo Volpe

@tlk thats sound right, but it doesn't explain why it works in the version `0.1.2`, all I can see in the log is that various methods became public and a...

@tlk sorry for the late response. I can't reproduce the issue with the latest version of xcode with Hotkey 0.1.3.

@harryworld I try to reproduce the issue like the first time, creating a new project, adding the deps using swift packages, and then registering the key, but this time it's...

@barspi this PR https://github.com/jpos/jPOS/pull/496 has a initial approach to solve this issue, the idea is that we have a Environment property that has the list of 8 length bines and...

@my2iu there are [valid](https://github.com/search?l=java&q=%22CURRENT_DATE%22&ref=searchresults&type=Code&utf8=%E2%9C%93) cases to user the `CURRENT_DATE`, etc functions. I create a pull request, #31 with the implementation of the functions, and a Test to try it, I...

If I create a pull request with the fix to your test regards the `java.sql` API you will accept that? These changes are not related to the `current_date` issue and...

@my2iu all the enums are static!, even if they are nested. I am using code like the one you provided @kasimmm with hibernate 5.2 with no issue.

You should add `scheduler.getListenerManager().addTriggerListener(this);` to register the trigger to the scheduler, otherwise the methods are not called.

After a bit of googling, I found this page: https://src-gmbh.de/en/8-digit-bins-and-pci-dss/ It says that in PCI DSS v4.0 that requirement changes to: > The current summary in the PCI SSC FAQ...

The spec https://docs-prv.pcisecuritystandards.org/PCI%20DSS/Standard/PCI-DSS-v4_0.pdf in section 3.4.1 > 3.4.1 PAN is masked when displayed (the BIN and last four digits are the maximum number of digits to be displayed), such that...