Eric Soroos
Eric Soroos
I'll take a look on it -- We've apparently hit this before (according to a co-worker) and we've got a build of dp+ that basically ignores non-standard delimiters. So immediate...
So having a look at what python's csv.sniff is doing, the `_guess_quote_and_delimiter` https://github.com/python/cpython/blob/main/Lib/csv.py#L273 is very similar, but covers all 4 possible quote patterns for a quoted field, not trying to...
It doesn't look like it -- it just looks like a frequency based check. Viterbi looks like a general constrain satisfaction algorithm, so it's just one way to determine if...
We've seen some stability issues based on the latest docker updates and docker-compose, especially with datapusher. In our case, it's looking a bit like a container startup ordering issue.
It was mentioned on the dev call that depending on how we're feeling about adding code to the actions and the security implications -- we may just want to accept...
I think it's probably better to set in the supervisor config -- there's no real reason that we'd need to be changing that at the docker level, and it would...
I don't think we need to add the other headers -- we're pretty explicitly returning a path to a file, none of the others seem like they're really be necessary...
I think this is mergable and potentially backportable to 2.9. (at least -- it's running in our 2.9 instances and this is effectively a forward port.)
The existing implementation exposes the solr query api to the outside world (not just extension programmers), at least in package search. As someone has said, implementations come and go, but...
Re: Data migration support: https://hackmd.io/hzRa6rVtT7O2ZUpW-N0ZIQ#25-Data-Migration-Support I don't think this would be required -- SOLR isn't the database of record for anything that we're doing, so it would be a better...