Niels ten Boom

Results 15 comments of Niels ten Boom

Hey @saket1999. The code already does this for you, if it processes a video for the first time, it will store the vectors in a pickle file (you can change...

@pierre-andre-long is totally right! :) Agree that some variable naming could be better though, they're artifacts from converting a large jupyter notebook with scientific code to this python module.

> @nielstenboom seems like something went wrong with the docs? The docs for multitenancy_enabled have disappeared? The diff was a bit odd, I've moved the variable to the bottom in...

Hi @noaabarki, thank you for your swift response, nice to e-meet you as well! Let me attempt to explain what I mean with an example. The docs on this mention...

Another example to illustrate my point: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: scripts-python- spec: entrypoint: python-script-example templates: - name: python-script-example steps: - - name: generate template: out-of-memory - name:...

> Hey @nielstenboom, I'm still a little bit confused. First, the examples you added will fall under the lastRetry.status == "Error" condition, and therefore it doesn't matter what is the...

Hmmm I'm not sure how [this module](https://github.com/nielstenboom/recurring-content-detector/blob/master/recurring_content_detector/video_functions.py) behaves on m4v files, it probably doesn't classify them as video files, meaning you end up with an empty set of videos to...

I just checked the network requests you need to do for this and they're as follows (for SMS 2FA): ``` POST https://storefront-prod.nl.picnicinternational.com/api/15/user/2fa/generate { "channel": "SMS" } ``` ``` POST https://storefront-prod.nl.picnicinternational.com/api/15/user/2fa/verify...

> Thanks @nielstenboom! Are you using Frida with an ssl pinning bypass to find these requests + body or did you find an easier way? I'm still spending more time...

Would like to mention volumeMounts as well as another example of fields you'd like to set!