I am developing a VSTO Plugin for Outlook 2013 (or higher) that allows users to forward mail contents and sender/recipient data to some other program. The sendi
I have inherited an ASP.Net 2.0 Web application built in VS 2005 and am trying to port it to VS 2017 and Framework 4.8. In a class that is trying to determine
I have a std::vector of the same data type as a cv::Mat. The number of elements in the vector is the same as the number of columns in the matrix. However, when
I have 2 tables, a posts table and a comments table. I'm trying to select all the comments to a post, I already have a query for this which works. I've simplifi
I have an ansible play file that has to performs two tasks, first on the local machine get the disk usage and another task is to get the disk usage of a remote
I have a dataframe that contains a string column with text of varied lengths, then I have an array column where each element is a struct with specified word, in
I have a BindableLayout that uses a List<PricingLevel> as the datasource. One of the columns in the resulting layout uses a converter to derive a calculat
i am beginner in drf. i want to load image from django rest framework to react but I does not show image in react. views.py def PostView(request): parser_