Benaya Trabelsi
Benaya Trabelsi
I chain several commands, with the "depends_on" parameter. it works fine, until I try to use job1.result from the previous job, as a parameter for next one: job1 = current_app.task_queue.enqueue(background_task2,...
can't go get github.com/Kagami/go-face, getting error: # github.com/Kagami/go-face /usr/bin/ld: cannot find -lcblas collect2: error: ld returned 1 exit status
since I'm new to electron, is there a way to know how to update outdated dependencies? or simply make this great template\guide work again? thank you in advance :)
I'm running on ubuntu, and I want to keep the container alive after it finishes the command. is there a way to do that?
I tried creating a spring boot server app, with javafx app runner, because I wanted to utilize the amazing feature of cross compilation. I want to create and run a...