Mohammad Teimori Pabandi
Mohammad Teimori Pabandi
We can check how Terraform or other IaC apps are detecting the changes in JSON Policies and how are they checking if two policies are the same thing. We can...
Currently the schema tab is using type names in the switch-case https://github.com/iasql/iasql/blob/282c305b7bc1374a3b5fc5ae3f2082c23ebac68c/dashboard/src/components/QuerySidebar/Schema.tsx#L19-L45 and the query results table is using type ids https://github.com/iasql/iasql/blob/817595df96ff94023e19989a579d946c8d90b1c1/dashboard/src/components/common/Table.tsx#L16-L49 we should make them both use the same...
protocol `-1` is used in AWS as an alias for "all protocols". But currently if we use it, it'll result in the engine trying to create it multiple times and...
I have a database named "test". When I try creating another one named "test", I get this error: 
This function has an input, but it's treating inputs as outputs. 
Currently shows like this:  so code is on https://github.com/iasql/docusaurus-plugin-iasql . For rendering the components there is a helper function https://github.com/iasql/docusaurus-plugin-iasql/blob/759043a58c7f62f1020c5a034dd4cce5f611f77b/src/lib/resources/helpers/render-components.ts#L8 ```js if (item.kindString == "Class" && item.url?.includes("rpc")) methods.push(item); ```...
We need an easy `iasql_support` RPC that submits a PR to our Github repo, together with debugging metadata needed to troubleshoot the problems. Since we won't have as much metadata...
Currently the project is using an obsolete version of `docker-modem`: https://github.com/AgustinCB/docker-api/blob/2098bd424e71ccdde8f379edac6acc2b47b317b2/package.json#L44 This version does not support SSH and therefore I can't use the library for our project (which needs connecting...