I created a sftabView, every SfTabItem have a ContentView so I created an other View to display it in this ContentView. so the question is how to make this happ
I am using retrofit_generator and floor_generator in my application. retrofit_generator: ^4.0.1 floor_generator: ^1.2.0 When I am trying to run flutter package
I'm trying to create an indexed type whose index are the values of an enum BUT the enum comes from a generic argument. export type EnumMap<TEnum extends stri
I want to add event to my native calendar using the below code. and it is working fine. SimpleDateFormat formatter = new SimpleDateFormat("yyyy/MM/dd HH:mm");
I gave some values & keys in a dictionary & showed the value of two keys present here. def save_user_1(**user): return user["id"], user["mail"] pri
I am trying to remove special character(-) from multiple files in folder. Example: Filenames : -name1.xml -name2.xml -name3.xml Rename To: name1.xml name2.xml
I have to compare two date columns in a dataframe, I have tried np.where method end_date = datetime.strptime(df3['end_date'], '%Y-%m-%d') start_date = datetime
This may be dummy question but I'm having hard time with this one. I have a python script that log in into some website. after the login, I can see and scrap th
Let's say I have this object: { categories: [ { name: "My Category", products: [ { name: "My Product", price: 15 }] }, { name: "Another", products: