I am using PptGenJs (https://gitbrent.github.io/PptxGenJS/docs/api-charts/) to create a Multi Type Chart (a bar and a line in the same chart) in my Angular appl
So I have 2 query sets that are from the same model but different records. I already made the pythonic way of getting the result. but I want to do it with aggre
I have collection like this: mc.db.collection.insert_many([ {"key_array": [1], "another_array": ["a"]}, {"key_array": [2, 3], "another_array": ["b"]},
This is how the app looks, with a top white header App.js import { StatusBar } from 'expo-status-bar'; import React from 'react'; import { NavigationContainer
I am using stripe for the pyament methods but unable to pre fill the fields although I am providing the payment_method_ID in the intent being created. //Creatin
I wrap all my code at 80 columns, and there are times where the Emacs window is wider than 80 columns and there is a lot of unused whitespace on the right side.
I'm developing a web API for OData, but get a strange issue when retrieving the data in Excel. I have /odata/books and /odata/presses from a demo I found, and /
I was setting up a condition to skip tests run for pipeline development purposes by setting variable skipTestsOnFeatureBranchName to current branch name. I coul