Laguna
Laguna
I'm trying to use your wrapper to access my cloud account, and the documentation seems to be geared almost entirely towards server use. I think I may be missing something....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When connecting my app to Git it says `SSH key misconfiguration`. I...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When a user tried to upload a 7MB file to their API...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary I would like to request the integration of external credential providers, such...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary As a developer I would like to use external providers like Hashi...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary When a user first logs into the instance they are presented with...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary There should be a flag to cap or disable audit logs when...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When you pass an object with a string property containing a lone...
Added `regex.escape` to escape regex strings. I saw the issue for this and needed the same, so here it is! It takes a string, escapes all regex chars, and returns...
Read the tin! The replace functions were all replace all style by default and there was no option at all to just replace the first occurrence. This rectifies that for...