How to reverse proxy web requests for a few routes to another backend in Gin Gonic web golang framework Is there a way to directly forward in the Handle functi
I get stuck into a problem. I use summernote and datatables to store some comments in DB. I want to display this text in "Row details" functionality(https://dat
I am trying to establish VPC peering between my AWS server and MongoDB Atlas. Everything looks good on both AWS VPC dashboard side and MongoDB Atlas/Network Acc
I'm working on a RcppArmadillo package. Most part of my algorithm myfun() is implemented in a C++ source file, called myfun.cpp with a header file myfun.h provi
I want to display a transparent view on top of Keyboard. But even after using bringSubviewToFront method the keyboard appears on top of everything. Is there a w
As a beginner programmer I've been practicing vim on vimgolf recently and saw that the command "g?" was used effectively to switch many lines of 'Ivm' to become
I am making a class similar code to this but I don't know how I will make it into a input function. How would I ask the user to input a radius of a circle? clas
Our company works on two separate big streams. The first one is the superapp for regular users, who authorize to system using phone numbers. The second stream
I am attempting to write a macro that will generate a telemetry function for any struct by using #[derive(telemetry)] . This function will send a data stream t