Kamil
Kamil
Do you plan to have any type of backward compatibility with class naming? maybe some type aliases or Inheritance?
Basically you should avoid nesting containers with scroll support. [https://developer.android.com/reference/android/widget/ScrollView](https://developer.android.com/reference/android/widget/ScrollView) > Never add a RecyclerView or ListView to a scroll view. Doing so results in poor user interface performance and...
To be honest this is not an open API generator issue. It is mostly related to generic types information erasure at runtime. Jackson can't get generic type information so it...
Hi, I have the same issue with supabase and postgress, the default function is set to: `uuid_generate_v4()` I tried to use this default expression with Exposed `defaultExpression(CustomFunction("uuid_generate_v4", UUIDColumnType()))` But the...
It's possible to generate models using swagger-codegen and exposed API definition. `swagger-codegen generate -i https://yourproject.supabase.co/rest/v1/?apikey=your_api_key -l dart -o ./test -Dmodels` To generate only required types it's possible to add a...
HI Team any news about the issue? @IndumathiR-1995 Thanks for sharing that resource it's related to the agenda view, but we would like to know if there is the possibility...
I renamed dynamic('native**-**dynamic') to dynamic('native**_**dynamic') and now everything working fine. I will investigate situation and start discussion on kotlin native repo.
When I moved to version 7.x of Gradle I have this issue all the time. And Yes I can confirm that I'm working on few projects with different Gradle versions...
Is there any change that for time being we can just add simple DOCKER env variable that indicate registration is disabled ?