I have created an .md file, but to preview it in pdf format Rstudio requires MacTeX installation. I've installed it, read README file, everything is there, the
I'm using the hive database. My code is: HiveStocktaking? stocktaking = _database.getStocktakingById(_stocktakingId); StocktakingStats stocktaki
Is there a way to programatically list the available voices in Azure Text To Speech? I've searched extensively and found this page https://docs.microsoft.com/e
(reformulated question) Hello. There's no problem when using full-screen. But when I squeeze it this happens. Instead of having 3 items and th
I have created a docker image of SQL Server that includes a restored backup of an empty DB using the following dockerfile: FROM mcr.microsoft.com/mssql/server:2
I want to insert a new data in database using sequelize express, without query. I am trying so hard but I didn't get the output... If my code is wrong, then giv
I create a telegram bot for downloading youtube videos. I use telegraf api (javascripts) and youtube-dl. As I know telegram bot can currently send video files o
I need to extract embedded excel sheets from several .pptx's so that we can ultimately aggregate the data into 1 large data table. I've found a non-ideal soluti
I'm trying to get the highest date and lowest date in the column, from there get the data that is in the filesize column of the rows that have these respective
Has anyone got any advice or know of any frameworks for unit-testing of multithreaded applications?