Patrick Delaney
Patrick Delaney
trying to build `nim doc jester.nim` on: ``` Nim Compiler Version 0.19.4 [Linux: amd64] Compiled at 2019-02-01 Copyright (c) 2006-2018 by Andreas Rumpf git hash: b6d96cafc8bcad1f3d32f2910b25cd11a93f7751 active boot switches: -d:release...
``` >>> from datetime import datetime >>> from requests import Session >>> from cachecontrol import CacheControl >>> >>> session = CacheControl(Session()) >>> datetime.strftime(datetime.now(), "%Y-%m-%d %H:%M:%S") '2018-09-27 16:49:49' >>> response =...
@ionrock thank you for clearing that up for me. If I want to test that a stored response has expired or not what is the proper method to use for...
Hoping to implement the following in one go: https://aws.amazon.com/about-aws/whats-new/2019/04/you-can-now-use-resource-level-permissions-for-amazon-cloudwatch/ would be nice to deploy tagged cloudwatch alarms via CFN alongside the policy that applies to them.