I'm using GraphQL and want to delete an entity from a database and another entity which is assigned to the first one by relation. Let's say I have three types i
screen shot of the error is here While installing 'matplotlib' I'm facing issue as it shows error message ERROR: Could not find a version tha
I am using react with typescript, and I just added a new dependency called react-photoswipe-gallery, and after that my tests are broken, and I get the followin
<script> $(document).ready(function() { var chains = ["arb", "astar", "aurora", "avax", "boba", "bsc", "btt", "celo", "cro", "eth", "ftm", "fuse", "
I'm having trouble to get the basemap to work in Python in my Mac. I keep receiving: from mpl_toolkits.basemap import basemap ImportError: No module named
I would like to get the latest record based on Exec Date and Exec Time columns. Type of Exec Date column is datetime. Type of Exec Time column is varchar. Howev
I have a Mongo DB database with 1 million entries/rows, which is approx 20 GB of data. I’d like iterate through the data randomly in batches (using python
I've written a Console/cake shell for my Cake PHP 2 project. My shell is called a Queue Manager, and it contains two tasks, a ProcessTask.php and a ScheduleRunT
I am having the webview, which will be created using the following code. WebView mWebView=new WebView(this); mWebView.setWebViewClient(new WebViewClient())