experiments
Here are 574 public repositories matching this topic...
Summary
Spawned from argoproj/argo-rollouts#1525.
If using workloadRef, the plugin set image command does not work. We made it work for undo but not for set image.
Diagnostics
What version of Argo Rollouts are you running? v1.1.0-rc1
**Message
Currently the npmjs.org pages for our plugin and extension packages don't have any readme information.
It would be nice to have a basic readme template for plugins that described the plugin and jspsych, and then linked to relevant docs.
-
Updated
Nov 8, 2021 - Python
Requirements
Add an environment parameter in the config.
This environment field should be added to all users in the param so we can add rules based on the environment and have the same config file for all your environment.
-
Updated
Apr 30, 2018 - Python
-
Updated
Jul 29, 2020 - TypeScript
-
Updated
Jan 14, 2019 - Java
Right now, when you archive a key, you can only see it if you manually search for it.
This can cause some key name conflict issues, or issues when trying to create a folder with the same name as an archived (bu not yet deleted key).
It would be ideal for there to be a way to see all archived keys at once, without the need to search for them in the search bar.
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Feb 28, 2021 - C#
-
Updated
Sep 17, 2018 - Jupyter Notebook
-
Updated
Mar 6, 2019 - Python
-
Updated
Nov 8, 2021 - Swift
-
Updated
Apr 30, 2018 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Jan 22, 2021 - JavaScript
-
Updated
Apr 27, 2020 - HTML
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Nov 15, 2021 - Python
-
Updated
Dec 19, 2019 - Python
-
Updated
Aug 23, 2018 - JavaScript
-
Updated
Jan 20, 2018
-
Updated
Nov 8, 2021 - CSS
-
Updated
Nov 4, 2021 - Python
-
Updated
Nov 15, 2021 - Go
Improve this page
Add a description, image, and links to the experiments topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the experiments 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}