I'm using gRPC to implement RPCs between local Python processes. I'd like to make sure that the server only responds to local requests, i.e., from the same mach
I am trying to create multiple sale order based on a input field (product_quantity) in crm.lead. @api.multi def create_sale(self): values = { 'oppor
I working with a JSON that has this form: { "success": true, "message": "OK!", "result": [ { "Id": 1, "description": "Creacion"
I have two Tektronix oscilloscopes: scope 1: MDO34 scope 2: MDO4104C I am running this code to get data from them: def acquire_waveform(self, channel: str, reco
I have a dataset df which includes information on old customers and a list of customers that may be new or old. I would like to assign a loyalty value to new cu
I would like to color certain grid tiles based on their coordinates. I created the following grid: <!DOCTYPE html> <html> <head> <
I'm having problems trying to make the bottom of my div to look like this. I tried using border radius to get the curved result at the bottom right but I don't
I would like to run a self hosted agent on Windows 10 to build a project in a pipeline using a local compiler. I was able to create the following YAML file to c
I have a time-series panel dataset that is structured in the following way: There are multiple funds that each own multiple stocks and we have a value column fo