James R Grinter
James R Grinter
I've gone for re-initialising all three semaphores in the forceHideAllAlertBannersInView: method, so that they're in a known "good" state.
https://github.com/jamesrgrinter/ALAlertBanner/commit/2c3e3b36aa88fba81bcfbb47fcdbdbc8196669ab is my fix to ALAlertBanner - though I'm not saying that this is the right fix, it's actually a bit of a sledgehammer approach that it resets the semaphores...
it wouldn't be a solution for failure/retry/backoff, but using the Symfony kernel terminate event (like Swiftmailer does with its memory spool transport) would be good for executing the slower notifications...
(This is timely: excuse my deconstructing the code "out loud". I started this trying to reassure myself that I'm not going to meet the same problem when I do something...
I have implemented some variation of this atop the library, as part of making it possible to construct a password policy from a configuration and then serialize it into a...
Have you had a look at, or made any progress on, this since November? This came up in discussion on the "descope project" issue #441 (see also #469 and #477)...
@pendzjo I’ve been looking around, again, for Script Engines to embed/ call from existing Java code (running on Linux/ia64) I’d already dabbled, and crashed the JVM, with this project’s NodeJs...
Had a chance to do a bit more digging. In the Node-RED package removing their "MQTT" node avoids the crash at initialisation. Notably, that uses the `mqtt` node module, and...