Julian
Julian
Thank you for your response, 1) I agree, maybe it could be moved to yet another hook, that is built for this specific requirement? (Beside from just bumping the major...
My usecase is that I have to pass data to the client, which is basically based on the file itself, so I have to pass data as soon as the...
I hope this pull request fulfills the requirements. I'm a go as well as a github beginner
Hi @netaisllc, couldn't you do that with a volume bount to the containers files directory? I'm currently planning to create a (cron)job for regular cleanup of the files directory, and...
Yes, that would be the easiest solution, I second that, but that would also require me to either open the hook service to the outside world (including the setup for...
Addition: `oneOrMore('x')` fails with the same when used inside `and`, i have updated the sandbox: https://codesandbox.io/s/angry-wave-fr0m5s?file=/src/index.ts Code that fails: `createRegExp( oneOrMore('a') .and('.') .and(oneOrMore('b')) )`
I get this locally with 4.6.3 as well.
Excuse the question, but am I supposed to to something with the ticket?
I had the same problem, in fact the URL seems incorrect, I got mine to work with the export URL (which is just `/?export` attached to what you currently have.)