forana
forana
I followed these instructions: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/clitoken.htm I authenticated successfully, and `oci session validate` succeeds. However, any API interaction results in the error: ``` ERROR: The config file at ~/.oci/config is invalid:...
**Is your feature request related to a problem? Please describe.** As discussed in #282, the "dirty" functionality can lead to painful debugging and development situations - the "fix and force"...
This PR proposes an unobtrusive workaround for the pain described in #7233 that results in a bad development experience. With this PR, setting the `CRA_CLEAR_CONSOLE` env var to `false` causes...
(I realize this isn't really for this repo, but I'm hoping the right people who can fix this issue see this) https://apicalypse.io/ links to https://github.com/igdb/apicalypse-docs, which does not exist. This...
For my use case, I do not need the protobuf support. It seems like it's entirely additional and this package can be used without them completely - it would be...
Once a code finding is ignored using "Ignore finding", I cannot find a way to un-ignore that finding.
Anonymized python: ```python class MyClass ( ABadClass, # nosemgrep: myrule AnotherClass, ADifferentClass, ): ... ``` Anonymized rule: ```yaml - id: myrule languages: - python severity: ERROR message: Do not use...