Patrick Wieschollek

Results 29 comments of Patrick Wieschollek

This is related to https://github.com/PatWie/CppNumericalSolvers/issues/116 which has been addressed.

Isn't the token for each individual installation per repository? There is an installation Id for each registered repository and a single integration id. For a very [basic setup](https://github.com/PatWie/pylint/blob/a0283500c424109de6c0614a2c28c3e45284483c/server.go#L112) I needed...

Rather than using a special logic for `deployment`, having a badge for each build step would be sufficient. ```yaml pipeline: build: deploy: extra: ``` Getting a badge via `https://host/api/badges/org/repo/status.svg?step=[deploy|build|extra]&branch=...` would...

To give some context on this change. I frequently wished that the badge shows the status for individual pipelines (different versions). A running system using this patch will allow showing...

As there was no feedback, I haven't continued to work on this. I would rebase on HEAD, when I would update drone on my machine.

I am using woodpecker-ci. There won't be an update from my side.

Hi, nice library. I am curious how you would solve the issue of adding the demo source code in the docs automatically. I currently need to run another script copying...

Is there really TensorFlow version "1.13"? I thought there is only "1.13.1". You might want to change the line https://github.com/PatWie/tensorflow-cmake/blob/dc0b4eeee274849abc1effdb29df6b3cd5f39d06/cmake/modules/FindTensorFlow.cmake#L126 and add your version. As soon as I have the...

This is strange as bazel downloads all dependencies including Google protobuf. Installing the protobuf by hand is a bad idea as version missmatchs can add additional issues. Can you confirm...