Sam Minnée

Results 68 comments of Sam Minnée

I've asked @scott-nz for commit rights to his fork so that I can make the ^ changes.

How's that @unclecheese ? EDIT: Push failed, oops :p EDIT 2: should be good now

This has an issue in that bootstrap forms are applied to the CMS as well. I'm not sure if there's a way of disabling all the special onBeforeRender hooks for...

It looks like someone else has been taking care of this here: https://github.com/mmerian/phpcrawl

Sort of. We need to hit that endpoint, and then use the results to adjust the value of `repos` before this for loop: https://github.com/singer-io/tap-github/blob/master/tap_github.py#L481 Simply adding that endpoint as a...

It's worth noting that if all these missing field were added that's a large volume of data with a lot of duplication, e.g. the detailed user metadata given on each...

Just going to note that I've had issues with importing at least pull requests on this mammoth repo list. It's unable to get through the import of silverstripe/silverstripe-framework without choking....

FWIW it looks like this issue can be closed.

A few questions about this: * Is a key with suffix `__progress` a good default? Should the suffix be configurable? * When should the data expire? Using `redis.getdel()` as with...

OK so should I add 2 more arguments to the result backend(s) constructor? * `progress_ex_time: Optional[int] = 600` * `progress_px_time: Optional[int] = None` I'm happy to add that to this...