Hello devs. I have been working on an app that was built with the MERN stack. My app works perfectly in my development server but breaks when i deploy it. Please can anyone give me a hint of what is wrong. Please my job is on the line Here's the e...
I have a closure, and a function my_fun that does something with it (playground): pub trait Message { /* not important */ } struct MyMessage { /* not important */ } impl Message for MyMessage { /* not important */ } pub fn my_fun<Req, Resp, F>( ...
I had the absolute worst experience today. While using the integrated terminal that comes with vs code, an express server I had set up suddenly started crashing and throwing this error throw er; unhandled 'error' event after futile wtf google searc...