javierbm7

Results 5 comments of javierbm7

Hi, the network resources are in different compartment ![image](https://user-images.githubusercontent.com/40583067/109694597-fd2f3500-7b58-11eb-8aee-7e3a21843a46.png)

I clear the cache and reopen it, but it doesn't show dbsystem in cavas, now no errors appear ![image](https://user-images.githubusercontent.com/40583067/109715596-d7faf080-7b71-11eb-816a-3d3e5f5e7e39.png)

Hi @toxophilist, now DBSystems is not showing also in explorer toolbar, developer tool is not showing errors. these DBSystems associated a private subnet in another compartment( In the same level)....

#246 I think is part of this issue

Hi @AmitabhWork try with this : final string = this.response.toString(); final newString = string.replaceAllMapped(RegExp(r'\b\w+\b'), (match) { return '"${match.group(0)}"'; }); print(newString);