BlogHide Resteemscharith85 (25)in raml • 4 years ago"Invalid type String, expected Array for value" in RAML file in Anypoint StudioWhile i was following the MuleSoft Developer Fundamental course I encoutered the "Invalid type String, expected Array for value" error during the import of RAML file from Anypoint Platform to…charith85 (25)in useful • 4 years agoUseful GIT CommandsGit is a distributed version-control system for tracking changes in source code during software development. delete local tag 'v2.0.1' git tag -d v2.0.1 delete remote tag 'v2.0.1' (eg, GitHub…charith85 (25)in unable • 4 years agoldap_bind() - Unable to bind to server: Protocol errorNote that you have to specify the protocol version prior to making a call to ldap_bind, when the server is expecting LDAP protocol version 3. If you do not, you will receive a warning and fail to…