hiasel
hiasel
I would like to add a custom animation when markers are attached to the adapter. Following the provided sample code from the README, the alpha animation works perfectly on my...
Today I've received the following crash when the app tried to delete some entities. It's the first time I am receiving this error, I did not change anything in the...
Adds a simple plugin to hide/show time series of a graph. The plugin simply adds checkboxes above the graph to hide/show a series. See Issue #63
Thanks for your effort in creating a docker container for OverpassAPI. It works like a charm. I'm currently setting up an instance (using a small country export of Austria only)....
I would like to manually change the time on a button click, for instance: ``` kotlin Column( horizontalAlignment = Alignment.CenterHorizontally, verticalArrangement = Arrangement.Center ) { var changeableTime: LocalTime by remember...