Cristian Popescu
Cristian Popescu
Switching to esp32 version sky rocketed the size of my `.bin` file three times. Are there any opinions on this for why is this happening? I have the exact same...
Hello, I would like to contribute to this simplest task if that's possible. Found this repo on dev.to. Let me know what you think @amitmerchant1990
@cbommas I am initializing the `AWSMobileClient` in my `MainActivity.class` as suggested, in the `onCreate` method. ```Kotlin override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) AWSMobileClient.getInstance().initialize(applicationContext, object : Callback { override fun...
Hello @minbi thanks for adding that. I would still need to extract certain attributes from signed in user. This way it would be possible to display the user some confirmation...
@mhalbritter Any hints how we might use `NativeImageResourceProviderCustomizer` in out spring boot (3.1.0) app so we can configure flyway? Maybe you have an example that is easy to follow?
You are right @mhalbritter It was a misconfiguration on my side that was overriding the default behavior.
I also confirm this PR fixes the cloud builder. How could we get this into the main repo?
This usually occurs when you do not set the token of the user on your request. Is this issue solved on your side by now? PS: @TMSantos What is the...
Is there any update on this? I am struggling with a native image build since adding the `firebase-admin` dependency.
I am encountering the same issue today