clintsinger

Results 19 comments of clintsinger

I was thinking that it would be great to have the Actor Reminder feature outside of actors. Sometimes you just need to schedule an event that fires at some point...

I am using 1.12.0. I don't have a ready to go repro project but I'm pretty sure it would be pretty easy to put into any project the team has....

Is there an alternative to this? For example I am trying to check if a nested property is null and am getting an exception about the query not being able...

I'm going through the tests and updating the images and for the most part it makes sense to update the "original" image with the new outline. I have run into...

Turns out that the polygon examples relied heavily on that default `Outline`. One option is to fix the `PenStrokeSample` and `LineSample` style tests so that the `Outline` property is explicitly...

Sorry about that. I was so focused on the the `Maps.Rendering.Skia.Tests`, I missed that there was also a test in `Mapsui.Tests`. (Still getting familiar with the project) I'll get a...

I rolled back the `VectorSyle` changes. The tests were already updated to go either way so it was just a matter of putting back the styles in `VectorStyle` and then...

Perhaps I'm being a bit dim here, but is 0.16.0-SNAPSHOT something I should be able to access from within Android studio directly? i.e. `implementation("me.saket.telephoto:zoomable-image-coil3:0.16.0-SNAPSHOT")` Because that version doesn't appear to...

I have added the repository but it's not importing... settings.gradle.kts ``` pluginManagement { repositories { ... mavenCentral() maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots") } } } ``` libs.versions.toml ``` zoomableImageCoil3 = "0.16.0-snapshot" ......

Which app are you using for testing? I tested my own app with 1.14.4 and don't see the same thing that you do. For my test I created an activity...