In the WebView of my react-native application, I have an embedded google maps url like: <WebView source={{html: `<iframe src="https://www.google.com/ma
I would like to rename the file that i already pick from my gallery by image picker, i already try the below method using renameAsync String dir = path.dirname(
I need to do two different filtering to the queryset. qs1 = qs.filter(name=value) qs2 = qs.filter(equipment_set__name=value) Then I need to connect them without
class DemoAPIView(APIView): parser_classes = (JSONParser, FormParser, MultiPartParser) def post(self, request, format=None): data = request.dat
I am making my portfolio, I have two Tkinter projects and and Html/CSS/Javascript project on my portfolio .My Html/CSS/Javascript has a link on my portfolio it
I'm working on building a chatbot using deep learning model and flask but the bot does not give a response and it shows this error GET /run?msg=salut HTTP/1.1
I have created custom order status "Ready to dispatch" and custom action button as well. The problem and question is: when I have clicked on the custom action b
I am trying to pass a string variable (containing the parameter) to the .loc accessor but cannot get the syntax correct. startenddate = "'2020-06':'2020-07'" qf
I wonder how we can plot sub-labels on each plot and then have them side by side without space between subplots. For example, iris$petal.range <- findInterva