I'm new to typescript and facing a problem that I'm not able to solve by myself. First I'm fetching data from API: /* data.utils.ts */ export const getCompany =
I have this array: data: [ ‘big text 1 here.’, ‘big text 2 here followed by list:’, '-this is list item;', '-this is another lis
The above code works but the second code shows typerror: print(a.factorial(a, 5))TypeError: factorial() takes 2 positional arguments but 3 we
I am using Expo Client for development and I am not able to send a login API call. onSubmit fuction const onSubmit = async (username, password)=>{ consol
Trying to connect to sqlserver using Azure Apache Spark connector and getting the following error java.sql.SQLException: No suitable driver Databricks cluster
I am trying to move contents of a Resource Group A in MSFT Public tenant to Tenant B. I get a AjaxError: ajaxExtended call failed Is it possible to move across
I have a formula that do almost what I need. I'm trying to get a list of values with a condition depending about one value, is objetive 1 is equal or over to 80
Is it possible to pass workflow metadata (id,name, status ...) to a job template? Like it is done in notification personalized messages?
I have some code that reads in a nicely formatted XML file. It wraps each XElement it reads into my object (ScriptEventNode) where I have some fields to allow t