I'm using Open Policy Agent (https://www.openpolicyagent.org/docs/latest/). I'm using it in kubernetes. I have various user traffic going on. I have such contai
I'm a graphQL newbie, and I'm confused about how to set up my schema correctly for train stations. I've set up my train station schema with all the relevant inf
I'm going to be using gRPC for a device to device connection over a network (my device will be running Linux and collecting patient data from various monitors,
I have 2 lists of files and I want call them simultaneously, each pair [file1(1) and file2(1),...]. But with lapply(file1,file2, FUN) is not permitted. any solu
I want to pass as a param of an argument the value below: const myClassesArray = [MyClass1, MyClass2, MyClass3]; I cannot change the classes in the array in or
I am writing a python script to download all files in a directory. Example indir: https://data.chc.ucsb.edu/products/EWX/data/forecasts/CHIRPS-GEFS_precip_v12/d
I know this has been asked many times and I did find a solution, value.replace(/^([\d,]+)$|^([\d,]+)\.0*$|^([\d,]+\.[0-9]*?)0*$/, "$1$2$3"). But... I'm no regex