Tomasz Pluskiewicz

Results 301 comments of Tomasz Pluskiewicz

I added an `onError` hook, which could potentially be used for logging and retries (re #94)

To add to this subject, I just had this idea of custom hooks to be defined by step implementors. For example, the filter operation could offer an optional hook to...

Good catch. There should be no `console` at all

I considered using SHACL for such validation but lists are difficult. Might try n3 instead cc @giacomociti

I've been thinking about this for the case of #98. There, we need the first, standalone style Rather that addressing by an URL. I was thinking of automatically extending the...

If not too complex, we should implement this in a way that the skipped step if effectively removed from the pipeline. Otherwise a `PassThrough` would be enough

As discussed with @cristianvasquez @giacomociti @mchlrch, we propose that instead of implementing specialized monitoring steps, there should be a built-in feature to allow observing existing steps in a pipeline.

Okay then. Let's keep this issue around. I'll put it on hold

This appears to be an issue with line endings. I'm using mac. When I changed to LF, it ran fine