Why is my query not flattening the data as expected? I am querying a table where columns contain arrays. My goal is to unnest the items in the arrays to find un
I m trying to set an countdown in my page. i give a random future date make the calculations and than show remaining time on the page. So far *ngIf is being to
Good afternoon! Implemented a custom carousel, I need to change the link style of the svg icon, by the value of the variable. How can without breaking design se
I am trying to inject IProfileService into controller constructor but I am getting error "No parameterless constructor defined for this object" when calling tha
when I download a jupyter notebook from the internet, .ipynb format, I can't see the pictures in the Markdown cell. What is the reason? How can I solve this pro
This is my Navhost composable( "${Screens.Start.route}/{tId}", arguments = listOf(navArgument("tId") { type = NavType.StringType