feature
Here are 292 public repositories matching this topic...
-
Updated
May 18, 2022 - Ruby
-
Updated
Sep 23, 2021 - Python
Qubes OS version: R3.2
Sorry if this isn't the place to request features(a google search did me no good nor did qubes os faq). It might be nice to have convert all to trusted(pdfs/images) for a folder(ie for complex file structures).
<
-
Updated
May 16, 2022 - Swift
-
Updated
May 24, 2022 - PHP
-
Updated
May 17, 2022 - Kotlin
I am currently writing some custom strategies that are simply gradual rollout strategies similar to the built in one for user IDs but these are keyed off of different data specific to my use case. I want to make sure that my gradual rollout strategy uses the same normalization, rounding, etc. that the built in gradual rollout strategies use.
However, that logic is defined inside of `internal/st
-
Updated
Jan 18, 2022 - JavaScript
-
Updated
May 26, 2022 - Java
-
Updated
May 4, 2022 - Python
-
Updated
Apr 10, 2022 - JavaScript
Token permissions are currently encoded into the token itself. The token is only displayed once (when creating), and any subsequent requests only show its description. We should sync token permissions with another row, and provide that information when retrieving token metadata.
-
Updated
Apr 21, 2022 - PHP
-
Updated
May 23, 2022 - Ruby
-
Updated
Feb 27, 2018 - MATLAB
-
Updated
Nov 12, 2020 - Python
-
Updated
May 9, 2019 - Gherkin
-
Updated
Jun 12, 2018 - C++
-
Updated
Apr 28, 2022 - JavaScript
Improve this page
Add a description, image, and links to the feature topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feature topic, visit your repo's landing page and select "manage topics."
Is it possible to add a check if unleash variable is indeed a json, and disable the option of saving it unless it is?
For example, created a variable for a toggle and selected type to be a json, but I've inserted a string instead of a json and was able to save and pull the value.
{'name': 'test', 'payload': {'type': 'json', 'value': 'not a json'}, 'weightType': 'variable', 'enabled': True}