Michael Maletich
Michael Maletich
This method is called `setDigitalPinValue` but it actually builds a `DIGITAL_MESSAGE` message: https://github.com/kurbatov/firmata4j/blob/master/src/main/java/org/firmata4j/firmata/FirmataMessageFactory.java#L226 If you are using `StandardFirmata.ino` this can result in the wrong pin being changed since `SET_DIGITAL_PIN_VALUE` changes...
- `BaleenType.validate` should return a `Validation` rather than a Sequence of ValidationResult. This will make it an O(1) operation to figure out wether the results are valid and other quick...
Kotlin (and java) package names are not usually plural.
Having a public name attribute and a name function is not allowed in languages like Javascript that don't allow for overriding. There are two options. - Change BaleenType `name()` method...
Baleen schemas allow for default values that can be any type but there needs to be a placeholder for empty list so that the default value can create an empty...
# Description Allow for the explicit changing of the metadata of a delta table. This allows for simple schema migrations like changing the metadata of a column or adding new...
### Is your feature request related to a problem or challenge? This is a feature request to allow the ParquetExec type to accept a SchemaAdapter instead of having a fixed...
# Description The current implementation of cast only works for structs nested in structs. This PR adds supports for structs contained in other types (lists and maps). This PR also...