Yordan

Results 4 issues of Yordan

In the pom.xml file, the declared dependency for **org.yaml:snakeyaml** has the **'android'** classifier so, when a project compiles, it gets an error because the name of the library who is...

When using `org.epctagcoder.parse.GIAI.ParseGIAI.Builder()` to create a new instance, setting an invalid RFID tag in the method `org.epctagcoder.parse.GIAI.ParseGIAI.ChoiceStep.withRFIDTag(String)` produces a `NullPointerException` when finally calling `org.epctagcoder.parse.GIAI.ParseGIAI.BuildStep.build()` method. For example, the following snippet...

enhancement

### Description When running `cz bump` , I'm getting the following output: ```bash > cz bump --yes --retry bump: version 0.1.0 → 0.2.0 tag to create: v0.2.0 increment detected: MINOR...

type: bug
good first issue
issue-status: wait-for-implementation

Hello, first of all, thank you for this amazing project. Now, I want to share a problem that I've been facing with a special use case. My cookiecutter template has...