I have the following case: Time format and some description which is separated by a delimiter - (as like below) 00:00 - Hello element I was using the below rege
I keep getting an error message whenever I want to create a vector using RStudio. I have done the amateur stuff like restarting RStudio and my system.
I need to use a file picker in Apps Script, and I've tried the sample code from the Google Documentation but its not working - the ScriptApp.getOAuthToken() cal
I have written my own cloud functions and followed Verify App Check tokens from a custom backend to enforce AppCheck on my API. I now want to test my deployed f
So I need to add already existing films to a Listfilms function that allocates the films dynamically, and if there is no more space we have to double the alloca
I'm trying to change/read a variable from an object through functions, which are inside the same object, but it returns an error that the function doesn't exist
Hi I'm facing this issue -Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://camel.apache.org/schema/spring] Offen
I have entities that are persisted in MongoDB and use spring data MongoRepository to fetch data. Now i want to apply filter to all queries that executed on the
I want to remove all words that start with "a" in a string. Input: string <- "This is a sentence about nothing." My attempt: stringr::str_remove_all(string,