Ashley Clarke
Ashley Clarke
This would be great 😄
This would be really useful, I have a use case where I wanna do an uptime check (API call) from multiple locations.
It [looks like](https://aws.amazon.com/blogs/security/easier-way-to-control-access-to-aws-regions-using-iam-policies/) IAM can be restricted to a region so I assume its not restricted by default. I think an API on the function itself could be better, perhaps...
I think we are seeing this issue. We have it where our uptime check fails (within 2 seconds), this seems to occur when other requests have timed out so I...
I agree and think it should be: ``` if(is_null($current)) return 0; ``` unless @JeffreyWay has an argument for why he is returning `$num` Although its not really important as far...
Actually I agree on both parts. If I only have 1 operand then yes it should return zero e.g 0 \* 9 = 0, however if you have multiple then...
@nunomaduro any update on this? I have the same issue on a fresh LZ installation.
This would be good, also allowing the user to reset to theme defaults if they have overwritten them would be nice.
I had a quick look at implementing this but I think it will be a fairly big change
@hughsaffar did you ever look at this or were you waiting on @aarondfrancis ? It should be possible but I dont think I understand the codebase/aws enough to make the...