When trying to test Stripe Connect Api, I get the following error: 'StripeInvalidRequestError: You can only create new accounts if you've signed up for Connect
I know this question has been asked, but I'll explain my problem and show you what I've tried. So, I receive a response from an API, that looks exactly like thi
I am trying to write a function that uses dplyr::summarise to obtain means of multiple columns of a data frame and assign dynamic names to the summarised column
I am using twilio from peerjs in my application. I had assumed that this removed dependencies on the peerjs server; the peerjs server has gone away at present w
2D array has regularly distributed values, so the task is replace each NaN or 0 between values with the value of the closest element. If the position of element
I am using Azure Event Hub with Auto inflate enabled and max through put selected up to 10. Minimum through put unit is 1. If ingress traffic increases, Auto In
I have a pom file that has a single dependency. I want maven to download the dependency and wrap it in a new jar. However, when I run mvn clean package, it look
My code allows you to guess the hidden string from the letters and numbers it consists of. But my code is not very efficient as it can generate the same strings
I have a Ruby on Rails application that was originally set up for Rails API only, however, I need to set up a permalink page through Rails model-view-controller