Frank Cornelis

Results 47 comments of Frank Cornelis

Did some initial work on this one. However, I'm not really happy with the cleanup of the `rateLimiterRegistry`.

PR https://github.com/primefaces-extensions/primefaces-extensions/pull/959

`p:idleMonitor` pokes the session each time via the AJAX event calls, causing ping-pongs and hence extending the session. The session component doesn't influence the server-side session at all, unless the...

`p:idleMonitor` also expects the user to move the mouse, which is not always the case. Sometimes a user has to do some paperwork in front of this PC without mousing...

@jepsar also a workable solution. Would be nice if you could also disable the mouse movement events altogether, so you can choose how to monitor. Active via mouse, or just...

Recovering from a server-down event is something else, no?

Like page size you mean? ```xml @page { size: A4; margin: 40mm 5mm 30mm 5mm; } blablabla ```

Compile via: ``` mvn install ``` If some unit tests fail, you can skip them via: ``` mvn install -Dmaven.test.skip=true ```

@danfickle Could you please provide us with an update? Are you able to continu this project? If not, why? E.g., time, money, personal issues. With the time/money part, we can...

This would indeed be handy has right now we have to uninstall/install each time to test/demonstrate the initial connection towards the Smart Card Connector. Any news on this feature?