I hereby claim:
- I am brasilikum on github.
- I am brasilikum (https://keybase.io/brasilikum) on keybase.
- I have a public key ASAXDBoMbyzdSTxfPBsrtDJBo570TopFB_1T7dfpz5iyEwo
To claim this, I am signing this object:
| function render(model){ | |
| let current_state_name = model.active_states[0].name; | |
| return $("h1", | |
| {style: {color: "darkBlue"}}, | |
| `The current state is: ${current_state_name}`); | |
| } |
| Elenas User Segmentation 2023 and beyond | |
| Non User | |
| signup -> Elenas Basic | |
| Elenas Basic | |
| third order completed -> Elenas as is today | |
| pays for Elenas Plus -> Plus bought | |
| Elenas as is today | |
| reaches podio 4 or 5 -> Plus earned | |
| pays for Elenas Plus -> Plus bought | |
| Elenas Plus |
| # Check if mjml is installed | |
| if ! [ -x "$(command -v mjml)" ]; then | |
| echo 'Error: mjml is not installed. Install with "npm install -g mjml"' >&2 | |
| exit 1 | |
| fi | |
| # Check if html-to-text is installed | |
| if ! [ -x "$(command -v html-to-text)" ]; then | |
| echo 'Error: html-to-text is not installed. Install with "npm install -g html-to-text"' >&2 | |
| exit 1 | |
| fi |
| g |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="CompilerConfiguration"> | |
| <option name="DEFAULT_COMPILER" value="Javac" /> | |
| <resourceExtensions /> | |
| <wildcardResourcePatterns> | |
| <entry name="!?*.java" /> | |
| <entry name="!?*.form" /> | |
| <entry name="!?*.class" /> | |
| <entry name="!?*.groovy" /> |