Sebastian Rühl
Sebastian Rühl
If this dependency is added: `dependency("com.openshift.jenkins", "openshift-pipeline", "1.0.54")` the integrationTests fail in a `java.lang.StackOverflowError`. This answer [here](https://stackoverflow.com/a/32366618/850036) indicates that this might be a problem of an unwanted dependency. We might...
There is a pretty cool git implementation (https://github.com/src-d/go-git) in pure go. We are using git-chglog as library and it would be usefull If we could use the go-git so we...
This PR fixes https://github.com/rivo/tview/issues/751 When skipping color tags the `currentTag` is getting incremented and directly after that a index access with that happens. This always crashes on the last tag....
There is a guard to only check if the current tag `currentTag` has a index in `colorTagIndices`: https://github.com/rivo/tview/blob/711ef394f9b31ad219f5f7bbc85bddfb766af6ab/textview.go#L623 when it hits the end tag it increments the `currentTag` https://github.com/rivo/tview/blob/711ef394f9b31ad219f5f7bbc85bddfb766af6ab/textview.go#L625 and...
When using a jobs that uses a container which runs after the trivy github action you likely get a permission denied when you try to write to `.config`. It seems...
add a `onSelect(path: Path, value: any): void` similar to `onClassName(path: Path, value: any): string | undefined`. Usecase: I have two editors open and when I select one element in the...
when using the `.Caller` like this ```golang package main import ( "github.com/rs/zerolog" "github.com/rs/zerolog/log" ) func main() { logger := log.With().Caller().Logger() logger.Info().Msg("Should be 10") UtilSomething(logger) logger.Info().Str("field1", "left").Str("field1", "right").Msg("Test") } func UtilSomething(logger...
**obix xsd breaks xgen** **Steps to reproduce the issue:** 1. Use the obix xsd ```xsd The status Facet is used to annotate an Object about the quality and state of...
at the moment id_gen.go is a pretty big file. Github has trouble rendering it and my IDE (Goland) just bails because the file is too big (it even can't resolve...
This PR spilts up id_gen.go into multiple files resolves https://github.com/gopcua/opcua/issues/679