policy
Here are 393 public repositories matching this topic...
-
Updated
Aug 25, 2021 - Sass
-
Updated
Feb 15, 2021
-
Updated
Aug 27, 2021 - C
-
Updated
Jul 11, 2021 - HTML
-
Updated
Aug 23, 2021 - AGS Script
-
Updated
Aug 25, 2021
-
Updated
Aug 27, 2021 - C
-
Updated
Dec 25, 2020 - Python
There does not seem to be an agreed standard for panic and log messages in Rust, and we already have quite a few inconsistencies within our code base.
I suggest we pick a format and try to stick to it; for instance, this is the closest I could find to a style guide for error messages:
https://docs.rs/serde/1.0.126/serde/de/trait.Error.html#tymethod.custom
The message should not be capital
-
Updated
Aug 26, 2021 - Python
-
Updated
Aug 27, 2021
-
Updated
Aug 24, 2021 - Java
-
Updated
Aug 24, 2021 - Go
-
Updated
Aug 23, 2021 - Go
-
Updated
Aug 27, 2021 - C++
-
Updated
Aug 27, 2018 - HTML
What are fetch providers?
FetchProviders are the components OPAL uses to fetch data from sources on demand.
Fetch providers are designed to be extendable, and you can easily create more fetch providers to enable OPAL to fetch data from your own unique sources (e.g. a SaaS service, a new DB, your own proprietary solution, ...)
[We have a guide on how to write new fetch providers](https:/
-
Updated
Aug 25, 2021 - Open Policy Agent
-
Updated
Aug 26, 2021 - Go
-
Updated
Aug 5, 2021 - Go
-
Updated
Aug 23, 2021 - Go
-
Updated
Jun 13, 2020 - Go
-
Updated
Aug 26, 2021 - Go
-
Updated
Jul 28, 2021 - Python
-
Updated
Aug 26, 2021 - HTML
Improve this page
Add a description, image, and links to the policy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the policy topic, visit your repo's landing page and select "manage topics."
OPA does not currently include a built-in function for reversing strings and arrays. While it's possible to write a comprehension that does this, it's a bit cumbersome. We can add two simple built-in functions for reversing strings and arrays: