I have created view and in this view i have added the below case statement which i need and for which i already create exactly the function based index. The vie
I have created a reproducable project. https://github.com/sagarpadiya6/python_cli I am trying to create a simple CLI application and I am trying to install it a
I'm currently migrating from 2.9.3 to 3.7.1 and I'm having trouble with migrating a callback function from the options object. Former location: options.tooltips
I am making an audio app where in the main Activity i have a couple of buttons that each opens its own activity where there is a play/pause button. So the probl
I have a spring boot application where I want to insert multiple records using a single DB query:- public void addEvents() { String sql = "INSERT INTO
I have a couple of .NET 5.0 Blazor applications deployed to IIS 10 on a Windows Server for intranet traffic. These applications have Windows Auth enabled and al
I would like to customize the email template (using the Trigger Email extension templates) to send verification links to users. I understand it is not possible
I am attempting to ascertain the membership of a user in an event (the highest level organization structure in my application). Every event holds users with one
So I'm trying to create a visual representation of the occurrence of an event on a sheet using the data from another sheet for a 10-year span. I'm taking the da
app.post('/transfer', (req,res) => { db.query('SELECT * FROM bank.user_info where acc_no = ?', [req.body.from],(err, result) => { if(err){ r