Rizkallah Touma
Rizkallah Touma
@bensoutendijk I am facing the same issue now. I cloned the repository and changed the regex. How did you build the exe after you made the changes? I tried [Pyinstaller](http://www.pyinstaller.org/)...
I am importing the pipeline definition file ".trig" found in the `./deploy/data/pipelines` directory to the new instance directly. The idea is I want the instance to run with the pipelines...
Apologies for the late reply I was away for the summer. I just tested it copying both `/pipelines` and `/templates` into the `/deploy` directory and it works correctly. Thanks for...
Yes, I am still facing an issue when importing templates. I'm trying to create a docker image with LinkedPipes. After compiling the tool and creating the `./deploy` directory, I have...
So I found a workaround to avoid this problem. If I want to start LP-ETL with some pre-defined templates that I copy into `deploy/data/templates`, I should also copy the `repository-info.json`...
While waiting for an official solution to this issue, is there any acceptable workaround? I've read in many places that having an nginx reverse proxy is one possible solution. Any...
> > > > > > > > is there any acceptable work around? > > > > > > > > > > > > > > > Disable...