ln-12

Results 138 comments of ln-12

Hey, could you please provide a `.blend` file with a minimal reproducer?

> Set up PayPal passkey on bitwarden through Chrome Android (web site) Hey @raywdude, did you need to do anything special for that? If I try to setup the passkey...

As of now, I could sadly not convince any PayPal support employee to actually send this issue to a developer. They always just refer to their help page and state...

You can get the list of all (non private) preview composables from Showkase using `Showkase.getMetadata().componentList`. Each entry then has the `component` field which holds the actual preview composable (also see...

In the meantime I also switched from Showcase to ComposablePreviewScanner and have a similar implementation without the need for another plugin so you can just customize it as needed: ```kotlin...

If someone comes across this issue and does not want to (or cannot) implement the custom plugin approach shown above, here is how I did it: ```kotlin // custom property...

I am experiencing the exact same issue when using the map inside a `Dialog` composable. The background is transparent on a Pixel 7 but it works as expected in the...

This is still a major issue for us. It also happens in satellite mode depending on the zoom level. https://github.com/user-attachments/assets/dff2a4a4-fb85-44d7-a7e1-450896884ddd

We experienced this issue in the past already, then some GoogleMaps update fixed it for us but since 10.01.2025 we get this crash from time to time again. The stack...

Although it's not part of the spec, some clients already support a stateless mode by not using a session id. I summarizes my findings in [this thread](https://github.com/modelcontextprotocol/go-sdk/issues/148#issuecomment-3106626565). However, this approach...