Julian
Julian
@Typiqally Thanks a lot, this helped me! When running `./Build test`, I still got the error `Can't load '/usr/local/lib/x86_64-linux-gnu/perl/5.30.0/auto/Text/BibTeX/BibTeX.so' for module Text::BibTeX: libbtparse.so: cannot open shared object file: No such...
Hi @pmcenery-bl, did you find a solution for this?
@jannikschaper We have found a solution for that: ```ts promiseMiddleware: [{ pre: async (context) => { context.setSignal(AbortSignal.timeout(requestTimeoutInSeconds * 1000)); return context; }, post: async (context) => context, }], ``` This...