Pete Inge

Results 45 comments of Pete Inge

We can add this to the existing query config and is included with #32

Here are my thoughts.... First, Contentful source combines ALL data into 1 file. My thinking is each `contentType` or `customQuery` should be its own file (or groups of files with...

Agreed with all - I was really trying to understand what the "default" should be but I don't think there is one. It really is an either/or type thing. I...

Video in slack: https://bluecadet.slack.com/archives/C03RY7MRA4V/p1660233005600819

- [x] return array or single content result - [x] remove ContentResult::combine(); - [x] remove "-full" - [ ] Make sure tickets to update other sources - [x] remove "customQueries"...

@benjaminbojko Re: return array or single content result `MediaDownloader` makes an assumption that it is only being run once per content source with its `options.clearOldFilesOnStart` and `options.clearOldFilesOnSuccess`. Either we should...

very cool! I kind of reverted what I originally did but made the `combine()` method in `ContentResult` static. And renamed it to `combineContentResults()`. That will just take the array of...

Agreed on the iterable part! I like the idea of creating things on the fly, BUT do we ever see in the future where we may want to limit specific...

OK - didn't take a full stab at this yet, but this could be bigger than smaller. Not sure if this should be done before we try to launch the...

So... should Command Center be treated as a singleton?