Ron Šmeral
Ron Šmeral
I wouldn't call it incorrect per se. It it inconsistent though, using `return` after error in the callback version, and using `step()` after error in the Promise version. How I...
Hi, I'm facing the same issue. My job gets killed when running `ncbitax2lin`, because it exhausts all available memory: ``` failed 47 : execd enforced h_rss limit ... maxrss 209.618G...
> Thanks for this. > > Would be nice to find a way to share/standardize setup like this and tests to make sure all the connection implementations are aligned. Agreed....
Now I realize – this will most likely work only for filters with exact param names (`title`) and won't work (but also won't break anything) for filters like `title__ilike`. I...
So, I dug a little deeper, and realized there is some repetition in how filters are parsed and used. AFAICT, there is sort of a missing layer in filter handling...