Gilbert Tanner
Gilbert Tanner
## This PR - Removes readme2tex as [Github has added support for native rendering math equations in Markdown](https://github.blog/2022-05-19-math-support-in-markdown/). There are still some formating issues that need to be fixed before...
## This PR - Removes overwriting of stage selection by `setTraces$` timer ### Related Issues Fixes #8614 ### Notes The `setTraces$` timer inside the `ktb-sequence-view.component.ts` wasn't updated when selecting a...
Currently the development documentation for the Keptn Bridge is split into two documents [docs/developer/bridge.md](https://github.com/keptn/keptn/blob/master/docs/developer/bridge.md) and [bridge/README.md](https://github.com/keptn/keptn/blob/master/bridge/README.md). This should be streamlined to make it more intuitive for new contributors. Discussion with...
## This PR - adds link to current running sequence if the selected sequence is blocked ### Related Issues Resolves #7635 ### Notes   [link-to-blocking-sequence.webm](https://user-images.githubusercontent.com/36239763/182592610-6038f406-7bc5-401c-8a1f-6e3468bcbb7c.webm)
**Environment** * Client OS (e.g., Linux, macOS, Windows): Linux * Keptn Version (`keptn version`): 0.18.1-dev **Affected Component** * [ ] Approval * [x] Bridge * [ ] CLI * [...
Currently, both the `ktb-modify-uniform-subscription` and the `ktb-project-settings` component use a `dt-confirmation-dialog` do display the pending changes warning. As the pending changes warning might be implemented in additional views in the...
The initial prediction was missing inside the predict method.
I added my own 3d models as described in [CreatingAssets.md](https://github.com/Unity-Technologies/SynthDet/blob/master/docs/CreatingAssets.md). Now I want to change the background images and remove the background objects. I tried setting the BackgroundObjectResourcesDirectory attribute to...
If an overflow error is triggered inside the FrskySP_sniffer example, the buffer won't get cleared, and therefore the loop will continue to go inside the else if. To fix this,...