AndCycle
AndCycle
well, you can only upload to specific channel due to the oauth give you specific permission, by switching with different credential file means different channel.
the only totp python package that have time skew support is SpookyOTP, this should be easy to make it support, if anyone do the task.
I can see there is such a use case for delete, as I am previous use Eye-Fi, Eye-Fi do download and clear out old picture to maintain enough free space
the alternative is to delay the log until response close, you have to do some counting during the response, I just hit by this now I am searching an alternative.
simple POC ``` def __call__(self, environ, start_response): start = clock() status_codes = [] content_lengths = [] def custom_start_response(status, response_headers, exc_info=None): status_codes.append(int(status.partition(' ')[0])) for name, value in response_headers: if name.lower() ==...
@eoleedi looks good to me, thanks, there is some other attribute need some work, public event doesn't have `uuid`, I don't know filling it with `id` value is a proper...
https://github.com/eoleedi/TimeTree-Exporter/blob/1264832ba7fd512bb3071556bf70d35b85477775/timetree_exporter/formatter.py#L193 as I looking into the RFC standard https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.7.3 this should be `last-modified`
indeed, should have different class for them, thanks for lookup into this
here is mine setting, my munin cgi spawn socks by spawn-fcgi ``` munin.example.com { ### !!! match munin.conf cgiurl_graph setting for path "/munin-cgi/munin-cgi-graph" !!! ### @cgiurl_graph expression {http.request.orig_uri.path.dir}.startsWith("/munin-cgi/munin-cgi-graph") handle_path /static/*...