I was trying to pass events from UI to viewModel using sharedFlow this is my viewmodel class class MainActivityViewModel () : ViewModel() { val actions = Mu
I am trying to parse data, but get so strange error. I se that varuable "a" has type bs4.element.Tag and contains some data. However when I try to aplly any fun
how to stop re-rendering of child component if parent update the context or state in react js ? I am already using React.memo still it is re-rendering. this i
So, for example, I have two tables, named users and folders. Any user can create folder and add co-authors to this folder. How can I build my db to get all co-a
I was trying to learn nexus, but got a problems. I created index.ts file with this code: const User = objectType({ name: 'User', definition(t) { t.id('i
I tried joining two sample dataframes using the code below : from pyspark import SparkContext from awsglue.context import GlueContext from pyspark.sql.types imp
When I save a dataframe partitioned with partitionBy and then read it, how many partitions will it be read in? I used the following script to understand the beh