variants
Here are 212 public repositories matching this topic...
-
Updated
Mar 27, 2022 - TypeScript
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.
Is your feature request related to a problem? Please describe.
It's all well and good recommending uses for cva
but it would be reassuring to know these examples actually work
e.g. for React, Vue and Svelte.
Describe the solution you'd like
Expanding existing tests
Additional context
I did set out to include tests, but got put off by the amount of setup needed to run tes
Many pages have a nondescriptive title 'CoVariants'.
Pages like Home, Variants, Per country, Per variant, Shared Mutations, and Acknowledgements all have a HTML title of <title>CoVariants</title>
, with the exception of the FAQ page, which is titled <title>CoVariants: FAQ</title>
.
Please consider using more descriptive page titles, like how the FAQ page currently is, for all the other p
-
Updated
Mar 29, 2022 - C++
-
Updated
Jan 30, 2022 - CSS
-
Updated
Mar 12, 2021 - C++
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 31, 2022 - TypeScript
-
Updated
Feb 22, 2022 - C++
-
Updated
Sep 2, 2021 - Python
-
Updated
Jan 26, 2022 - C++
-
Updated
Feb 28, 2022 - Java
-
Updated
Jan 24, 2018 - Python
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
Mar 29, 2022 - Python
-
Updated
Mar 15, 2022 - Python
-
Updated
Mar 30, 2022
-
Updated
Oct 11, 2018 - Jupyter Notebook
-
Updated
Oct 22, 2021 - C++
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Jan 20, 2021 - F#
-
Updated
Apr 4, 2022 - Nextflow
-
Updated
Jan 27, 2022 - R
-
Updated
Apr 8, 2022 - PHP
-
Updated
Apr 8, 2022 - HTML
Improve this page
Add a description, image, and links to the variants topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the variants 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}