J Skoba

Results 5 comments of J Skoba

I would agree that `->findOne()->delete()` doesn't make sense for the reason you stated. Does `->requireOne()->delete()` provide the required behaviour? Then you still have the option of using ``` $somethingOrNull =...

We ran into this issue recently. Notifications had been quiet for a few days, after logging into Icinga2 - surprise! - there are many notifications that have been "sent" but...

Hi @mringler, I have almost no experience writing tests, but I suppose this is a good opportunity to learn! Let me see what I can come up with.

If it helps, I was able to work around this issue like this: ``` var resizing = false; jQuery(document).ready(function() { jQuery('#table th').on('click.DT', function(e) { // if we have just resized,...

Hi Philip, I suspect you are using the "non-flash" version of the site. I'm not sure whether this is book-specific or something you've chosen, (my books were all "flash" verisons),...