This is my MongooseModel const mongoose = require('mongoose'); const { boolean } = require('webidl-conversions'); const memberSchema = mongoose.Schema({ na
I have the following code that attempts to comment 2 different terraform plan environments on a GitHub pull request: - name: "Run - Terraform Comment" uses: a
In stripe, my client wants email and card holder name, but stripe payment UI doesn't provide that option in com.stripe.android.view.CardMultilineWidget. I wante
I am trying to list a user's private github repositories via a github app. (Note: I am not currently using OAuth, and I am looking for a user's repositories, no
#include "mbed.h" DigitalOut myLed(LED1); DigitalIn myButton(BUTTON1); int main() { while(true){ //active low push button if(my
In the uploading file process, I want to manipulate the content in the memory without saving the file to the disk. For that purpose, I'm using FFmpeg with conve