Nico Hofmann
Nico Hofmann
Still not fixed in swagger-codegen-cli-3.0.36 for typescript-fetch. As a workaround you can also use apiKey: ``` "securitySchemes": { "Bearer Token": { "type": "apiKey", "name": "Authorization", "in": "header" } } ```...
Issue seems to be fixed in 20.38.0
Hi @tillh-stripe our surface color is `0xFFFEFBFF` which is "white with a little bit of red" (see example above). Using the `darken()` method turns this to pink. You can test...
Hi, I really like how simple your multiplatform ViewModel works and would like to use your lib for my next KMP project :) Unfortunately, for my project it's necessary to...
> Could you describe more about your use case? I'd like to find a multiplatform solution for ViewModels while still being able to use the SavedStateHandle on Android to survive...
Hi @burnoo thanks for publishing 1.2.0 ! I just added it to my project and tried to use it on wasmJs: `val settings = StorageSettings(localStorage).toFlowSettings()` But `.toFlowSettings()` does not work...
@burnoo Thank you! Now it works as expected. Many thanks!
Hi @manandhar-aarya It's good to know I'm not the only one experiencing this problem. Unfortunately, I haven't found a solution yet, and I'm still waiting for a response from Stripe.