Richard Kosegi

Results 6 issues of Richard Kosegi

It would be really nice if mappings can be defined in XML file. For example it could be constructed by some means during generate-resources phase. One particular use case is...

I have following type definition: ``` XYZ02AccessControl ::= --xyzcc isPdu:"TRUE" -- EXTERNAL ``` which is causing this error: ``` Generating classes for module "XYZ02-ASN1" Exception in thread "main" java.lang.IllegalStateException at...

Is it possible to provide mapping for dependencies while converting deb => rpm? For example debian-like OSes have `openssh-client`, but RHEL-like OSes have `openssh-clients`.

### What feature do you want to see added? While trying to use machines with podman as workers for Jenkins, I found that podman folks states that you [should not...

enhancement

### Jenkins and plugins versions report Environment ```text Jenkins: 2.433 OS: Linux - 4.15.0-135-generic Java: 11.0.21 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- analysis-model-api:11.13.0 ansicolor:1.0.4 antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 apache-httpcomponents-client-5-api:5.2.2-1.0 authentication-tokens:1.53.v1c90fd9191a_b_...

bug

Current [dict docs](https://go-task.github.io/slim-sprig/dicts.html) mentions `merge` and `mustMerge` functions, but their implementation is not present in repo. This is most likely just documentation problem, since mergeXXX functions depends on external library.