Krzysztof Krasoń

Results 41 issues of Krzysztof Krasoń

To make classes like `IoCheckedScalar` more useful we should implement equals and hashCode methods in them. Currently one has to use `value()` to get the underlying object and call equals/hashCode...

It would be good to be able to: 1. Connect to OBD 2. Start collecting data 3. Publish all data using MQTT 4. Disconnect from OBD Using Android Intents, and...

This is very similar to post box collection times (#85) and opening hours. Churches (and I assume other places of worship) can have [service_times](http://wiki.openstreetmap.org/wiki/Key:service_times) that specifies what time a mass...

feedback required
new quest

Currently there are about 83 cases where we use anonymous classes and lambdas could be used - this is leftover from the Java 7 days in takes. Let's remove those...

bug
scope

There were few changes between 0.18.2 and 0.18.8 that should help especially with JUnit 5 integration, so after the upgrade remove all excludes of: - PMD ExcessiveImports - PMD DefaultPackage...

scope

When building a project that uses qulice and the JDK is 11 I get following error: ``` [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.17.1:check (jcabi-check) on project cactoos-http: Execution jcabi-check of...

scope

0pdd doesn't close issues with removed puzzles. The reason is probably because `pdd` is run by 0pdd using the settings in .pdd and not by looking at the S3 content...

**Describe the bug** When deserializating an empty JSON object `{}` into a record that contains a list of another record results in: ``` java.lang.IllegalStateException: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot create empty instance of...

Record

Version: 2.5.0M1 (on raspbian) I have a rule: ``` rule "LastUpdateTest" when Member of gMonitorLastUpdate received update then logInfo("lastUpdate", "Result:" + triggeringItem.name) end ``` And when a member of gMonitorLastUpdate...

DSL rules
awaiting feedback
stale

This is quite similar to `TempDirectory`. There are frequently tests that depend on network layer that need to use a port that is not already used by any other service...

🚦 status: in progress
📖 theme: extensions
🏗️ type: new feature