I am trying to use azure function to create thumbnail(png) from .mp4 file uploaded to azure storage location. Azure function is automatically triggered when a n
I have fitted a three level model looking at political trust using multiple waves of survey data. Individuals nested in country-waves nested in countries. Now t
error Unable to find any solution to this query. TypeError: global.performance.now is not a function at node_modules/expo/build/logs/LogSerialization.js:156:14
There are two places within Xcode (version 13.3) where I can't drag and drop anymore. Trying to move a file to a Group. I have tried just clicking and dragging
My problem here is that I want to make a like,dislike, hearth and etc buttons, but my problem is that the clicks that I count will upload it to the database but
We use ngx-translate to provide multi-language support in an Angular 13 application. This works like a charm except when multiple paragraphs are defined in a tr
Want clang-format to enforce a C language return keyword style. I'd prefer: return (foo); but can live without the parentheses, I just want clang-format to
I need to find covariance for data in two lists of same length. Both contain floating point numbers. I cannot use for loop, because indices only work with integ
'I have below method in nestjs. async findAll(queryCertificateDto: QueryCertificateDto): Promise<Certificate[]> { const { requestStatus, startDa