Chris Kuethe

Results 165 comments of Chris Kuethe

The issue isn't fixed yet. The exact configuration - including the previously mentioned sw spi fix - used has not been posted.

This seems to work. ``` from ratelimit import limits, sleep_and_retry import datetime @sleep_and_retry @limits(5, 1) @sleep_and_retry @limits(15, 60) def foo(): print "foo() at {}".format(datetime.datetime.now()) def main(): while True: foo() if...

> @ckuethe Hi. Can ypu explain ypur code a little bit, particularly the chained decorators? Just a little demo that implements dual rate limits... 15 requests in 60 seconds, with...

@hateonion try using osmocom_fft and osmocom_siggen just to get get a simple end-to-end test. That'll also give you some idea of how much gain you'll need. Also, consider connecting a...

Would very much like to see smb support in a "full" image; it seems entirely reasonable for a "full" image to include all the dependencies for all the features so...

It's not that uncommon to have duplicate media. I'm looking at a bunch of my feeds right now where old episode media is republished as an intentional revisit/replay/rerun.

``` The podcast host appears to have added the same episode twice. AntennaPod still refreshed the feed and attempted to repair it. Original episode: Title: PAST, PRESENT AND FUTURE: THE...

Also seeing this. I've turned down my scan intensity by using `--max-workers 2 --max-rate 1`, excluding services that don't exist in my project, and sleeping a couple of minutes between...

You can use `scout gcp --list-services` to list the service types scout knows about, and something like `scout gcp --skip bigquery ...` to skip service checks.

I would very much like to see the ability to spool a job to the back end to protect from network errors, eg. switching wifi access poinnts, my laptop going...