PeterAttardo

Results 6 issues of PeterAttardo

This pull request enables Kotlin range and progression semantics with the LocalDate and DatePeriod classes. Its implementation borrows from the patterns used for `IntRange`. Example: ``` val start = LocalDate.parse("2020-01-01")...

Per request I am opening an issue to explain #189 My use case comes from my recent exploration of the new Kotlin Spark API. In data engineering, a lot of...

`CompositeClickListener` maintains a list of `View.OnClickListener`s and when it receives a click event it iterates through the list backward, delegating the click to each in turn. The problem with this...

#### Environment details Android API 26 com.google.maps.android:maps-compose:2.1.0 #### Steps to reproduce 1. Create a map with a MutableStateList of points 2. Use the points to draw markers and a polyline...

status: blocked
type: bug
priority: p3

### Tandoor Version 1.5.18 ### Setup Docker / Docker-Compose ### Reverse Proxy No reverse proxy ### Other _No response_ ### Bug description I noticed that nutrition information was not being...

enhancement