Philipp Rosenkranz
Philipp Rosenkranz
This might be a dumb question but is it possible to restart individual jobs? So far I couldn't find anything that allowed me to restart a pull request job which...
It would be really helpful to have a specialized Connect function which connects the output port of one component to n input ports. Something like: ````go func (n *Graph) ConnectBroadcast(senderName,...
When protoc is called with the `--doc_out` flag it calls `protoc-gen-doc` in order to generate documentation for supplied protobuf files. This fails on systems where `protoc-gen-doc` is not installed. Therefore,...
When running a PR job it can happen that in parallel someone merges changes to master. This triggers a job start on the master branch while the PR job is...
Hi, I have a strider instance running in a docker container behind a Nginx server. Strider runs on port 3000 and Nginx acts as proxy serving strider via https. Unfortunately,...