how can i find the top 3 blogpost with the maximum comments here are my models: class BlogPost(models.Model): title = models.CharField(max_length=250)
i'm trying to change Header Bar height in React-Native Stack Navigator this is my code I tried to put headerStyle: height:'100', but it doen't work what should
I want to copy file with powershell and I already have lists of previous filepath to new path folder. enter image description here I'm new with this so I just t
export const msalConfig = { auth: { clientId: process.env.REACT_APP_B2C_CLIENT_ID, // This is the ONLY mandatory field that you need to supply. authorit
I want to use a non-type parameter in Python, somewhat like this c++ snippet (this is only an example). template<int SIZE> class SizedData { void add(st
I'm trying to run through some image recognition tutorials, but I keep running into this error that's preventing me from proceeding. I'm running Ubuntu 21.10, a
I have a Blazor.Server app with crud operations. I keep getting an error when I try to update an instance that has relationship with another entity. Error: Sys
I need to convert values from DataGridView to List (dd-mm-yyyy). To Add values to DataGridView, I use DateTimePicker and Button. On Button_Click: DateTime dt =