Patrick Del Conte

Results 7 issues of Patrick Del Conte

I have lately been exploring kotlin for scripting purposes, using https://github.com/holgerbrandl/kscript. Kotlin-argparsers really shines in scripts because it's concise and still provides nice error messages. On of the differences between...

There is currently a unintuitive behaviour when it comes to running config for a single group. Consider the following config file: ```yaml csi/*: project_settings: allow_merge_on_skipped_pipeline: false csi/my-subgroup/* group_members: users: myself:...

🪲bug-o-feature-request
4.x release
help wanted

See https://github.com/serjs/socks5-server/issues/49 We no longer throw an error if we connect to IP address while a `ALLOWED_DEST_FQDN` is set, instead we check that the destination IP address matches the pattern....

implemented Arrays.equals for nullable and primitive integer types. TerminalNodes from ContextTokenGetter are nullable

globalSearch currently returns a wildcard which always requires a cast afterwards, even though the return type is [known for each SearchScope](https://github.com/gitlab4j/gitlab4j-api/blob/e8a261a57b87ef5a9eeb44247177443c12f6c09e/src/main/java/org/gitlab4j/api/SearchApi.java#L71). ``` List projects = gitLabApi.getSearchApi().globalSearch(SearchScope.PROJECTS, "text-to-search-for"); ``` Ideally we...

java-function-invoker incldudes a shaded dependencies and among those is an older version of jackson. This shaded version of jackson uses the same fully qualified classname as the actual jackson package,...

as proposed in https://github.com/gitlab4j/gitlab4j-api/issues/1134