I hereby claim:
- I am thomasflorelli on github.
- I am thomasflorelli (https://keybase.io/thomasflorelli) on keybase.
- I have a public key ASDKn4yjAObGGofAOF1mUH5DUi4Ggdj4ZHa_S8mK6nKFDgo
To claim this, I am signing this object:
| import type { Knex } from 'knex'; | |
| const configurationId = crypto.randomUUID(); | |
| const configurationVersionId = crypto.randomUUID(); | |
| const organizationId = 'c2cb52c8-d836-4759-8508-139596c16991'; | |
| const productId = '18999891-77c7-4dc9-b3d2-593428a0f3b0'; | |
| const productVersionId = '302c68b4-4a1c-4823-b19e-9b0ea0f71be4'; | |
| const backendStateMachineId = crypto.randomUUID(); | |
| const frontendStateMachineId = crypto.randomUUID(); |
| { | |
| "id": "electronic-device-journey", | |
| "content": [ | |
| { | |
| "id": "progress", | |
| "type": "stepper_template", | |
| "props": { | |
| "form_title": "Formulaire d'adhésion", | |
| "logo": "Electronic device Logo", | |
| "steps": [ |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| define(['Observer'], function (Observer) { | |
| var module = function () { | |
| var that = {}; | |
| var observable = new Observer(); | |
| var events = { | |
| ON_EVENT: 'event-name', | |
| }; | |
| var classes = { | |
| DO_SOMETHING: 'js-do-something', | |
| DO_SOMETHING_ELSE: 'js-do-something-else' |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Dont start by the end #jsbench #jsperf</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |