I am trying to create a generic type to make sure the first parameter to be a class. However, the factory function parameter cannot be replaced by a generic typ
I am following this tutorial. The following declaration found in main.cc has me stumped: auto say_hello = [](const HttpRequest& request)
I'm using Azure Data factory, I'm using SQLServer as source and Postgres as target. Goal is to copy 30 tables from SQLServer, with transformation, to 30 tables
is it possible to reply to user's message with post request? I don't want to use discord.py, because I need to use my account, not bot. I used something similar
Background info: I have a situation when I do the computation on some device (let's say device A). After some time I would like to transfer to other device (let
I have a Go project that requires some dependencies from a private GitLab repository like git.mydomain.com/myteam/category/subcategory/project.git. But I'm gett
I have a google spreadsheet that uses this function: =SUM(E:E) - SUM(C:C) It adds up all the values of column E and column C and them subtracts the differenc
I'm attempting to follow some psuedo code for solving cubic equations in Mathematics and Physics for Programmers, Chapter 3, as far as I can see I've followed i