Simon Tabor

Results 11 comments of Simon Tabor

If you close the entire window (rather than just the tab) would Cmd+Shift+T still work? I was on the S3 version, luckily it appears to have saved into my history...

should the bower.json be `"simontabor/jquery-toggles": "~4.0.0"` instead? i'm not very familiar with bower but it seems strange to have the name in there twice

I think you should be able to simply do `e.stopPropagation()`, for example... ``` js $('.toggle').on('toggle', function(e, active) { e.stopPropagation(); if (active) { console.log('Toggle is now ON!'); } else { console.log('Toggle...

Thanks for this Albin! Sorry for the delay - I'll need to find some time to properly test this as I remember having a lot of issues when I added...

We have multiple environments which need the Browser configurations kept in sync. Doing this manually is an absolute nightmare and Terraform'ing them would be a huge help

Building our own client feels like reimplementing the wheel and we'd risk a lot of feature bloat. I'd vote for deprecating the HTTP client and building small plugins for common...

I quite like this approach as it will allow us to attach our own loggers to the context (which is where I want them), without touching the internal logs written...

> @simontabor why do you think injecting a custom logger through the powertools logger would be annoyingly complex? Making that the injection point would make it work for all the...

This is happening frequently on GitHub Actions too. It's weird that this provider works so poorly via CI providers and perfectly fine locally - I assume there's an undocumented IP...

Any updates on this? Still a problem on provider 0.6.20 ``` │ Error: expected delay_action.0.until_minute to be in the range (1 - 59), got 0 │ │ with opsgenie_notification_policy.policy_working_hours, │...