I am asking for your help because i have some trouble with the connection of my app to Azure key vault (title of the subject). The architecture of my project lo
I have the following vector a = c(1,0,0,1,0,0,0,0). I want to obtain the following one: c(1,2,3,1,2,3,4,5). That is, if a[i] == 1, let it 1, otherwise a[i] shou
I have this function on a thread running with kivy when i close the app i have to close this socket manually so i can re-run it i tried to socket.SO_REUSEADDR,
I'm doing some experiments with lifetimes and the borrow checker. Imagine this first struct: struct First {} impl First { fn new() -> Self { Sel
I want to refactor my Controller code which is creating a new record at table products: public function store(Request $request) { $newPro = Product::