I have a repo called REPO A and have created a YAML pipeline in here but I also have some code in REPO B which I need to use in this pipeline In YAML how can te
template <class T> class Stack { public: Stack(); }; template <class T> class Stack { public: Stack<T>(); } By the way, what's the mea
I have component1.ts: selectOptions: [ { value: 'HH:mm', label: '24 - hour', }, { value: 'hh:mm a',
I working with MOQ framework for my testing. I have a scenario in which I expect a fault exception to be thrown. How can I verify it was thrown? public void Ko
I have an embedded music player from Bandcamp on my website and it will often not load fully the first time the page is loaded, but it will work properly after
Suppose I had a bluetooth low-energy (BLE) device that periodically needed to send sensor data to my server. And I wanted to use a Google Home Hub as a proxy to
I built a function that retrieves data from an Azure table via a REST API. I sourced the function, so I can reuse it in other R scripts. The function is as belo